:root {
    --primary-purple: #8b5cf6;
    --light-purple: #f5f3ff;
    --text-dark: #111827;
    --text-muted: #6b7280;
    --border-color: #e5e7eb;
    --bg-body: #f8fafc;
}
@media (max-width:1440px) {
    .expert-image-wrapper{
        width: 330px !important;
    }
}
@media (max-width: 1024px) {
    .main-card {
        padding: 20px !important;  
        overflow: hidden !important; 
    } 
}
@media (max-width: 425px) {
    .main-card {
        padding: 12px !important;
        border-radius: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .main-card .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .main-card .row > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page-content .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
        overflow-x: hidden !important;
    }
}
.main-card {
    background: white;
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 40px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* --- How It Works Section --- */
.step-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* The Connecting Line */
.step-container::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 100px;
    right: 100px;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}

.step-container .step-item {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

.icon-circle {
    width: 90px;
    height: 90px;
    background: white;
    border: 6px solid #f0f2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.icon-circle i {
    font-size: 28px;
    color: #0d6efd;
}

.step-number {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ffc107;
    color: #000;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.step-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.step-desc {
    font-size: 0.85rem;
    color: #6c757d;
    padding: 0 10px;
}

/* --- Info Boxes --- */
.info-box {
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    border: solid 1px #E5E7EB;
}

.bg-purple-light {
    background: linear-gradient(135deg, #EDE9FE 0%, #EEEBFE 8.33%, #F0EDFE 16.67%, #F1EEFE 25%, #F3F0FE 33.33%, #F4F2FF 41.67%, #F6F4FF 50%, #F7F6FF 58.33%, #F9F8FF 66.67%, #FAF9FF 75%, #FCFBFF 83.33%, #FDFDFF 91.67%, #FFFFFF 100%);
}

.bg-yellow-light {
    background: linear-gradient(135deg, rgba(253, 230, 138, 0.3) 0%, #FFFFFF 100%);

}

.info-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .info-box {
        height: auto;
        padding: 18px;
    }
    .info-icon svg {
        width: 36px;
        height: 36px;
    }
}

.purple-icon {
    background: #7C3AED;
    color: white;
}

.yellow-icon {
    background: #FBBF24;
    color: white;
}

/* --- Converted Calls Sidebar --- */
.sidebar-card {
    background: white;
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 0;
    overflow: hidden;
}

.sidebar-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chart-icon-box {
    background: linear-gradient(90deg, #EDE9FE 0%, #EEEBFE 8.33%, #F0EDFE 16.67%, #F1EEFE 25%, #F3F0FE 33.33%, #F4F2FF 41.67%, #F6F4FF 50%, #F7F6FF 58.33%, #F9F8FF 66.67%, #FAF9FF 75%, #FCFBFF 83.33%, #FDFDFF 91.67%, #FFFFFF 100%);
    color: #6366f1;
    padding: 8px;
    border: solid 1px #F3F4F6;
    border-radius: 24px 24px 1px 1px;
}

.table-custom {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #E5E7EB !important;
    border-radius: 10px;
}

.table-custom th {
    background: #F9FAFB !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    color: #4A5565 !important;
    border-top: none !important;
    border-bottom: 1px solid #E5E7EB !important;
    border-left: none !important;
    border-right: none !important;
    padding: 12px 20px !important;
}
.result-box{
    padding:1.5rem !important;
    overflow-x: auto;
}

.table-custom th:first-child { 
    border-radius: 10px 0 0 0px !important;
}

.table-custom th:last-child { 
    border-radius: 0 10px 0px 0 !important;
}

.table-custom td {
    padding: 12px !important;
    vertical-align: middle;
    font-size: 0.9rem;
    font-weight: 400;
}

.text-end{
    font-weight: 600 !important;
}

.total-row td{
    background: linear-gradient(90deg, rgba(237, 233, 254, 0.5) 0%, rgba(253, 230, 138, 0.2) 100%) !important;
    border: solid 2px #D1D5DC !important;
    font-weight: 700 !important;
}
.step-swiper {
    width: 100%;
    overflow: hidden;
}
.step-swiper .step-item {
    text-align: center;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto;
}
.step-swiper .swiper-pagination-bullet-active {
    background: #0C82FE;
}


.card-custom {
    background: white;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    padding: 30px;
    height: 100%;
}

/* --- Sidebar Progress --- */
.progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.progress-bar-custom {
    height: 8px;
    background-color: #f3f4f6;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.progress-fill {
    width: 20%;
    height: 100%;
    background-color: var(--primary-purple);
}

.step-list {
    list-style: none;
    padding: 0;
    position: relative;
}

/* Vertical Line */
.step-list::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: var(--border-color);
    z-index: 1;
}

.step-container .step-item {
    display: grid;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 8px;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.step-item.active {
    background-color: var(--light-purple);
    border: 1px solid rgba(139, 92, 246, 0.1);
}

.step-icon {
    width: 44px;
    height: 44px;
    background: #f9fafb;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: var(--text-muted);
}

.active .step-icon {
    background: var(--primary-purple);
    color: white;
    border-color: var(--primary-purple);
}

.step-content h6 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

.active .step-content h6 {
    color: var(--primary-purple);
}

.step-content p {
    margin: 0;
    font-size: 0.75rem;
    color: var(--text-muted);
}

.chevron-right {
    margin-left: auto;
    color: var(--primary-purple);
    font-size: 0.8rem;
}

/* --- Main Form Content --- */
.form-label-custom {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.input-group-custom {
    background: #f9fafb;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.upload-area {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    margin-top: 20px;
    background: #fff;
}

.btn-outline-custom {
    border: 1px solid var(--border-color);
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 500;
    background: white;
    font-size: 0.9rem;
}

.btn-next {
    background-color: var(--primary-purple);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-next:hover {
    background-color: #7c3aed;
    color: white;
}
.price{
    color: #7c3aed !important;
}
.tip-box {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 15px;
}

.footer-nav {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* --- Locked Banner --- */
.locked-banner {
    background: #fffbeb;
    border: 2px solid #FFD230;
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    /* gap: 12px; */
    margin-bottom: 30px;
}

.locked-banner-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.locked-banner-action {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-left: 60px;
}

@media (max-width: 575px) {
    .locked-banner-top {
        display: block;
    }
    .locked-banner-top > div > .d-flex {
        display: block !important;
    }
    .lock-icon-box {
        margin-bottom: 10px;
    }
    .locked-banner-action{
        margin-left: 0px !important;
        margin-top: 14px !important;
    }
}

.lock-icon-box {
    background: #f59e0b;
    color: white;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
}

.btn-complete {
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 300;
    font-size: 0.8rem !important;
    margin-top: 10px;
    background: linear-gradient(133.23deg, #4568F2 2.91%, #1E88E5 100%);
}

/* --- Session Cards --- */
.session-card {
    background: white;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: transform 0.3s ease;
}
.session-pill{
    color: #7B3306;
    background: #FEE685;
    border: solid 1px #FFD230;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: 600;
}

.card-img-top {
    height: 160px;
    background-color: #f1f5f9;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.badge-group {
    position: absolute;
    top: 12px; 
    display: flex;
    gap: 5px;
    padding: 0px 9px 0px;
}

.custom-badge {
    background: linear-gradient(133.23deg, #4568F2 2.91%, #1E88E5 100%);
    padding: 5px 9px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    color: white; 
}
.custom-badge-1 {
    background: white;
    padding: 5px 9px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 500;
    color: black; 
}
.card-body-content {
    padding: 20px;
}

.session-id {
    font-size: 0.7rem;
    color: #cbd5e1;
    margin-bottom: 5px;
}

.session-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px; 
} 

.info-row-1 {
    font-size: 0.8rem; 
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.info-row-2{
    font-weight: 500;
    margin-left: -4px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    margin-bottom: 8px;
}
.user-icon{
    background: linear-gradient(133.23deg, #4568F2 2.91%, #1E88E5 100%);
    border-radius: 50%;
    padding: 2px 5px; 
    color: white;
    width: 25px;
    height: 25px;
    font-size: 14px;
}
 

/* Progress Bar */
.reg-progress {
    height: 6px;
    background: #f1f5f9;
    border-radius: 10px;
    margin: 1px 0px 6px 33px;
}

.reg-fill {
    height: 100%;
    background: linear-gradient(133.23deg, #4568F2 2.91%, #1E88E5 100%);
    border-radius: 10px;
}

.tag-cloud {
    display: flex;
    gap: 8px;
    margin-top: 15px;
}

.tag {
    font-size: 13px;
    color: #4568F2;
    border: solid 1px #F3E8FF;
    padding: 2px 8px;
    border-radius: 8px;
    background: #FAF5FF;
}

.btn-join {
    width: 100%;
    background-color: #4568F2;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 15px;
    font-size: 0.85rem;
}

/* --- Locked Overlay --- */
.lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.p-left{
    font-size: 13px;
}
.p-right{
    font-weight: 600 !important;
    font-size: 15px;
    color: #4568F2;
}
.overlay-lock-icon {
    width: 60px;
    height: 60px;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.overlay-text {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn-unlock {
    background-color: #3b82f6;
    /* Matching the blue in the image, or swap to var(--primary-purple) */
    color: white;
    border: none;
    padding: 6px 18px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
}

.sidebar-card-amazon {
    background: #FFFFFF;
    height: auto;
    border-radius: 24px;
    border: solid 1px #F3F4F6;
}

@media (max-width: 991px) {
    .sidebar-card-amazon {
        height: auto;
        margin-top: 0;
    }
    .chart-icon-box {
        border-radius: 24px 24px 0 0;
    }
}

.profile-card {
    background: white;
    border-radius: 20px;
    border: 1px solid #eef2f6;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
    position: relative;
}

.section-header h2 {
    font-weight: 500;
    color: var(--text-dark);
    font-size: 1.75rem;
    margin-bottom: 5px;
}

.section-header p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 30px;
}

.section-header{
    padding: 15px !important;
}

/* --- Checklist Styling --- */
.step-row {
    display: flex;
    align-items: center;
    padding: 24px;
    margin: 13px !important;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    transition: all 0.2s ease;
    position: relative;
}

@media (max-width: 575px) {
    .step-row {
        padding: 14px;
        margin: 8px !important;
        flex-wrap: wrap;
        gap: 10px;
    }
    .step-number-circle {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
        margin-right: 10px;
    }
    .step-info {
        width: 100%;
        flex-basis: 100%;
    }
    .status-badge {
        position: absolute;
        top: 14px;
        right: 14px;
    }
    .section-header h2 {
        font-size: 1.10rem !important;
    }
    .section-header p {
        font-size: 0.80rem !important;
    }
    .step-title-row h6 {
        font-size: 0.95rem !important;
    }
    .session-header{
        font-size: 18px !important;
    }
    .lock-icon-box{
        width: 37px !important;
        height: 37px !important;
    }
    .lock-icon-box svg{
        width:21px !important;
    }
    .session-head{
        font-size: 14px !important;
    }
    .session-pill{
        font-size: 8px !important;
    }
    .session-text{
        font-size: 12px !important;
    }
    .btn-complete{
        padding: 7px 6px !important;
        margin-top: -2px !important;
    }
    .btn-complete svg{
        width: 13px !important; 
    }
    .btn-complete span{
        font-size: 11px !important;
    }
}

/* .step-row:hover {
    border-color: var(--primary-purple);
    background-color: #fcfaff;
} */

.step-number-circle {
    width: 48px;
    height: 48px;
    background: #F9FAFB;
    color: #99A1AF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1rem;
    flex-shrink: 0;
    margin-right: 20px;
    border: solid 1px #E5E7EB;
}

.step-row.completed {
    background: #F0FDF480;
    border-color: #DCFCE7;
}

.step-number-circle.completed {
    background: #F0FDF4;
    border-color: #DCFCE7;
}

.step-info {
    flex-grow: 1;
}

.step-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.step-title-row i {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.step-title-row h6 {
    margin: 0;
    font-weight: 700;
    color: var(--text-dark);
    font-size: 1rem;
}

.step-desc {
    margin: 0;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 12px;
}
.session-header{
    font-weight: 600;
}
.btn-start {
    color:#99A1AF ;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.75rem !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 11px;
    border: 1px solid var(--light-purple);
    border-radius: 8px;
    background: white;
    transition: 0.2s;
    margin-top: 15px;
}
.btn-upload{
    color: white !important;
    background: linear-gradient(133.23deg, #4568F2 2.91%, #1E88E5 100%);
}
.btn-upload:hover{
    background: linear-gradient(133.23deg, #4568F2 2.91%, #1E88E5 100%) !important;
}

.btn-start:hover {
    background: var(--light-purple);
    color: var(--primary-purple);
}

.status-badge {
    background: #f8fafc;
    color: #6A7282;
    font-size: 0.7rem;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    border: 1px solid #0000001A;
}

.status-badge.badge-initiated {
    background: #fffbeb;
    color: #b45309;
    border-color: #fcd34d;
}

.status-badge.badge-completed {
    background: #f0fdf4;
    color: #15803d;
    border-color: #86efac;
}

.promo-banner { 
    position: relative;
    overflow: hidden; 
    min-height: 200px;
}

.banner-content {
    flex: 1;
    max-width: 40%;
    color: #fff;
    z-index: 2;
    padding: 20px;
}

.premium-badge {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
}

.banner-content h1 {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.banner-content p {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.lock-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 20px;
}

.lock-icon {
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.lock-container p {
    color: #444;
    font-weight: 500;
    margin-bottom: 15px;
}

.btn-unlock-main {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-unlock-main:hover {
    background-color: #0056b3;
} 

.expert-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: none;
    object-position: bottom right;
}

/* --- Promo Banner Responsive --- */
@media (max-width: 1024px) {
    .promo-banner {
        padding: 24px;
        min-height: auto;
    }
    .banner-content {
        max-width: 55%;
    } 
   .lock-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .promo-banner { 
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        min-height: auto;
    }
    .banner-content {
        max-width: 100%;
        padding: 10px 0;
    }
    .banner-content h5 {
        font-size: 16px;
    }
    .banner-content p {
        font-size: 13px;
    }
    .lock-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }
    /* .lock-container p {
        margin-bottom: 0;
        color: #fff;
        font-size: 13px;
    } */
    .lock-icon {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
    } 
}

@media (max-width: 575px) {
    .lock-container {
        flex-wrap: wrap;
    }
}

/* --- Profile Card Responsive --- */
@media (max-width: 1024px) {
    .profile-card {
        padding: 20px !important;
    }
}
@media (max-width:768px) { 
     .lock-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(2px);
        z-index: 5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .profile-card {
        padding: 16px !important;
    }
    .profile-card[style] {
        padding: 16px !important;
    }
    .session-card {
        max-width: 100%;
    }
    .card-body-content {
        padding: 14px;
    }
    .session-title {
        font-size: 0.9rem;
    }
    .btn-join {
        font-size: 0.8rem;
        padding: 8px;
    }
    .tag-cloud {
        flex-wrap: wrap;
    }
}


.modal {
  display: none;
}

.modal-content {
  background: #fff;
  width: 900px;
  max-width: 95%;
  border-radius: 12px; 
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}

.subtitle {
  color: #666;
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

textarea {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 14px;
  resize: none;
  background: #f5f5f7;
}

.char-info {
  font-size: 12px;
  color: #888;
  margin-top: 6px;
}

.video-box {
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  padding: 16px;
  border-radius: 10px;
  background: #fafafa;
}

.video-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 6px;
}

.video-header .icon {
  margin-right: 8px;
}

.upload-btn {
  margin-top: 10px;
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: white;
  cursor: pointer;
}

.upload-btn:hover {
  background: #f0f0f0;
}

.checkbox-group {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #e0d7ff;
  background: #f8f6ff;
  border-radius: 10px;
}

.checkbox-group label {
  display: flex;
  align-items: flex-start;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
}

.checkbox-group input {
  margin-right: 10px;
  margin-top: 3px;
}

.modal-footer {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prev-btn {
  background: none;
  border: none;
  color: #999;
  font-size: 14px;
  cursor: pointer;
}

.btn-yt-consent {
    padding: 6px 20px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background: white;
    color: #6A7282;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

.btn-yt-consent.active {
    background: linear-gradient(133.23deg, #4568F2 2.91%, #1E88E5 100%);
    color: white;
    border-color: #4568F2;
}

.btn-yt-consent:hover:not(.active) {
    background: #f3f4f6;
}

.complete-btn {
  background:linear-gradient(133.23deg, #4568F2 2.91%, #1E88E5 100%);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(106, 90, 249, 0.4);
}

.complete-btn:hover {
  opacity: 0.9;
}