
.single-zoom_batch .container, .single-video_course .container {
    min-width: 900px;
    margin: 0 auto;
    padding: 20px;

}
.vc-zoom-course, .vc-course{
    max-width: none;
}
.zbc-account-batches table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.zbc-account-batches th, .zbc-account-batches td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
.zbc-account-batches th {
    background-color: #f5f5f5;
}

.zbc-batch-status {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.zbc-batch-status.active { background-color: #28a745; }
.zbc-batch-status.closed { background-color: #dc3545; }
.zbc-batch-status.postponed { background-color: #ffc107; color: #000; }
.zbc-zoom-link, .zbc-recording-link {
    color: #0073aa;
    text-decoration: underline;
}
.zbc-access-btn{
    display: inline-block;
}
.zbc-copy-btn {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 6px;
    font-size: 12px;
    cursor: pointer;
    background-color: #0073aa;
    color: #fff;
    border-radius: 3px;
}
.zbc-batch {
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px 20px 10px;
  border-radius: 8px;
  position: relative;
}
.zbc-batch h3{ margin-top: 0; font-weight: bold;}
.zbc-sessions-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.zbc-sessions-table th, .zbc-sessions-table td { border: 1px solid #ddd; padding: 8px; text-align: left; }
.zbc-sessions-table th { background-color: #f4f4f4; }
.zbc-zoom-link, .zbc-recording-link { color: #0073aa; text-decoration: none; }
.zbc-zoom-link:hover, .zbc-recording-link:hover { text-decoration: underline; }


.zbc-badge {
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.zbc-badge.active {
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}
.zbc-badge.closed {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}
.zbc-badge.postponed {
  background-color: #fff3cd;
  color: #856404;
  border-color: #ffeeba;
}

.zbc-sessions-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.zbc-sessions-list li {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    list-style: none;
}
.zbc-zoom-link, .zbc-recording-link {
    color: #0073aa;
    text-decoration: none;
}
.zbc-zoom-link:hover, .zbc-recording-link:hover {
    text-decoration: underline;
}

.vc-course{
    margin-bottom: 20px;
    position: relative;
    padding: 20px 20px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    
}
.vc-course h3{
    margin-top: 0;
    font-weight: bold;
}
.vc-badge {
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.vc-badge.active {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}
.vc-badge.closed {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}
.vc-badge.postponed {
    background-color: #fff3cd;
    color: #856404;
    border-color: #ffeeba;
}

.vc-course.the-game-container.active {
  padding: 20px 40px;
}
/*//////////////////////////////////////////////*/

.batch-information-main-container {
        background-color: #f8fafc;
    }

    .animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }

    @keyframes pulse {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 1;
        }
    }

    .rounded-full {
        border-radius: 9999px;
    }

    .mb-4 {
        margin-bottom: 1rem;
    }

    .live-class-soon {
        background-color: rgb(239 68 68);
        font-size: 0.75rem;
        line-height: 1rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 20px;
        padding-right: 0.75rem;
        display: table;
        position: relative;
        font-weight: 700;
    }

    .live-class-soon.active {
        background-color: green;
    }

    .live-class-soon::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 8px;
        background-color: #ffffff;
        border-radius: 9999px;
        width: 0.5rem;
        height: 0.5rem;
        display: inline-block;
        margin-right: 5px;
        transform: translateY(-50%);
    }

    .batch-information-box {
        background: linear-gradient(to right, #5541e3, #6d2dd9);
        border-radius: 20px;
        padding: 40px;
        color: #ffffff;
        display: grid;
        grid-template-columns: 65% auto;
        gap: 40px;
        align-items: center;
        margin-top: 40px;
    }

    .batch-information-box h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .batch-information-box .bib-right .right-img-box {
        aspect-ratio: 3 / 2;
    }

    .batch-information-box .bib-right .right-img-box img.right-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 1rem;
        border: 4px rgb(255 255 255 / 0.2) solid;
        box-shadow: var(0 0 #0000), var(0 0 #0000);
    }

    .zoom-meeting-btn {
        background-color: #ffffff;
        padding-inline: 30px;
        padding-block: 15px;
        border-radius: 10px;
        text-decoration: none;
        color: #333333;
        display: flex;
        align-items: center;
        margin-top: 20px;
        max-width: 240px;
        font-weight: 700;
        transition: all .2s ease-in;
    }

    .zoom-meeting-btn:hover {
        background-color: rgb(67 56 202);
        transition: all .2s ease-out;
    }

    .date-time-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-block: 20px;
    }

    .date-time-box .date-box,
    .date-time-box .time-box {
        background-color: rgb(255 255 255 / 0.1);
        border-radius: 15px;
        padding: 12px 15px;
        display: flex;
        gap: 10px;
    }

    .vc-course .date-time-box .date-box{
        background-color: rgb(255 255 255 / 0.5);
    }

    .date-time-box .icon-box {
        background-color: rgb(255 255 255 / 0.2);
        border-radius: 5px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .date-time-box .icon-box svg {
        width: 25px;
        height: auto;
    }

    .zoom-meeting-btn svg {
        width: 20px;
        height: auto;
        margin-right: 10px;
    }

    .past-class-content-container {
        display: grid;
        grid-template-columns: 73% auto;
        gap: 20px;
        padding-block: 30px;
    }

    .past-class-content-container .past-class-content-left .pc-head h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .past-class-content-container .past-class-content-left .pc-head {
        position: relative;
        padding-right: 150px;
    }

    .past-class-content-container .past-class-content-left .pc-head .view-all-sessions {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        text-decoration: none;
        color: rgb(79 70 229);
    }

    .video-detail-box {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
        margin-block: 0 20px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .05);
        position: relative;
        display: flex;
        align-items: center;
        gap: 15px;
        overflow: hidden;
    }

    .video-detail-box:hover {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    }

    .video-detail-box:hover::after {
        content: '';
        background-color: rgb(67 56 202);
        position: absolute;
        left: 0;
        top: 0;
        width: 6px;
        height: 100%;
    }

    .video-detail-box h3 {
        font-size: 15px;
        font-weight: 700;
        margin: 0;
    }

    .video-detail-box:hover h3 {
        color: rgb(67 56 202);
    }

    .video-detail-box a.watch-link {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        text-decoration: none;
        color: rgb(67 56 202);
        background-color: rgb(238 242 255);
        border: 1px rgb(224 231 255) solid;
        padding: 5px 25px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        transition: all .2s ease-in;
    }

    .video-detail-box a.watch-link:hover {
        background-color: rgb(67 56 202);
        transition: all .2s ease-out;
        color: #ffffff;
    }

    .video-detail-box a.watch-link:hover svg {
        color: #ffffff;
    }

    .video-detail-box a.watch-link svg {
        width: 16px;
        height: auto;
        margin-right: 5px;
    }

    .vdb-icon {
        width: 50px;
        height: auto;
        background-color: #eef2ff;
        display: flex;
        align-items: center;
        border-radius: 7px;
        padding: 15px;
    }

    .video-detail-box:hover .vdb-icon {
        background-color: rgb(67 56 202);
    }

    .video-detail-box:hover .vdb-icon svg path {
        color: #ffffff;
    }

    .vdb-name-date-time {
        display: flex;
        gap: 15px;
        align-items: center;
        font-size: 13px;
        margin-top: 4px;
    }

    .vdb-name-date-time svg {
        width: 15px;
        height: auto;
    }

    .vdb-name-date-time .c-date,
    .vdb-name-date-time .c-time {
        display: flex;
        align-items: center;
        gap: 2px;
        position: relative;
    }

    .vdb-name-date-time .c-time::before {
        content: '';
        background-color: rgba(0, 0, 0, .5);
        width: 5px;
        height: 5px;
        border-radius: 9999px;
        position: absolute;
        left: -9px;
        top: 50%;
        transform: translateY(-50%);
    }

    .vdb-name-date-time .course-name {
        background-color: #f3f4f6;
        border-radius: 4px;
        padding-inline: 10px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
    }

    .video-detail-box:hover .course-name {
        color: rgb(67 56 202);
    }

    .upcoming-schedule-box {
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
    }

    .upcoming-schedule-box h2 {
        font-size: 14px;
        font-weight: 700;
    }

    .upcoming-schedule-list {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-block: 17px 0;
        align-items: center;
    }

    .upcoming-schedule-list .usl-date {
        background-color: rgba(0, 0, 0, .04);
        padding: 4px 10px;
        border-radius: 8px;
        text-align: center;
        font-weight: 700;
        color: rgb(67 56 202);
    }

    .upcoming-schedule-list .usl-date small {
        display: flex;
        flex-flow: column;
        color: rgba(0, 0, 0, .5);
        font-size: 12px;
    }

    .upcoming-schedule-list h3 {
        font-weight: 700;
        font-size: 13px;
    }

    .upcoming-schedule-list h3 .usl-time {
        display: block;
        font-size: 12px;
        color: rgba(0, 0, 0, .5);
    }

    @media all and (max-width:1199px) {
        .batch-information-box h2 {
            font-size: 32px;
        }

        .batch-information-box {
            padding: 30px;
            grid-template-columns: 58% auto;
            gap: 30px;
        }

        .batch-information-box .bib-right .right-img-box {
            aspect-ratio: 2.8 / 2;
        }

        .past-class-content-container {
            grid-template-columns: 70% auto;
        }
    }


    /*//////////////////////////////////////////////*/

    /* Courses Video Page Styles */

    .courses-video{
        padding-block:80px 200px;
    }
    .courses-video .the-game-container{
        padding:40px;
        border-top: 10px solid #ff0000;
        border-left: 1px solid #ff00002e;
        border-right: 1px solid #ff00002e;
        border-bottom: 1px solid #ff00002e;
        border-radius:15px;
        background-color: #fff0ec;
    }
    .courses-video .the-game-container h2{
        font-weight:500;
    }
    .courses-video .the-game-container h3{
        font-weight:700;
        margin-block:20px;
    }
    .course-journey-btn {
        background: #ffe5ac;
        border-top: 5px solid #c69500;
        border-left: 1px solid #c69500;
        border-right: 1px solid #c69500;
        border-bottom: 1px solid #c69500;
        padding: 10px 20px;
        border-radius: 50px;
        text-align: right;
        display: flex;
        justify-content: right;
        margin-left: auto;
        align-items: center;
        max-width: 245px;
        transition: all 0.5s ease-in;
    }
    .course-journey-btn:hover {
        background: #fcd172;
        transition: all 0.5s ease-out;
    }
    .video-modules-list iframe {
        width: 100% !important;
        height: 100% !important;
    }
    .video-modules-list .video-box{
        /* border-top: 10px solid #fb8585;
        border-left: 1px solid #ff00002e;
        border-right: 1px solid #ff00002e;
        border-bottom: 1px solid #ff00002e;
        border-radius: 15px; */
        background: #000000;
        overflow: hidden;
        aspect-ratio: 2.5 / 1;
    }
    .pre-next-btn-block {
        display: flex;
        align-items: center;
        justify-content: right;
        gap: 10px;
        margin-top: 25px;
    }
    .pre-next-btn-block .btn-disable{
        opacity: .5;
        pointer-events:none;
    }
    .pre-next-btn-block .previous-btn{
        flex:1;
    }
    .pre-next-btn-block .next-btn{
        flex:2;
    }
    .previous-btn, .next-btn {
        background: #ffe5ac;
        border-top: 5px solid #c69500;
        border-left: 1px solid #c69500;
        border-right: 1px solid #c69500;
        border-bottom: 1px solid #c69500;
        padding: 10px 20px;
        border-radius: 50px;
        max-width:145px;
        text-align:center;
        transition: all 0.5s ease-in;
    }
    .previous-btn:hover, .next-btn:hover {
        background: #fcd172;
        transition: all 0.5s ease-out;
    }

    /* Hide courses initially */
    .courses {
    display: none;
    }

    /* Hide all course sections */
    .courses > div:not(.pre-next-btn-block) {
    display: none;
    }

    /* Show active section */
    .courses > div.active {
    display: block;
    }

    /* Disabled button */
    .btn-disable {
    pointer-events: none;
    opacity: 0.4;
    }
    .video-box video {
        width: 100%;
        height: 100%;
        display: block;
    }


/* End Courses Video Page Styles */

.register-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-family: inherit;
}

/* LEFT */
.register-left {
    padding: 80px;
}

.back-home {
    display: inline-block;
    margin-bottom: 40px;
    color: #64748b;
    text-decoration: none;
}

.register-left h1 {
    font-size: 32px;
    margin-bottom: 8px;
}

.subtitle {
    color: #64748b;
    margin-bottom: 32px;
}

.register-form .field {
    margin-bottom: 20px;
}

.register-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.register-form input,
.register-form input[type="date"],
.register-form input[type="email"],
.register-form input[type="number"],
.register-form input[type="password"],
.register-form input[type="search"],
.register-form input[type="tel"],
.register-form input[type="text"],
.register-form input[type="url"],
.register-form textarea {
    width: 100%;
    padding: 22px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
}

.register-form input.rememberme {
    width: auto;
    margin-right: 8px;
}

.btn-primary {
    width: 100%;
    padding: 14px;
    background: #fbbf24;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
}

.login-link, .register-link {
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 0;
}

.login-link a, .register-link a {
    color: #f59e0b;
    font-weight: 600;
    text-decoration: none;
}

.field.with-icon {
    position: relative;
}

.field.with-icon i {
    position: absolute;
    top: 70%;
    left: 14px;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 15px;
}

.field.with-icon .toggle-pass i {
    position: absolute;
    top: 70%;
    left: auto;
    right: 14px;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 15px;
}

.field.with-icon input {
    padding-left: 35px !important;
}

/* RIGHT */
.register-right {
    background: linear-gradient(135deg, #1e293b, #334155);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-content {
    max-width: 420px;
    text-align: center;
}

.right-content h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #fff;
}

.right-content p {
    font-size: 16px;
    opacity: 0.85;
}

.description {
    padding: 0px 50px;
}

.right-content .description p {
    color: #c7c7c7;
}



/* MOBILE */
@media (max-width: 900px) {
    .register-layout {
        grid-template-columns: 1fr;
    }

    .register-right {
        display: none;
    }

    .register-left {
        padding: 40px 24px;
    }
}


/*******************LoginPage/RegisterPage********************/

.caf-login-page .container-wrap {
    padding: 0 !important;
}
.caf-login-page .container.main-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.caf-login-page .register-left h1, .caf-edit-account-page .register-left h1 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #364153;
    font-size: 38px;
    font-weight: 700;
}
.caf-edit-account-page .register-left {
    padding: 0; 
}
@media all and (min-width:901px){
    .caf-login-page .container.main-content .register-layout{
        min-height: calc(100vh - 66px);
        border-bottom: 1px solid #dddddd;
    }
}
.caf-login-page .register-form .field.with-icon label, .caf-edit-account-page .register-form .field.with-icon label {
    display: none !important;
}
.caf-login-page .field.with-icon i, .caf-edit-account-page .field.with-icon i {
    top: 50% !important;
}
.caf-login-page .wooc-login-wrapper {
    max-width: 450px;
    margin: 0 auto;
}
.caf-login-page .wooc-login-wrapper button.btn-primary {
    width: 100%;
    background-color: #313f53 !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
}
.caf-edit-account-page .wooc-login-wrapper button.btn-primary {
    background-color: #313f53 !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
}
.caf-login-page .register-left {
    align-items: center;
    justify-content: center;
    /* display: flex; */
}
.caf-login-page .register-left .wooc-login-wrapper {
    flex: 1;
}

.caf-login-page .register-left .login-link a, .caf-login-page .register-left .register-link a{
    color: #8090fd;
}
.caf-login-page .register-left .subtitle {
    margin-bottom: 12px;
}
.caf-login-page .register-left label{
    color: #64748b;   
}
.caf-login-page .register-left label:has(input[type="checkbox"]) input[type="checkbox"] {
    width: 17px;
    height: 17px;
    padding: 0;
    border: 1px solid #64748b;
    color: #64748b;
}
.caf-login-page .register-left label:has(input[type="checkbox"]) input[type="checkbox"]::before {
    top: 41%;
    left: 45%;
}
.caf-login-page .register-right {
    background: #eaf2ff;
}
.caf-login-page .right-content, .caf-login-page .right-content h2, .caf-login-page .right-content .description p {
    color: #364153;
}
.caf-login-page .right-content .Fwd-logo-ideas {
    width: 380px !important;
    height: auto;
}
.caf-login-page .register-login-links-block{
    display: flex;
}
.caf-login-page .register-login-links-block .login-link {
    width: 50%;
    text-align: right;
}
.caf-login-page .register-login-links-block .register-link{
    width: 50%;
}

.caf-login-page .register-layout.custom-edit-account{
    display: block;
}

@media all and (max-width:1199px){
    .caf-login-page .register-left h1 {
        font-size: 32px;
    }
}
@media all and (max-width:992px){
    .caf-login-page .register-left h1 {
        font-size: 28px;
    }
}
@media all and (max-width:480px){
    .caf-login-page .register-left h1 {
        font-size: 26px;
    }
}

.batch-information-box.grid-col-1 {
  grid-template-columns: auto;
}

/*****************************************************************************/

/************************ForgetPassword*****************************/

/******************************************************************/
