
/**/
body {
    font-family: "Poppins", sans-serif;
    background: #F9F9F9;
    font-size: 13.6px;}

.font-poppins{
    font-family: "Poppins", sans-serif;}
.font-inter{
    font-family: "Inter", sans-serif;}
/* aos */
html, body {
    overflow-x: hidden !important}

/* number without arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;}
input[type=number] {
    -moz-appearance:textfield;}



/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a9a8a8 !important;}
::-moz-placeholder { /* Firefox 19+ */
  color: #a9a8a8 !important;}
:-ms-input-placeholder { /* IE 10+ */
  color: #a9a8a8 !important;}
:-moz-placeholder { /* Firefox 18- */
  color: #a9a8a8 !important;} 

/* bg */
.bg-purple{
    background: linear-gradient(110.41deg, #662D91 0.63%, #8A3AB9 97.76%) !important;}
.bg-li-white{
    background-color: #F5F5F5 !important;}
.bg-off-white{
    background: #EFEFEF !important;}
.bg-yellow-color {
    background: linear-gradient(
        110.41deg,
        rgba(255, 114, 26, 1) 0.63%,
        rgba(255, 180, 20, 1) 97.76%
    ) !important;
}
.bg-yellow-badge {
    background: rgba(255, 180, 20, 1)!important;
}

/* badge */
.badge-y-yellow{
    color: #3F2600;
    background-color: #FCB316;
    border: 0.5px solid #FCB316;}
.badge-border-blue{
    border: 1px solid #4D0FC0;
    background: #F6F1FF;
    color: #4624BF;}
.badge-light-yellow{
    color: #C25E00;
    background-color: #FFEBD9;
    border: 1px solid #FFEBD9;}
.badge-light-green{
    color: #1c9762;
    background-color: #B5ffdf;
    border: 1px solid #B5ffdf;}

.badge-light-orange{
    color: #CE6C0A;
    background-color: #FFF3E7;
    border: 1px solid #FFF3E7;}
.badge-light-red{
    color: #F50004;
    background-color: #FFE7E7;
    border: 1px solid #FFE7E7;}

/*  */
.fancybox__content{
    min-height: 500px !important;
}
.fancybox__html5video, .fancybox__iframe{
    min-height: 400px !important;
}

/* btn */
.btn {
    font-size: 13.3px;}
.btn:focus {
    box-shadow: none;
    outline: none;}

/* btn- */
.btn-royal-purple{
    color: #fff !important;
    background-color: #662D91 !important;
    border: 1px solid #662D91 !important;
}

.btn-li-gray{
    color: #424242 !important;
    background-color: #fff !important;
    border: 1px solid #E9DCDC !important;
}

/* btn-group */
.btn-group img {
    height: 12px;}

/* btn-l-green */
.btn-l-green {
    background-color: #80f0bf;
    color: #287a56;
    border-color: #80f0bf;}
.btn-l-green:hover {
    background-color: #61c398;
    color: #287a56;
    border-color: #61c398;} 


/* btn */
.btn-purple, .btn-purple:hover{
    background: #662D91;
    color: #fff !important;
    border-color: #662D91;}
.btn-l-black, .btn-black:hover{
    background: #222222 !important;
    color: #fff !important;
    border-color: #222222 !important;}
/* btn-border-purple */
.btn-border-purple, .btn-border-purple:hover{
    border: 1px solid #662D91;
    background-color: #fff;
    color: #662D91;}

/* btn-l-purple */
.btn-l-purple, .btn-l-purple:hover{
    background: #F3E8FF;
    color: #662D91;}
.btn-d-pruple, .btn-d-purple:hover{
    background: #F3E8FF;
    color: #662D91;
    border: 1px solid #662D91}
.btn-l-blue, .btn-l-blue:hover{
    background: #E8F2FF;
    color: #2F7ADD;
    border: 1px solid #2F7ADD;
}
/* btn-d-red */
.btn-d-red, .btn-d-red:hover{
    background: #F73517;
    color: #fff;
    border-color: #F73517;  }
/* btn-li-black */
.btn-li-black, .btn-li-black:hover{
    background: #303030 !important;
    color: #fff !important;
    border: 1px solid #303030 !important;}
/* /btn-li-black */
/* btn-li-black */
.btn-dl-black, .btn-dl-black:hover{
    background: #282828 !important;
    color: #fff !important;
    border: 1px solid #282828 !important;}
/* /btn-li-black */

/* btn-li-red */
.btn-li-red, .btn-li-red:hover{
    background: #DD383B !important;
    color: #fff !important;
    border: 1px solid #DD383B !important;
}
.btn-border-black, .btn-border-black:hover{
    background: #fff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
}
/* /btn-li-red */
/* btn-li-violet */
.btn-li-violet, .btn-li-violet:hover{
    border: 1.5px solid #662D91;
    background-color: #fff;
    color: #662D91;}
/* /btn-li-violet */
/* btn-rating */
.btn-rating{
    padding:5px 12px;
    background-color: transparent;
    border: 1px solid #BBBBBB;
    color: #5D6069;}
/* / btn-rating */
/* close-btn */	
.close-btn {
    position: absolute;
    width: 22px;
    height: 22px;
    opacity: 0.3;
    cursor: pointer;}
.close-btn:hover {
    opacity: 1;}
.close-btn:before, 
.close-btn:after {
    position: absolute;
    left: 12px;
    top: 5px;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #333;}
.close-btn:before {
    transform: rotate(45deg);}
.close-btn:after {
    transform: rotate(-45deg);}



/*  */
.form-default .form-body .chosen-container-single .chosen-single div b:before{
    top: 0px;}

/* fixed-fa-icon */
.fixed-fa-icon {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ffffff7a;
    color: #fff;
    font-size: 22px;
    padding: 1px 18px;}

/* list-data */
.list-data .list-item {
    margin-bottom: 10px;
    position: relative;
    list-style: none;}
.list-data .list-item .img-primary {
    border-radius: 15px;}
.list-data .list-item .rybbon {
    height: 80px;
    position: absolute;
    left: 0;}
.list-data .list-item .label-large {
    font-size: 14px;
    color: #898f97;}
.list-data .list-item label {
    font-size: 12px;
    color: #8C8C8C;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 10px;}
.list-data .list-item .data {
    font-size: 14px;
    color: #3D3D3D;
    font-weight: 600;
    line-height: 100%;}
.list-data .list-item .data.text-large {
    font-size: 30px;}




/* rounded-btn */	
.rounded-btn {
    border-radius: 25px;
    padding: 8px 25px;}


/* lg-btn */	
.lg-btn {
    font-size: 15px;
    padding: 10px 55px;}
@media (max-width: 991px) {
.lg-btn {
    font-size: 14px;
    padding: 8px 50px;}
}



/* load-more__btn */
.load-more__btn-wrap {
    text-align: center;
    margin-top: 55px;}
.load-more__btn-wrap .load-more__btn {
    text-decoration: none;
    padding: 9px 35px;
    font-size: 13px;
    background-color: #c90000;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    font-weight: bold;
    position: relative;
    /* scale-hove */
    overflow: hidden;
    transition: transform .6s;}
.load-more__btn-wrap .load-more__btn:hover {
    -ms-transform: scale(1.08); 
    -webkit-transform: scale(1.08);
    transform: scale(1.08);}



/* load-more-btn-font-group */
.load-more-btn-font-group .load-more__btn-wrap .load-more__btn {
    padding-right: 45px;}
.load-more-btn-font-group .load-more__btn-wrap .load-more__btn::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    display: block;}


/* load-more-btn-img-group */
.load-more-btn-img-group .load-more__btn-wrap .load-more__btn {
    padding: 9px 60px 9px 30px;}
.load-more-btn-img-group .load-more__btn-wrap .load-more__btn::after {
    content: '';
    background-image: url(../images/icons/three-arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 23px;
    width: 20px;
    height: 20px;
    display: block;}



/* url-primary */
.url-primary {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;}

/* active */
a.active {
    cursor: default;}


/* scale-hover */
.scale-hover {
  /*overflow: hidden;*/
  transition: transform .6s;}
.scale-hover:hover {
  -ms-transform: scale(1.08); 
  -webkit-transform: scale(1.08);
  transform: scale(1.08);}

/* chose-form-select */
.chose-form-select{position: relative;}

/* scale-up-hover */
.scale-up-hover {
  /*overflow: hidden;*/
  transition: transform .6s;}
.scale-up-hover:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);}


/* truncate */
.truncate-1,
.truncate-2,
.truncate-3,
.truncate-4,
.truncate-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical}
.truncate-1 {
    -webkit-line-clamp: 1;}
.truncate-2 {
    -webkit-line-clamp: 2;}
.truncate-3 {
    -webkit-line-clamp: 3;}
.truncate-4 {
    -webkit-line-clamp: 4;}
.truncate-5 {
    -webkit-line-clamp: 5;}

/* font-weight */
.fw-400{
    font-weight: 400 !important;}
.fw-500{
    font-weight: 500 !important;}
.fw-600{
    font-weight: 600 !important;}
.fw-700{
    font-weight: 700 !important;}
.fw-800{
    font-weight: 800 !important;}
.fw-900{
    font-weight: 900 !important;}


/* text-color */
.text-color-xd-black{
    color: #0C0C0C !important;}
.text-color-ss-black{
    color: #1A1A1A !important;}
.text-color-em-black{
    color: #1C1C1C !important;}
.text-color-l-black{
    color: #1D1D1D !important;}
.text-color-ml-black{
    color: #2A2A2A !important;}
.text-color-d-black{
    color: #232323 !important;}
.text-color-sl-black{
    color: #252525 !important;}
.text-color-sr-black{
    color: #272727 !important;}
.text-color-dl-black{
    color: #272525 !important;}
.text-color-xx-black{
    color: #303030 !important;}
.text-color-dd-black{
    color: #3A3A3A !important;}
.text-mute-black{
    color: #3C3C3C !important;}
.text-color-ds-black{
    color: #353535 !important;}
.text-color-lm-black{
    color: #4C4C4C !important;}
.text-color-mute{
    color: #4E4E4E !important;}
.text-color-dp-black{
    color: #454545 !important;}
.text-color-li-black{
    color: #3D3D3D !important;}
.text-color-ld-black{
    color: #3F3F3F !important;}
.text-color-sm-black{
    color: #323232 !important;}
.text-gold-yellow{
    color: #FCB316 !important;}
.text-color-m-yellow{
    color: #EFB300 !important;}
.text-color-d-yellow{
    color: #E57D1B !important;}
.text-li-black{
    color: #282828 !important;}
.text-color-dr-black{
    color: #1E1E1E !important;}
.text-color-rd-black{
    color: #2E2E2E !important;}
.text-color-l-gray{
    color: #5A5A5A !important;}
.text-color-db-mute{
    color: #535353 !important;}
.text-color-ml-mute{
    color: #606060 !important;}
.text-color-xx-mute{
    color: #616161 !important;}
.text-color-m-mute{
    color: #636363 !important;}
.text-color-dl-mute{
    color: #5F5F5F !important;}
.text-color-sl-mute{
    color: #858585 !important;}
.text-color-d-mute{
    color: #5D5D5D !important;}
.text-color-ld-mute{
    color: #6D6D6D !important;}
.text-color-xs-mute{
    color: #666666 !important;}
.text-color-dx-mute{
    color: #6A6A6A !important;}
.text-color-xd-mute{
    color: #595959 !important;}
.text-clr-b-gray{
    color: #787878 !important;}
.text-color-ms-mute{
    color: #808080 !important;}
.text-clr-li-gray{
    color: #848484 !important;}
.text-color-sd-mute{
    color: #8c8c8c !important;}
.text-color-dd-mute{
    color: #9C9C9C !important;}
.text-clr-bl-gray{
    color: #363636 !important;}
.text-color-ed-black{
    color: #373737 !important;}
.text-color-ds-mute{
    color: #BFBFBF !important;}
.text-clr-li-violet{
    color: #B6B6E0 !important;}
.text-color-lm-mute{
    color: #767676 !important;}
.text-color-md-mute{
    color: #929292 !important;}
.text-clr-d-violet{
    color: #662D91 !important;}
.text-color-l-white{
    color: #ECECEC !important;}
.text-dark-mute{
    color:  #2D2D2D !important;}
.text-clr-lb-black{
    color: #3E3E3E !important;}
.text-clr-light-black{
    color: #525252 !important;}
.text-clr-l-green{
    color: #52D323 !important;}
.text-clr-b-green{
    color: #08AC21 !important;}
.text-color-d-green{
    color: #02AE25 !important;}
.text-color-dl-blue{
    color: #4B7EFF !important;}
.text-color-d-blue{
    color: #1540B4 !important;}
.text-clr-li-orange{
    color: #DC9717 !important;}
.text-clr-li-red{
    color: #FC3B30 !important;}
.text-clr-d-red{
    color: #FF0000 !important;}
.text-color-d-red{
    color: #F50004 !important;}
.text-color-x-red{
    color: #F73517 !important;}
.text-clr-db-black{
    color: #2C2C2C !important;}
.text-clr-dark-black{
    color: #242323 !important;}
.text-clr-light-gray{
    color: #6E6E6E !important;}
.text-clr-dark-l-black{
    color: #323131 !important;}
.text-clr-light-green{
    color: #4CAF50 !important;}
.text-clr-mute-b{
    color: #343434 !important;}
.text-clr-ln-gray{
    color: #2F2F2F !important;}
.text-clr-lb-gray{
    color: #515151 !important;}
.text-clr-dark-blue{
    color: #0C87FA !important;}

/*  search */
.search-form {
    position: relative;
    width: 100%;
    max-width: 168px;}
.search-form .form-control {
    background: #F4F4F4;
    font-size: 13px;
    padding: 6px 45px 6px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #F4F4F4;}
.search-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    min-width: auto;}
.search-form .btn img {
    height: 20px;}


/* header */
.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 6px 2px 7px #00000036;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px;
     /**/
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;}
@media (min-width: 992px) {
/* body.specific_scroll:not(.up_scroll) .header {
    height: 0;
    z-index: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;}
   .header{
    padding: 0px 2rem;
   }  */
}
@media (max-width: 991px) {
body.specific_scroll:not(.open-menu):not(.up_scroll) .header {
    height: 0;
    z-index: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;}
}
/* fixed */
.specific_scroll.up_scroll .header {
    position: fixed;}

/* header-bg-transparent */
body:not(.specific_scroll) .header-bg-transparent .header {
    background-color: transparent;}


/* a-logo */
.header .a-logo {
    display: inline-block;}
.header .a-logo img {
    max-width: 100%;
    max-height: 40px;}


/* menu-bar */
.header .menu-bar .menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;}
.header .menu-bar .menu .link-item {
    margin-left: 10px;
    display: inline-block;}
.header .menu-bar .menu .link-item .link {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    color: #0c0c0c;}
.header .menu-bar .menu .link-item .link:not(.active) {
    opacity: .7;}
.header .menu-bar .menu .link-item .link:hover {
    opacity: initial}
@media (max-width: 991px) {
.header .menu-bar {   
    position: fixed;
    z-index: 101;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /**/
    left: -100%;
	-webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;}
.open-menu .header .menu-bar {
    left: 0;}
.header .menu-bar .menu {
    padding: 60px 20px 0px 20px;}
.header .menu-bar .menu .link-item {
    margin: 20px 15px;
    display: block;}
.header .menu-bar .menu .link-item .link {
    padding: 15px 30px;}
.header .menu-bar .menu .link-item a{
    display: flex;
    gap: 1rem;
    text-decoration: none;
    color: #292D32;}
.header .menu-bar .menu .link-item a:not(.active) img:last-of-type,
.header .menu-bar .menu .link-item a.active img:first-of-type{
    display: none;}
.header .menu-bar .menu .link-item a:not(.active) img:last-of-type,
.header .menu-bar .menu .link-item a.active img:first-of-type{
    display: none;}
.header .menu-bar .menu .link-item a .col-text{
    font-size: 16px;
    color: #292D32;}
.header .menu-bar .menu .link-item .btn-create{
    padding: 13px 20px !important;
    width: 100%;
    justify-content: center;
    max-width: 500px;
    font-size: 18px;
    border-radius: 40px !important;}
.header .menu-bar .menu .link-item .btn-login{
    padding: 13px 20px;
    width: 100%;
    justify-content: center;
    max-width: 500px;}
}

/* header-bg-transparent */
@media (min-width: 992px) {
body:not(.specific_scroll) .header-bg-transparent header .menu-bar .menu .link-item .link {
    color: #fff;}
}

/* menu-outside */
body:not(.open-menu) .header .menu-outside {
    display: none;}
@media (max-width: 991px) {
.open-menu .header .menu-outside {
    background: #00000096;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;}
}
/* header saearch */
.header .search-form{
    max-width: 459px;}
.header .search-form .course-filter{
    display: none;}
.header .search-form input{
    padding-left: 50px;
    padding-right: 12px;
    font-size: 14px;
    box-shadow: none;
    outline: none;
    background: #F2F2F2;
    border-radius: 20px;}
.header .search-form .btn{
    right: 90%;
    width:40px;
    left: 0px;}
.header .search-form input::placeholder{
    font-size: 14px;
    color: #333333 !important;}

/* dropdown */
/* dropdown-toggle */
.header .menu-bar .menu .dropdown-toggle {
    margin-top: -4px;}
.header .menu-bar .menu .dropdown-toggle::after {
    border: 0;
    font-family: FontAwesome;
    content: '\f107';
    position: relative;
    left: 5px;
    top: 3px;}
/* dropdown-menu */
.header .dropdown-menu.profile-drop {
    border: none;
    min-width: 150px;
    border-radius:10px;
    overflow: hidden;
    padding: 0;
    box-shadow: 3px 2px 12px #0000002e;}
.header .dropdown-menu.profile-drop .dropdown-item {
    background-color: transparent;
    position: relative;
    font-size: 12px;
    padding: 13px 25px;
    color: #727272;}
.header .menu-bar .menu .dropdown-menu li:not(:last-of-type) .dropdown-item {
    border-bottom: 1px solid #efefef;}
.header .menu-bar .menu .dropdown-menu .dropdown-item:hover {
    color: #000 !important;
    background-color: #dbdbdb;}

/* notification btn */
.header .menu-bar  .btn-notification:hover img,
.header .mobile-header-items .btn-notification:hover img{
    animation: bellRing 0.9s both;}
@keyframes bellRing {
  0%,
  100% {
    transform-origin: top;}
  15% {
    transform: rotateZ(10deg);}
  30% {
    transform: rotateZ(-10deg);}
  45% {
    transform: rotateZ(5deg);}
  60% {
    transform: rotateZ(-5deg);}
  75% {
    transform: rotateZ(2deg);}
}
/* notification-dropdown  */
.header .link-item .noti-dropdown{
    width: 429px !important;
    padding-top:10px !important ;
    padding-bottom: 10px !important;
    padding: 10px 15px 10px 8px;
    min-width: 430px !important;
    border-radius: 20px !important;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100% !important;}
.header .link-item .noti-dropdown::-webkit-scrollbar{
    display: none;}
.header .link-item .noti-dropdown .dropdown-item{
    white-space: wrap;
    border: 0 !important;
    background-color: #fff;
    padding: 8px 10px;}
.header .link-item .noti-dropdown .dropdown-item:hover{
    background-color: #fff !important;}
.header .link-item .noti-dropdown li:not(:last-of-type) .dropdown-item{
    border: 0px;}
 .noti-dropdown li:not(:last-child)::after {
    content: "";
    display: block;
    height: 1px;
    background: #e0e0e0;
    margin: 4px 15px 4px 80px;}
.header .link-item .noti-dropdown .noti-sub-card{
    display: flex;
    gap: 0.6rem;
    justify-content: space-between;}
.header .link-item .noti-dropdown .dropdown-item .noti-sub-card .cont .sub-head{
    font-size: 16px;
    font-weight: 600;
    color:#3c3c3c;}
.header .link-item .noti-dropdown .dropdown-item .noti-sub-card .cont .text-des{
    font-size: 14px;
    font-weight: 500;
    color:#4e4e4e;}

/* active */
.header .link-item .noti-dropdown .dropdown-item .noti-sub-card.active .cont .sub-head{
    font-weight: 700;
    font-size: 16px;
    color:#1D1D1D;}
.header .link-item .noti-dropdown .dropdown-item .noti-sub-card.active .cont .text-des{
    font-weight: 700;
    font-size: 15px;
    color:#232323;}
.header .link-item .noti-dropdown .noti-sub-card .noti-img,
.noti_res_page  .noti-img{
    height: 49px;
    width: 49px;
    aspect-ratio: 49 / 49;}

@media (max-width:991px){
.header .link-item .noti-dropdown{
    min-width: 330px !important;}
}
/* user */
.header .link-item .user{
    width: 35px;
    height: 35px;
    aspect-ratio: 35 / 35;}

/* menu-toggle */
.header .menu-toggle {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 32px;
    height: 22px;}
.header .menu-toggle span {
    background-color:#4F4F4F;
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    float: left;
    border-radius: 40px;}
.header .menu-toggle span:nth-of-type(1) {
    width: 24px;
    top: -6px;}
.header .menu-toggle span:nth-of-type(2) {
    width: 20px;
    top: 0px;}
.header .menu-toggle span:nth-of-type(3) {
    width: 16px;
    top: 6px;}
@media (min-width: 992px) {
.header .menu-toggle {
    display: none;}
}
/* header-bg-transparent */
body:not(.specific_scroll) .header-bg-transparent .header .menu-toggle span {
    background-color: #4c4c4c;}

/* close-btn */
.header .menu-bar .close-btn {
    top: 10px;
    left: 15px}
@media (min-width: 992px) {
.header .menu-bar .close-btn {
    display: none;}
}
/*  */
.header .close-mute-btn{
    top: 20px;
    left: 15px;
    position: relative;}


/* logout modal */
#modal_logout .btn.btn-dl-black,
#modal_logout .btn.btn-li-red {
    font-size: clamp(14px, 2vw, 16px);}
@media (min-width:767px){
#modal_logout .modal-dialog{
    max-width: 413px;}
#modal_logout .btn.btn-dl-black,
#modal_logout .btn.btn-li-red{
    width: -webkit-fill-available;}
}
@media (max-width:567px){
#modal_logout .footer-btn{
    flex-wrap: wrap;}
}
/* modal_registration  */
@media (min-width:767px){
#modal_reg_modal .modal-dialog-centered{
    max-width: 431px;}
}
@media (max-width:767px) {
#modal_reg_modal .modal-dialog-centered{
    align-items: end !important;
    transform: translate(0, -50px) !important;}
}



/* container-fluid */
/* container-fluid-lg */
.container-fluid.container-fluid-lg {
    padding-left: 60px;
    padding-right: 60px;}
@media (min-width:568px) and (max-width: 991px) {
.container-fluid.container-fluid-lg {
    padding-left: 35px;
    padding-right: 35px;}
}

@media (max-width: 567px) {
.container-fluid.container-fluid-lg {
    padding-left: 10px;
    padding-right: 10px;}
}



/* section */
section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;}

/* section-sub */
.section-sub {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;}

    
/* .sweet-overlay */
.sweet-overlay{
    z-index: 1060;
}

/* text-color */
.text-color-mutes{color: #6D6767;}



/* slick-equal-height */
.slick-equal-height .slick-track {
    display: flex;}
.slick-equal-height .slick-slide {
    display: flex;
    height: auto;}
.slick-equal-height .item {
    height: 100%;
    width: 100%;}


/* slick-overflow-initial */
.slick-overflow-initial .slick-list {
    overflow: initial;}


/* slick-disabled */
button.slick-disabled {
    cursor: default !important;}


/* slick-grid */
.slick-grid {
    margin-left: -10px;
    margin-right: -10px;}
.slick-grid .slick-slide {
    padding-left: 10px;
    padding-right: 10px;}
/**/
.slick-grid-15 {
    margin-left: -15px;
    margin-right: -15px;}
.slick-grid-15 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;}


/* slick-item */
.slick-item {
    width: 100%;}
    

/* slick-arrows */
.slick-arrows .slick-next, 
.slick-arrows .slick-prev {
    z-index: 5;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    top: initial;
    bottom: 0;
    transform: translate(-50%, 0);
    border-radius: 50%;
    background-color: #ddd;}
.slick-arrows .slick-next:hover:before, 
.slick-arrows .slick-prev:hover:before {
    color: #000;}
.slick-arrows .slick-next {
    left: 52%;} 
.slick-arrows .slick-prev {
    left: 48%;}
.slick-arrows .slick-next:before, 
.slick-arrows .slick-prev:before {
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);}
.slick-arrows .slick-next:before {
    content: '\f105';}
.slick-arrows .slick-prev:before {
    content: '\f104';}



/* slick-dot-blue */
.slick-dot-blue .slick-dots li {
    margin: 0 2px;
    width: auto;
    height: auto;}
.slick-dot-blue .slick-dots li button {
    background-color: #c7c7c7;
    padding: 0;
    border-radius: 5px;
    width: 8px;
    height: 3px;}
.slick-dot-red .slick-dots li button:before {
    content: '';}
.slick-dot-blue .slick-dots li.slick-active button {
    background-color: #0559D3;
    width: 17px;}

/* slick-dot-hide */
.slick-dot-hide .slick-dots {
    display: none;}

/* slick-dots-hide */
.slick-dots-hide .slick-dots li button:before {
    display: none;}



/* slick-single */
.slick-single .slick-list {
    padding-right: 150px !important;
    padding-left: 150px !important;}
@media (max-width: 991px) {
.slick-single .slick-list {
    padding-right: 85px !important;
    padding-left: 85px !important;}
}





/* contact-table */
.contact-table td {
  vertical-align: top;
  padding-top: 20px;
  color: #8b8c8d;}
.contact-table td img {
  height: 20px;
  padding-right: 15px;}
.contact-table td img[src="/static/public/images/icons/mail.png"] {
  height: 16px;}
.contact-table td a {
  color: #212529;
  display: block;
  font-size: 14px;
  text-decoration: none;}






/* accordion */
.accordion .accordion-item .accordion-button {
  position: relative;}
.accordion .accordion-item .accordion-button::after {
  font-family: FontAwesome;
  content: '\f107';
  background-image: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  right: 20px;
  display: block;
  margin-top: -8px;}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: '\f106';}




/* form-default */
/* .form-default .form-body .form-control:invalid, 
.form-default .form-body .form-select:invalid {
    background-color: #f2f2f2;} */




/* banner-cover */
.banner-cover {
  position: relative;
  overflow: hidden;}
.banner-cover::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #000000a6, #000000a6)}
.banner-cover.cover-bg-initial::before {
  content: initial}
.banner-cover .img-primary {
  height: 380px;
  width: 100%;
  object-fit: cover;}
.banner-cover .caption {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
.banner-cover .caption h3 {
    font-size: 60px;}
.banner-cover .caption hr {
    opacity: initial;
    margin-top: 0;
    max-width: 250px;
    height: 6px;}
.banner-cover .caption h4 {
    font-size: 28px;
    margin-top: 35px;}
.banner-cover .caption .btn {
    padding: 10px 37px;
    border-radius: 0;
    font-size: 15px;}
@media (max-width: 991px) {
.banner-cover .caption h3 {
    font-size: 48px;}
.banner-cover .caption h4 {
    font-size: 22px;
    margin-top: 30px;}
.banner-cover .caption .btn {
    padding: 8px 30px;
    font-size: 14px;}
}
@media (max-width: 767px) {
.banner-cover .caption h3 {
    font-size: 42px;}
.banner-cover .caption hr {
    height: 4px;}
.banner-cover .caption h4 {
    font-size: 18px;
    margin-top: 25px;}
}
    

.img-sty {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* notification-page*/
/* header  */
.notification-header{
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px #0000001A;
}
.noti_res_sec .notification-res-card{
    padding: 0px 10px 0px 0px;}
.noti_res_sec .notification-res-card .noti-sub-card{
    display: flex;
    gap: .6rem;
    justify-content: space-between;
    align-items: start;}
.noti_res_sec .notification-res-card li:not(:last-child)::after{
    content: "";
    display: block;
    height: 1px;
    background: #e0e0e0;
    margin: 10px 0px 4px 60px;}
.noti_res_sec .notification-res-card .noti-sub-card .sub-head{
    font-size: 16px;
    font-weight: 600;
    color: #3C3C3C;}
.noti_res_sec .notification-res-card .noti-sub-card .text-des{
    font-size: 15px;
    font-weight: 500;
    color: #4E4E4E;}

.noti_res_sec .notification-res-card .noti-sub-card.active .sub-head{
    color:#1D1D1D;
    font-weight: 700;}
.noti_res_sec .notification-res-card .noti-sub-card.active .text-des{
    font-size: 15px;
    font-weight: 700;
    color: #232323;}

/* modal_request_process */
@media (min-width:767px){
#modal_request_process .modal-dialog-centered,
#modal_cancel_request .modal-dialog-centered,
#modal_welcome_creator .modal-dialog-centered{
    max-width: 453px;}
}
/* / modal_request_process */

/* spalsh page */
.splash_main {
    display: none;
    opacity: 0;
    visibility: hidden;}
.splash_main.is-visible {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    opacity: 1;
    visibility: visible;
    justify-content: center;
    align-items: center;
    z-index: 9999;}
.splash_main .img-card {
    width: 100%;
    max-width: 275px;
    aspect-ratio: 275 / 70;
    animation: splashZoom 0.5s ease-in-out;}
.splash_main .img-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;}
@keyframes splashZoom {
    0% {
        transform: scale(0.8);
        opacity: 0;}
    100% {
        transform: scale(1);
        opacity: 1;}
}
@keyframes bounce {
    from {
        transform: translateY(0);}
    to {
        transform: translateY(-10px);}
}
@keyframes fadeOut {
    to {
        opacity: 0;
        visibility: hidden;}
}
@media (max-width: 767px) {
.splash_main .img-card {
    max-width: 212px;
    aspect-ratio: 212 / 54;}
}
/* /spalsh page */

/* home page */
.section-title {
    font-size: clamp(22px, 3vw, 30px);
    line-height: clamp(28.6px, 3.2vw, 32px);}
@media (max-width:567px){
.section-title{
    font-weight: 700;}
}
/* ads_main_sec */
.ads_main_sec .slick_main_ads{
    margin-left: -10px;
    margin-right: -10px;
    visibility: hidden}
.slick_main_ads.slick-initialized {
    visibility: visible;}
.ads_main_sec .slick_main_ads .slick-slide{
    padding-left:  10px;
    padding-right: 10px;}
.ads_main_sec .ad-main-card{
    width: 100%;
    height: auto;
    aspect-ratio: 866 / 241;
    box-shadow: 0px 1px 2px 0px #00000008;}
.ads_main_sec .ad-main-card .ads-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;}
/* dots */
.ads_main_sec .slick_main_ads .slick-dots{
    bottom: -50px !important;}
.ads_main_sec .slick_main_ads .slick-dots li{
    width: auto !important;}
.ads_main_sec .slick_main_ads .slick-dots li button{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    font-size: 12px;
    opacity: 1;
    background: #E0E0E0;
    display: inline-block;
    margin-right: 8px;
    padding: 3px;
    cursor: pointer;
    transition: all 0.2s;}
.ads_main_sec .slick_main_ads .slick-dots li button::before{
    display: none;}
.ads_main_sec .slick_main_ads .slick-dots li.slick-active button{
    background:  #662D91 !important;
    width: 30px !important;
    height: 4px !important;
    border-radius: 10px !important;}
.provider-video-card .langauge-dropdowm{
    position: absolute;
    right: 10px;
    top: 10px;}
.provider-video-card .langauge-dropdowm .chosen-single,
.provider-video-card .langauge-dropdowm .form-select{
    background-color: #000 !important;
    color: #fff;
    border: 0px;
    border-radius: 8px;}
.provider-video-card .langauge-dropdowm .chosen-single span{
    color: #fff;}
.chosen-container-single .chosen-single div b{
    height: 100%;
    align-content: center;}
.provider-video-card .img-card{
    width: 100%;
    height: auto;
    aspect-ratio: 421 / 181;}
.provider-video-card .img-card .ad-sub-img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 11px;}
.provider-video-card .bottom-card .test-m{
    font-weight: 500;
    font-size: 13px;}
.provider-video-card .bottom-card .test-m span{
    font-size: 15px;
    font-weight: 500;}
.logged_home  .slick_continue_learning{
    visibility: hidden;
    margin-left: -8px;
    margin-right: -8px;}
.logged_home  .slick_continue_learning .slick-slide{
    padding-left: 8px;
    padding-right: 8px;}
.logged_home .ads_sec .provider-video-main-card .img-card{
    aspect-ratio: 418 / 234;}
.logged_home .ads_sec .provider-video-main-card .img-card:after{
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(179.57deg, rgba(0, 0, 0, 0) -9.12%, #000000 -9.12%, rgba(4, 4, 4, 0) 41.77%, rgba(4, 4, 4, 0.85) 93.32%);}
.logged_home .ads_sec .provider-video-main-card .img-card img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.logged_home .provider-video-main-card .text-top{
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1;}
.logged_home .provider-video-main-card .bottom-crd{
    position: absolute;
    bottom: 15px;
    z-index: 1;
    width: 95%;
    left: 2.5%;}
.logged_home .provider-video-main-card .progress{
    background: #3C3C3C;
    overflow: visible;
    height: 3px;}
.logged_home .provider-video-main-card .progress .progress-bar{
    border-radius: 20px;
    position:relative;
    overflow: visible;
    background-color: #FCB316;}
.progress .progress-bar::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 10.5px;
    height: 10.5px;
    background: #FCB316;
    border-radius: 50%;}
@media (max-width:767px){
.provider-video-card .langauge-dropdowm .form-select{
    background-repeat:no-repeat ;
    background-image:url(../images/icons/down-white.svg) !important;}
.logged_home  .provider-video-main-card .img-card{
    width: 100%;
    aspect-ratio:418 / 234;}
.logged_home .provider-video-main-card .img-card:after{
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(179.57deg, rgba(0, 0, 0, 0) -9.12%, #000000 -9.12%, rgba(4, 4, 4, 0) 41.77%, rgba(4, 4, 4, 0.85) 93.32%);}
.logged_home .provider-video-main-card .img-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;}
.ads_main_sec .ad-main-card{
    aspect-ratio:358/ 162;}
.provider-video-card .img-card{
    aspect-ratio: 358 / 160;}
.provider-video-card .img-card .ad-sub-img{
    border-radius: 20px;}
.provider-video-card .bottom-card .test-m{
    font-weight: 500;
    font-size: 16px;}
.provider-video-card .bottom-card .test-m span{
    font-weight: 600;
    font-size: 22px;}
}
/* course-sec */
.course-card .img-card{
    width: 100%;
    height: 100%;
    aspect-ratio: 418 / 234;
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0px #00000008;}
.course-card .img-card:after{
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(178.72deg, rgba(0, 0, 0, 0) 55.5%, rgba(4, 4, 4, 0.85) 93.61%);}
.course-card .top-cont{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    background: #FFA600;
    letter-spacing: 0px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;}
.course-card .img-card .course-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;}
.course-card .img-card .circle-card{
    position: absolute;
    z-index: 1;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);}
.course-card .img-card .bottom-view{
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    font-size: 11px;
    z-index: 1;}
.course-card .cont .course-title{
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;}
.course-card .cont .text-price{
    font-size: clamp(12px, 2vw, 14px);}
.course-card .text-act-price{
    font-size: clamp(18px, 2vw, 21px);}
@media (max-width:767px){
.slick_course{
    margin-left: -10px;
    margin-right: -10px;}
.slick_course .slick-slide{
    padding-left: 10px;
    padding-right: 10px;}
.slick_course .slick-item .course-card .img-card{
    aspect-ratio: 319 / 195;}
.slick_course .slick-item .course-card .top-cont {
    border-radius: 9px;
    font-size: 11px !important;
    padding: 4px 10px;}
.slick_course .slick-item .course-card  .circle-card .play-img{
    height: 55px;
    width: 55px;}
}
/* / */
/* shorts section */
.shorts-card .img-card{
    width: 100%;
    height: auto;
    aspect-ratio: 239/ 370;}
.shorts-card .img-card::after{
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(178.72deg, rgba(0, 0, 0, 0) 62.14%, rgba(4, 4, 4, 0.85) 93.61%);}
.shorts-card .img-card .top-cont{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #00000066;
    border-radius: 4px;
    padding: 5px 10px;}
.shorts-card .img-card .shorts-img{
    width: 100%;
    height: 100%;
    object-fit: cover;}
.shorts-card .img-card .circle-card{
    position: absolute;
    z-index: 1;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);}
.shorts-card .cont{
    position: absolute;
    bottom: 15px;
    z-index:1;
    color: #fff;}
.shorts-card .cont .shorts-title{
  font-size: clamp(12px, 1.5vw, 14px);
  line-height: clamp(16px, 2vw, 22px);
  margin-bottom: 10px;}
.shorts-card .cont .user-icon{
    width: 29px;
    height: 29px;
    object-fit: cover;}
.shorts-card .cont .user-name {
    font-size: clamp(11px, 1.2vw, 12px);}
@media (min-width: 1200px) {
.shorts-container {
  display: flex;
  flex-wrap: wrap;}
.shorts-container .shorts-card-wrapper {
  flex: 0 0 20%;
  max-width: 20%;}
}
@media (max-width:767px){
.shorts-container{
    margin-left: -5px;
    margin-right: -5px;
}
.shorts-container .shorts-card-wrapper{
    padding: 0px 5px;
}
.shorts-card .img-card{
    aspect-ratio: 174 / 270;}
.shorts-card .img-card .top-cont {
    top: 8px;
    right: 8px;}
.shorts-card .img-card .circle-card{
    bottom: 58%;}
.shorts-card .img-card .play-img{
    width: 50px;
    height: 50px;}
.shorts-card .cont{
    padding: 0px 12px;}
.shorts-card .cont .user-icon{
    height: 24px;
    width: 24px;}
}
/* catagory  */
/* illustration */
.illustration_main.full-screen{
    background-color: transparent;
    height: calc(100vh - 200px);
    display: block;
    justify-self: center;
    align-self: center;
    align-content: center;
    width: 100%;
}
.illustration_main .img-card {
    width: 100%;
    /* aspect-ratio:326 / 228; */
}
.illustration_main .img-card img{
    height: 100%;
    width: 100%;
    max-width: 326px;
    object-fit: cover;}
.illustration_main .text-main{
    font-size: clamp(16px, 3vw, 26px);
    line-height: 130%;}
.illustration_main .text-small{
    font-size: clamp(14px, 2vw, 21px);
    line-height: 130%;}
/* @media (max-width:767px){
 .illustration_main .img-card{
    aspect-ratio:216 / 150;}  
} */
/* nav */
.home_catagory_sec .nav.nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
.home_catagory_sec .nav.nav-tabs::-webkit-scrollbar{
    display: none;}
.home_catagory_sec .nav.nav-tabs .nav-item:not(:last-child){
    margin-right: 15px;}
.home_catagory_sec .nav.nav-tabs .nav-item .nav-link{
    background: #F3F3F3;
    color: #1E1E1E;
    white-space: nowrap;
    font-size: 16px;
    padding: 15px 20px;
    text-align: center;
    min-width: 146px;
    border-radius: 30px;}
.home_catagory_sec .nav.nav-tabs .nav-item .nav-link.active{
    background: #2A2A2A;
    color: #FFFFFF;}
@media (max-width:767px){
.home_catagory_sec .nav.nav-tabs .nav-item .nav-link{
    min-width: 125px;
    background-color: transparent;
    border: 1px solid #1E1E1E;
    margin-bottom: 10px;
    padding: 6px 20px;}
}
/* testimonial */
.slick_testimonial{
    margin-left: -10px;
    margin-right: -10px;}
.slick_testimonial .slick-slide {
    padding-left: 10px;
    padding-right: 10px;}
.slick_testimonial .slick-item .testimonial-card {
    background-color: #fff;
    box-shadow: 0px 1.28px 2.56px 0px #00000008;
    padding: 20px 20px;
    height: 100%;
    border-radius: 13px;}
.slick_testimonial .slick-item .testimonial-card .cont .test-img {
    height: 28px;
    width: 28px;
    object-fit: cover;
    aspect-ratio: 28/ 28;}
.slick_testimonial .slick-item .testimonial-card .truncate_3lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.slick_testimonial .slick-item .testimonial-card .testimonial-text.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;}
.slick_testimonial .slick-item .testimonial-card .btn-read-more {
    font-size: 14px;
    font-weight: bold;
    color: #505050;}
.slick_testimonial .slick-item .testimonial-card .star .fa {
    font-size: clamp(14px, 2vw, 17px);}
/* dots */
.slick_testimonial .slick-dots {
    bottom: -50px !important;}
.slick_testimonial .slick-dots li {
    width: auto !important;}
.slick_testimonial .slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    font-size: 12px;
    opacity: 1;
    background: #E0E0E0;
    display: inline-block;
    margin-right: 8px;
    padding: 3px;
    cursor: pointer;
    transition: all 0.2s;}
.slick_testimonial .slick-dots li button::before {
    display: none;}
.slick_testimonial .slick-dots li.slick-active button {
    background:  #662D91 !important;
    width: 30px !important;
    height: 4px !important;
    border-radius: 10px !important;}
/* faq */
.faq-main-card .accordion .accordion-item {
    border: 0px !important;}
.faq-main-card .accordion .accordion-item .accordion-header .accordion-button {
    color: #1E1E1E;
    background-color: transparent;
    font-weight: 600;
    padding-right: 45px;
    letter-spacing: 0px;}
.faq-main-card .accordion .accordion-item:not(:last-child) .accordion-header .accordion-button:before {
    content: "";
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0; 
    height: 1px;
    background-color: #E0E0E0;}
.faq-main-card .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    display: none;}
.faq-main-card .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;}
.faq-main-card .accordion .accordion-item .accordion-button::after {
    transition: all 0.4s ease;
    background-image: url("../images/icons/plus.svg");
    content: "";
    background-repeat: no-repeat;
    margin-top: 0px;}
.faq-main-card .accordion .accordion-item .accordion-button:not(.collapsed) {
    font-weight: 700;
    box-shadow: none;
    transition: all 0.3s;
    background: #FFF4D2;}
.faq-main-card .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(135deg);
    margin-top: -8px;
    background-repeat: no-repeat;}
.faq-main-card .accordion .accordion-item .accordion-collapse {
    background: #FFF4D2;}
.faq-main-card .accordion .accordion-item .accordion-body {
    height: max-content !important;}
.faq-main-card .accordion .accordion-item .accordion-body .read-more {
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #1E1E1E;}
.faq-main-card .img-card {
    height: auto;}
.faq-main-card .img-card .faq-img {
    width: 100%;
    object-fit: cover;
    max-width: 460px;
    justify-self: center;
    height: 100%;}
@media (min-width:992px){
.faq-main-card .accordion .accordion-item .accordion-button span {
    max-width: 298px;}
}
@media (max-width:767px){
.faq-main-card .accordion .accordion-item .accordion-button.collapsed {
    transition: all 0.3s;
    padding-left: 0px;}
}
/* / ads_main_sec */

/* home_shorts_page */
.home_shorts_page .header {
    height: 120px;}
.home_shorts_page .sidebar-menu{
    padding-top: 120px;}
.home_shorts_page .main-wrapper {
padding-top: 140px;}
.home_shorts_page .header .search-form form{
    max-width: 459px;
    width: 100%;
    justify-content: center;}
.home_shorts_page .chosen-container-single .chosen-single{
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;}
.home_shorts_page .chosen-container-single .chosen-single span{
    font-size: 11px;}
.home_shorts_page .header .search-form .course-filter{
    display: block;}
.home_shorts_page .header .search-form .course-filter {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;}
.home_shorts_page .header .search-form .course-filter.show {
  opacity: 1;}
.home_shorts_page .header .search-form ul li{
    text-align: start;}

@media (max-width:992px){
.shorts-res-div .shorts-header .search-form {
    max-width: 100%;}
.shorts-res-div .shorts-header .search-form .btn{
    padding: 0px;
    top: 10px;
    left: 10px;
    right: auto;}
.shorts-res-div .shorts-header .search-form input {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 10px 15px 10px 40px;
    border: none;
    outline: none;
    font-size: 14px;}
.shorts-res-div .shorts-header .search-form input::placeholder{
    color: #000 !important;}
.shorts-res-div .shorts-header .shorts-filter {
    display: flex;
    gap: 0.75rem;
    padding: 8px 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;}
.shorts-res-div .shorts-header .shorts-filter::-webkit-scrollbar {
    display: none;}
.shorts-res-div .shorts-header .shorts-filter .filter-item {
    flex: 0 0 auto;}
.shorts-res-div .shorts-header .shorts-filter .filter-item select {
    border-radius: 50px;
    border: 1px solid #DBDBDB;
    font-size: 14px;
    appearance: none;
    min-width: 120px;
    outline: none;
    cursor: pointer;}
.shorts_sec .shorts-sub-card .img-card{
    width: 100%;
    height: auto;
    aspect-ratio: 129 / 188;
    padding: 1px 1px 1px 1px;}
.shorts_sec .shorts-sub-card .img-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;}
}
/* / */
/* home course page */
@media (max-width:767px){
.home_sub_course_sec .course-card .img-card{
    aspect-ratio: 358 / 195 ;}
.home_sub_course_sec .course-card .cont .star span{
    color: #4C4C4C !important;}
}
/* course view page  */
.course-view-card .img-card{
    aspect-ratio: 688 / 374;
    width: 100%;
    height: auto;
    border-radius: 20px;}
.course-view-card .img-card .course-img{
    width: 100%;
    height: 100%;
    object-fit: cover;}
.course-view-card .img-card::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 75%;
    left: 0;
    right: 0;
    bottom: 0px;
    border-radius: 20px;
    background: linear-gradient(178.72deg, rgba(0, 0, 0, 0) 55.5%, rgba(4, 4, 4, 0.85) 93.61%);}
.course-view-card .img-card .circle-card{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;} 
.course-view-card .img-card .circle-card .play-img{
    height: 113px;
    width: 113px;}
.course-view-card .bottom-view{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;}
.course-view-card .bottom-count{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;}
.course-view-card .cont .count-likes,
.course-view-card .cont .course-cata {
    font-size: clamp(11px, 1.5vw, 14px);
    line-height: clamp(14px, 2vw, 19.6px);
    letter-spacing: 0px;}
.course-view-card .cont .course-title{
    font-size: clamp(18px, 2vw, 22px);
    line-height: clamp(27px, 3vw, 33px);
    letter-spacing: 0;}  
.section-small-title {
    font-size: clamp(15px, 2vw, 24px);
    line-height: clamp(19px, 2.5vw, 30px);
    letter-spacing: 0px;}
.section-sub-title{
    font-size: clamp(19px, 2vw, 24px);
    line-height: clamp(19px, 2.5vw, 30px);
    letter-spacing: 0px;}
@media (max-width:767px){
.course_view_page .header{
    display: none;}
.course_view_page .main-wrapper{
    padding-top: 10px;
}
.course-view-card .img-card{
    aspect-ratio: 358 / 212;
    border-radius: 20px;}
.course-view-card .img-card::after{
    height: 100%;
    background: linear-gradient(178.72deg, rgba(0, 0, 0, 0) 55.5%, rgba(4, 4, 4, 0.85) 93.61%);}
.course-view-card .img-card .circle-card .play-img{
    height: 54px;
    width: 54px;}
.course-view-card .cont .course-title{
    font-family: "Inter", sans-serif;
    font-weight: 800;}
}
/* subscription-card */
.subscribtion-card{
    margin: 10px 0px;
    box-shadow: 0px 1px 2px 0px #00000008;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 20px;}
.subscribtion-card .user-icon{
    width: 72px;
    height: 72px;
    object-fit: cover;}
.subscribtion-card .cont .user-name {
    font-size: clamp(16px, 2vw, 19px);
    line-height: clamp(21px, 2.5vw, 26px);
    letter-spacing: 0px;}
.subscribtion-card .cont .user-count {
    font-size: clamp(12px, 1.5vw, 15px);
    line-height: clamp(16px, 2vw, 26px);
    letter-spacing: 0px;}
.subscribtion-card .subscribe-btn,
.subscribtion-card .unsubscribe-btn {
    font-size: clamp(12px, 1.5vw, 16px);
    padding: 10px 25px}
@media (max-width:767px){
.subscribtion-card{
    padding: 0px;
    background-color: transparent;
    box-shadow: none;}    
.subscribtion-card .user-icon{
    height: 53px;
    width: 53px;}
}

/* blur social link */
.course_view_page .social-link-blur {
    font-size: clamp(12px, 2vw, 18px);
    line-height: clamp(18px, 2.5vw, 27px);
    color: #0C87FA;
    letter-spacing: 0px;}
/*video card  */
.video-lock-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;}
.video-lock-card .img-card{
    width: 100%;
    max-width: 123px;
    height: auto;
    aspect-ratio: 123 / 85;}
.video-lock-card .img-card::after{
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #0000004D;}   
.video-lock-card .img-card .sub-course-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;}
.video-lock-card:not(:last-child)::after{
    position: absolute;
    content: "";
    width: calc(100% - 140px);
    height: 1px;
    bottom: -10px;
    right: 0px;
    background-color: #D4D4D4;}
.video-lock-card.last-visible::after {
  content: none;}



.video-card-lock .img-card{
    width: 100%;
    max-width: 123px;
    height: auto;
    aspect-ratio: 123 / 85;}
.video-card-lock .img-card .sub-course-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;}



.video-lock-card .reported-video{
    position: absolute;
    right: 30px;
    top: 30px;}
.video-lock-card .reported-video{
    display: none !important;}



 /*modal fasncy box  */
.modal_video_play .scroll-active {
    justify-content: flex-start !important;}
.modal_video_play .playlist-wrapper,
.modal_video_play .playlist-container {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    background: #181818;
    scroll-behavior: smooth;}
.modal_video_play .playlist-wrapper::-webkit-scrollbar {
    height: 1px;}
.modal_video_play .playlist-item {
    transition: background 0.2s ease;} 
.modal_video_play .playlist-item.active {
    background: #404040 !important;} 
.modal_video_play .playlist-item:hover:not(.active) {
    background: #282828;}
.modal_video_play .playlist-container::-webkit-scrollbar {
    width: 2px;}
.modal_video_play .playlist-container::-webkit-scrollbar-track {
    background: #181818;}
.modal_video_play .playlist-container::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 4px;}
.modal_video_play .playlist-container::-webkit-scrollbar-thumb:hover {
    background: #555;}
.modal_video_play .reported-video-btn{
    position: fixed;
    top: 20px;
    right: 70px;
    z-index: 1;}
.modal_video_play .btn-close-modal{
    position: absolute;
    top: 20px;
    right: 20px;}
.modal_video_play .btn-close-modal img{
    height: 45px;}
@media (max-width:767px){
.modal_video_play .btn.reported-video{
    top: 20px;
    right: 15px;}
}
    

.shorts-tab .shorts-card .img-card{
    aspect-ratio: 174 / 270;}
@media(max-width:767px){
.video-lock-card .img-card{
    aspect-ratio: 107 / 73;
    border-radius: 5.85px;}
.video-lock-card:not(:last-child)::after{
    background-color:#E0E0E0;
    width: 100%;}
.course_view_res_sec .shorts-card .cont{
    bottom: 5px;}
}
/* subsciption fixed sec */
.subsciption-fixed-card{
    position: fixed;
    bottom: 10px;
    min-width: calc(100% - 50px);
    max-width: 100%;
    padding: 20px 30px;
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 8px 0px #00000014;
    border-radius: 30px;}
.subsciption-fixed-card .cont .star{
    width: max-content;}
.subsciption-fixed-card .offer-price {
    font-size: clamp(19px, 3vw, 32px);
    line-height: clamp(20px, 3.5vw, 41px);}
.subsciption-fixed-card .price {
    font-size: clamp(13px, 2vw, 20px);
    line-height: clamp(14px, 2.5vw, 32px);}
.subsciption-fixed-card .btn-buy-now {
    white-space: nowrap;
    font-size: clamp(15px, 1.5vw, 16px);
    padding: clamp(8px, 1.4vw, 10px) clamp(20px, 2vw, 25px);}
@media (min-width:767px){
.subsciption-fixed-card{
    min-width: 545px;}
}
@media (max-width:767px){
.course_view_res_sec .publisher_about .nav-link.active{
    border-bottom:0px !important ;}
.subsciption-fixed-card{
    width: 100%;
    border-radius: 0px;
    padding: 20px 23px;
    bottom: 0px;}
.course_view_res_sec .publisher_about .nav-item .nav-link.active::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: -2px;
    background-color:#662D91;
    border-radius: 40px;}
/* .subsciption-fixed-card .btn-buy-now{
    padding: 10px 23px;} */
}
/* / course view page */
/* billing and payment page */
.payment_billing_sec .title-head{
    font-size: 20px;}
.payment_billing_sec .payment-course-card{
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 20px 25px;
    color: #000;
    background-color: #fff;}
.payment_billing_sec .payment-course-card .card-head,
.payment_billing_res_sec .payment-course-card .card-head{
    font-size: 18px;
    color: #000;}
.payment_billing_sec .payment-course-card .img-card{   
    width: 100%;
    height: auto;
    aspect-ratio: 298 / 178;
    border-radius: 11.45px;}
.payment_billing_sec .payment-course-card .img-card::after,
.payment_billing_res_sec .payment-course-card .img-card::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    border-radius: 11.45px;
    background: linear-gradient(178.72deg, rgba(0, 0, 0, 0) 55.5%, rgba(4, 4, 4, 0.85) 93.61%);}
.payment_billing_sec .payment-course-card .img-card .course-img,
.payment_billing_res_sec .payment-course-card .img-card .course-img {   
    width: 100%;
    height: 100%;
    object-fit: cover;}
.payment_billing_sec .payment-course-card input[type="radio"],
.payment_billing_res_sec input[type="radio"],
#modal_choose_address input[type="radio"]{
    box-shadow: none;
}
.payment_billing_sec .payment-course-card input[type="radio"]:checked::before,
.payment_billing_res_sec input[type="radio"]:checked::before,
#modal_choose_address input[type="radio"]:checked::before{
    height: 15px;
    width: 15px;
    line-height: 14.5px;
    border: 1px solid #5564ECAD;}
.payment_billing_sec .payment-course-card .form-check-input:checked,
.payment_billing_res_sec .form-check-input:checked[type=radio],
#modal_choose_address .payment-course-card .form-check-input:checked{
    color: #5564EC;
    background-image: none;}

.payment_billing_sec .payment-course-card .bottom-card{
    position: absolute;
    bottom: 10px;
    z-index: 1;
    color: #fff;
    width: 100%;
    padding: 0px 15px;}
.payment_billing_sec .payment-course-card .course-main-head{
    font-size: clamp(16px, 2vw, 19px);
    line-height: 130%;}
.payment_billing_sec .payment-course-card .card-img{
    width: 48px;
    height: 48px;}
.payment_billing_sec .payment-course-card .input-card,
.payment_billing_res_sec .input-card {
    display: flex;}
.payment_billing_sec .payment-course-card .input-card .referral-icon,
.payment_billing_res_sec .input-card .referral-icon {
    position: absolute;
    left: 10px;
    top: 15px;}
.payment_billing_sec .payment-course-card .input-card input,
.payment_billing_res_sec .input-card input {
    background: #F3F3F3;
    border: 0px;
    width: 100%;
    font-weight: 700;
    color: #1E1E1E;
    outline: 0px !important;
    padding: 15px 90px 15px 40px;
    border-radius: 16px;}
.payment_billing_sec .payment-course-card .input-card .input-apply-btn,
.payment_billing_res_sec .input-card .input-apply-btn{
    background: #662D91;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;}
.payment_billing_sec .payment-course-card .input-card.promo-card .promo-close-btn,
.payment_billing_res_sec .input-card.promo-card .promo-close-btn{
    position: absolute;
    right: 15px;
    top: 15px;}
.payment_billing_sec .payment-course-card .input-card .refferal-close-btn,
.payment_billing_res_sec .input-card .refferal-close-btn{
    position: absolute;
    right: 15px;
    top: 15px;}
.payment_billing_sec .payment-course-card .input-card.promo-card input,
.payment_billing_res_sec .input-card.promo-card input{
    background: #F6F2F2;   
    box-shadow: none;
    padding: 15px 45px 15px 40px;
    font-weight: 600;}
.payment_billing_sec .payment-course-card .promo-items:not(:last-child){
    border-bottom: 1px solid #E0E0E0;}
.payment_billing_sec .payment-course-card .btn-link,
.payment_billing_res_sec  .btn-link{
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dashed #6c757d;
    color: #1E1E1E !important;
    cursor: pointer;
    background: none;}
.payment_billing_sec .payment-course-card hr.boder-bottom-dots{
    border-bottom: 1px dashed #6c757d;}
.payment_billing_sec .payment-amount-card{
    box-shadow: 0px 1px 2px 0px #0000000D;
    background-image:url(../images/img/amount-res-bg.png) ;
    background-size:cover ;
    background-position: center;
    padding: 25px 15px 25px 90px;
    color: #fff;
    border-radius: 30px;
    background-color: #000;}
.payment_billing_sec .payment-amount-card .cont{
    position: absolute;
    top: 10px;}
.payment_billing_sec .payment-amount-card .referral-icon{
    position: absolute;
    left: 45px;
    top: 25%;
    transform: translateX(-50%);}
.payment_billing_sec .payment-amount-card .btn-redeem{
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 15px;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 600;}
/* billing_payment_res_sec */
.payment_billing_res_sec .payment-course-card{
    padding: 10px 0px;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #E0E0E0;}
.payment_billing_res_sec .payment-course-card .img-card{
    width: 100%;
    height: auto;
    aspect-ratio: 355 / 195;}
.payment_billing_res_sec .payment-course-card .bottom-card{
    position: absolute;
    bottom: 20px;
    z-index: 1;
    color: #fff;
    width: 100%;
    padding: 0px 20px;}
.payment_billing_res_sec .dropdown .address-control-dropdown{
    padding: 0px;
    border-radius: 10px;}

.payment_billing_res_sec .dropdown .address-control-dropdown li:not(:last-child){
    border-bottom: 1px solid #E0E0E0;
}
@media (max-widtH:767px){
.billing_payment_page header{
    display: none;}
.billing_payment_page .main-wrapper{
    padding-top: 0px;}
.payment_billing_sec .billing_main_card{
    box-shadow: none;
    background-color: transparent;
    padding: 0px;}
}
/* modal_choose_address */
#modal_choose_address .billing-item:not(:last-child) .billing-input-card::after{
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: 1px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background:#E0E0E0;}
.form-check-input:checked + .form-check-label .text-address {
    color: #232323 !important;
    font-weight: 600 !important;
    transform: all 0.3s;
}

/* / modal_choose_address */
/* redeem modal */
#modal_redeem .modal-content {
  border-radius: 32px;}
.modal-content .btn-close{
    position: absolute;
    right: 20px;
    top:15px;
    box-shadow: none;}
#modal_redeem .text-count{
    color: #662D91;
    font-weight: 700;
    font-size: 33.5px;
    line-height: 100%;}
#modal_redeem .point-card{
    align-items: center;
    border: 0.5px solid #D9D9D9;
    background: #EFEFEF;
    padding: 10px 20px;
    border-radius: 13px;}
#modal_redeem .point-card::after{
    position: absolute;
    content: "";
    height: 100%;
    left: 48%;
    top: 0px;
    transform: translateX(-50%);
    width: 1px;
    background-color: #E9CDFF;}
#modal_redeem .point-card input.form-control{
    color: #232323;
    box-shadow: none;
    background-color: #fff;
    border-color: #fff;
    font-weight: 700;
    color:#662D91;
    font-size: 20px;
    border-radius: 5px;
    width: calc(100% - 15px);
    outline: none;}
#modal_redeem .point-card input.form-control::placeholder{
    font-size: 15px;
}
#modal_redeem .point-card .right-circle-arrow{
    position: absolute;
    left: 48%;
    top: 54px;
    transform: translate(-50%, -50%);
    z-index: 1;}
@media (min-width:767px){
#modal_redeem .modal-dialog-centered{
    max-width:431px;}
}
#modal_redeem_conform .modal-content {
    border: 2px solid #bdb4b4;     
    border-radius: 18px;            
    box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.45),
    0 60px 120px rgba(0, 0, 0, 0.55),
    0 120px 240px rgba(0, 0, 0, 0.45),
    0 200px 400px rgba(0, 0, 0, 0.35);}
/* / */
.payment_billing_res_sec{
    padding-bottom: 170px;}
.payment_billing_res_sec .payment-amount-card{
    position: fixed;
    bottom: 120px;
    width: calc(100% - 30px);
    left: 0px;
    background-image:url(../images/img/amount-res-bg.png) ;
    background-size:cover ;
    background-position:center;
    padding: 15px 15px 15px 60px;
    background-color: #000;
    color: #fff;
    border-radius: 24px;
    margin: 0px 15px;}
.payment_billing_res_sec .payment-amount-card .referral-icon{
    position: absolute;
    left: 10px;
    height: 43px;
    width: 43xp;
    top: 50%;
    transform: translateY(-50%);}
.payment_billing_res_sec .total-amount-card{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 20px 15px;
    color: #000;
    box-shadow: 0px 0px 21px -5.25px #00000033;
    background-color: #fff;}
/* modal add address */
#modal_new_address .modal-body .add-address-btn{
    transition: all 0.4s;}
#modal_new_address .modal-body .add-address-btn:disabled{
    opacity: 0.6;
    transition: all 0.4s;}
/* / modal add address */
/* / billing and address  */
/* billing course page  */
.billing_course_page .video-lock-card .circle-round{
    content: "";
    background: #0C0C0C;
    width: 4px;
    height: 4px;
    border-radius: 50%;}
.billing_course_page .course-view-card .text-rating,
.billing_course_page .course-view-card .text-count{
    font-size: clamp(12px, 2vw, 15px);
}
/* likes */
.billing_course_page .course-view-card .like-btn {
    border: none;
    background: transparent;
   font-size: clamp(1.25rem, 1rem + 1vw, 1.875rem);
    line-height: 0;
    cursor: pointer;
    transition: transform 0.2s ease;}
.billing_course_page .course-view-card .cont .like-btn .fa-heart{
    font-size: 23px;}
.billing_course_page .course-view-card .cont .like-btn .fa-heart:before{
    color:#3E3E3E;}
.billing_course_page .course-view-card .cont .like-btn:active {
    transform: scale(1.2);}
.billing_course_page .course-view-card .cont .like-btn.liked .fa-heart:before {
    color: red !important;}
/* progress bar */
.billing_course_page .video-lock-card .progress{
    background-color: #DDDDDD;
    height: 6px;}
.billing_course_page .video-lock-card .progress .progress-bar{
    border-radius: 20px;
    background-color: #FCB316;}
.billing_course_page .video-lock-card .progress .progress-bar::after{
    display:none;}
@media (max-width:767px) {
.billing_course_page header{
    display: none;}
.billing_course_page .main-wrapper{
    padding-top: 0px;}
.billing_course_page .shorts-card .cont {
    bottom: 6px;}
}
/* modal Rating */
@media (min-width:767px){
.modal-rating .modal-dialog-centered{
    max-width:390px;}
}
.modal-rating .modal-content input{
    position: absolute;
    opacity: 0;
    pointer-events: none;}
.modal-rating  .rating-options .btn {
    border: 2px solid transparent;
    padding: 10px 5px;
    box-shadow: none;
    border-radius: 12px;
    transition: all 0.4s ease-in-out;}
.modal-rating  .rating-options .btn-check:checked + .btn {
    border-color: #3A1D6E;
    background: #e6dfffab;}
/* /modal rating */
/* modal-report-video */
.modal-report-video .modal-content .form-default .form-body textarea{
    background: #EFEFEF;
    min-height: 206px;}
.modal-report-video .modal-content .form-default .form-body textarea::placeholder{
    font-weight: 500;
    font-size: 12px;
    color: #3E3E3E;}
/* / modal-report-video*/
/* subscription course page */
.subscribtion-main-card{
    background-color: #fff;
    border: 1px solid #F2ECFF;
    box-shadow: 0px 1px 2px 0px #00000008;
    border-radius: 21px;
    padding: 20px 30px;}
.subscribtion-main-card .img-card .user-icon{
    width: 84px;
    height: 84px;
    object-fit: cover;
    border: 0.98px solid #A9A9A9;}
.subscribtion-main-card .user-name{
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.2;}
.subsciption-main-card .user-count{
    font-size: clamp(13px, 2vw, 16px);
    line-height: 1.2;
    color:#4e4e4e;}
@media (max-width:767px){
.subscription_course_page header{
    display: none;}
.subscription_course_page .main-wrapper{
    padding-top: 10px;}
.subscription_course_page .subacription-header{
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px #0000001A;}
.subscribtion-main-card{
    box-shadow: 1px 1px 3.4px 0px #00000012;
    border-radius: 30px;}
.subscribtion-main-card .img-card .user-icon{
    width: 71px;
    height: 71px;
    border: 0px;}
.subscription_course_page .course-view-card .bottom-count{
    bottom: 15px;
    left: 15px;
    font-size: 12px;}
.subscription_course_page .course-view-card .bottom-view{
    bottom: 15px;
    right: 15px;
    font-size: 12px;}
.subscription_course_page .publisher_about .nav-link.active{
    font-weight: 700;
    font-size: 17px;
    color: #000;
    border-bottom: 0px !important;}
.subscription_course_page .publisher_about .nav-link{
    color: #555555;
    font-size: 15px;}
.subscription_course_page .publisher_about .nav-item .nav-link.active::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0px;
    bottom: -2px;
    background-color:#662D91;
    border-radius: 40px;}
}

/*course-creation page success modal */
  .success-modal-course .success-icon {
  width: 146px;
  height: 146px;
}
/* modal upload progresssbar */
#modal_upload_progressbar .video-progressbar .progress {
    display: flex;
    height: 24px;
    overflow: hidden;
    background: #DADADA;
    border-radius: 12px;
    box-shadow: 0px 3px 3px 0px #00000040 inset;}
#modal_upload_progressbar .video-progressbar .progress-bar{
    background: linear-gradient(90deg, #FFAE17 1.86%, rgba(112, 0, 255, 0.94) 101%);
    border-radius: 12px;
    box-shadow: 0px 3px 4px 0px #FFFFFF80 inset;}
#modal_upload_progressbar .video-progressbar .progress-bar::after{
    display: none;}
/* / modal upload progresssbar */
/* course-creation nothing image width and height */
.create-course .icon-clickable {
  width: 16px;
  height: 16px;
  cursor: pointer;
 }
 /* course-creation font size change in resposive time */
 .create-course .font-size-change{
    font-size: clamp(16px, 2.5vw, 20px) !important;
}
/* course create  */
.create-course .vscomp-ele {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.create-course .vscomp-toggle-button {
    align-items: center;
    background-color: #F5F5F5;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0px;
    position: relative;
    width: 100%;
}
.create-course .vscomp-wrapper.focused .vscomp-toggle-button, 
.create-course .vscomp-wrapper:focus .vscomp-toggle-button {
    box-shadow: none;
}
.create-course .pop-comp-wrapper{
      transform: translate3d(-1px, 33px, 0px) !important;
}
.create-course .chosen-container-single .chosen-single div {
    position: absolute;
    top: -5px;
    right: 7px;
    display: block;
    width: 15px;
    height: 100%;
}
/* course-creation page uploading image  */
.course-creation-position .upload-btn-wrapper {
  display: flex; /* Not inline-flex */
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #2f2f2f;
  color: #fff;
  padding: 8px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  width: 100%;         /* Take full width of col-3 */
  max-width: 267px;
  height: 44px;
  text-align: center;
  position: relative;  /* Needed for file input positioning */
  overflow: hidden;
}
.course-creation-position .upload-btn-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.course-creation-position .upload-btn-wrapper img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
/* mobile responsive time upload section center set */
@media (max-width: 767px) {
  .create-course .course-creation-position .upload-center-mobile {
        display: flex !important;
        justify-content: center !important;
        text-align: center !important;
  }
}
  @media (max-width: 767px) {
    .create-course .header {
        box-shadow: none !important;
        padding: 15px 20px !important;
        display: none;}
    .create-course .main-wrapper{
        padding-top: 0px;
    }
    .create-course .res-subb-header{
        background-color:#fff !important;
        padding: 10px 0px 5px 0px;
        box-shadow: 0px 2px 12px 0px #0000001A !important;}
    .tooltip-inner{
        background: #FFFFFF;
        color: #5A5A5A;
        font-size: 14px;
        max-width: 96%;
        margin-left: 2%;
        box-shadow: 4px 6px 34px 0px #00000029;}
    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
    .bs-tooltip-top .tooltip-arrow::before{
        border-top-color: #fff;
    }   
}
/* profile-info */
.profile-info{
    background-color: #f9f9f9;
    margin-top: -20px;}
@media (min-width: 767px) {
.profile-info{
        margin: -20px 0px 0px -5px;} }
.pro-sidebar-head .profile-img{
    border-radius: 50%;
    border: 2px solid #FFFFFF52;
    width: 74px;
    aspect-ratio: 74/74;
    object-fit: cover;}
.pro-sidebar-head .right-arr{
    border-radius: 50%;
    border:none;
    width: 52px;
    aspect-ratio: 52/52;
    object-fit: cover;}
@media (max-width: 767px) {
.pro-sidebar-head{
    border-radius: 0px 0px 45px 45px;
}}
.pro-sidebar-head .sub-title{
    font-size: clamp(20px, 2vw, 22px);}
.pro-sidebar-head .profile-change{
    position: absolute;
    right: -5%;
    top: 60%;
    /* left: 9%; */
    padding: 0px !important;
    z-index: 5;}
.pro-sidebar-head .upload-icon{
    width: 28px;
    height: 28px;}
.profile-view-btn:focus {
    box-shadow: none !important;
    outline: none !important;}
.pro-sidebar-head .pending-badge-sec{
    background-color: #914FBA;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 13px;}


.pro-sidebar-list{
    min-height: calc(80vh - 100px);}
.pro-sidebar-list ul{
    padding-left: 0rem;}
.pro-sidebar-list ul li {
    list-style: none;
    /* border-bottom: 0.92px solid #E3DDE7; */
    position: relative;
    padding:16px 0px ; }
.pro-sidebar-list ul li:not(:last-child):after{
    position: absolute;
    content: "";
    width: calc(100% - 9%);
    height: 1px;
    background-color: #E3DDE7;
    bottom: 0;
    left: 4.5%;}  
.pro-sidebar-list ul li:last-child {
    /* border-bottom: none; */
    margin-bottom: 0;
    padding-bottom: 0;}
.pro-sidebar-list ul li a {
    color: #292D32;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 6px;}
.pro-sidebar-list ul li a.active {
    font-weight: 700;
    color: #292D32;}
.pro-sidebar-list ul li a span{
    margin-left: 13px;}
.profile-detail h6{
    color: #1E1E1E;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;}
.update-btn{
    color: #662D91;
    border: 1px solid #662D91;
    border-radius: 52px;
    background-color: #F3E8FF;
    font-size: 13px;
    font-weight: 600;}
.profile-detail .delete-account-drop{
    width: max-content;
    background-color: #fff;
    box-shadow: 3px 4px 13px 0px #0000001A;
    border: none;
    border-radius: 10px;}
.profile-detail hr{
    border: 1px solid #DEDEDE;
    opacity: 0.75;
    margin: 0.5rem 0 1rem 0 !important;}
.profile-detail .list-data .list-item label {
    font-size: 12px;
    color: #5A5A5A;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 14px;}
@media (min-width:767px){
.profile-detail .delete-account-drop{
    padding-right: 20px;
    margin-top:20px !important;}
}
/* delete content modal */
#modal_delete_data .btn.btn-li-black, #modal_delete_data .btn.btn-li-red {
    font-size: clamp(14px, 2vw, 16px);}

@media (min-width:767px){
#modal_delete_data .modal-dialog-centered{
    max-width: 415px;}
#modal_delete_data .btn.btn-dl-black, #modal_delete_data .btn.btn-li-red {
    width: -webkit-fill-available;}
}
@media (max-width: 567px) {
#modal_delete_data .footer-btn {
    flex-wrap: wrap;}
}
@media (max-width:767px){
.pro-sidebar-list ul li:not(:last-child):after {
    left: 2.5%;
    width: calc(100% - 5% );}
}
.list-data .list-item .data {
    font-size: 13px;
    color: #1E1E1E;
    font-weight: 500;
    line-height: 100%;}
.profile-offcanvas .offcanvas-body {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;}
.profile-info .form-default .form-body .form-control, .profile-info .form-default .form-body .form-select,
.profile-info .form-default .form-body .chosen-container-single .chosen-single{
    background-color: #EFEFEF !important;}
.profile-info .form-default .form-body .form-control::placeholder{
    color: #454545 !important;}
.pro-sidebar-head .copy-icon-btn {
    width: 44px; 
    height: 44px;
    margin-left: 8px; 
    cursor: pointer;
    vertical-align: middle; }
.pro-sidebar-head .copied-msg {
    display: none;
    position: absolute;
    transform: translateY(-50%);
    right: 0px;
    bottom: 32px;
    background: #333;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;}
.pro-sidebar-head .copy-icon-btn:hover {
    opacity: .7;}
.profile-info .selected-lang {
    display: inline-flex;
    align-items: center;
    border: 1.2px solid #662D91 !important;
    border-radius: 24px;
    width: auto;  
    font-size: 12px;
    font-weight: 500;
    color: #662D91;
    cursor: pointer;
}
.profile-info .vscomp-ele {
    display: inline-block;
    max-width: 100% !important;
    width: 100%;
}
.profile-info .vscomp-toggle-button {
    align-items: center;
    background-color: #EFEFEF;
    border: none !important;
    cursor: pointer;
    display: flex;
    padding: 7px 30px 7px 10px;
    position: relative;
    width: 100%;
}
.profile-info .vscomp-wrapper.focused .vscomp-toggle-button, 
.profile-info .vscomp-wrapper:focus .vscomp-toggle-button {
    box-shadow: none;
}
.main-profile-info .dropdown-item.active, .main-profile-info .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #EFEFEF !important;
}
/* /profile-info */
/* res-profile-info */
.res-detail .res-profile-img{
    border-radius: 50%;
    border: 4px solid #662D91;
    width: 135px;
    aspect-ratio: 135/138;
    object-fit: cover;
    padding: 3px;
}
.res-detail .profile-change {
    position: absolute;
    top: 0%;
    left: 50%;
    right: -5%;
    padding: 0 !important;
    z-index: 5;
}
.res-detail .card{
    box-shadow: none !important;
}
.res-update-btn .update-btn {
    max-width: 310px;
    background: #662D91;
    color: #fff;
    border-radius: 35.5px;
    font-size: 16px;
    font-weight: 600;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
@media (max-width: 767px) {
    .main-profile-info .header{
        display: none;}
    .main-profile-info .main-wrapper{
        padding-top: 25px;
    }
    .main-profile-info .head-title{
        background-color: #FFFFFF;
        box-shadow: 0px 2px 12px 0px #0000001A;
    }
    .main-profile-info .header{
        background-color: #FFFFFF;
        box-shadow: none;
    }
    .main-profile-info .profile-info {
        margin-top: -22px;
    }
    }
    .res-detail.list-data .list-item .data {
        font-size: 14px;
        color: #1E1E1E;
        font-weight: 600;
        line-height: 100%;
    }
.main-profile-info .dropdown-menu.profile-action {
    border: none;
    min-width: 150px;
    border-radius: 10px;
    padding: 0;
    box-shadow: 3px 2px 12px #0000002e;
}
.main-profile-info .dropdown-menu.profile-action .dropdown-item {
    background-color: transparent;
    position: relative;
    font-size: 12px;
    padding: 13px 25px;
    color: #727272;
}
.main-profile-info .dropdown-item.active, .main-profile-info .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}
.main-profile-info .dropdown-menu.profile-action li:hover {
    background-color: #efefef;
}
.main-profile-info .dropdown-menu.profile-action li a{
    cursor: pointer !important;
}
.main-profile-info .dlt-section{
    background-color: #F9F9F9;
    border-radius: 14px;
}
.pro-edit-profile .res-edit-pro{
    width: 135px;
    aspect-ratio: 135/135;
}
.res-detail .pro-profile-change {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0 !important;
    z-index: 5;
}
.res-update-pro .form-default .form-body .form-label {
    color: #2D2D2D !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.whatsp-same input[type="checkbox"] {
    appearance: none;
    position: relative;
    height: 19px;
    width: 19px;
    vertical-align: middle;
    border-radius: 5px;
}
.whatsp-same input[type="checkbox"]:checked {
    background: #00AD4B;
    border-radius: 5px;
}
.whatsp-same input[type="checkbox"]:checked::before {
    height: 19px;
    width: 19px;
    line-height: 20px;
    left: 0px;
}
body.res-update-pro:not(.mobile_device) .chosen-select:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: inline-block !important;
    width: 100px;
    pointer-events: none;
}


/* res-profile-info */

/* profile-payment  */
.profile-payment .payment-list{
    border-bottom: 0.92px solid #E3DDE7;
    padding: 23px 0px;}
.profile-payment .payment-list .text-des{
    color: #363636;}
.profile-payment .profile-detail hr {
    border: 1px solid #DEDEDE;
    opacity: 0.75;
    margin: 0.5rem 0 0.2rem 0 !important; }
.profile-payment .payment-list:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;}
.payment-list .amount-sec{
    white-space: nowrap;}
.profile-payment .payment-tab .nav-tabs{
    background-color: #F3E8FF !important;
    border-radius: 30px !important;}
.profile-payment .payment-tab .nav-tabs .nav-links:hover,
.profile-payment .payment-tab .nav-tabs .nav-links:focus {
    border-color: transparent !important;
    border: none !important;
    outline: none !important; 
    box-shadow: none !important; 
    isolation: unset !important; }
.profile-payment .payment-tab .nav {
    display: flex;
    flex-wrap: nowrap;   
    width: auto;  }
.profile-payment .payment-tab .nav-tabs .nav-link{
    border: none !important;
    color: #4B3A58;
    font-weight: 400;
    border-radius: 30px;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
    white-space: nowrap;}
.profile-payment .payment-tab  .nav-tabs .nav-link.active{
    background-color: #662D91;
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;}
.payment-list .received-user-img{
    width: 44px;
    aspect-ratio: 44/44;
    object-fit: cover;
    border-radius: 50%;
}
.payment-list .received-user-name{
    font-size: clamp(12px, 2vw, 14px);
    line-height: 127%;
}
@media (max-width: 767px) {
.profile-payment .header{
    display: none;}
.profile-payment .main-wrapper{
    padding-top: 25px;}
.payment-list .received-user-img{
    width: 24px;
    aspect-ratio: 24/24;
    object-fit: cover;
    border-radius: 50%;}
.profile-payment .payment-list .text-des{
    color: #1E1E1E;}}
@media (max-width: 1199px) {
    .right-mov img{
        position: absolute;
        right: 0px;
        bottom: 73px;}}
.profile-payment .payment-list.received-user-list {
    border-bottom: 0.92px solid #E3DDE7;
    padding: 13px 0px;}
.profile-payment .payment-list.received-user-list:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;}
@media (max-width: 767px) {
.profile-payment .head-title{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 12px 0px #0000001A;}
.profile-payment .header{
    background-color: #FFFFFF;
    box-shadow: none;}
.profile-payment .profile-info {
    margin-top: -22px;}
}

/*/profile-payment  */

/* profile-referral-code  */
.profile-referral-code .referral-card-purple,
.profile-referral-code .referral-card-yellow{
    backdrop-filter: blur(3px);
    border-radius: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;}
.profile-referral-code .referral-card-purple{
    background: #E6DFFF;
    color: #3A1D6E;}
.profile-referral-code .referral-card-purple h2,
.profile-referral-code .referral-card-yellow h2{
    font-size: 42px;}
.profile-referral-code .referral-card-yellow{
    background: #FFE8B3;
    color: #3E2A00;}
.profile-referral-code .referral-card-gra-purple{
    background-image: url(../images/img/gradient-puple-.svg);
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 11px;}
.profile-referral-code .referral-card-gra-purple h5{
    font-size: clamp(13px, 2vw, 16px);
}
.profile-referral-code .referral-card-gra-purple h6{
    font-size: clamp(12px, 2vw, 17.8px);
}
.profile-referral-code .referral-card-gra-purple button{
    font-size: clamp(12px, 2vw, 16px);
}
.profile-referral-code .redeem-card{
    background: #EFEFEF;
    border: 0.5px solid #D9D9D9;
    border-radius: 12px;}
.profile-referral-code .redeem-card .vertical-line{
    border-right: 1px solid #E9CDFF;
    position: relative;}
.profile-referral-code .redeem-card .vertical-line .icon-arrow{
    position: absolute;
    top: 50%;
    right: -13%;
    transform: translate(-50%, -50%);}
.profile-referral-code .card-group.card-group-default .card{
    box-shadow: 0px 1px 2px 0px #00000008;}
.profile-referral-code .card-group.card-group-default .card .card-body{
    padding-left: 20px;
    padding-right: 0px;}
.profile-referral-code .referral-user-img{
    width: 40px;
    aspect-ratio: 40/40;
    border-radius: 50%;
    object-fit: cover;}
.profile-referral-code .history-list{
    position: relative;
    padding: 0.75rem 0;}
.profile-referral-code .history-list:last-child {
    margin-bottom: 10px;
    padding-bottom: 0;}
.profile-referral-code .history-list:not(:last-child)::after{
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #E0E0E0;
    height: 1px;}
.profile-referral-code .rs-icon{
    font-family: 'inter';
}
@media (max-width: 767px) {
.profile-referral-code .header{
    display: none;}
.profile-referral-code .main-wrapper{
    padding-top: 20px;}
.profile-referral-code .head-title{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 12px 0px #0000001A;}
.profile-referral-code .header{
    background-color: #FFFFFF;
    box-shadow: none;}
}
/* /profile-referral-code  */

/* /profile-certificate  */
.certificate-view-img{
    width: 100%;
    aspect-ratio: 358/195;
    object-fit: cover;
    border-radius: 20px;
}
.certificate-mob-view .btn-border-purple{
    width: 100%;
    border: 2px solid #662D91;
    border-radius: 7px;
}
@media (max-width: 767px) {
.certificate_list_page .header{
    display: none;}
.certificate_list_page .main-wrapper{
    padding-top: 20px;}
.certificate_list_page .head-title{
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px #0000001A;}
.content-pro-prom .head-title{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 12px 0px #0000001A;}
.content-pro-prom .header{
    background-color: #FFFFFF;
    box-shadow: none;}
}
/* /profile-certificate  */
/* profile reported video */
.reported-video-card .reported-items{
    padding: 12px 5px;}
.reported-video-card .reported-items:not(:last-child){
   border-bottom: 1px solid #E0E0E0;}
.reported-video-card .reported-items .img-card{
    width: 100%;
    max-width: 158px;
    height: auto;
    aspect-ratio: 158/109;}
.reported-video-card .reported-items .img-card .reported-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;}
@media (max-width:767px){
.reported-video-card .reported-items .img-card{
    width: 100%;
    max-width: 100px;
    height: auto;
    aspect-ratio: 100/68;}
}
/* /profile reported video */
/* profile-earnings  */
.profile-earnings .account-card{
    background-color: #000025;
    border-radius: 27px;
    backdrop-filter: blur(0px);}
.profile-earnings .right-arrow{
    border-radius: 50%;
    background: #FFFFFF1F;}
.profile-earnings .bg-account-sec{
    background-color: #1D1D31;
    border-radius: 13.7px;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.profile-earnings .logo-icon{
    width: 26px;
    aspect-ratio: 26/22;
    object-fit: cover;
    border-radius: 5.71px;}
.profile-earnings .history-list{
    border-bottom: 1px solid #DEDEDE;
    margin: 0px 20px;
    padding: 15px 0px;}
.profile-earnings .history-list:last-child{
    border-bottom: none;}
.profile-earnings .status-badge{
    font-family: 'Inter';
    font-size: 13px;}
.profile-earnings .history-list .test-main{
    font-size: clamp(14px, 2vw, 18px);
    line-height: 100%;}
 .profile-earnings .history-list .text-amt-success{
    font-size: clamp(15px, 2vw, 17px);
    line-height: 100%;}
.profile-earnings .history-container .hidden-item {
    display: none;}
/* add account card */
.profile-detail .add-account-card{
    background-color: #fff;
    box-shadow: 0px 0px 1.5px 0px #1B1B1B40;
    padding: 25px 30px;}
.profile-detail .add-account-card .text-m{
    font-size: clamp(15px, 2vw, 19px);
    line-height: 127%;}
.profile-detail .add-account-card .text-s{
    font-size: clamp(12px, 2vw, 16px);}
.profile-detail .add-account-card .btn-add-account{
    width: 120px;
    height: 55px;
    font-size: 17px;
    border-radius: 20px;}
@media (max-width:767px){
.profile-detail .add-account-card{
    padding: 15px 15px;}
}
/* radeem-card */
.profile-earnings .readmom-card{
    background:url(../images/img/radreem-1.png);
    border-radius: 22px;
    background-color: #000;
    padding: 20px 30px;
    color: #fff;
    background-size:cover ;
    background-position:center center;}
.profile-earnings .amount-card{
    background: #E6DFFF;
    color: #3A1D6E;
    padding: 25px 25px;
    border-radius: 20px;}
.profile-earnings .amount-card .text-s,
.profile-earnings .redeemed-card .text-s{
    font-size: clamp(13px, 2vw, 14px);
    line-height: 100%;}
.profile-earnings .amount-card .text-m,
.profile-earnings .redeemed-card .text-m{
    font-size: clamp(20px, 2vw, 24px);
    line-height: 100%;}
.profile-earnings .redeemed-card{
    background: #FFE8B3;
    color: #3E2A00;
    padding: 25px 25px;
    border-radius: 20px;}
@media(max-width:767px){
.profile-earnings .header{
    display: none;}
.profile-earnings .main-wrapper{
    padding-top: 20px;}
}
@media (max-width:567px){
.profile-earnings .redeemed-card,
.profile-earnings .amount-card{
    padding: 20px 16px;}
}
/* / */
.profile-earnings-account .list-data .list-item .data {
    color: #3D3D3D;
    font-weight: 600;
    line-height: 100%;}

.profile-earnings-account .primary-mark label{
    color: #504F4F;
    font-size: 14px;
    font-weight: 600;}
.profile-earnings-account .primary-mark input{
    width: 22px;
    height: 22px;
    background: #F2F2F2 !important;
    border: 1px solid #DCDCDC !important;}
.profile-earnings-account .primary-mark .set-primary {
  visibility: hidden;
  transition: all 0.2s;}
.profile-earnings-account .primary-mark input[type="radio"]:checked::before, .profile-earnings-account .primary-mark input[type="checkbox"]:checked::before {
    height: 22px !important;
    width: 22px !important;
    line-height: 16px;}
.profile-earnings-account .primary-mark input[type="radio"] {
    color: #00AD4B !important;}
.profile-earnings-account .primary-mark input[type="radio"]:checked::before {
    background: #00AD4B !important;
    border: 1px solid #00AD4B !important;
    border-radius: 50%;
    content: "\f00c";
    color: #fff;
    line-height: 21px;    
    font-weight: 400;}
.profile-earnings-account .add-account-modal label{
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;}
.profile-earnings-account .card-group.card-group-default .card{
    box-shadow: 0px 0px 1px 0px #1B1B1B40;}
.add-new-accnt {
    position: fixed;
    bottom: 20px;    
    left: 50%;         
    transform: translateX(-50%);
    z-index: 99;
    min-width: 340px; 
    display: flex;
    justify-content: center;  
}
.shorts-edit-btn {
    display: none;
  }
/* modal_add_account" */
@media(min-width:767px){
#modal_add_account .modal-dialog-centered{
    max-width:437px}
}
/* modal radeem_now */
#modal_radeem_now .form-body .form-control{
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    border: 0.5px solid #D9D9D9;
    background: #EFEFEF;}

@media (min-width:767px){
#modal_radeem_now .modal-dialog-centered{
    max-width: 390px;}
}
/* /modal radeem_now */
@media (max-width: 767px) {
    .profile-earnings .head-title,
    .profile-earnings-account .head-title{
        background-color: #FFFFFF;
        box-shadow: 0px 2px 12px 0px #0000001A;
    }
    .profile-earnings .header,
    .profile-earnings-account .header{
        background-color: #FFFFFF;
        box-shadow: none;
    }
}

/* /profile-earnings  */

/* profile-terms-conditions */
.profile-terms-conditions .terms-cond-header{
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px #0000001A;
    position: relative;
    z-index: 2;
}
.profile-terms-conditions .border-bottom-gray::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    background-color:  #DEDEDE;}
.profile-terms-conditions .profile-detail h6{
    position: relative;
    z-index: 1;}
.profile-terms-conditions .term-conditions-sec {
    background-color: #fff;
    background-size: 100% 220px; 
    background-color: #F9F9F9;}
.profile-terms-conditions .last-update{
    font-family: 'Inter';
    color: #383838;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;}
.profile-terms-conditions .last-update span{
    font-family: 'Inter';
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;}
.profile-terms-conditions .title-name{
    font-family: 'Inter';
    color: #000000;
    font-weight: 400;
    font-size: 14px;}
.profile-terms-conditions .title-name span{
    font-family: "Poppins";
    color: #662D91;
    font-weight: 600;
    font-size: 14px;} 
.profile-terms-conditions .terms-cond-list ul{
    font-family: 'Inter';
    list-style-type: decimal;
    padding-left: 1rem;
    color: #232323;
    font-size: 14px;
    font-weight: 400;}
.profile-terms-conditions .terms-cond-list ul li{
    padding-bottom: 10px;
    line-height: 150%;
    position: relative;
    z-index: 1;}
.profile-terms-conditions .team-img{
    position: relative;
    z-index: 1;}
.profile-terms-conditions .bg-blure {
    /* position: absolute; */
    width: 500px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(
      ellipse at center,
      rgba(247, 237, 255, 1) 30%,
      rgba(255, 255, 255, 0) 100%);
    filter: blur(40px);
    /* transform: translate(-50%, -50%); */
    z-index: 0;}
@media (min-width: 767px){
.profile-terms-conditions .team-img{
    width: 275px;
    height: auto;
    position: relative;
    z-index: 1;
    aspect-ratio: 175/ 194;}
}
@media (max-width: 767px) {
.profile-terms-conditions .bg-blure {
    top: 10px;
    width: 100%;
    height:100%;
    background: rgba(237, 222, 249, 1);
    rotate: -10.8%;}
.profile-terms-conditions  .head-title{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 12px 0px #0000001A;}
.profile-terms-conditions  .header{
    display: none;}
}
/* only app ui  */
.profile-terms-conditions.app-ui .profile-detail{
    margin-top: 21px;}
.profile-terms-conditions.app-ui .head-title{
    position: relative;
    z-index: 1;}
@media (max-width:767px){
.profile-terms-conditions.app-ui .border-bottom-gray::after{
    display: none;}
.profile-terms-conditions.app-ui .bg-blure {
    top: 10%;}
}
/* /profile-terms-conditions */

/* profile-refund-policy */
@media (max-width: 767px) {
.profile-refund-policy .main-wrapper{
    padding-top: 20px;}
.profile-refund-policy .header{
    display: none;}
.profile-refund-policy .refund-policy-sec {
    background: linear-gradient(to bottom, #EDDEF9 60%, #F9F9F9 100%) no-repeat;
    background-size: 100% 220px; 
    background-color: #F9F9F9;   }}
.profile-refund-policy .re-fund-section {
    position: relative;
    overflow: visible; }
.profile-refund-policy .re-fund-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 190px;
    background: #F7EDFF;
    border-radius: 100%; 
    transform: translate(-50%, -50%);
    z-index: 0;
    filter: blur(30px);} 
.profile-refund-policy .re-fund-section img {
    position: relative;
    z-index: 1; }
.profile-refund-policy .refund-policy-img{
    width: 133px;
    aspect-ratio: 133/136;
    object-fit: cover;}
.profile-refund-policy .refund-list ul{
    font-family: 'Inter';
    list-style-type: disc;
    padding-left: 1rem;
    color: #232323 !important;
    font-size: 14px;
    font-weight: 400;
    margin-left: 0.5rem;  }
.profile-refund-policy .terms-cond-list ul li{
    padding-bottom: 10px;
    line-height: 150% !important;}
.refund-list ul li{
    line-height:30px !important;}
@media (max-width: 767px) {
.profile-refund-policy .head-title,
.profile-refund-course .head-title{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 12px 0px #0000001A;}
.profile-refund-policy .header,
.profile-refund-course  .header{
    background-color: #FFFFFF;
    box-shadow: none;}}
/* /profile-refund-policy */
/* profile-refund-course */
.profile-refund-course .refund-course-card .img-card {
    position: relative;
    display: inline-block;
    border-radius: 16px;
    width: 100%;
    height: auto;
    aspect-ratio: 358/195;
    overflow: hidden; }
.profile-refund-course .refund-course-card .img-card img{
    border-radius: 16px;
    width: 100%;
    object-fit: cover;
    height: 100%}
.profile-refund-course .refund-course-card .img-card .badge{
    position: absolute;
    z-index: 2;
    padding: 4px 10px;
    right: 10px;
    bottom: 10px;}
.tooltip-wide .tooltip-inner {
    max-width: 340px !important;
    width: 340px !important;
    white-space: normal;
    padding: 12px 12px;
    text-align: left;}
.profile-refund-course .refund-course-card .course-title{
    font-size: clamp(16px, 2vw, 13px);}
#modal_refound .modal-content .modal-header .btn-close,
#modal_refound_viwed .modal-content .modal-header .btn-close,
#modal_refound_periodover .modal-content .modal-header .btn-close {
    right: 25px;
    top: 25px;}
@media (max-width: 767px) {
.profile-refund-course .header{
    display: none;}
.profile-refund-course .main-wrapper{
    padding-top: 22px;}
.profile-refund-course .refound-card-item:not(:last-child) .refund-course-card::after{
    position: absolute;
    content: "";
    background-color: #000;
    width: 97%;
    transform: translate(-50%);
    left: 50%;
    height: 0.25px;
    bottom: 0;}
.profile-refund-course .refund-course-card .img-card{
    aspect-ratio: 290/158;
}
.profile-refund-course .refund-course-card .img-card img.course-img {
    width: 100%;
    object-fit: cover;
    display: block;}
.profile-refund-course .bottom-view{
    bottom: 20px !important;
    left: 20px !important;}
.profile-refund-course .refund-course-card {
    border-bottom: 0.25px solid #787878;}
.profile-refund-course .refund-course-card:last-child {
    border-bottom: none;}}
.profile-refund-course .refund-course-card .img-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 230px;
    background: linear-gradient(
      178.72deg,
      rgba(0, 0, 0, 0) 55.5%,
      rgba(4, 4, 4, 0.85) 93.61%);
    border-radius: inherit;
    pointer-events: none;}
.profile-refund-course .bottom-view{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    z-index: 3;
    font-size: 8px;}
@media (min-width:767px){
#modal_refound .modal-dialog-centered,
#modal_refound_form .modal-dialog-centered,
#modal_refund_request_exists .modal-dialog-centered,
.modal_medium_width .modal-dialog-centered{
    max-width: 435px}
}
/* /profile-refund-course  */

/* profile-reported-videos */
.reported-videos-web label{
    color: #2D2D2D !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.reported-videos-web .upload-btn-wrapper {
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #2f2f2f;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    width: 100%;       
    max-width: 350px;
    height: 44px;
    text-align: center;
    position: relative; 
    overflow: hidden;
}
.reported-videos-web .upload-btn-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.reported-videos-web .upload-btn-wrapper img {
    width: 16px;
    height: 16px;
    object-fit: contain;}
@media (max-width:767px){
.profile-reported-video .header{
    display: none;}
.profile-reported-video .main-wrapper{
    padding-top: 20px;}
}
/* profile-reported-videos */

/* Language page */
.language-page{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal_language .modal-dialog-centered{
    max-width: 998px;}
#modal_language .modal-dialog-centered .btn-close{
    position: absolute;
    right: 15px;
    top: 15px;}
#modal_language .left-image {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 498 / 614;
    object-fit: cover;
    border-radius: 30px;
    position: relative;}
#modal_language .left-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;}
#modal_language .left-image::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%; 
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.64%, #000000 102.74%);
    z-index: 1;
    pointer-events: none;
    border-radius: 30px;}
#modal_language .cont{
    padding: 10px 20px;}
#modal_language .main-title{
    font-size: 28px;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 140%;}
#modal_language .select-language{
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;}   
#modal_language .custom-radio input[type="checkbox"] {
    display: none;}
#modal_language .radio-dot {
    display: inline-flex;
    align-items: center;  
    font-size: 15px;
    font-family: "poppins";
    cursor: pointer;
    font-weight: 400;
    background-color: #fff;
    color: #662D91;
    border: 0.86px solid #662D91;
    border-radius: 859.92px;
    padding: 3px 13px;}
#modal_language .custom-radio input[type="checkbox"]:checked + .radio-dot {
    background-color: #662D91;
    cursor: pointer;
    color: #fff;
    font-weight: 600;}
#modal_language .lang-tick-img {
    width: 21px;
    height: 21px;
    display: none;}
#modal_language .custom-radio input[type="checkbox"]:checked + .radio-dot .lang-tick-img {
    display: block;}
#modal_language .radio-input:checked + .radio-dot {
    padding: 3px 5px; 
    padding-right: 15px;}
#modal_language .continue-btn{
    background: #662D91;
    color: #fff;
    border-radius: 35.53px;
    font-weight: 600;
    transition: all 0.4s;
    opacity: 100%;
    font-size: 14px;}
#modal_language .continue-btn.disabled-link{
    opacity: 60%;}
@media (max-width:767px){
#modal_language .cont {
    padding-bottom: 100px;}
}
/* /Language page */

/* content provider registration */
.content_provider_registration_page .header{
    display: none;}
.content_provider_registration_page .main-wrapper{
    padding-top: 0px;}
.content-pro-reg .card{
    box-shadow: none !important;}
.content-pro-reg .profile-img{
    width: 102px;
    aspect-ratio: 102/102;
    border-radius: 50%;
    object-fit: cover;
    display: flex;
    justify-content: center;}
.content-pro-reg .list-data .list-item .data {
    color: #3D3D3D !important;
    font-weight: 600;}
.content-pro-reg .profile-icon{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;}
.content-pro-reg .profile-change{
    position: absolute;
    padding: 0;
    bottom: 13px;
    right: -5px;
    z-index: 2;}
.content-pro-reg .about_card textarea.form-control{
    min-height: 265px !important;
    padding-top: 14px;
    background: #EFEFEF !important;}
.content-pro-reg .card{
    box-shadow: 0px 1px 1px 0px #00000008 !important;}
.content-pro-reg .about_card textarea.form-control::placeholder{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color:#515151 !important;}
.content-pro-reg .upload-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #2f2f2f;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    max-width: 267px;
    height: 44px;
    text-align: center;
    position: relative;
    overflow: hidden;}
.content-pro-reg .upload-btn-wrapper img {
    width: 16px;
    height: 16px;
    object-fit: contain;}
.content-pro-reg .upload-btn-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;}
.content-pro-reg .upload-btn-wrapper span{
    color: #fff;}
.content-pro-reg .form-default .form-body .form-label{
    color: #4A4747;
    font-size: 14px;
    font-weight: 400;}

/* /content provider registration */


/* your course - create course list */
.your-course .create-course-list h1,
.your-course .create-course-list-view h1{
    font-size: clamp(18px, 2.5vw, 30px);}
.your-course .course-tab .nav-tabs{
    background-color: #F3E8FF;
    border-radius: 30px;}
.course-tab .nav-tabs .nav-links:hover,
.course-tab .nav-tabs .nav-links:focus {
    border-color: transparent !important;
    border: none !important;
    outline: none !important; 
    box-shadow: none !important; 
    isolation: unset !important; }
.your-course .course-tab .nav {
    display: flex;
    flex-wrap: nowrap;   
    width: auto;          }
@media (max-width:767px){
.your-course .header{
    display: none;}
.your-course .main-wrapper{
    padding-top: 20px;
}
}
/* .your-course .nav .nav-item {
  flex: 1 1 0;         
  text-align: center;   
} */

/* .your-course .nav .nav-link {
  white-space: nowrap;  
} */
.your-course .course-tab .nav-tabs .nav-link{
    border: none !important;
    color: #4B3A58;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;}
.your-course .course-tab .nav-tabs .nav-link.active{
    background-color: #662D91;
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;}
@media (max-width: 767px) {
.create-course-list .create-course-btn {
    position: fixed;
    bottom: 35px;    
    left: 50%;         
    transform: translateX(-50%); 
    z-index: 99;
    min-width: 250px;   }
.create-course-list .create-course-btn a {
    display: inline-block;
    align-content: center;
    height: 53px;
    min-width: 310px;}}
.create-course-list .nav-tabs .nav-link:focus,
.create-course-list .nav-tabs .nav-link:hover {
    border-color: transparent !important;  
    box-shadow: none !important;} 
.create-course-list .course-card .image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;}
.create-course-list .course-card .image-card .card-top{
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #FFEBD9;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    color: #C25E00;
    z-index: 1;}
.create-course-list .course-card .image-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 230px;
    background: linear-gradient(178.72deg, rgba(0, 0, 0, 0) 55.5%, rgba(4, 4, 4, 0.85) 93.61%);
    border-radius: inherit;
    pointer-events: none; }
.create-course-list .course-card .image-card .course-image{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 418 / 234;
    border-radius: 11.45px;}
@media (max-width: 767px) {
.create-course-list .course-card .image-card .course-image{
    border-radius: 20px;}
.create-course-list .course-card .image-card::after{
    height: 210px;}}
.create-course-list .course-card .image-card .play-img{
    position: absolute;
    z-index: 1;
    width: 68px;
    height: 68px;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    backdrop-filter: blur(0.9147005677223206px)}
.create-course-list .course-card .cont .content-dis{
    line-height: 130%;
    font-size: clamp(14px, 2vw, 16px);}
#modal_shorts_upload_progressbar .progress .progress-bar::after{
    display: none;}
/* /your course - create course list */

/* your course - create-course-list-view */ 
.create-course-list-view .course-card .image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;}
.create-course-list-view .course-card .image-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(178.72deg, rgba(0, 0, 0, 0) 55.5%, rgba(4, 4, 4, 0.85) 93.61%);
    border-radius: inherit;
    pointer-events: none; }
/* mobile view */
@media (max-width: 767px) {
.create-course-list-view .course-card .image-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;}
.create-course-list-view .course-card .image-card::after {
    height: 211px;}}
/* / */
.create-course-list-view .course-card .image-card .course-image{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 688 / 374;
    border-radius: 20px;}
/* mobile view */
@media (max-width: 767px) {
.create-course-list-view .course-card .image-card .course-image{
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 358 / 211;
    border-radius: 10px;}}
/* / */
.create-course-list-view .course-card .image-card .play-img{
    position: absolute;
    z-index: 1;
    width: 113px;
    height: 113px;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    backdrop-filter: blur(0.9147005677223206px)}
/* mobile view */
@media (max-width: 767px) {
.create-course-list-view .course-card .image-card .play-b-img{
    position: absolute;
    z-index: 1;
    width: 64px;
    height: 64px;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    backdrop-filter: blur(0.9147005677223206px)}}
/* / */
.create-course-list-view .course-card .image-card .duration-hr{
    position: absolute;
    z-index: 999;
    bottom: 15px;
    right: 20px;
    font-size: clamp(12px, 1.3vw, 16px);}
.create-course-list-view .course-card .cont .content-dis{
    color: #1E1E1E;
    font-size: clamp(14px, 2vw, 22px);
    line-height: clamp(22px, 2.75vw, 33px);}

@media (max-width:767px){
.create-course-list-view .course-card .cont .content-dis{
    color: #000000;}
}
/* create course view tabs */
.your-course .create-course-list-view .video-shorts-upload .nav-tabs{
    background-color: transparent;
    border: none;}
.your-course .video-shorts-upload .nav-tabs .nav-link {
    margin-left: 8px;
    border: 1px solid #662D91;
    color: #662D91;
    background: transparent;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 400;
    padding: 0.35rem 1.5rem;}
.your-course .video-shorts-upload .nav-tabs .nav-link.active {
    margin-left: 8px;
    color: #FFFFFF;
    border: 1px solid #662D91;
    background-color: #662D91;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;}
@media (max-width: 991px) {
.your-course .create-course-list-view .video-shorts-upload .nav-tabs{
    border-bottom: 1px solid #5A5A5A;}
.your-course .video-shorts-upload .nav-tabs .nav-item{
    margin-left: 10px;
    margin-right: 10px;}
.your-course .video-shorts-upload .nav-tabs .nav-link{
    padding-right: 6px;
    padding-left: 6px;}
.your-course .video-shorts-upload .nav-tabs .nav-link.active {
    border-bottom: 4px solid #662D91 !important;
    font-weight: 500;
    color: #1E1E1E;
    font-size: 14px;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    margin-left: 0px;}
.your-course .video-shorts-upload .nav-tabs .nav-link {
    border: none;
    color:  #5A5A5A;
    font-weight: 400;
    font-size: 14px;
    background-color: transparent;
    margin-left: 0px;}
}
/* create course view tabs */
.create-course-list-view .upload-btn-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #353232;
    backdrop-filter: blur(3px);
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    max-width: 330px;
    height: 44px;
    text-align: center;
    position: relative;
    overflow: hidden;}
/* @media (max-width: 767px) {
.create-course-list-view .upload-btn-wrapper {
    position: fixed;
    bottom: -30px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: calc(100% - 32px); 
    max-width: 330px; 
    border-radius: 10px; }} */
.create-course-list-view .upload-btn-wrapper img,
.modal-upload-video .upload-btn-wrapper img,
.modal-upload-shorts .upload-btn-wrapper img,
.modal-report-video .upload-btn-wrapper img{
    width: 22px;
    height: 23px;
    object-fit: contain;}
.create-course-list-view  .upload-btn-wrapper span,
.modal-upload-video .upload-btn-wrapper span,
.modal-upload-shorts .upload-btn-wrapper span {
    color: #fff;}
.create-course-list-view .upload-btn-wrapper input[type="file"],
.modal-upload-video .upload-btn-wrapper input[type="file"],
.modal-upload-shorts .upload-btn-wrapper input[type="file"],
.modal-report-video .upload-btn-wrapper input[type="file"]{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;}
.create-course-list-view .file-name-display{
    color: #595959;
    font-size: 12px;}
.video-shorts-upload .video-section .video-list-sec .card-img {
    aspect-ratio: 123 / 85;   
    width: 123px;             
    border-radius: 8px;
    flex-shrink: 0; 
    object-fit: cover;}
.video-shorts-upload .video-section .video-list-sec .card-img .img-courses {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* mobile view */
@media (max-width: 767px) {
.video-shorts-upload .video-section .video-list-sec .card-img {
  aspect-ratio: 107 / 74;
  width: 107px;
  border-radius: 8px;
  flex-shrink: 0; 
  object-fit: cover;}
.video-shorts-upload .video-section .video-list-sec .card-img .img-courses {
  width: 100%; 
  border-radius: 8px;
  object-fit: cover;}
}
@media (max-width: 991px) {
.swipe-container {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    position: relative; }
.action-buttons {
    position: absolute;
    right: -150px; 
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;}
.video-detail.swiped .action-buttons {
    opacity: 1;
    visibility: visible;}
.video-detail.swiped .swipe-container {
    transform: translateX(-120px); }
.video-shorts-upload .video-detail {
    border-bottom: 1.2px solid #E0E0E0;
    padding: 6px 0px !important;}
.video-detail .action-buttons .edit-icon-bg{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #318DFF;
    width: 70px;
    height: 96px;}
.video-detail .action-buttons .dlt-icon-bg{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF3B30;
    width: 70px;
    height: 96px;}
}
@media (max-width: 767px) {
.video-detail .action-buttons .edit-icon-bg,
.video-detail .action-buttons .dlt-icon-bg{
    height: 83px !important;}
}
@media (max-width: 767px) {
.video-detail .action-buttons .shorts-action,
.video-detail .action-buttons .shorts-action{
    height: 96px !important;}
}
.modal-upload-video .upload-btn-wrapper,
.modal-report-video .upload-btn-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #353232;
    backdrop-filter: blur(3px);
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    overflow: hidden;}
/* / */
.video-shorts-upload .video-section .video-list-sec .card-img .play-img{
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    backdrop-filter: blur(0.9147005677223206px)}
/* mobile view */
@media (max-width: 767px) {
.video-shorts-upload .video-section .video-list-sec .card-img .play-img{
    width: 27px;
    height: 27px;}
}
/* / */
.video-shorts-upload .video-section .video-list-sec .card-img{
    position: relative;
    border-radius: 8px;
    overflow: hidden;}
.video-shorts-upload .video-section .video-list-sec .card-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #0000004D;
    border-radius: inherit;
    pointer-events: none; }
.video-shorts-upload .video-section .video-list-sec .card-img .duration-hr{
    position: absolute;
    z-index: 999;
    bottom: 6px;
    right: 8px;
    font-size: clamp(8px, 1vw, 12px);}
.video-shorts-upload .video-section .video-list-sec h6{
    color: #535353;
    font-size: clamp(11px, 0.9vw, 12px);}
.video-shorts-upload .video-section .video-list-sec h3{
    font-size: clamp(12px, 1vw, 15px);
    line-height: clamp(18px, 2vw, 20px);}
.video-shorts-upload .video-section .video-list-sec .video-detail{
    border-bottom: 1.2px solid #E0E0E0;
    cursor: move;
    padding: 20px 0px;}
.video-shorts-upload .video-section .video-list-sec .video-detail.sortable-chosen{
    background-color: #fff;
    z-index: 2}
.video-shorts-upload .video-section .video-list-sec .video-detail:last-child {
    border-bottom: none;}
.create-course-list-view .edit-icon{
    cursor: pointer;}
@media (max-width:767px){
.video-shorts-upload .video-section .video-list-sec .video-detail{
    position: relative;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    border-bottom: 0px;}
.video-shorts-upload .video-section .video-list-sec .video-detail::after{
    position: absolute;
    content: "";
    bottom: 0px;
    background: #D2D2D2;
    height: 1px;
    width: calc(100% + 200px);
    left: -100px;
    right: -100px;
}
}
/* modal_course_under_review */
@media (min-width:767px){
.modal.course_under_review .modal-dialog{
    max-width: 453px;}
.modal.course_under_review .btn{
    max-width: 295px;}
}
/* / modal_course_under_review */
/* create course shorts section */
.video-shorts-upload .video-section .video-list-sec .shorts-bg-card {
    aspect-ratio: 114/89;
    width: 114px;
    border-radius: 5.85px;
    background-color: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;  }
.video-shorts-upload .video-section .video-list-sec .shorts-bg-card .shorts-img{
    aspect-ratio: 66/80;
    width: 66px;
    border-radius: 5.85px;
    object-fit: cover;}
/* mobile view */
@media (max-width: 767px) {
.video-shorts-upload .video-section .video-list-sec .shorts-bg-card .shorts-img{
    aspect-ratio: 60/73;
    width: 60px;
    object-fit: cover;}
}
/* / */
.video-shorts-upload .video-section .video-list-sec .shorts-bg-card .shorts-img::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3); 
    border-radius: inherit;
    pointer-events: none;
} 
.video-shorts-upload .video-section .video-list-sec .shorts-sec .shorts-card-img .play-img{
    position: absolute;
    z-index: 1;
    width: 23.5px;
    height: 23.5px;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    backdrop-filter: blur(0.9147005677223206px)}
.video-shorts-upload .video-section .video-list-sec .shorts-sec .shorts-card-img .duration-hr{
    position: absolute;
    z-index: 1;
    bottom: 1px;
    right: 4px;
    font-size: clamp(8px, 1vw, 12px);}
.shorts-img-wrapper {
    position: relative;
    display: inline-block;}
  .shorts-img-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3); 
    border-radius: 5.85px;}
/* /create course shorts section */

/* modal shorts  */
.shorts-modal .modal-content .modal-header .btn-close-modal{
   position: absolute; 
   right: 15px;
   top: 20px;
}
.shorts-modal .modal-content .modal-body .shorts-video-container{
    width:100%;
    height:700px;
    background:black;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    position:relative;}
/* / modal shorts */
/* modal_upload_video */
.modal-upload-video .image-card .course-image{
    width: 100%;
    aspect-ratio: 469 / 234;
    border-radius: 11.45px;
    object-fit: cover;}
@media (max-width: 991px) {
.modal-upload-video .image-card .course-image{
    width: 100%;
    aspect-ratio: 358 / 211;
    border-radius: 10px;
    object-fit: cover;}}
.course-image .video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 11.45px; }
.modal-upload-video .image-card{
    position: relative;
    border-radius: 10px;
    overflow: hidden;}
@media (max-width: 991px) {
.modal-upload-video .image-card{
    position: relative;
    border-radius: 11.45px;
    overflow: hidden;
    width: 100%;}
}
.modal-upload-video .image-card .play-b-img{
    position: absolute;
    z-index: 1;
    width: 68px;
    height: 68px;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    backdrop-filter: blur(0.9147005677223206px)}
/* @media (max-width: 991px) {
.modal-upload-video .image-card .play-b-img{
    width: 64px;
    height: 64px;}
} */
.fancybox__container {
    z-index: var(--fancybox-zIndex, 9999) !important;}
.mark-free input[type="checkbox"] {
    appearance: none;
    position: relative;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    border-radius: 50%;}
.mark-free input[type="checkbox"]:checked {
    background: #00AD4B;
    border-radius: 50%;}
.mark-free input[type="checkbox"]:checked::before {
    height: 21px;
    width: 16px;
    line-height: 23px;
    position: absolute;
    font-family: FontAwesome;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding-left: 5px;}
.modal-upload-video .mark-free label{
    color:#504F4F;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 2;
} 
.modal-upload-video .form-default .form-body .form-control, 
.modal-upload-video .form-default .form-body .form-select {
    background: #EFEFEF !important;}
.modal-upload-video .btn-close:focus{
    box-shadow: none !important;
}
@media (max-width:767px){
.modal-upload-video .main-wrapper{
    padding-top: 0px;}
.modal-upload-video .header{
    display: none;}
.modal-upload-video .course-image .video-preview:fullscreen,
.modal-upload-shorts .course-image .video-preview:fullscreen{
    object-fit: contain;} 
.modal-upload-shorts .head-title{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 12px 0px #0000001A;}
}
/* /modal_upload_video */

/* modal_upload_shorts */
.modal-upload-shorts .image-card .course-image,
.modal-upload-shorts .course-image {
    width: 100%;
    aspect-ratio: 253 / 463;
    border-radius: 8.7px;
    object-fit: cover;}
.modal-upload-shorts .image-card{
    position: relative;
    border-radius: 20px;
    overflow: hidden;}
@media (max-width: 991px) {
.modal-upload-shorts .main-wrapper,
.modal-upload-video .main-wrapper{
    padding-top: 0px !important;}
.modal-upload-shorts .header{
    display: none;}
.modal-upload-shorts .head-title{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 12px 0px #0000001A;}
.modal-upload-shorts .image-card{
    position: relative;
    border-radius: 11.45px;
    overflow: hidden;
    width: 132px;}}
.modal-upload-shorts .image-card .play-b-img{
    position: absolute;
    z-index: 1;
    width: 68px;
    height: 68px;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    backdrop-filter: blur(0.9147005677223206px)}
@media (max-width: 991px) {
.modal-upload-shorts .image-card .play-b-img{
    width: 38px;
    height: 38px;}}
.modal-upload-shorts .modal-dialog.modal-dialog-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0; }
.modal-upload-shorts .upload-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #353232;
    backdrop-filter: blur(3px);
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    height: 44px;
    text-align: center;
    position: relative;
    overflow: hidden;}
.modal-upload-shorts .form-default .form-body .form-control, 
.modal-upload-shorts .form-default .form-body .form-select {
    background: #EFEFEF !important;}
.modal-upload-shorts .btn-close:focus{
    box-shadow: none !important;}
/* /modal_upload_shorts */

/* modal_upload_progressbar */
.modal-upload-progressbar .video-progressbar .progress {
    display: flex;
    height: 24px;
    overflow: hidden;
    background: #DADADA;
    border-radius: 12px;
    box-shadow: 0px 3px 3px 0px #00000040 inset;}
.modal-upload-progressbar .video-progressbar .progress-bar{
    background: linear-gradient(90deg, #FFAE17 1.86%, rgba(112, 0, 255, 0.94) 101%);
    border-radius: 12px;
    box-shadow: 0px 3px 4px 0px #FFFFFF80 inset;}
@media (max-width: 991px) {
.modal-upload-progressbar .video-progressbar .progress,
.modal-upload-progressbar .video-progressbar .progress-bar{
    box-shadow: none;}
}
/* /modal_upload_progressbar */
/* modal_edit_threedot */
.modal-edit-threedot .modal-content span{
    color: #4B4B4B;
    font-size: 17px;
    font-weight: 500;}
.modal-edit-threedot .modal-content a{
    text-decoration: none;}
.modal-edit-threedot .modal-content hr{
    border: 0.5px solid #8A8A8A;}
/* /modal_edit_threedot */

/*  */
.publish-card .card-group.card-group-default .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px #00000014 !important;
    border-radius: 27.36px !important;
    border: none;}
.publish-card {
    color: #2D2D2D;
    position: fixed;       
    left: 50%;        
    width:max-content;     
    transform: translateX(-50%);
    bottom: 35px;           
    z-index: 1;}
/* / */
/* /your course - create-course-list-view */

/* user-course */
/* all-course */
.your-course .course-search .search-form {
    max-width: 306px;}
.your-course .course-search .search-form input {
    padding-left: 50px;
    font-size: 14px;
    background: #F2F2F2;
    border-radius: 20px;}
.your-course .course-search .search-form .btn {
    right: 90%;
    width: 40px;
    left: 0px;}
.your-course .course-search .search-form .form-control::placeholder {
    color: #333333;    
    font-size: 14px;
    font-weight: 400;
    opacity: 1;}
.card-course .image-card {
    width: 100%;
    aspect-ratio: 418/234;
    border-radius: 20px;
    position: relative;
    overflow: hidden; }
.card-course .image-card::after {
    content: "";
    position: absolute;
    inset: 0;  
    background: linear-gradient(178.72deg, rgba(0, 0, 0, 0) 55.5%, rgba(4, 4, 4, 0.85) 93.61%);
    border-radius: inherit;
    pointer-events: none;
    z-index: 1; }
.card-course .course-image {
    width: 100% !important;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 0;}
.card-course .play-img {
    position: absolute;
    z-index: 1; 
    width: 68px;
    height: 68px;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    backdrop-filter: blur(0.9px);} 
.card-course .duration-hr{
    position: absolute;
    background-color: #00000042;
    border-radius: 6px;
    font-weight: 500;
    font-family: 'inter';
    z-index: 999;
    bottom: 15px;
    left: 15px;
    font-size: 10px;}
.card-course .badge-status{
    position: absolute;
    background-color: #FFA600;
    border-radius: 9px;
    font-weight: 600;
    font-family: 'inter';
    z-index: 999;
    top: 15px;
    left: 15px;
    font-size: 12px;}
.cont h3{
    color: #1E1E1E;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;}
.cont .amt{
    font-family: 'inter';
    font-size: 20px;}
.cont .amt span{
    font-family: 'poppins';
    text-decoration: line-through !important;
    font-size: 14px;}
@media (max-width: 768px) {
.cont .amt{
    font-family: 'inter';
    font-size: 16px;}
.cont .amt span{
    font-family: 'poppins';
    text-decoration: line-through !important;
    font-size: 12px;}
}
/* /all-course */
/* ongoing-course */
.ongoing-course .card-course .course-progress {
    position: absolute;
    border-radius: 6px;
    font-weight: 400;
    font-family: 'inter';
    z-index: 999;
    bottom: 18px;
    left: 0px;
    font-size: 13.98px;
    right: 0px;  
    width: 100%;
    padding: 0 15px; }
.ongoing-course .course-progress .progress {
    position: relative;
    width: 100%;
    height: 5.8px;
    background: #3c3c3c;
    border-radius: 10px;
    overflow: visible; }
.ongoing-course .course-progress .progress .progress-bar {
    position: relative;
    height: 100%;            
    background: #FCB316;
    border-radius: 10px;
    overflow: visible; }
.ongoing-course .course-progress .progress .progress-bar::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 10.5px;
    height: 10.5px;
    background: #FCB316;
    border-radius: 50%;}
.ongoing-course h3{
    color: #1E1E1E;
    font-size: 700;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 130%;}
.ongoing-course .cont img{
    width: 34px;
    aspect-ratio: 34/34;
    object-fit: cover;
    border-radius: 50%;}
/* /ongoing-course */
/* /user-course */

/* your course complete sectio */
.your-course .complete_course .complete-card-course {
    position: relative;
    border-radius: 20px;
    overflow: hidden;}

.complete_course .complete-card-course .complete-image-card {
    position: relative;
    border-radius: 20px;   
    overflow: hidden;      
}
.complete_course .complete-card-course .complete-image-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 230px;
    background: linear-gradient(
        178.72deg,
        rgba(0, 0, 0, 0) 55.5%,
        rgba(4, 4, 4, 0.85) 93.61%
    );
    border-radius: inherit; 
    pointer-events: none;
}
.complete_course .complete-card-course .complete-image-card .complete-course-image{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 418 / 234;
    border-radius: 20px;}
.your-course .complete_course .complete-card-course,
.your-course .complete_course .complete-card-course .complete-image-card,
.complete_course .complete-card-course .complete-image-card::after {
    border-radius: 20px; 
}
@media (max-width: 767px) {
.complete_course .complete-card-course .complete-image-card .complete-course-image{
    border-radius: 20px;}
.complete_course .complete-card-course .complete-image-card::after{
    height: 210px;}}
.your-course .complete_course h1{
font-size: clamp(18px, 2.5vw, 30px) !important;}

/* register-modal */
.register-modal{
    font-family: "Poppins", sans-serif;}
@media (min-width: 992px) {
  .register-modal .modal-lg {
    max-width: 991px;}
}
/* register-modal */
.register-modal .regprofile-card{
    width: 135px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    margin: auto;
    display: flex;
    align-items: center; }
.register-modal .profile-icon{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;}
.register-modal .profile-change{
    position: absolute;
    padding: 0;
    bottom: -5px;
    right: 7px;}
.register-modal .form-default .form-body .form-control, .register-modal .form-default .form-body .form-select{
    background: #EFEFEF;
    min-height: 44px;}

.register-modal .mob-coun-main{
   background-color: #F5F5F5;
   border-radius: 10px;}
.register-modal .mob-coun-main .chosen-container-single .chosen-single{
    min-width: 70px;
    padding-right: 0;}
.register-modal .chose-checkbox-radio .chose-item span {
    position: relative;
    top: -5px;}
.register-modal .chose-checkbox-radio .chose-item input[type="checkbox"]{
    width: 19px;
    height: 19px;
    border-radius: 5px;}
.register-modal .chose-checkbox-radio .chose-item input[type="checkbox"]:checked::before {
    height: 19px;
    width: 20px;
    line-height: 20px;
    font-size: 11px;}
/* Chrome, Firefox, Opera, Safari 10.1+ */
.register-modal .form-control::placeholder {
    color: #454545 !important;}  
/* Internet Explorer 10–11 */
.register-modal .form-control:-ms-input-placeholder {
    color: #454545;} 
/* Microsoft Edge */
.register-modal .form-control::-ms-input-placeholder {
    color: #454545;}

/* form-number */
.form-number input[type="number"]::-webkit-outer-spin-button,
.form-number input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}






/* main-wrapper */
.main-wrapper {
    padding-top: 90px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 85px;
    /*overflow-x: hidden;*/}
@media (max-width: 991px) {
.main-wrapper {
    padding-left: 15px;}
}


/* open-sidebar */
@media (min-width: 992px) {
.open-sidebar .main-wrapper {
    padding-left: 245px;}
}

/* card-group-default */
.card-group.card-group-default {
    display: block;}
/* card */
.card-group.card-group-default .card {
    box-shadow: 0 7px 15px #dddded;
    border: none;
    border-radius: 20px;}
/* card-header */
.card-group.card-group-default .card .card-header {
    border-color: #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;}
.card-group.card-group-default .card .card-header .card-title {
    color: #1C1C1C;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0;}
@media (max-width: 767px) {
.card-group.card-group-default .card .card-header .card-title {
    margin-bottom: 10px;}
}

/* card-sub-header */
.card-group.card-group-default .card .card-sub-header {
    padding-left: 15px;
    padding-right: 15px;}
/* card-body */
.card-group.card-group-default .card .card-body {
    padding-left: 20px;
    padding-right: 20px;}
/* card-footer */
.card-group.card-group-default .card .card-footer {
    padding-left: 20px;
    padding-right: 20px;}

/* breadcrumb */
.card-group.card-group-default .breadcrumb {
    border-radius: 15px 15px 0 0;
    padding: 5px 10px;}


/* range-datepicker */
.card-group.card-group-default .range-datepicker {
    position: relative;
    top: 2px;}


/* pagination */
.card-group.card-group-default .table-default .pagination {
    /*margin-top: 25px;*/
    margin-bottom: 8px;}
@media (max-width: 767px) {
.card-group.card-group-default .table-default .pagination {
    margin-top: 25px;}
}




/* tab */
/* nav-tabs-default */
.card-group.card-group-default .nav-tabs.nav-tabs-default {
    padding-left: 15px;
    padding-right: 15px;}
.card-group.card-group-default .nav-tabs.nav-tabs-default .nav-item .nav-link {
    color: #555656;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 15px;
    border-width: 0 0 3px 0;}
.card-group.card-group-default .nav-tabs.nav-tabs-default .nav-item .nav-link.active {
    font-weight: bold;
    color: #dc3545;
    border-color: #dc3545;}
/* link-active-rounded */
.card-group.card-group-default .nav-tabs.nav-tabs-default.link-active-rounded .nav-item .nav-link {
    padding: 10px 25px 5px;}
.card-group.card-group-default .nav-tabs.nav-tabs-default.link-active-rounded .nav-item .nav-link.active {
    border-radius: 30px;
    color: #fff;
    background-color: #dc3545 !important;}



/* accordion */
.card-group.card-group-default .accordion-button {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    color: #727272;
    font-size: 16px;}

.you-course-publisher .card {
    background-color: transparent !important;
    border: none;
}
  .you-course-publisher .publisher-card .publisher-img-card{
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 418 / 234;
    border-radius: 20px;
  }
  .you-course-publisher .publisher-card::after{
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 20px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
   rgba(4, 4, 4, 0.85) 100%
  );
}
.your-course .you-course-publisher h1{
    font-size: clamp(18px, 2.5vw, 30px) !important;
}
.your-course .publish-card .border-edit-btn{
    border-width: 2px;}
@media (max-width: 576px) {
   .you-course-publisher .fs-13-md { font-size: 10px !important; }
   .you-course-publisher .fs-15-md { font-size: 10px !important; }
   .you-course-publisher .fs-21-md { font-size: 18px !important; }
   .you-course-publisher .fs-16-md { font-size: 12px !important; }
   .you-course-publisher .fs-24-md { font-size: 19px !important; }
   .you-course-publisher .fs-18-md { font-size: 10px !important; }

}
/* content provider promcode */
/* Apply border between promo items across rows/columns */
.content-pro-prom-main .border-wrapper .promo-code-items {
    border-bottom: 1px solid #E0E0E0;}
.content-pro-prom-main .col-lg-7:last-child .promo-code-items {
    border-bottom: none; /* Remove last border */
}


.content-pro-prom-main .promcode-default_image {
    width: 267.5928955078125px;
    height: 278.57452392578125px;
}
.content-pro-prom-main .no-promocode a{
    min-width: 340px;}
@media (max-width: 767px) {
.content-pro-prom-main .promcode-default_image {
    width: 192px;
    height: 200px;}
.content-pro-prom-main .bottom-fixed-btn{
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);}
.content-pro-prom-main .no-promocode a{
    position: fixed;
    min-width: 280px;
    bottom: 35px;    
    left: 50%;         
    transform: translateX(-50%);
    z-index: 99;
    display: flex;
    justify-content: center; }
}
.content-pro-prom-main .no-promocode p{
    font-size: clamp(18px, 2vw, 25px);}
.content-pro-prom-two .form-check-input.rounded-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;         /* Removes browser default checkbox */
    -webkit-appearance: none; /* For Safari/Chrome */
    outline: none;
    border: 2px solid #A68A8A;
    background-color: #F3F3F3;
}
.content-pro-prom-two input[type="checkbox"]:checked::before {
    content: none !important;
   
 }
 .content-pro-prom-two .form-check-input:checked[type=checkbox] {
     background-repeat: no-repeat !important;
 }

.content-pro-prom-two .form-check-input.rounded-circle:checked {
    background-color: #662D91;
    border-color: #662D91;}
.content-pro-prom-two .card-body .form-default .form-body .choose-file-btn::-webkit-file-upload-button {
    padding: 10px 35px;
    background-color: #393838;
    border: none;
    border-radius: 10px;
    color: #fff;
    transition: 100ms ease-out;
    cursor: pointer;}
.content-pro-prom-two .card-body .form-default .form-body .chosen-container-single .chosen-single div b:before{
    background-color: transparent;}

@media (max-width:767px){
.content-pro-prom-two .check-box-card:not(:last-child){
    border-bottom: 1px solid #E0E0E0;}
}
.content-pro-prom hr {
    border: none;
    height: 1px;
    background-color: #E0E0E0;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.content-pro-prom .promocode-tab button.active {
  color: #fff;
  background: #662D91;
  border: 1px solid #662D91;
  border-radius: 20px;
}
.content-pro-prom .promocode-tab button{
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #662D91;
  background: #F9F9F9;
  border: 1px solid #662D91;
  border-radius: 20px;
}

@media (max-width: 767px) {
    .content-pro-prom .promocode-tab button{
      border: none;
      border-radius: 0px !important;
      font-size: 15px;
      font-weight: 500;
      color: #555555;
  }
  .content-pro-prom .promocode-tab {
    border-bottom: 1px solid #CBCBCB !important;
  }
  .content-pro-prom .promocode-tab button.active {
      color: #000000;
      font-weight: 700;
      font-size: 17px;
      border-bottom: 5px solid #662D91;
      border: none;
      background: #F9F9F9 !important;
      border-bottom: 5px solid hsl(274, 31%, 25%) !important;
      padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
    .content-pro-prom-main .head-title,
    .content-pro-prom-two .head-title{
        background-color: #FFFFFF;
        box-shadow: 0px 2px 12px 0px #0000001A;
    }
    .content-pro-prom-main .header,
    .content-pro-prom-two .header{
        background-color: #FFFFFF;
        box-shadow: none;
    }
}
#modal_refound_form .choose-file-btn::-webkit-file-upload-button {
    padding: 10px 35px;
    background-color: #393838;
    border: none;
    border-radius: 10px;
    color: #fff;
    transition: 100ms ease-out;
    cursor: pointer;}
.content-pro-prom-main hr {
    border: none;           
    height: 1px;              /* set thickness */
    background-color: #E0E0E0;  /* set color */
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    padding: 1px !important;}
.content-pro-prom .promo-video-card:not(:last-child){
    border-bottom: 1px solid #E0E0E0;}
.content-pro-prom #course-section .img-card{
    width: 128px;
    min-width: 128px;
    height: auto;
    aspect-ratio: 102/ 78;}
.content-pro-prom #course-section .img-card::after{
    position: absolute;
    content: "";
    inset: 0;
    height: 100%;
    width: 100%;
    background: #0000004D;
    border-radius: 5px;}
.content-pro-prom #course-section .img-card img{
    height: 100%;
    width: 100%;
    object-fit: cover;}
@media (max-width:767px){
  .content-pro-prom #course-section .img-card{
    width: 102px;
    min-width: 102px;
    aspect-ratio: 102/ 78;}  
}
/* user-card */
.content-pro-prom .promo-user-card:not(:last-child){
    border-bottom: 0.92px solid #E3DDE7;}
.content-pro-prom .promo-user-card .user-card-date{
    color: #787878;}
.content-pro-prom .promo-user-card .user-name{
    color: #303030;}
.content-pro-prom .promo-user-card .user-card-title{
    color: #1E1E1E;}
.content-pro-prom .promo-user-card .user-price {
    font-size: clamp(17px, 2vw, 19.89px);
    color: #1E1E1E;
    font-weight: 600;}
@media (max-width:767px){
.content-pro-prom .promo-user-card .user-card-date{
    color: #929292;}
.content-pro-prom .promo-user-card .user-name{
    color: #2D2D2D;}
.content-pro-prom .promo-user-card .user-card-title{
    color: #4A4A4A;}
.content-pro-prom .promo-user-card .user-price {
    color: #1C1C1C;
    font-weight: 700;}
}

/* certificate page */
.certificate-main-card .certificate-sub-card:not(:last-child){
    border-bottom: 1px solid #E0E0E0;}
.certificate-main-card .certificate-sub-card .img-card .certificate-img{
    object-fit: cover;
    border-radius: 5.58px;
    aspect-ratio: 158/109;}
/* /certificate page */

/* certificate view */
#modal_certificate_view.modal .modal-dialog{
    border-radius: 12px;
    max-width: 944px;
    width: 994px;
    aspect-ratio: 944 /665;}
#modal_certificate_view.modal {
    background-color: #000000;}
#modal_certificate_view.modal .modal-dialog .modal-header .btn-close{
    z-index: 1;
    right: 20px;
    top: 20px;
    color: #fff;
    background-color: #FFFFFF1A;
    position: absolute;}
#modal_certificate_view.modal .modal-dialog .modal-header .btn-download{
    z-index: 1;
    right:-6%;
    /* top: 0%; */
    position: absolute;
    border: none;
    border-radius: 50%;}
#modal_certificate_view.modal .modal-dialog .modal-header .btn-download img { 
    margin-left: 250%;}
@media (min-width:768px) and (max-width:1300px){
#modal_certificate_view.modal .modal-dialog .modal-header .btn-download img { 
    margin-left: 33%;
    margin-bottom: 0px;}}
@media (max-width:767px){
#modal_certificate_view.modal .modal-dialog .modal-header .btn-download img { 
    margin-bottom: 200px;
    margin-right: 130%;
    margin-left: 0%;}
#modal_certificate_view.modal .modal-dialog .modal-header .btn-download{
    z-index: 1;
    right:-6%;
    /* top: 0%; */
    position: absolute;
    border: none;
    border-radius: 50%;}}
#modal_certificate_view.modal .modal-dialog .certificate-bg{
    width:  944px;
    height: 665px;
    background:url(../images/img/certi-bg.webp);
    background-size: cover;
    max-width: 100%;
    aspect-ratio: 944 /665;}
#modal_certificate_view.modal .modal-dialog .certificate-logo{
    width: 61px;
    position: absolute;
    right: 50px;
    top: 52px;
    aspect-ratio:61 /58;}
#modal_certificate_view .certificate-content{
    position: absolute;
    top: 325px;
    width: 100%;
    padding: 0px 60px;
    left: 0px;}
#modal_certificate_view .certificate-content .std-name{
    font-weight: 400;
    font-size: 24px;
    text-align: center;}
#modal_certificate_view .certificate-content .course-text{
    margin-top: 60px;
    font-weight: 700;
    text-align: center;
    font-size: 24px;}
#modal_certificate_view .certificate-content .course-text.text-course-l{
    margin-top: 47px;
    line-height: 26px;
    font-size: 20px;}
#modal_certificate_view .certificate-content .course-text.text-course-xl{
    margin-top: 54px;
    font-size: 15px;}
#modal_certificate_view .certificate-content .date{
    margin-top: 115px;
    margin-left: 10px;
    font-weight: 500;
    text-align: center;
    font-size: 16px;}
#modal_certificate_view .certificate-content .sign{
    margin-top: 85px;
    text-align: center;}
#modal_certificate_view .certificate-content .sign .sign-img{
    height: 50px;
    width: auto;}
@media (max-width:567px){
    #modal_certificate_view.modal-default .modal-content{
    margin-left: 2% !important;}}
/* /certificate view */

-----------------------------------------------------------------
/* published about page */
.publisher_about .shortescard-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.publisher_about .shortescard-card::after {
    content: "";
    position: absolute;
    border-radius: 15px;
    inset: 0;
    background: linear-gradient(
        178.72deg,
        rgba(0, 0, 0, 0) 55.5%,
        rgba(4, 4, 4, 0.85) 93.61%
    );
    pointer-events: none;
}

.publisher_about .shortescard-card .short-crad-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 174 / 270;
    border-radius: 15px;
}
@media (max-width: 576px) {
    .publisher_about .shortescard-card .short-crad-img {
     aspect-ratio: 174 / 270;
    }
}
.publisher_about .read-more-list li,
.overview-text p {
    display: none;
}

/* Show first 3 list items */
.publisher_about .read-more-list li:nth-child(-n+3) {
    display: list-item;
}

/* Show first 2 paragraphs */
.publisher_about .overview-text p:nth-child(-n+2) {
    display: block;
}

.publisher_about .read-more-list.expanded li,
.overview-text.expanded p {
    display: block;
}

.course-overview-card .read-more-btn,
.video-lock-list .more-video-btn,
.billing_course_page .more-shorts-btn {
    font-family: inherit;        
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px dashed #6c757d; 
    color: #1E1E1E !important;   
    cursor: pointer;
    background: none;             
    padding: 0;          
}
@media (max-width: 991px) {
    .course-overview-card .read-more-btn{
        font-size: 14px;
    }
}

.publisher_about .nav-link {
    color: #662D91;
    border: 1px solid #662D91; 
    border-radius: 50px;
    font-weight: 400;
    margin: 0 2px;
    font-size: 11px;
    padding: 0.35rem 1.5rem;
}
.publisher_about .nav-link:hover {
    color: #662D91;
    background: transparent;
    border: 1px solid #662D91; 
}
.publisher_about .nav-link.active {
    color: #fff;
    font-weight: 600;
    background: #662D91 ;
    border: 1px solid #662D91 ;
}
.publisher_about .nav-tabs{
    border-bottom: none;

}
@media (max-width: 991px) {
    .publisher_about .nav-tabs{
        border-bottom: 1px solid #CBCBCB;

    }
    .publisher_about .nav .nav-item {
        margin: 0px 8px;
    }
    .publisher_about .nav .nav-link{
        padding-left: 4px;
        padding-right:4px;
    }
    .publisher_about .nav-link.active {
        border-bottom: 4px solid #662D91 !important;
        font-weight: 700;
        color: #1E1E1E;
        font-size: 17px;
        background-color: transparent;
        border-radius: 0px;
        border: none;
    }

    .publisher_about .nav-link {
        border: none;
        color:  #555555;
        font-weight: 500;
        font-size: 15px;
        background-color: transparent;
        margin-left: 0px;
        padding: 0.35rem 1.35rem;
    }
    .course_published_view.publisher_about .nav-link.active {
        font-weight: 600;
    }

}
@media (max-width:767px){
.course_published_view .header{
    display: none;}
.course_published_view .main-wrapper{
    padding-top: 0px !important;
}
}
  .publisher-about-mobile .publisher-about-leftcard .publisher-about-img-leftcard{
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 688 / 374;
    border-radius: 20px;
  
  }
   .publisher-about-mobile .publisher-about-leftcard::after{
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(178.72deg, rgba(0, 0, 0, 0) 55.5%, rgba(4, 4, 4, 0.85) 93.61%);
}
.publisher-about-mobile h4{
    font-size: clamp(18px, 2vw, 22px);
    line-height: clamp(28px , 2vw, 33px);

}

 .publisher_about .publisher-about-videocard .publisher-about-video-img-card{
    aspect-ratio: 123 / 85;   
    width: 123px;             
    border-radius: 8px;
    object-fit: cover;}

/* .publisher-about-videocard::after {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(178.72deg, rgba(0, 0, 0, 0) 55.5%, rgba(4, 4, 4, 0.85) 93.61%);
} */

.publisher_about .video-item {
    position: relative;
    overflow: hidden;
}
.publisher_about .video-item:not(:last-of-type) .he-line::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0; 
    right: 0;
    bottom: -7px;
    height: 1px;
    background: #e0e0e0;
}
.publisher_about .option-item::after {
  content: "";
  position: absolute;
  left: 48px;   /* aligns after icon (24px icon + 24px margin) */
  right: 0;
  bottom: 0;
  height: 1px;
  background: #e0e0e0;
}

@media (max-width: 767px) {
    .publisher_about .head-title,
    .you-course-publisher .head-title,
    .modal-upload-video .head-title{
        background-color: #FFFFFF;
        box-shadow: 0px 2px 12px 0px #0000001A;
    }
    .publisher_about .header,
    .you-course-publisher .header,
    .modal-upload-video .header{
        background-color: #FFFFFF;
        box-shadow: none;
        box-shadow: none;
    }
    .publisher_about .main-wrapper,
    .modal-upload-video .main-wrapper{
        padding-top: 65px;
    }
}

#modal_sorry .btn-close{
    position: absolute;
    right: 15px;
    top: 15px;
}
/*publisher_about abot page mobile in about page*/
@media (max-width: 576px) {
   .publisher_about .fs-15-md { font-size: 10px !important; }
   .publisher_about .fs-21-md { font-size: 18px !important; }
   .publisher_about .fs-16-md { font-size: 10px !important; }
   .publisher_about .fs-24-md { font-size: 19px !important; }
   .publisher_about .fs-18-md { font-size: 10px !important; }

}
/* course creation modal width */
@media (min-width: 767px) {
  .create-course .modal-md {
    max-width: 393px;}
}
/* preview-div */
.preview-div{
    width: 70px; 
    height: 70px; 
    object-fit: cover;}
/* .preview-div img {
    height: 70px;
    object-fit: cover;
} */
/* create course box shadow non add */
.create-course .card-group.card-group-default .card {
    box-shadow: none;
  }

      /* profile-refund-policy */
    .profile-refund-policy .refund-policy-header-mobile {
        background-color: #fff;
        box-shadow: 0px 2px 12px 0px #0000001A;
        position: relative;
        z-index: 2;
    }
    .profile-refund-policy .refund-policy-header-mobile .border-bottom-gray::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -5px;
        background-color: #DEDEDE;
    }

    /* /profile-refund-policy */
/* footer */
footer {
    background-color: #262626;
    color: #fff;}
/* footer-top */
footer .footer-top {
    padding-top: 60px;
    padding-bottom: 60px;}
.site-footer {
    position: relative;
    background-color: #662D91;
    color: #ffffff;
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: inherit;
    margin-left: -14px;
    padding-left: 40px;
    margin-right: -15px;
    padding-right: 15px;
    margin-bottom: -15px;
}
@media (max-width: 991px) {
    .site-footer {
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    body.open-sidebar .site-footer {
        margin-left: -245px;
        padding-left: 245px;
    }
}
.site-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.site-footer a:hover {
    color: #ffffff;
    opacity: 0.8;
}
.site-footer .footer-top-section {
    padding-bottom: 30px;
}
.site-footer .footer-logo {
    max-width: 220px;
    display: block;
}
.site-footer .footer-address {
    font-size: 13px;
    line-height: 1.8;
    opacity: 0.85;
    margin-top: 35px;
    font-style: normal;
}
.site-footer .footer-nav-links {
    gap: 6vw;
    margin-top: 20px;
}
.site-footer .footer-nav-link {
    font-size: 14px;
    font-weight: 600;
}
.site-footer .footer-bottom-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 25px;
}
.site-footer .footer-copy {
    font-size: 13px;
    opacity: 0.85;
}
.site-footer .footer-contact {
    gap: 8px;
}
.site-footer .footer-contact-link {
    font-size: 13px;
    opacity: 0.9;
    display: flex;
    align-items: center;
}
.site-footer .footer-contact-link i {
    font-size: 16px;
    margin-right: -4px;
}
@media (min-width: 992px) {
    .site-footer .footer-nav-links {
        margin-top: 30px;
       
    }
    .site-footer .footer-top-section p,
    .site-footer .footer-bottom-section p {
        margin-bottom: 0;
    }
    .site-footer .footer-top-section .container-fluid,
    .site-footer .footer-bottom-section .container-fluid {
        padding-left: 2%;
        padding-right: 5%;
    }
}
@media (max-width: 768px) {
    .site-footer .footer-address {
        margin-top: 20px;
    }
    .site-footer .footer-bottom-inner {
        padding-top: 20px;
    }
    .site-footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .site-footer .footer-logo {
        max-width: 200px;
    }
}
