body{
    color: var(--color-black);
}
.zonbase-learning {
    padding: 40px 0 57px 0px;
}
.box-shdw-vdio{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 5px;  
    height: calc(100vh - 85px);
}
.box-shdw-vdio-wlgn{
    /* height: calc(100vh - 30px); */
}
.vdo-zn-rec{
    font-weight: 400;
    line-height: 20px;
    font-family: var(--text-regular);
}
.vdio-desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-orange);
    font-family: var(--text-regular);
    margin: 9px 0px 0px;
    width: 100%;
    display: block;
}
.rating-star{
    margin-top: -5px;
}
.rate-lsn{
    font-size: 14px;
}
.znbs-lrng, .vdo-zn-rec{
    font-size: 24px;
    margin: 0;
}
.yr-prgrs{
    font-size: 18px;
}
.znbs-lrng, .yr-prgrs, .rate-lsn{
    font-weight: 700;
    line-height: 20px;
    font-family: var(--text-bold);
}

.znbs-lrng{ margin: 0; }
.course-content {
    /* border: 1px solid #D8D8D8;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 3px; */
    height: calc(100vh - 148px);
    overflow: hidden;
}
.course-content-wlgn {
    height: calc(100vh - 20px);
    /* min-height: 900px; */
}
.course-content .yr-prgrs{
    padding: 12px 19px;
    margin: 0;
}
.brdr-btm{
    border-bottom: 1px solid #D8D8D8;
}
.vid-thumb{
    margin: 0px 15px 0px 0;
}
.vde-cntnt-row .custom-control-label {
    padding: 19px 16px 21px 0px;
    cursor: pointer;
}
.vde-cntnt-row .custom-control-input {
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 1px;
    display: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: var(--text-white);
    border-color: var(--theme-border);
    background-color: var(--theme-bg)!important;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(254, 152, 2, 0.32);
}

.vde-cntnt-row .custom-control-label::before, .vde-cntnt-row .custom-checkbox .custom-control-input:checked~.custom-control-label::after, .vde-cntnt-row .custom-control-input:checked ~ .custom-control-label::before, .vde-cntnt-row .custom-control-label::after {
    top: 39px;
    left: -8px;
}
.cstm-scrollbar{
    float: left;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 20px;
}
.cstm-scrollbar::-webkit-scrollbar-track
{
   /* -webkit-box-shadow: inset 0 0 6px rgb(255,255,255);*/
    background-color: #E0E0E0;
}

.cstm-scrollbar::-webkit-scrollbar
{
    width: 10px;
    background-color: transparent;
}

.cstm-scrollbar::-webkit-scrollbar-thumb
{
    background-color: #BCBCBC;
}

.vdeo-progress-bar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: var(--bg-white);
    align-items: center;
    line-height: 20px;
    margin-right: 11px;
    justify-content: center;
}

/*.progress::after {content: "%";}*/

/*.vdeo-progress-bar .title {
    position: relative;
    z-index: 100;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 0.30000001192092896px;
    color: var(--text-black);
}*/

.vdeo-progress-bar .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--bg-white);
}

.vdeo-progress-bar .left, .vdeo-progress-bar .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid var(--color-orange);
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
}

.progress .left, .pie-wrapper .left-side {
    animation: load1 1s linear forwards;
}
 .progress:first-of-type .right, .pie-wrapper:first-of-type .right-side {
    animation: load3 .8s linear forwards 1s;
}
/*.progress:nth-of-type(2) .right, .progress:nth-of-type(3) .right {animation: load2 .5s linear forwards 1s;}*/

.progress:last-of-type .right, .progress:first-of-type .right {animation: load3 .8s linear forwards 1s;}

@keyframes load1 {
    0% {transform: rotate(0deg);}

    100% {transform: rotate(180deg);}
}

@keyframes load2 {
    0% {z-index: 100;transform: rotate(180deg);}

    100% {z-index: 100;transform: rotate(270deg);}
}

@keyframes load3 {
    0% {z-index: 100;transform: rotate(180deg);}

    100% {
        z-index: 100;transform: rotate(315deg);}
}
.video-sidebar{
    /*position: fixed;
    right: 0;
    top: 156px;*/
    max-width: 506px;
    flex: auto;
}
/*#vid_frame{
    height: calc(100vh - 290px);
}*/
/*.video-clmn{
    max-height: calc(100vh - 290px);
    height: 100%;
    min-height: 465px;
    background-color: #1c1d1f;
    display: flex;
    justify-content: center;
}
#vid_frame{
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    margin: auto;
}
.vido-clmn-inner{
    position: relative;
    width: 100%;
    min-height: 450px;
}*/
.video-left-side {
    max-width: calc(100% - 506px);
    flex: auto;
}
.video-left-side , .video-sidebar{
    margin:0 !important;
}

@media(min-width: 1200px){
/*.zonbase-learning .container-fluid {
    max-width: 1700px;
    padding: 0px 65px;
}*/
#vid_frame {
    height: calc(100vh - 290px);
}
}

@media(max-width: 767px){
.znbs-lrng, .vdo-zn-rec {
    font-size: 17px;
}
.vdio-desc-sec .vdo-zn-rec{
    /* text-align: center; */
}
.vdio-desc-sec{
    padding: 24px 15px !important;
}
.vde-cntnt-row .custom-control-label {
    padding: 10px 15px 10px 0px;
}
.vdio-desc {
    font-size: 15px;
}
.video-clmn iframe {
    height: 300px;
}
.vid-thumb {
    margin: 0px 15px 0px 20px;
}
}
@media (min-width: 768px) and (max-width: 1199px){
    .video-clmn iframe {
    height: 300px;
}
}
@media(max-width: 1199px){
.zonbase-learning {
    padding: 40px 0px;
}
.box-shdw-vdio {
    min-height: auto;
    margin-bottom: 30px;
}
.video-left-side {
    max-width: 100%;
}
.video-sidebar {
    position: static;
    max-width: 100%;
}
}


/*@media(max-width: 991px){
    display:none;
}*/

@media (min-width: 1200px) and (max-width: 1350px){
.zonbase-learning .container-fluid {
    padding: 0px 15px;
}
}
@media (min-width: 1200px) and (max-width: 1250px){
.crsc-cntet-desc .vdo-zn-rec{
    font-size: 18px;
}
}
@media (min-width: 1200px) and (max-width: 1479px){
/*    .course-content {
        height: calc(100vh - 203px);
    }
    .box-shdw-vdio{height: calc(100vh - 142px);}*/
}



.equal-section-layout {}
.equal-section-layout .col-left {}
.equal-section-layout .col-right {}

.equal-section-layout .col-left .box-shdw-vdio {
    height: 100%;
}
.equal-section-layout .col-right .cl-right {
    /* height: calc(100% - 50px);
    border: 1px solid #D8D8D8;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 25%);
    border-radius: 3px;
    position: relative;
    margin-top: 50px; */
}

.equal-section-layout .col-right .cl-right .intro-heading img {
    position: relative;
}
.equal-section-layout .col-right .cl-right .intro-heading .znbs-lrng {
    position: relative;
}
.equal-section-layout .col-right .cl-right .course-content {
    margin-top: 0 !important;
    /* padding-top: 0 !important; */
    /* padding-bottom: 0 !important; */
}


.equal-section-layout .course-content-wlgn .brdr-btm.vde-cntnt-row:last-child {
    border-bottom: none;
}
.equal-section-layout .course-content-wlgn .cstm-scrollbar {
    /* padding-bottom: 0; */
}

.equal-section-layout .course-content .yr-prgrs {
    /* padding-bottom: 0;
    padding-top: 0; */
}




@media(max-width: 1199px) {
    .equal-section-layout .col-right {
        margin-top: 30px !important;
    }
    .equal-section-layout .col-left .vdio-desc {
        margin-top: 15px;
    }
}

@media(min-width: 1200px) {
    
    .equal-section-layout .col-right .cl-right .intro-heading {
        position: absolute;
        width: 100%;
        top: -52px;
    }
    .equal-section-layout .col-right .cl-right .intro-heading {
        background: #FFF;
        margin-bottom: 0!important;
        padding-bottom: 0rem !important;
    }
    .equal-section-layout .col-right .cl-right {
        height: calc(100% - 50px);
        border: 1px solid #D8D8D8;
        box-shadow: inset 0px 0px 10px rgb(0 0 0 / 25%);
        border-radius: 3px;
        position: relative;
        margin-top: 50px;
    }
}

@media(max-width: 1199px) {
    .equal-section-layout .col-right .cl-right .course-content {
        border: 1px solid #D8D8D8;
        box-shadow: inset 0px 0px 10px rgb(0 0 0 / 25%);
        border-radius: 3px;
    }
    .equal-section-layout .col-left .vdio-desc-sec {
        padding-bottom: 0px !important;
    }
}


@media(max-width: 767px) {
    .course-content-wrapper .custom-checkbox {
        padding: 0;
    }
    .course-content-wrapper .custom-checkbox .custom-control-label{
        padding: 10px 10px;
        display: flex !important;
    }
    .course-content-wrapper .custom-checkbox .vid-thumb{
        margin: 0;
    }
    .course-content-wrapper .custom-checkbox .vid-thumb img{
        max-width: 100%;
        height: auto;
    }
    .course-content-wrapper .crsc-cntet-desc{
        width: 70%;
        padding-left: 20px;
    }
    .course-content-wrapper .crsc-cntet-desc .vdio-desc{
        word-break: break-word;
        white-space: initial;
    }
}

