@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');


html, body {
    font-family: 'Poppins', sans-serif;
    background-color: #f1f5f9;
    font-size: 15px;
    color: #505050;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
}

.layout-boxed .wrapper {
    box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
}

@media (min-width: 768px) {

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    /*margin-left: 0px;*/
}

}

.content-wrapper>.content {
    padding: 0 1.5rem;
}

.content-header {
    padding: 1.5rem 1.5rem 1.2rem;
}

@media (max-width: 991px) {

.content-header h1 {
    font-size: 20px;
}

.btn {
    font-size: 14px;
}

}

.fancybox-button--thumbs {
    display: none !important;
}

@media (min-width: 1024px) {

.image-gallery .col-md-3.col-6.pb-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

}

.dashboard-page {
    display: flex;
    height: 80vh;
    align-items: center;
}


@media (max-width: 576px){
    .login-box, .register-box {
        margin-top: 0;
        width: 100%;
    }
    .card-footer {
        padding: 0.35rem 0.25rem;
    }

}

@media (max-width: 768px){

    .gallery-page .col-sm-6.col-12 .box {
        float: left !important;
        padding-right: 0px;
    }

    .gallery-page .col-sm-6.col-12 a {
        float: left !important;
        margin-right: 6px;
        height: 38px;
        padding-top: 7px;
    }

    .gallery-page h1 {
        margin-bottom: 12px;
    }

}

.card-title {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 29.05px;
}

.user-panel img {
    width: 1.5rem;
}


@media (min-width: 576px){

.dropdown-menu.dropdown-menu-lg.dropdown-menu-right {
    display: none !important;
}

}

.dropdown-item i {
    color: #64748b;
}

.dropdown-menu-lg .dropdown-item:hover {
    color: #007bff;
}

.dropdown-menu-lg .dropdown-item:hover i {
    color: #007bff;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item.active, .dropdown-item:active i {
    color: #fff !important;
    text-decoration: none;
    background-color: #007bff;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #7987a1;
    font-weight: 400 !important;
    font-size: 14px;
}

.dark-mode .card .card-header {
    background-color: rgba(0,0,0,.1);
}

.product-detail_img .single-img.gallery-item img {
    height: 200px;
    object-fit: cover;
}

.btn-sm {
    padding: 0.2rem 0.2rem;
    font-size: .7rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.icon-sm {
    font-size: 13px;
}

.dropdown-toggle::after {
    content: "\f142";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #626262;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
}

.dropdown-menu {
    padding: 0rem 0;
}

.dropdown-item {
    font-size: 13px;
    border-bottom: 1px solid #e9e9e9;
    padding: 0.4rem 0.8rem;
}

.vertical-center {
    vertical-align: middle !important;
}

.content-wrapper {
    background-color: #f6f6f6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #f4f4f4;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 2%);
}

.card {
    /*padding: 2rem;*/
}

.card-header {
    border-bottom: 1px solid #f4f4f4;
    padding: 2rem 2rem 1rem;
}

.card-body {
    padding: 2rem;
}

.card-footer {
    padding: 1rem 2rem 2rem;
    border-top: 1px solid #f4f4f4;
}

.nav-link {
    padding: 0.5rem 0.75rem;
}

[class*=sidebar-dark-] .sidebar a {
    color: #9ea9b4;
}

.btn-primary {
    background: linear-gradient(90deg, #398CED 0%, #52B2D0 100%);
    border: 0;
    min-width: 140px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.btn-primary:hover {
    color: #fff;
    background: linear-gradient(90deg, #52B2D0 0%, #398CED 100%);
    /*font-weight: 500;*/
}

/*a {*/
/*    color: #00bac7;*/
/*}*/

.bg-primary {
    background-color: #007bff!important;
}

.main-footer {
    background-color: #FFFFFF;
}

.card {
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 10%);
    margin-bottom: 1.8rem;
    border-radius: 11px;
    background-clip: border-box;
}

[class*=sidebar-dark] .brand-link, [class*=sidebar-dark] .brand-link .pushmenu {
    color: rgba(255,255,255,255);
}

.table-hover tbody tr:hover {
    background-color: rgb(250 250 250);
}

.card-primary.card-outline {
    border-top: 3px solid #007bff;
}

.main-footer {
    padding: 0.5rem 1rem;
}

.brand-link {
    border-bottom: 1px solid #445e7c !important;
}

.main-header {
    border-bottom: 1px solid #e5e7eb;
 }

.layout-navbar-fixed .wrapper .brand-link, .layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link {
    width: 248px;
}

.brand-link {
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 20px !important;
}

.nav-sidebar .nav-header {
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-transform: uppercase;
    color: #7987a1;
    letter-spacing: .8px;
}

.nav-sidebar .nav-link p {
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

.nav-sidebar>.nav-item .nav-icon {
    color: #2b345f;
}

.brand-link .brand-image {
    margin-left: 0.4rem;
    margin-right: 0.5rem;
    margin-top: 0;
 }

.main-header .nav-link {
    height: 2.7rem;
 }

.navbar-expand .navbar-nav .nav-link {
    line-height: 1.8rem;
    color: #4a4d51;
    display: flex;
    align-items: center;
    gap: 4px;
}

.navbar-expand .navbar-nav .nav-link:hover {
    color: #567497;
}

.layout-navbar-fixed .wrapper .main-header {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 3px 0 10px #b7c0ce33;
}

.nav-sidebar>.nav-item .nav-icon.fa, .nav-sidebar>.nav-item .nav-icon.fab, .nav-sidebar>.nav-item .nav-icon.fad, .nav-sidebar>.nav-item .nav-icon.fal, .nav-sidebar>.nav-item .nav-icon.far, .nav-sidebar>.nav-item .nav-icon.fas, .nav-sidebar>.nav-item .nav-icon.ion, .nav-sidebar>.nav-item .nav-icon.svg-inline--fa {
    font-size: 0.9rem;
}

.nav-item .nav.nav-treeview .nav-item .nav-link {
    font-size: 15px;
}

.nav-item .nav.nav-treeview .nav-item .nav-link i {
    font-size: 12px;
    margin-right: 0;
 }

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: transparent !important;
}

.nav-sidebar .nav-item>.nav-link:hover i {
    color: #ffffff;
    transition: all .3s ease;
}

.nav-sidebar .nav-item>.nav-link.active i {
      color: #FFFFFF;
      transition: all .3s ease;
  }

.nav-sidebar .nav-item>.nav-link.active p, .nav-sidebar .nav-item>.nav-link.active:hover p {
    color: #FFFFFF;
    transition: all .3s ease;
}

.nav-sidebar .nav-item>.nav-link:hover p{
    margin-left: 3px;
    transition: all .3s ease;
}

.nav-item .nav.nav-treeview .nav-item .nav-link:hover .fa-circle:before {
    background: #2e3590;
    border-radius: 100%;
    color: #2e3590;
}

.nav-item .nav.nav-treeview .nav-item .nav-link {
    padding: 0.5rem 0.75rem;
}

.main-footer {
    color: #7987a1;
}

a {
    color: #007dad;
}

.cursor-pointer {
    cursor: pointer;
}

.form-control {
    border: 1px solid #d5d5d5;
    font-size: 16px;
    padding: 0.4rem 1rem;
    height: 40px;
    color: #222;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.nav-item .nav.nav-treeview .nav-item .nav-link.active:before {
    display: none;
}

.nav-item .nav.nav-treeview .nav-item .nav-link.active .fa-circle:before {
    background: #2e3590;
    border-radius: 100%;
    color: #2e3590;
}

.layout-navbar-fixed .wrapper .brand-link {
    font-size: 22px;
    display: flex;
    align-items: center;
    background-color: #445e7c !important;
}

.brand-link .brand-text span {
    font-weight: 400;
}

.main-sidebar .brand-text {
    margin-left: 5px;
}

.nav-sidebar>.nav-item {
    margin-bottom: 10px;
    overflow: hidden;
}

/*table css*/

div.dataTables_wrapper div.dataTables_info {
    display: inline-block;
    float: left;
}

div.dataTables_wrapper div.dataTables_paginate {
    display: inline-block;
    float: right;
    padding-top: 0.85em;
}

.paginate_button {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #db0c8c;
    background-color: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

.paginate_button.previous {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.paginate_button.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.paginate_button.next {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.paginate_button.current {
    z-index: 3;
    color: #fff;
    border-color: #622f92;
    background: -webkit-linear-gradient(45deg,#353c94,#e9088b);
    background: linear-gradient(45deg,#353c94,#e9088b);
}

div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    width: auto;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

div.dataTables_wrapper div.dataTables_filter input:focus {
    outline: none !important;
    border: 1px solid #00a2df;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #f4f4f4;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}

table.dataTable th {
    font-weight: 500;
    color: #2e3590;
}

.layout-footer-fixed .wrapper .main-footer {
    background: #eeeff3;
}

.btn-secondary {
    color: #fff;
    background-color: #00adef;
    border-color: #00adef;
    box-shadow: none;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #0084b6 !important;
    border-color: #0084b6 !important;
}

.btn-outline-secondary:hover {
    background-color: #b6b8bd;
    border-color: #b6b8bd;
}

.nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    top: 1rem;
}

.nav-item .nav.nav-treeview .nav-item p {
    color: #d8d8d8;
}

.nav-item .nav.nav-treeview .nav-item .nav-link.active:hover p,
.nav-item .nav.nav-treeview .nav-item .nav-link:hover p,
.nav-item .nav.nav-treeview .nav-item .nav-link:hover svg {
    color: #ffffff;
}

.nav-item .nav.nav-treeview .nav-item .nav-link:hover .fa-circle:before {
    background: #f033a3;
    border-radius: 100%;
    color: #f033a3;
}

.btn-gray {
    color: #000;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    box-shadow: none;
}

.btn-gray:hover {
    background-color: #cacaca;
    border-color: #cacaca;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e9ecef !important;
    height: calc(2.5rem + 2px) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
    font-size: 14px;
}

.form-group {
    position: relative;
    /*margin-bottom: 0px;*/
}

.remove-add-more {
    position: absolute;
    top: 10px;
    right: 0;
    color: #ff5722;
    opacity: 1;
}

.nav-item .nav.nav-treeview .nav-item .nav-link.active {
    background: rgb(82 178 208 / 50%);
}

.nav-item .nav.nav-treeview .nav-item .nav-link.active p {
    color: #FFFFFF;
}

.separate-card-header {
    background: #f3f3f9;
    border-radius: 0;
    border-top: 1px solid #dfdfdf;
}

.select2-container {
    width: 100% !important;
}

.month_button_horo {
    text-align: center;
    line-height: 3;
    height: 82px;
    cursor: pointer;
}

.month_button_horo div {
    line-height: 0;
}

.month_button_horo div img {
    width: 25px;
}

.profile-tab .nav-link.active:before {
    display: none;
}

@media (max-width: 768px){

    .month_button_horo div img {
        width: 20px;
    }

    /*.main-header .navbar-nav .nav-item:nth-child(2) {*/
    /*    display: none;*/
    /*}*/

}

.info-card .info-card-content .info-list li .info-name {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}

.info-card .info-card-content .info-list li .info-details {
    width: 100%;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .info-card .info-card-content .info-list li .info-name {
        width: 40%;
        margin-bottom: 0;
    }

    .info-card .info-card-content .info-list li .info-details {
        width: 60%;
        margin-bottom: 0;
    }
}

.info-card-content .info-list {
     list-style: none;
     padding: 0;
     margin-bottom: 0;
 }

.info-card-content .info-list li {
    display: flex;
    margin-bottom: 10px;
}

.info-card .info-card-content .info-list li .info-name:after {
    content: ":";
    right: 10px;
    top: 0;
    position: absolute;
}

.table thead th {
    font-weight: 500;
}

.membership__head p {
    padding-block: 26px;
    padding-inline: 30px;
    background: #fbf6ff;
    margin-bottom: 0;
    font-weight: 500;
}

.membership__body h4 {
    color: #f033a3;
    padding-block: 20px;
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
    text-align: center;
}

.membership__body ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.membership__body ul li {
    padding-block: 23px;
    margin-inline: 45px;
    border-bottom: 1px solid rgba(33, 51, 102, 0.1);
    font-size: 1rem;
    flex-wrap: nowrap;
}

.membership__body ul li i {
    margin: 5px 10px 5px 0px;
    display: inline-block;
    text-align: center;
    color: #ae3eff;
}

.membership__body ul li:last-child {
    border-bottom: 0px;
}

@media (min-width: 576px) {
    .membership__body ul li {
        margin-inline: 30px;
    }
}


@media (min-width: 991px) {

    .table-responsive {
        -webkit-overflow-scrolling: touch;
        overflow-y: unset;
    }

}

.table thead th {
    border-bottom: 2px solid #ececec;
    color: #445e7c;
}

.table td, .table th {
    vertical-align: middle;
    font-size: 14px;
    color: #6c757d;
    padding: 1rem;
    border: 1px solid #ececec;
}

.page-link {
    border: 1px solid #e8e8f7;
}

.pagination {
    justify-content: end;
}

.drag-text.small-icon h3 {
    padding: 90px 0;
    font-size: 16px;
    height: 200px;
}

.drag-text h3 {
    font-size: 16px;
}

.drag-text.height-fix h3 {
    padding: 88px 0;
}


/* new admin css */

.main-sidebar {
    transition: all .4s;
    transition: left .4s ease,width .4s ease;
    border-right: 1px solid #e9ecef;
    background: #567497;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    /*background: -webkit-linear-gradient(45deg, #00adef, #007cab);*/
    box-shadow: 0px 1px 1px 0px #00000040;
    background: linear-gradient(90deg, #398CED 0%, #52B2D0 100%);

    margin-bottom: 10px;
}

.nav-sidebar .nav-item .nav-link svg {
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 12%;
    background: rgb(82 158 232 / 50%);
    /*-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 12%);*/
    /*box-shadow: 0 0 10px rgb(0 0 0 / 12%);*/
    padding: 5px;
    color: #FFFFFF;
}


.nav-sidebar .nav-treeview .nav-item .nav-link svg {
    background: no-repeat;
    margin-right: 0;
    padding: 2px;
    width: 20px;
    height: 20px;
    color: #d8d8d8;
}


input:focus, textarea:focus, select:focus {
    outline: none !important;
    border: 1px solid #4eacd4 !important;
    color: #222;
}

.search-input {
    height: auto;
}

.breadcrumb {
    font-size: 14px;
}

.custom-sidebar-edit {
    position: fixed;
    right: 0;
    z-index: 9999;
    height: 100%;
    top: 0;
    width: 400px;
    padding: 0px;
    border-radius: 0;
    background-color: #fff;
    overflow: auto;
}

.form-width-md {
    width: 600px;
}

.form-width-lg {
    width: 900px;
}

@media only screen and (max-width: 991px) and (min-width: 600px) {
    .form-width-lg, .form-width-md {
        width: 500px;
    }
}

@media only screen and (max-width: 599px) and (min-width: 320px) {
    .form-width-lg, .form-width-md {
        width: 320px;
    }
}

.custome-sidebar-content {
    height: calc(100vh - 71px);
    overflow: auto;
}

.custom-sidebar-edit .card-footer {
    width: 100%;
    background: #f1f5f9;
    left: 0;
    padding: 1rem;
}

.card-filter {
    padding: 1rem 2rem;
    background: #fafafa;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    display: block;
    width: 4.5rem;
}

.sidebar-collapse.sidebar-mini .sidebar-no-expand.main-sidebar:hover .brand-link {
    width: 4.5rem !important;
}

.nav-sidebar .menu-open>.nav-treeview {
    margin-left: 15px;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: rgb(84 137 191 / 50%);
}

.btn {
    height: 40px;
    line-height: 38px;
    padding: 0 22px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
}

.filter-icon-btn {
    width: 50px;
    border-color: #A6A6A6;
    color: #0F172A;
    background: #EDEDED;
    padding: 0;
}

.class-box {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
    height: 100%;
}

.card-box {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFFFF;
}

.class-box .subject {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: #CD37E5;
    text-transform: uppercase;
}

.class-box .duration {
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    color: #505050;
    display: flex;
    gap: 3px;
}

.class-box .duration svg {
    color: #ADADAD;
}

.class-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #505050;
}

.class-content {
    padding: 10px 15px 15px;
}

.pt-30 {
    padding-top: 30px;
}

.mt-30 {
    margin-top: 1.5rem!important;
}

.class-box img {
    max-height: 160px;
    object-fit: contain;
    object-position: center;
    background: #f6f6f6;
    width: 100%;
}

/* width */
body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #567497;
}

.btn svg {
    margin-right: 8px;
}

.filter-icon-btn svg {
    margin-right:0px;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    height: calc(3.5rem + 3px);
}

::placeholder {
    font-weight: 300 !important;
}

.custom-switch .custom-control-label::before {
    width: 3rem;
    pointer-events: all;
    height: 1.5rem;
    border-radius: 5rem;
    top: 0;
}

.custom-control-label {
    padding-left: 20px;
}

.custom-switch .custom-control-label::after {
    top: calc(0rem + 2px);
    left: calc(-2.2rem + 2px);
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: 5rem;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #dee2e6;
    -webkit-transform: translateX(1.4rem);
    transform: translateX(1.4rem);
}

.course-box {
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;

}

.course-box h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
}

.course-box img {
    width: 100%;
    margin-top: 5px;
    height: 230px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .course-box img {
        height: 130px;
        object-fit: contain;
        margin: 0;
    }
}

.course-content {
    margin-top: 20px;
}

.course-content .selling-price {
    color: #104A8D;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
}

.course-content .price {
    color: #A6A6A6;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: line-through;
    font-family: 'Inter', sans-serif;
}

.gap-5 {
    gap: 5px;
}

.gap-12 {
    gap: 12px;
}

.gap-20 {
    gap: 20px;
}

.course-content p {
    color: #7A7A7A;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: 'Inter', sans-serif;
}

.custom-switch.custom-switch-on-success .custom-control-input:checked~.custom-control-label::before {
    background-color: #50afd2;
    border-color: #51b0d2;
}

.custom-switch.custom-switch-on-success .custom-control-input:checked~.custom-control-label::after {
    background-color: #ffffff;
}

.custom-switch.custom-switch-off-danger .custom-control-input~.custom-control-label::before {
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}

.custom-switch.custom-switch-off-danger .custom-control-input~.custom-control-label::after {
    background-color: #ffffff;
}

.row .col:nth-child(even) .course-box {
    margin-left: 8px;
    margin-bottom: 36px;
}

.row .col:nth-child(odd) .course-box {
    margin-right: 8px;
    margin-bottom: 36px;
}

@media (max-width: 768px) {

    .btns a span {
        display: none;
    }

    .btns a.btn-primary {
        min-width: auto;
        width: 35px;
        padding: 0;
    }

    .btns a.btn-primary svg {
        margin-right: 0px;
    }

    .class-box p {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .card-title {
        font-size: 18px;
    }

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #505050;
    background-color: #fff;
    border: 0;
    font-weight: 600;
}

.nav-tabs .nav-link {
    color: #505050;
    font-size: 17px;
    padding: 0px 25px 0px 0px;
    line-height: 24px;
    margin: 0;
    border: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
}

.nav-tabs {
    padding: 20px 22px 15px;
}

.course-data {
    padding: 20px 22px 20px;
    color: #646464;
    line-height: 26px;
    font-size: 16px;
    border-right: 1px solid #D9D9D9;
    height: 100%;
}

.img-box {
    position: relative;
}

.img-box svg {
    position: absolute;
    color: #fff;
    width: 42px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

.subject-box, .chapter-box, .topic-box, .subtopic-box, .google-sheet-box {
    border-width: 1px;
    border-style: solid;
    border-color: #D9D9D9;
    background: #FFFFFF;
    border-radius: 5px;
    display: block;
    position: relative;
}

.subject-box a, .chapter-box a, .topic-box a, .subtopic-box a, .google-sheet-box a {
    padding: 16px 5px 16px 18px;
}

.subject-box img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.subject-content h4,
.subtopic-content h4,
.topic-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #202020;
    margin: 0;
}

.subject-content p,
.subtopic-content p,
.topic-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #505050;
    margin: 0;
}

.separation {
    color: #A9A3A3;
}

.chapter-border-left-color {
    border-left: 5px solid #D9D9D9 !important;
}

.topic-border-left-color {
    border-left: 5px solid #D9D9D9 !important;
}

.subtopic-border-left-color {
    border-left: 5px solid #D9D9D9 !important;
}

.clztype-border-left-color {
    border-left: 5px solid #D9D9D9 !important;
}

.chapter-content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #202020;
}

.google-sheet-content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.chapter-content ul,
.subtopic-content ul,
.google-sheet-content ul,
.box-divider-list ul,
.topic-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chapter-content li,
.topic-content li,
.subtopic-content li{
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #969696;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.google-sheet-content li, .box-divider-list li {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #969696;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.chapter-content li:after,
.chapter-content li:after,
/*.google-sheet-content li:after,*/
/*.box-divider-list li:after,*/
.topic-content li:after  {
    content: '';
    border-right: 1px solid #ddd;
    right: 0px;
    position: absolute;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.chapter-content ul li:last-child:after,
.topic-content ul li:last-child:after,
.google-sheet-content ul li:last-child:after,
.box-divider-list ul li:last-child:after,
.subtopic-content ul li:last-child:after {
    border: 0px;
}

[data-letters]:before {
    content:attr(data-letters);
    display:inline-block;
    font-size:1em;
    min-width:2.5em;
    height:2.5em;
    line-height:2.5em;
    text-align:center;
    border-radius:50%;
    background: linear-gradient(90deg, #398CED 0%, #52B2D0 100%);
    vertical-align:middle;
    margin-right:1em;
    color:white;
}

.course-data .row .col:nth-child(odd) .course-box {
    margin-right: 4px;
    margin-bottom: 30px;
}

.course-data .row .col:nth-child(even) .course-box {
    margin-left: 4px;
    margin-bottom: 30px;
}

.assign-class-checkbox {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.assign-class-checkbox:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #4caf50;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
}

:checked + .assign-class-checkbox {
    border-color: #ddd;
}

:checked + .assign-class-checkbox:before {
    content: "✓";
    background-color: #4caf50;
    transform: scale(1);
    z-index: 99;
    font-size: 16px;
    font-weight: 800;
}

@media (max-width: 768px) {

    .card-body, .card-footer {
        padding: 1rem;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .content.px-4 {
        padding-right: 0.5rem!important;
        padding-left: 0.5rem!important;
    }

    .nav-tabs, .course-data {
        padding: 15px 15px 10px;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 0px 12px 0px 0px;
    }

    .btn {
        padding: 0 10px;
        min-width: auto;
        white-space: nowrap;
    }

    .filter-icon-btn {
        width: 35px;
        padding: 0;
    }

    .course-box {
        padding: 12px;
        margin: 0px 0 15px !important;
    }

    .custom-sidebar-edit {
        width: 320px;
    }

    .subject-content h4, .subtopic-content h4, .topic-content h4, .chapter-content h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .chapter-content li, .topic-content li, .google-sheet-content li, .subtopic-content li {
        font-size: 13px;
        margin-right: 8px;
        padding-right: 10px;
    }

    .new-right-form {
        padding: 0 !important;
        border: 0 !important;
    }

    .course-data ul li, .course-content .price {
        font-size: 14px;
    }

    .course-box h3 {
        font-size: 18px;
    }

    .course-content .selling-price {
        font-size: 18px;
    }

    .img-box svg {
        width: 32px;
    }

}

.mr-before-0:before {
    margin-right: 0;
    margin-top: -5px;
}

.layout-navbar-fixed .wrapper .user-panel-brand-link {
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E1E1E1 !important;
}

.layout-navbar-fixed .wrapper .user-panel-brand-link .brand-image {
    max-height: 55px;
}

.layout-navbar-fixed.layout-fixed .wrapper .user-panel-sidebar {
    margin-top: calc(5.3rem + 1px);
}

.user-panel-main-sidebar {
    background: #FFFFFF;
}

.user-panel-sidebar .nav-sidebar .nav-link p {
    color: #333333;
}

.user-panel-sidebar .nav-sidebar .nav-item .nav-link svg {
    background: rgb(255 255 255);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    color: #333333;
}

.join-button {
    background: #E1590D;
    border-color: #E1590D;
}

.join-button:hover, .join-button:focus {
    background: #c24600 !important;
    border-color: #c24600 !important;
}

.nav-sidebar .nav-link p {
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 70%;
}

.nav-sidebar .nav-item>.nav-link {
    display: flex;
    align-items: center;
}

.question-answer {
    border: 1px solid #dee2e6;
    border-radius: 0.3rem;
}

.option-qstn {
    margin: 15px 0px;
}

.option-qstn li {
    display: inline-block;
    margin-right: 25px;
    padding-right: 25px;
    color: #567497;
    position: relative;
}

.option-qstn li:after {
    content: '';
    border-right: 1px solid #ddd;
    right: 0px;
    position: absolute;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.option-qstn li:last-child:after {
    border-right: 0px solid #ddd;
}

.question-answer h5 {
    font-size: 17px;
    color: #1d2732;
    margin-bottom: 0;
}

.question-answer p {
    margin-bottom: 5px;
}

.question-answer .answer {
    color: #28a745;
    margin: 15px 0px;
}

.empty-clz-add-button {
    border: 0px dashed #ddd;
    /*border-radius: 0;*/
    height: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    background:
        linear-gradient(90deg, #ddd 50%, transparent 0) repeat-x,
        linear-gradient(90deg, #ddd 50%, transparent 0) repeat-x,
        linear-gradient(0deg, #ddd 50%, transparent 0) repeat-y,
        linear-gradient(0deg, #ddd 50%, transparent 0) repeat-y;
    background-size: 10px 4px, 10px 4px, 4px 10px, 4px 10px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
}

.empty-clz-add-button:hover {
    animation: linearGradientMove .3s infinite linear;
}

@keyframes linearGradientMove {
    100% {
        background-position: 10px 0, -10px 100%, 0 -10px, 100% 10px;
    }
}

.claz-detail-img {
    max-height: 240px;
    object-fit: contain;
    object-position: center;
    background: #f6f6f6;
}

.google-sheet-box .assign-class-checkbox:before {
    right: 10px;
    bottom: 10px;
    left: auto;
    top: auto;
}


@media (max-width: 768px) {

    .empty-clz-add-button {
        min-height: 150px;
    }

    .empty-clz-add-button svg {
        width: 35px;
    }

    .empty-clz-add-button h5 {
        font-size: 18px;
    }

}

.small-box>.small-box-footer {
    padding: 8px 0;
}

.small-box>.inner {
    padding: 18px;
}

.bg-primary-gradient {
    background-image: linear-gradient(to left, #50b0d1 0%, rgb(59 143 235) 100%) !important;
    color: #fff;
}

.bg-danger-gradient {
    background-image: linear-gradient(45deg, #f93a5a, #f7778c) !important;
    color: #fff;
}

.bg-success-gradient {
    background-image: linear-gradient(to left, #48d6a8 0%, #029666 100%) !important;
    color: #fff;
}

.bg-warning-gradient {
    background-image: linear-gradient(to left, #efa65f, #f76a2d) !important;
    color: #fff;
}

.bg-purple-gradient {
    background-image: linear-gradient(to right, #4800c9 0%, #884af1 100%) !important;
}

.table td input[type=checkbox] {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    color: #363839;
    border: 1px solid #bdc1c6;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

.table td input[type=checkbox]::before {
    position: absolute;
    content: "";
    display: block;
    top: 1px;
    left: 6px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.table td input[type=checkbox]:checked {
    color: #fff;
    border-color: #06842c;
    background: #06842c;
}

.table td input[type=checkbox]:checked::before {
    opacity: 1;
}

.subscription-box {
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.subscription-box .subscription-icon {
    padding: 12px 15px;
    color: #fff;
    background: linear-gradient(90deg, #398CED 0%, #52B2D0 100%);
}

.subscription-box .subscription-content h3 {
    font-size: 18px;
    line-height: 26px;
}

.subscription-box .subscription-content p {
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9b;
}

.subscription-box .subscription-cost {
    border: 1px solid #ddd;
    margin-right: 10px;
    border-radius: 5px;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.edit_button_box{
    bottom: 15px;
    position: absolute;
    right: 20px;
}

.edit_button_box a {
    padding: 10px;
}

.line-break-anywhere {
    line-break: anywhere;
}

@media (max-width: 768px) {

    .subscription-box .subscription-content h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .subscription-box .subscription-content p {
        font-size: 13px;
    }

    .subscription-box .subscription-cost {
        margin-right: 5px;
        width: 76px;
        height: 32px;
        line-height: 32px;
    }

}

@media (max-width: 375px) {

    .btns {
        display: flex;
    }

}

.max-w-100 {
    max-width: 100%;
}

.delete-sidebar {
    height: 220px;
    width: 400px;
    bottom: 0;
    top: auto;
    background: #fff;
    margin: 10px;
}

.upgrade-sidebar {
    /*height: 240px;*/
    /*width: 400px;*/
    /*bottom: 0;*/
    /*top: auto;*/
    /*background: #fff;*/
    /*margin: 10px;*/
}

@media only screen and (max-width: 991px) and (min-width: 600px)  {
    .form-width-lg {
        width: 500px;
    }

    .delete-sidebar {
        height: 180px;
        width: 300px;
    }

    .delete-sidebar form {
        height: 125px !important;
    }
}

@media only screen and (max-width: 599px) and (min-width: 320px)  {
    .form-width-lg {
        width: 320px;
    }

    .delete-sidebar {
        height: 180px;
        width: 300px;
    }

    .delete-sidebar form {
        height: 125px !important;
    }
}

.badge {
    padding: 0.5em 0.5em !important;
    font-size: 10px;
    font-weight: 500;
}

.action-btns {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    align-items: center;
}

.chapter-box:hover .action-btns,
.topic-box:hover .action-btns,
.subtopic-box:hover .action-btns,
.subject-box:hover .action-btns,
.course-box:hover .action-btns,
.classes-box:hover .action-btns,
.google-sheet-box:hover .action-btns {
    display: flex;
}

.assign-question-head p {
    margin-bottom: 5px;
}

.ck-editor-area p {
    margin: 0px !important;
}

.cursor-move {
    cursor: move;
}

.bg-blue-gradient {
    background-image: linear-gradient(to left, #7aedff, #17a2b8) !important;
    color: #ffffff;
}
