﻿.answed-quiz {
    background-color: var(--green-2) !important;
    color: var(--white);
}

.current-quiz {
    background-color: var(--gray) !important;
    color: var(--white);
}
/* match the following */

.match-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}

.match-qstn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}



.match-sel-box select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    outline: 1px solid var(--dark-2);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}


.match-qstn-border {
    border: solid 1px var(--dark-2);
}
@media (min-width: 320px) and (max-width: 480px) {
    .match-qstn {
        width: 90px;
        font-size: 12px;
    }

    .math-sel-box select {
        padding: 8px 5px;
        font-size: 12px;
    }
}


@media (min-width: 481px) and (max-width: 767px) {
    .match-qstn {
        width: 110px;
    }

    .math-sel-box select {
        padding: 8px 8px;
    }
}




@media (min-width: 768px) and (max-width: 1024px) {
    .match-qstn {
        width: 110px;
    }

    .math-sel-box select {
        padding: 8px 8px;
    }
}



@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .match-qstn {
        width: 110px;
    }

    .math-sel-box select {
        padding: 8px 8px;
    }
}



@media (min-width: 481px) and (max-width: 767px) {
    .match-qstn {
        width: 110px;
    }

    .math-sel-box select {
        padding: 8px 8px;
    }
}




@media (min-width: 768px) and (max-width: 1024px) {
    .match-qstn {
        width: 110px;
    }

    .math-sel-box select {
        padding: 8px 8px;
    }
}



@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .match-qstn {
        width: 110px;
    }

    .math-sel-box select {
        padding: 8px 8px;
    }
}


@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .match-qstn {
        width: 110px;
    }

    .qust-nums {
        padding: 10px;
    }

        .qust-nums a {
            padding: 8px 16px;
        }

    .math-sel-box select {
        padding: 8px 8px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .match-qstn {
        width: 110px;
    }

    .qust-nums {
        padding: 10px;
    }

        .qust-nums a {
            padding: 8px 16px;
        }

    .math-sel-box select {
        padding: 8px 8px;
    }
}
.notAttended-quiz {
    background-color: rgba(145, 16, 145, 0.63) !important;
    color: var(--white);
}
/*.h-select-box select {
    padding: 5px 10px;
    outline: none !important;
    border: none;
}*/

/* question with image */
.qstn-img {
    margin: 20px;
}


.qstn-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


.h-quiz-timer {
    background-color: var(--white);
    margin-bottom: 15px;
}

.h-quiz-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: var(--dark-2);
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
}

.red-dot {
    color: var(--red--);
    font-size: 50px;
}

@media only screen and (max-width: 767px) {
    .h-quiz-timer {
        margin-top: 60px;
    }
}


.qstn-with-input {
    margin: 30px 0;
}

    .qstn-with-input input {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        width: 100%;
        padding: 10px;
        border-radius: 5px;
    }


.h-select-box select {
    padding: 8px 70px;
    margin-bottom: 10px;
    outline: none !important;
    border: none;
    border-radius: 5px;
}



.h-solve-method {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

    .h-solve-method span {
        color: var(--dark-2);
        padding: 4px 10px;
        border-radius: 15px;
    }

/* question with image */
.qstn-img {
    margin: 20px;
}


.qstn-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


.h-quiz-timer {
    background-color: var(--white);
    margin-bottom: 15px;
}

.h-quiz-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: var(--dark-2);
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
}

.red-dot {
    color: var(--red--);
    font-size: 50px;
}

@media only screen and (max-width: 767px) {
    .h-quiz-timer {
        margin-top: 60px;
    }
}


.qstn-with-input {
    margin: 30px 0;
}

    .qstn-with-input input {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
        width: 100%;
        padding: 10px;
        border-radius: 5px;
    }


.h-select-box select {
    padding: 8px 70px;
    margin-bottom: 10px;
    outline: none !important;
    border: none;
    border-radius: 5px;
}



.h-solve-method {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

    .h-solve-method span {
        color: var(--dark-2);
        padding: 4px 10px;
        border-radius: 15px;
    }


.skipped {
    background-color: rgba(145, 16, 145, 0.63) !important;
    color: var(--white);
}

.attended {
    background-color: var(--green-2) !important;
    color: var(--white);
}

.ques-active {
    background-color: var(--gray) !important;
    color: var(--white);
}

.edit-dp i {
    position:absolute;
   
width:40px;
color:#000;
z-index:999;
top:50%;
bottom:50%;
}

.edit-dp i input{
    opacity:0;

}

.line-ht {
    font-size: 16px;
    line-height: 24px;
}

.index-header-bg {
    background-color: var(--white) !important;
}

/* about-new */

.pt-70 {
    padding-top: 70px;
}

.sticky-about {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    color: white;
}

.about-sticky .nav-link .active {
    background-color: var(--highlight);
}

.vc-message-box {
    background-color: #fff;
}

.vc-message-top {
    padding-top: 20px;
}

.dir-msg-profile {
    width: 200px;
    height: auto;
}

.vc-msg-name {
    padding-top: 10px;
}

    .vc-msg-name p {
        font-size: 16px;
        font-weight: 600;
        color: var(--dark-2);
        margin-bottom: 0px;
    }

        .vc-msg-name p span {
            font-weight: 400;
            color: var(--gray);
            font-size: 16px;
        }

.vc-msg-content {
    padding: 16px 0;
}

    .vc-msg-content p {
        color: var(--gray);
    }

@media (max-width: 768px) {
    .vc-message-top {
        flex-direction: column;
    }

    .vc-msg-name {
        order: 2;
    }
}


/* contact -page-new*/

.contact-form-text-area {
    padding: 30px;
    background-color: #f9fafb;
}

    .contact-form-text-area form {
        margin-top: 15px;
    }

        .contact-form-text-area form .form-control {
            padding: 15px;
            border: 1px solid #eee;
            margin: 10px 0;
            outline: none !important;
        }

.contact-map-new {
    padding: 20px 0;
}


/******----- Sidebar------********/

.d-lg-block {
    display: block !important;
}

.filter-close-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
    .course-mob-toggle {
        position: fixed;
        left: -340px;
        top: 0;
        right: 20px;
        background: #fff;
        overflow-y: auto;
        z-index: 1111;
        flex: 0 0 300px;
        max-width: 300px;
        padding: 25px;
        height: 100vh !important;
        transition: ease all 0.35s;
        display: block !important;
    }

        .course-mob-toggle.show {
            left: 0px;
        }
}


/*.course-sidebar-block {
    background-color: var(--white) !important;
}*/

.course-sidebar-block {
    margin-bottom: 30px;
}

    .course-sidebar-block .course-sidebar-title {
        position: relative;
    }

        .course-sidebar-block .course-sidebar-title h5,
        .course-sidebar-block .course-sidebar-title .h5 {
            margin: 20px 0px;
            padding: 0 0 12px;
            border-bottom: 2px solid var(--dark-2);
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 600;
            width: 100%;
            display: inline-block;
            vertical-align: top;
            color: #02010a;
        }

.course-sidebar-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}


.course-sidebar-block .course-sidebar-title h5[aria-expanded="false"] i:before,
.course-sidebar-block .course-sidebar-title .h5[aria-expanded="false"] i:before {
    content: "\f282";
}

.course-category-list .nav .nav {
    padding-left: 10px;
}

.course-sidebar-block .course-sidebar-title i {
    position: absolute;
    right: 0;
    top: 3px;
}

.course-sidebar-block .course-sidebar-title {
    position: relative;
}


.course-category-list .nav .nav .nav-link {
    color: #7d879c;
    font-weight: 400;
    font-size: 15px;
}

    .course-category-list .nav .nav .nav-link.active,
    .course-category-list .nav .nav .nav-link:hover {
        color: #ff6f61;
    }

.course-category-list .nav-item {
    position: relative;
}

    .course-category-list .nav-item .s-icon {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 5px;
        right: -7px;
    }

        .course-category-list .nav-item .s-icon:before,
        .course-category-list .nav-item .s-icon:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background: #02010a;
        }

        .course-category-list .nav-item .s-icon:before {
            width: 2px;
            height: 10px;
        }

        .course-category-list .nav-item .s-icon:after {
            width: 10px;
            height: 2px;
        }

        .course-category-list .nav-item .s-icon[aria-expanded="true"]:before {
            height: 0;
        }

.course-category-list .nav-link {
    padding: 8px 0;
    color: var(--dark-2);
    font-weight: 500;
}


.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    opacity: 0.5;
}

.chapter-download:hover {
    color: var(--highlight);
}

.course-category-list .nav-link span {
    color: #7d879c;
    font-size: 13px;
}

/* .course-category-list .nav-link.active,
  .course-category-list .nav-link:hover {
    color: #ff6f61;
  } */

.course-top-bar .layout-change .btn {
    padding: 0;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e9ef;
    border-radius: 4px;
}

    .course-top-bar .layout-change .btn i {
        font-size: 18px;
        line-height: 1;
        color: var(--dark-2);
    }

    .course-top-bar .layout-change .btn.active,
    .course-top-bar .layout-change .btn:hover {
        background: #e4eff1;
        border-color: #e4eff1;
        color: #fff;
    }

.course-sidebar-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.collapse:not(.show) {
    display: none;
}

.filter-box {
    background-color: var();
    border: 1px solid #e3e9ef;
}

@media(min-width:991px) {
    .search-result-box {
        left: -275px;
        top: 40px;
    }
}

@media(max-width:990px) {
    .search-result-box {
        top: 50px;
        right: 75px;
        width: 150px;
    }
}

@media(max-width:90px) {
    .search-result-box {
        top: 50px;
        right: 100px;
    }
}

.v-slider-frame {
    height: 74px;
    overflow: hidden;
    /* text-align: center; */
}

ul.v-slides {
    list-style-type: none;
    transform: translateY(20px);
    padding: 0;
}

.v-slide {
    line-height: 20px;
    float: left;
    text-align: left;
    color: darkgrey;
    font-size: 12px;
}

.user-name-h {
    font-size: 14px;
    font-weight: 400;
}

.bg-light-catg {
    background-color: var(--main-bg);
}

@media (max-width: 768px) {

    .bg-light-catg {
        background-color: var(--white) !important;
    }
}


.course-list-card {
    margin: 0 !important;
}

@media (max-width: 768px) {
    .course-list-card {
        margin: 20px 10px !important;
    }
    .notification-list li {
        height: 23px !important;
    }
}

.course-item-hadia {
    border-bottom: 1px solid #e3e9ef;
}

.team-photo {
    min-height: 260px;
    min-width: 260px;
}

.country-select .select2-container .select2-selection--single {
    height:50px !important;
}
#app > form > div > div > div > div > div.input-group.mb-3.p-0.country-select > span.select2-container--default {
    width: 100px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    padding-right: 4px;
    color: #75797d;
}
.country-select .select2-container .select2-selection--single{
    padding:0 5px !important;
}

/*.select2-container .select2-dropdown .select2-dropdown--below {
    width: 280px !important;
}
*/

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    border: thin solid #ececec;
    padding: 15px;
    margin-top: 10px;
    border-radius: 4px;
    min-width: 200px;
}



/* *********** */


@media (min-width: 1199px) {
    .mobile-nav {
        display: none;
    }
}

@media (max-width: 1199px) {

    .pc-header {
        display: none !important;
    }

    .mobile-nav {
        background-color: var(--white);
    }

    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
        color: var(--dark-1) !important;
    }


    .mobile-nav-link {
        padding: 6px 0 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: var(--dark-1) !important;
    }


    .topbar-right-space-mob {
        margin-right: 0px !important;
    }

    .mobile-nav-item {
        border-bottom: 1px solid #dde0e3;
        padding: 8px 12px;
    }

    .mobile-drp-nav-item {
        border-bottom: 1px solid #dde0e3;
        padding: 8px 12px;
    }

        .mobile-drp-nav-item a {
            background-color: var(--white);
            color: #555a64;
            font-weight: 500;
            padding: 8px 12px;
        }

            .mobile-drp-nav-item a:hover, .mobile-drp-nav-item a:focus {
                background-color: rgba(6, 106, 201, 0.1) !important;
                color: var(--dark-1) !important;
                border-radius: 6px !important;
            }

    .border-bottom-none {
        border-bottom: none !important;
    }

    .navbar .navbar-collapse {
        z-index: 999999 !important;
    }

    .navbar-brand img {
        width: 80%;
    }
}

.hadia-dropdown-menu form input {
    border: 1px solid var(--dark-1) !important;
}

@media (min-width: 768px) {
    .mob-slider-button {
        display: none;
    }
}

.mob-main-slider-button {
    position: relative !important;
}

.mob-slider-button a {
    padding: 6px 17px;
    color: var(--white);
    background-color: var(--dark-2);
    border: 1px solid var(--dark-2);
    border-radius: 9px 9px 0px 0px;
    margin-right: 15px;
    font-size: 14px
}

.mob-slider-button {
    position: absolute;
    z-index: 9999999;
    bottom: 0px;
    left: 32%;
}
    .main-slider-button a {
        padding: 10px 30px;
        color: var(--white);
        background-color: var(--dark-2);
        border: 1px solid var(--dark-2);
        border-radius: 9px 9px 0px 0px;
        margin-right: 15px;
    }

.notification-empty-state{
         display:flex;
         align-items:center;
         justify-content:center
   }
    .notification-empty-state p {
        color: #555A64;
    }




/* hn-new */
/*ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hn-header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 15px;
}

.hn-head-body {
    display: flex;
    flex-wrap: wrap;
}

.hn-v-center {
    align-items: center;
}

.hn-header .head-logo {
    width: 160px;
}

.hn-header .hn-item-left {
    flex: 0 0 30%;
}

.hn-header .hn-item-center {
    flex: 0 0 60%;
}

.hn-header .hn-item-right {
    flex: 0 0 10%;
}

    .hn-header .hn-item-right a {
        text-decoration: none;
        font-size: 16px;
        color: var(--dark-1);
        display: inline-block;
        margin-left: 10px;
        transition: color 0.3s ease;
    }

.hn-header .hn-menu > ul > li {
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}

    .hn-header .hn-menu > ul > li a {
        font-size: 15px;
        font-weight: 500;
        color: #121212;
        position: relative;
        text-decoration: none;
        text-transform: capitalize;
        transition: color 0.3s ease;
    }

    .hn-header .hn-menu > ul > li .hn-sub-menu {
        position: absolute;
        z-index: 500;
        background-color: #fff;
        box-shadow: -2px 2px 70px -25px rgba(0,0, 0,0.3);
        padding: 20px 30px;
        transition: all 0.5s ease;
        margin-top: 25px;
        opacity: 0;
        visibility: hidden;
    }

@media(min-width : 992px) {
    .hn-header .hn-menu > ul > li.hn-menu-item-has-children:hover .hn-sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.hn-header .hn-menu > ul > li .hn-sub-menu > ul > li {
    line-height: 1;
}

    .hn-header .hn-menu > ul > li .hn-sub-menu > ul > li a {
        display: inline-block;
        padding: 10px 0;
        font-size: 15px;
        color: #555;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: capitalize;
    }

.hn-header .hn-menu > ul > li .hn-single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.hn-header .hn-menu > ul > li .hn-mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

    .hn-header .hn-menu > ul > li .hn-mega-menu > .hn-list-item > ul > li {
        line-height: 1;
        display: block;
    }

        .hn-header .hn-menu > ul > li .hn-mega-menu > .hn-list-item > ul > li a {
            padding: 10px 0;
            display: inline-block;
            transition: color 0.3s ease;
        }

.hn-header .hn-menu > ul > li .hn-mega-menu-column-4 {
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
}

    .hn-header .hn-menu > ul > li .hn-mega-menu-column-4 > .hn-list-item {
        flex: 0 0 25%;
        padding: 0 15px;
    }

        .hn-header .hn-menu > ul > li .hn-mega-menu-column-4 > .hn-list-item ul li a {
            font-size: 15px;
            color: #555;
        }

        .hn-header .hn-menu > ul > li .hn-mega-menu-column-4 > .hn-list-item .hn-megamenu-title {
            font-size: 16px;
            font-weight: 500;
            color: var(--dark-1);
            line-height: 1;
            padding: 10px 0;
        }

.hn-header .hn-menu > ul > li .hn-mega-menu > .hn-list-item > ul > li a:hover,
.hn-header .hn-menu > ul > li .hn-sub-menu > ul > li a:hover,
.hn-header .hn-item-right a:hover,
.hn-header .hn-menu > ul > li:hover a {
    color: var(--dark-1);
}

.hn-mobile-menu-head,
.hn-mobile-menu-trigger {
    display: none;
}*/


/* responsive-header */

/*@media(max-width: 991px) {
    .hn-header .hn-item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .hn-header .hn-item-left,
    .hn-header .hn-item-right {
        display: flex;
        flex: 0 0 auto;
    }

    .hn-v-center {
        justify-content: space-between;
    }

    .hn-header .hn-mobile-menu-trigger {
        display: flex;*/
        /* height: 30px;
      width: 30px; */
        /* border: 1px solid var(--dark-1); */

        /*margin-left: 15px;
        cursor: pointer;
    }

        .hn-header .hn-mobile-menu-trigger a {
            padding: 0 6px;
            border-radius: 2px;
            border: 1px solid var(--dark-1);
        }

    .hn-header .hn-item-right {
        align-items: center;
    }

    .hn-header .hn-menu {
        z-index: 9999 !important;
        position: fixed;
        width: 320px;
        background-color: #fff;
        box-shadow: 0 0 15px #ccc;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
    }

        .hn-header .hn-menu.active {
            transform: translate(0%);
        }

        .hn-header .hn-menu > ul > li {
            line-height: 1;
            margin: 0;
            display: block;
        }

            .hn-header .hn-menu > ul > li a {
                line-height: 50px;
                height: 50px;
                padding: 0 50px 0px 15px;
                display: block;
                border-bottom: 1px solid rgb(0,0,0,0.1);
            }

                .hn-header .hn-menu > ul > li a i {
                    position: absolute;
                    height: 50px;
                    width: 50px;
                    top: 0;
                    right: 0;
                    text-align: center;*/
                    /* background-color: red; */
                    /*line-height: 50px;
                    transform: rotate(-90deg);
                }

        .hn-header .hn-menu .hn-mobile-menu-head {
            display: flex;
            height: 50px;
            border-bottom: 1px solid rgb(0,0,0,0.1);
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 501;
            position: sticky;
            background-color: #fff;
            top: 0;
        }

            .hn-header .hn-menu .hn-mobile-menu-head .hn-go-back {
                height: 50px;
                width: 50px;
                border-right: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000;
                font-size: 16px;
                display: none
            }

            .hn-header .hn-menu .hn-mobile-menu-head.active .hn-go-back {
                display: block;
            }

            .hn-header .hn-menu .hn-mobile-menu-head .hn-current-menu-title {
                font-size: 15px;
                font-weight: 500;
                color: #000;
            }

            .hn-header .hn-menu .hn-mobile-menu-head .hn-mobile-menu-close {
                height: 50px;
                width: 50px;
                border-left: 1px solid rgba(0,0,0,0.1);
                cursor: pointer;
                line-height: 50px;
                text-align: center;
                color: #000;
                font-size: 24px;
            }

        .hn-header .hn-menu .hn-menu-main {
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .hn-header .hn-menu > ul > li .hn-sub-menu {
            opacity: 1;
            visibility: visible;
            position: absolute;
            box-shadow: none;
            margin: 0;
            padding: 15px;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 65px;
            max-width: none;
            min-width: auto;
            display: none;
            transform: translateX(0%);
            overflow-y: auto;
        }

            .hn-header .hn-menu > ul > li .hn-sub-menu.active {
                display: block;
            }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .hn-header .hn-menu > ul > li .hn-mega-menu-column-4 > .hn-list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .hn-header .hn-menu > ul > li .hn-sub-menu > ul > li a,
    .hn-header .hn-menu > ul > li .hn-mega-menu > .hn-list-item > ul > li a {
        display: block;
    }

    .hn-header .hn-menu > ul > li .hn-mega-menu > .hn-list-item > ul {
        margin-bottom: 15px;
    }

    .hn-menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9997;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

        .hn-menu-overlay.active {
            visibility: visible;
            opacity: 1;
        }
}*/



/* mobile-neww */

a.meanmenu-reveal {
    display: none;
}



/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #0c1923;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999;
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    background: 0 0;
    padding: 20px 0 0;
    z-index: 999;
    /* border-bottom: 1px solid rgba(0,0,0,.03); */
    border: none !important;
    height: 55px;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: var(--dark-1) !important;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px !important;
    font-size: 1px;
    display: block;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 700;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: var(--dark-1) !important;
        height: 3px;
        margin-top: 3px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 44px;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 1em 5%;
                margin: 0;
                text-align: left;
                color: #fff;
                border-top: 1px solid #383838;
                border-top: 1px solid rgba(255,255,255,0.5);
                text-decoration: none;
                text-transform: uppercase;
            }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 1em 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgba(255,255,255,0.25);
                opacity: 0.75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible;
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: none;
                margin-bottom: 0;
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 1em 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 1em 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 1em 25%;
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,0.1);
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 26px;
                height: 32px;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255,255,255,0.1);
                border: none !important;
                border-left: 1px solid rgba(255,255,255,0.4) !important;
                border-bottom: 1px solid rgba(255,255,255,0.2) !important;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: rgba(0,0,0,0.9);
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}

.head-bg-white {
    background-color: #fff !important;
}

.main-nav {
    background: #fff !important;
    position: relative !important;
    /* top: auto !important; */
    /* left: 0; */
    top: 39px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    /* z-index: 999; */
    height: 80px;
}

    .main-nav nav .navbar-nav .nav-item a {
        font-weight: 500;
        font-size: 16px;
        text-transform: capitalize !important;
        color: var(--dark-1) !important;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 15px;
        margin-right: 15px;
    }

    .main-nav nav .navbar-nav .nav-item .dropdown-menu {
        -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
        box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
        background: #fff !important;
        position: absolute;
        top: 80px;
        left: 0;
        width: 250px;
        z-index: 99;
        display: block;
        padding-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
            position: absolute;
            left: 100% !important;
            top: auto;
            opacity: 0 !important;
            visibility: hidden !important;
        }

.head-logo {
    width: 160px !important;
}

@media(max-width : 768px) {
    .head-logo {
        width: 130px !important;
    }
}

@media only screen and (max-width: 991px) {
    .mean-container .mean-bar {
        background-color: #fff !important;
        padding: 0;
    }
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: var(--dark-1) !important;
    height: 4px;
    margin-top: 3px;
    border-radius: 3px;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: var(--dark-1) !important;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var();
}

.main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 15%) !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: auto !important;
    border-bottom: 1px solid #e7e7e7 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(6, 106, 201, 0.1);
    color: var(--dark-1) !important;
}

.hn-header-grid {
    display: flex !important;
    justify-content: space-evenly !important;
}

@media(min-width: 768px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: unset !important;
        align-items: center;
    }
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .hn-drp-nav-item :hover {
    background: rgba(6, 106, 201, 0.1) !important;
    color: var(--dark-1) !important;
    border-radius: 4px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: auto !important;
    background-color: var(--white) !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e7e7e7 !important;
}

.nav-link:focus, .nav-link:hover {
    color: var(--dark-1) !important;
}


.humb {
    display: flex !important;
    /* justify-content: end; */
    justify-content: center;
    align-items: center;
}

.search-vis {
    z-index: 999;
}

@media (min-width: 250px) and (max-width: 319px) {
    .search-icon-look {
        margin-left: 190px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 320px) and (max-width: 339px) {
    .search-icon-look {
        margin-left: 210px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 340px) and (max-width: 360px) {
    .search-icon-look {
        margin-left: 230px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 361px) and (max-width: 380px) {
    .search-icon-look {
        margin-left: 255px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 381px) and (max-width: 400px) {
    .search-icon-look {
        margin-left: 274px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 401px) and (max-width: 420px) {
    .search-icon-look {
        margin-left: 290px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 421px) and (max-width: 443px) {
    .search-icon-look {
        margin-left: 313px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 444px) and (max-width: 471px) {
    .search-icon-look {
        margin-left: 334px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 472px) and (max-width: 500px) {
    .search-icon-look {
        margin-left: 365px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 501px) and (max-width: 552px) {
    .search-icon-look {
        margin-left: 395px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 553px) and (max-width: 590px) {
    .search-icon-look {
        margin-left: 440px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 591px) and (max-width: 630px) {
    .search-icon-look {
        margin-left: 480px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 631px) and (max-width: 665px) {
    .search-icon-look {
        margin-left: 520px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 666px) and (max-width: 710px) {
    .search-icon-look {
        margin-left: 550px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 711px) and (max-width: 770px) {
    .search-icon-look {
        margin-left: 600px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 771px) and (max-width: 810px) {
    .search-icon-look {
        margin-left: 655px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 811px) and (max-width: 840px) {
    .search-icon-look {
        margin-left: 690px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 841px) and (max-width: 880px) {
    .search-icon-look {
        margin-left: 725px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 881px) and (max-width: 940px) {
    .search-icon-look {
        margin-left: 765px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 881px) and (max-width: 940px) {
    .search-icon-look {
        margin-left: 765px !important;
        margin-top: 8px !important;
    }
}

@media (min-width: 941px) and (max-width: 991px) {
    .search-icon-look {
        margin-left: 825px !important;
        margin-top: 8px !important;
    }
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    text-transform: capitalize !important;
}



/* widget style 1 */



/* Common Class */
.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.font-30 {
    font-size: 30px;
    line-height: 1.46em;
}

.font-24 {
    font-size: 24px;
    line-height: 1.5em;
}

.font-20 {
    font-size: 20px;
    line-height: 1.5em;
}

.font-18 {
    font-size: 18px;
    line-height: 1.6em;
}

.font-16 {
    font-size: 16px;
    line-height: 1.75em;
}

.font-14 {
    font-size: 14px;
    line-height: 1.85em;
}

.font-12 {
    font-size: 12px;
    line-height: 2em;
}

.weight-300 {
    font-weight: 300;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.weight-800 {
    font-weight: 800;
}

.text-blue {
    color: #1b00ff;
}

.text-dark {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.height-100-p {
    height: 100%;
}

.bg-white {
    background: #ffffff;
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-100 {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
}

.gradient-style1 {
    background-image: linear-gradient( 135deg, #43CBFF 10%, #9708CC 100%);
}

.gradient-style2 {
    background-image: linear-gradient( 135deg, #72EDF2 10%, #5151E5 100%);
}

.gradient-style3 {
    background-image: radial-gradient( circle 732px at 96.2% 89.9%, rgba(70,66,159,1) 0%, rgba(187,43,107,1) 92% );
}

.gradient-style4 {
    background-image: linear-gradient( 135deg, #FF9D6C 10%, #BB4E75 100%);
}

.widget-style1 {
    padding: 20px 10px;
}

    .widget-style1 .circle-icon {
        width: 60px;
    }

        .widget-style1 .circle-icon .icon-1 {
            width: 60px;
            height: 60px;
            background: #E3E6FF;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #3D4FF4;
        }

        .widget-style1 .circle-icon .icon-2 {
            width: 60px;
            height: 60px;
            background: #E0F4F4;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #1EB2B2;
        }

        .widget-style1 .circle-icon .icon-3 {
            width: 60px;
            height: 60px;
            background: #EFEEFF;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6B59FF;
        }

        .widget-style1 .circle-icon .icon-4 {
            width: 60px;
            height: 60px;
            background: #D0E9F8;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2D9CDB;
        }

    .widget-style1 .widget-data {
        /* width: calc(100% - 150px); */
        padding: 0 15px;
    }

/* widget-top */

/* chart */


#chart {
    width: 100%;
    opacity: 0.9;
    padding: 20px;
    border-radius: var(--card-border-radius);
    -webkit-box-shadow: var(--card-shadow);
    box-shadow: var(--card-shadow);
}

#timeline-chart .apexcharts-toolbar {
    opacity: 1;
    border: 0;
}

.bg-white {
    background-color: #fff;
}

.apexcharts-pan-icon {
    display: none;
}

.apexcharts-selection-icon, .apexcharts-menu-icon {
    display: none;
}

.apexcharts-reset-icon {
    display: none;
}

.apexcharts-zoomout-icon {
    display: none;
}

.apexcharts-zoomin-icon, .apexcharts-zoomout-icon {
    display: none;
}

.apexcharts-zoom-icon, .apexcharts-reset-icon, .apexcharts-menu-icon {
    display: none;
}

.w-150 {
    width: 150px !important;
}


/* progressbar */
.current-progressbar .progress {
    height: 15px;
    margin: 0;
    box-shadow: none;
}

.current-progressbar .progress-bar {
    box-shadow: 0;
    /* line-height: 14px; */
    font-size: 11px;
    box-shadow: none;
}

.w-90 {
    width: 90% !important;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}


/* notice-board */


.comment-widgets .comment-row {
    border-bottom: 1px solid transparent;
    padding: 14px;
    display: flex;
    margin: 10px 0;
    border-bottom: 1px solid var(--border-grey-color);
}

.h-120 {
    height: 120px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fs-14 {
    font-size: 14px !important;
}

.h-350 {
    height: 350px !important;
}

.padding-0 {
    padding: 0px !important;
}

.text-muted {
    /* --bs-text-opacity: 1; */
    color: #a1aab2 !important;
}

/* pie-chart */

.footer-card-pie {
    height: 150px;
    overflow-y: scroll;
    cursor: all-scroll;
}

/* card-header-style */

.card-top-head {
    display: flex !important;
    justify-content: space-between !important;
}

.programe-title {
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #B3C0CE;
    margin: 0px !important;
}

.head-top-input {
    border: 1px solid #e7e7e7;
    border-radius: 4px !important;
    background-color: #f6f6f6;
}

/* progress-circle */

.progress-centre {
    justify-content: center !important;
}

.input-group-append .h-sd-prof-sear {
    border: 1px solid #fff !important
}







/* widget style 1 */



/* Common Class */
.pd-5{padding: 5px;}
.pd-10{padding: 10px;}
.pd-20{padding: 20px;}
.pd-30{padding: 30px;}
.pb-10{padding-bottom: 10px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pt-10{padding-top: 10px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pr-10{padding-right: 10px;}
.pr-20{padding-right: 20px;}
.pr-30{padding-right: 30px;}
.pl-10{padding-left: 10px;}
.pl-20{padding-left: 20px;}
.pl-30{padding-left: 30px;}
.px-30{padding-left: 30px; padding-right: 30px;}
.px-20{padding-left: 20px; padding-right: 20px;}
.py-30{padding-top: 30px; padding-bottom: 30px;}
.py-20{padding-top: 20px; padding-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}

.font-30{font-size: 30px; line-height: 1.46em;}
.font-24{font-size: 24px; line-height: 1.5em;}
.font-20{font-size: 20px; line-height: 1.5em;}
.font-18{font-size: 18px; line-height: 1.6em;}
.font-16{font-size: 16px; line-height: 1.75em;}
.font-14{font-size: 14px; line-height: 1.85em;}
.font-12{font-size: 12px; line-height: 2em;}

.weight-300{font-weight: 300;}
.weight-400{font-weight: 400;}
.weight-500{font-weight: 500;}
.weight-600{font-weight: 600;}
.weight-700{font-weight: 700;}
.weight-800{font-weight: 800;}

.text-blue{color: #1b00ff;}
.text-dark{color: #000000;}
.text-white{color: #ffffff;}
.height-100-p{height: 100%;}
.bg-white{background: #ffffff;}
.border-radius-10{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.border-radius-100{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.box-shadow{
	-webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
	box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
}

.gradient-style1{
	background-image: linear-gradient( 135deg, #43CBFF 10%, #9708CC 100%);
}
.gradient-style2{
	background-image: linear-gradient( 135deg, #72EDF2 10%, #5151E5 100%);
}
.gradient-style3{
	background-image: radial-gradient( circle 732px at 96.2% 89.9%,  rgba(70,66,159,1) 0%, rgba(187,43,107,1) 92% );
}
.gradient-style4{
	background-image: linear-gradient( 135deg, #FF9D6C 10%, #BB4E75 100%);
}

.widget-style1{
	padding: 20px 10px;
}
.widget-style1 .circle-icon{
	width: 60px;
}
.widget-style1 .circle-icon .icon-1{
	width: 60px;
	height: 60px;
	background: #E3E6FF;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #3D4FF4;
}
.widget-style1 .circle-icon .icon-2{
	width: 60px;
	height: 60px;
    background: #E0F4F4;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #1EB2B2;
    
}
.widget-style1 .circle-icon .icon-3{
	width: 60px;
	height: 60px;
	background: #EFEEFF;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #6B59FF;
}
.widget-style1 .circle-icon .icon-4{
	width: 60px;
	height: 60px;
    background: #D0E9F8;
	
	display: flex;
	align-items: center;
	justify-content: center;
    color: #2D9CDB;
    
}


.widget-style1 .widget-data{
	/* width: calc(100% - 150px); */
	padding: 0 15px;
}

/* widget-top */

/* chart */


#chart {
    width: 100%;
     opacity: 0.9;
     padding: 20px;
     border-radius: var(--card-border-radius);
       -webkit-box-shadow: var(--card-shadow);
        box-shadow: var(--card-shadow);
   }
   
   #timeline-chart .apexcharts-toolbar {
     opacity: 1;
     border: 0;
   }
   
   .bg-white{
       background-color: #fff;
   }
   .apexcharts-pan-icon{
       display: none;
   }
   
   .apexcharts-selection-icon, .apexcharts-menu-icon{
       display: none;
   }
   .apexcharts-reset-icon{
       display: none;
   }
   .apexcharts-zoomout-icon{
       display: none;
   }
   .apexcharts-zoomin-icon, .apexcharts-zoomout-icon{
       display: none;
   }
   .apexcharts-zoom-icon, .apexcharts-reset-icon, .apexcharts-menu-icon{
       display: none;
   }
   
   .w-150{
       width: 150px !important;
   }

   
/* progressbar */
.current-progressbar .progress {
    height: 15px;
    margin: 0;
    box-shadow: none;
}

.current-progressbar .progress-bar {
    box-shadow: 0;
    /* line-height: 14px; */
    font-size: 11px;
    box-shadow: none;
}
.w-90 {
    width: 90% !important;
}
.w-70{
    width: 70%;
}
.w-60{
    width: 60%;
}
.w-40{
    width: 40%;
}


/* notice-board */


.comment-widgets .comment-row {
    border-bottom: 1px solid transparent;
    padding: 14px;
    display: flex;
    margin: 10px 0;
    border-bottom: 1px solid var(--border-grey-color);
}

.h-120{
    height: 120px !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fs-14{
    font-size: 14px !important;
}

.h-350{
    height: 350px !important;
}
.padding-0{
    padding: 0px !important;
}
.text-muted {
    /* --bs-text-opacity: 1; */
    color: #a1aab2!important;
}

/* pie-chart */

.footer-card-pie{
    height:150px;
    overflow-y: scroll; 
    cursor: all-scroll;
}

/* card-header-style */

.card-top-head{
    display: flex !important;
    justify-content: space-between !important;
}

.programe-title{
    padding-right: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #B3C0CE;
    margin: 0px !important;
}

.head-top-input{
    border: 1px solid #e7e7e7;
    border-radius: 4px !important;
    background-color: #f6f6f6;
}

/* progress-circle */

.progress-centre{
    justify-content: center !important;
}


/********************************** teacher-dashboard************************* */

.count-box{
    flex-direction: column;
}
.count-no{
    text-align: center;
}

@media (min-width: 992px){
.teacher-notice-board{
    height: 40.9333rem !important;
}
.upcoming-class-box{
    height: 14.9333rem !important;
}
}

.widget-style1 .circle-icon .icon-5{
	width: 60px;
	height: 60px;
	background: #FAF6B6;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #3D4FF4;
}

.flex-direction-coloumn{
    flex-direction: column !important;
}

.h-310{
    height: 310px !important;
}

.upcoming-class{
     display: flex;
     flex-direction: column;
}

.upcoming-class svg{
        width: 20px;
        height: 20px;
}

.upcoming-class .upcoming-time{
    font-size: 16px !important;
    padding: 8;
}

.course-next{
    border-left: 3px solid #0091d5;
    z-index: 999;
    padding-right: 10px;
    border-radius: 4px;
}

.card-transactions__item{
        border-bottom: 1px solid var(--border-grey-color) !important;
}

.pr-4{
    padding-right: 4px !important;
}


/* assignment */

.class-det{
        display: flex;
        align-items: center;
}

.fw-500{
    font-weight: 500 !important;
}

.assgn-side{
    border-left: 3px solid rgb(164, 205, 201, 1);
    z-index: 999;
    padding-right: 10px;
    border-radius: 4px;
}


.text-light-blue{
    color:#58ada5 ;
}

.ptb-30{
    padding: 30px 0 !important;
}


/* message-box-teacher */

.order-message {
    --column-avatar: 65px;
    display: grid;
    grid-template-columns: repeat(1, var(--column-avatar) 1fr);
    padding: 1.2rem 1.0667rem 1.0667rem;
    margin-bottom: 2rem;
    border-radius: var(--card-border-radius);
    background-color: var(--background-primary-color);
}
.order-message__header {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.order-message__date {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.38462em;
    color: var(--text-secondary-color);
    white-space: nowrap;
}

.order-message__text-wrapper {
    grid-column: span 2;
    margin-top: 1.3333rem;
}



/************** student-dashboard *****************/

.mt-30{
    margin-top: 30px !important;
}
.ml-12{
    margin-left: 12px !important;
}

.w-h-20{
    width: 20px;
    height: 20px;
}
@media (min-width: 992px){
   
    .h-90{
        height: 90px !important;
    }
}


.course-list-board{
    height: 17.9333rem !important;
}

.student-playlist-board{
    height: 36.1333rem !important;
}

.student-notice-board{
    height: 37.9333rem !important;
}

.mtb-40{
    margin: 40px 0 !important;
}

.bg-had-second{
        color: #a0abad !important;
        opacity: 1;
        border-radius: 8px;
}


.std-classes-list{
    display: flex;
    flex-direction: column;
}

.mxy-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (min-width: 992px){
.mb-lg-0 {
    margin-bottom: 0 !important;
}
}

.ms-4 {
    margin-left: 1.6rem !important;
}

.bg-orange{
    background-color:#fd7e1426; 
}
.bg-purple{
    background-color: #6f42c126;
}

.bg-success{
    background-color: #0cbc871a;
}


/* This is purely for the demo */

 .video-thumb {
    max-width: 800px;
    margin: 20px auto 0px auto;
    border-radius: 20px;
  }
  .plyr {
    border-radius: 4px;
    margin-bottom: 15px;
  }
/* .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 12/6 !important;
} */
.plyr__video-wrapper{
    height: 430px;
    width: 100% !important;
}
.plyr audio, .plyr iframe, .plyr video {
    display: block;
    /* height: 400px !important; */
    /* width: 100% !important; */
    min-width: 780px !important;
}



.video-src-thumb{
    width: 100%;

}

.upcoming-list{
    border-bottom: 1px solid var(--border-grey-color) !important;
    padding: 20px 40px;
}

/* calender */

  #calendar {
    /* max-width: 1000px; */
    margin: 0 auto;
    width: 100%;
  }

  /* student-notice-board */

  .std-notice-icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem !important;
    text-align: center;
    font-size: 1.2rem;
}
.rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}
@media (min-width: 1200px){
.fs-5-st {
    font-size: 1.3125rem !important;
}
}
.text-st-blue{
    color: #8A2BE2;
}
.bg-st-blue{
    background-color: #eee;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}

.fw-700{
    font-weight: 700 !important;
}
.fs-13{
    font-size: 13px !important;
}



/* calender-mobile */

@media(max-width:562px){
	.fc .fc-toolbar-title{
		font-size: 14px !important;
	}
	.fc-today-button{
		display: none !important;
	}
	.fc-timeGridDay-button{
		display: none !important;
	}
	.fc-timeGridWeek-button {
		display: none !important;
	}
	
	.fc .fc-button {
		display: inline-block;
		font-weight: 400;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid transparent;
		padding: 3px 5px !important;
		font-size: 1em;
		line-height: 1.5;
		border-radius: 0.25em;
	}
	
	/*end calender-mobile */
	
	.video-thumb {
	 
		margin: 20px 20px !important;
		 border-radius: 0px;
	}
	}
	
	.upcoming-class-box{
		height: 14.9333rem !important;
	}




/* Std-dash-css-10-11-22-Update-aml */



.offcanvas.show{
	visibility: visible !important;
}


.avatar {
	height: 4rem;
	width: 4rem;
	position: relative;
	display: inline-block !important;
  }
  
  .avatar-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  }

  .list-group-dark .list-group-item {
	color: #24292d;
	margin-bottom: 10px;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	border-radius: 0.325rem;
  }
  

  .list-group-dark .list-group-item:not(.bg-danger-soft-hover):hover, .list-group-dark .list-group-item:not(.bg-danger-soft-hover).active {
	color: #fff !important;
	background-color: var(--highlight) !important;
  }
  .list-group-borderless .list-group-item {
    border: none !important;
    padding: 0.425rem 0;
}
.list-group-dark .list-group-item:not(.bg-danger-soft-hover):hover, .list-group-dark .list-group-item:not(.bg-danger-soft-hover).active {
    color: #fff !important;
    background-color: var(--highlight) !important;
}

.offcanvas-header{
	color: #fff !important;
    background-color: var(--highlight) !important;
}
.avatar-md{
	width: 43px;
	height: 43px;
	/* border: 2px solid var(--highlight) !important; */
	border-radius: 50%;
}
.h-100px {
	height: 50px;
}
.page-content-wrapper {
	min-height: 86vh;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	background: #fff;
	-webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
			box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
	border-radius: 6px;
	height: 100%;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
			flex-direction: column !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
  }

  .page-content-wrapper .card::before{
	content:"";
display: none;
  }
  
 
  .page-content-wrapper .card::after{
	content:"";
display: none;
  }

  .progress-sm{
	margin-top: 5px;
	height: .5rem !important;
  }

  .bg-primaryclr{
	background-color: var(--highlight) !important;
  }

  .uploadremove {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 0;
	padding: 0;
	background: #dc3545;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .avatar-xxl{
	width: 100px;
	height: 100px;
  }

  .page-content-wrapper > .input:focus{
	color: #212529 ;
    background-color: #fff;
    border-color: #0b7484 !important;
    box-shadow: 0 0 0 0.25rem rgb(11 116 132 / 0%) !important;
}

.std-data-list-th{
	padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.std-data-list-td{
	padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.std-data-title{
	font-size: 18px;
	padding: 5px;
}
.std-details-header{
	background-color: #f5f5f5;
}

.avatar-top-bar {
    width: 30px;
    height: 30px;
}

.page-content-wrapper >input[type="radio"]{
	-webkit-appearance: none!important;
}

.fs-8{
	font-size: 8px!important;
}
.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}
.w-50p{
	width: 50px!important;
}

.h-60p{
height: 60px !important;
}
.bg-primary{
	background-color: var(--dark-2) !important;
	color: #fff;
}
.bottom-border-dotted{
		border-bottom: 1px dotted #dee2e6!important;
   }
.emi-cards{
	border-radius: var(--card-border-radius);
    -webkit-box-shadow: var(--card-shadow);
    box-shadow: var(--card-shadow);
	padding: 15px;
	width: 190px;
	position: relative;
}

/* .emi-option{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	cursor: pointer;
} */

.emi-option {
	font-size: inherit;
	margin: 0;
	position: absolute;
	left: 2px;
	top: 2px;
	
  }
  

	.emi-option {
	  -webkit-appearance: none !important;
	  -moz-appearance: none !important;
	  background: #fff;
	  border: var(--background-primary-color) solid var(--border-grey-color);
	  border-radius: 50%;
	  cursor: pointer;
	  height: 20px;
	  outline: none;
	  transition: background 0.2s ease-out, border-color 0.2s ease-out;
	  width: 20px;
	}
	.emi-option::after {
		border: 1px solid #fff;
		border-top: 0;
		border-left: 0;
		content: "";
		display: block;
		height: 0.55rem;
		left: 34%;
		position: absolute;
		top: 50%;
		transform: rotate(45deg) translate(-50%, -50%);
		width: 0.275rem;
	}
	.emi-option:checked {
	  background: var(--dark-2);
	  border-color: var(--dark-2n);
	}
/*
	input[type=checkbox]:checked {
		background-color: var(--background-primary-color) !important;
		
	}*/

	.bill-summary{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		min-height: 50vh;
	}
	.addmore-btn{
		width: 26px;
    height: 26px;
    background-color: #0b7484;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.addmore-btn:hover{
		color: #fff;
		background-color: #0e94a8;
	}

/* new student-dashboard */
.mtb-60{
    margin: 60px 0 !important;
}
.pl-10{
    padding-left: 10px;
}
.std-name-hdash{
    padding: 40px 0 0 0;

}
.std-name-hdashspan{
    color: var(--dark-2);
}
.std-name-hdash h5{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 25px;
    color: #000;
}
.std-section-htitle{

}
.std-section-htitle h5{
    text-transform:capitalize;
    font-weight: 600;
    font-size: 24px;
    color: var(--dark-1);
}

.ask-doubt-box{
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 3px;
}

.ask-doubt-title{
    font-weight: 600;
    font-size: 16px;
    
    color: var(--dark-1);
}

.ask-doubt-para{
    text-align: center;
}

.ask-now-button{
    background-color: #1eb2b2;
    padding: 10px 30px;
    color: #fff;
    border-radius: 8px;
}

/* swiper-banner */

.slider {
    width: auto;
  }
  .slider .slick-slide {
    background: #292e3e;
    color: white;
    /* padding: 40px 0; */
    font-size: 30px;
  }

  .slider .slick-slide, .slide-1 {
    background: url(/assets/images/student-live-banner.png);
    color: white;
    font-size: 30px;  
  }

  .slider .slick-slide, .slide-2 {
    background: url(/assets/images/student-live-banner.png);
    color: white;
    font-size: 30px;  
  }

  .slider .slick-prev:before,
  .slider .slick-next:before {
    color: #292e3e;
    background-color: #e1e1e1;
    padding: 10px;
    border-radius: 50%;
  }
   .slider .slick-dots {
    /* bottom: -30px; */
  } 


  /* .slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
  }
	.slick-dots li {
			margin: 0 0.25rem;
		}
	
		.slick-dots button {
			display: block;
			width: 1rem;
			height: 1rem;
			padding: 0;
			
			border: none;
			border-radius: 100%;
			background-color: blue;
			
			text-indent: -9999px;
		}
	
		.slick-dots li.slick-active button {
			background-color: red;
		}
	 */



  

 /* .slider .slick-slide:nth-child(odd) {
    background: #57C09F;
  }*/

  .slick-slide{
    height: 210px !important;
  }

  .p-10{
    padding: 10px !important;
  }
  .pl-10{
    padding-left: 10px !important;
  }
  .p-13{
    padding: 13px !important;
  }
  .fs-15{
    font-size: 15px;
  }

  .fs-20{
    font-size: 20px;
  }

  .fs-18{
    font-size: 18px;
  }
  .mb-0{
    margin-bottom: 0px !important;
  }

  .p-20{
    padding: 20px !important;
  }

  .class-join-btn{
    padding: 7px 25px;
    font-weight: 700;
    font-size: 15px;
    background-color: #fff;
    color: var(--dark-1);

  }

  /* entrolled-class-card */

.entr-course-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    background-color: #fff;
}

 .badge--yellow{
    background-color:  #F2994A;
 }

.text-main-dark{
    color: var(--dark-1);
}

.view-course-all-btn{
    padding: 8px 50px;
    background-color: var(--dark-1);
    color: var(--white);
    border-radius: 4px;
}

/* notice-board */

.student-notice-board{
    height: 28.9333rem !important;
}

.sd-teacher-live-banner-para {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: var(--light-gray);
    text-align: center;
    top: 130px;
    left: 376px;
}

.chart-attendance{
	width: 250px;
}
.min-h-43p{
	min-height:43px !important ;
}

.slick-slider button.std-prv{
	position: absolute;
   
	right: 60px;
    top: -30px;
    z-index: 1;
    /* background-color: #e0f4f4; */
    padding: 0px 10px;

    border-radius: 4px;
} 
.slick-slider button.std-nxt{
	position: absolute;
	right: 0px;
    top: -30px;
    z-index: 1;
    background-color: #1eb2b2;
    color: #fff;
    padding: 0px 10px;
    /* border: 1px solid #197587; */
    border-radius: 4px;
}

.col-footer-border tr th, .col-footer-border tr td {
    border-top: 1px solid #7d879c !important;
    border-bottom: 1px solid #7d879c !important;
    background-color:#fbfbfb;
}


.files-upload__input-a {
   /* position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--radius-base);*/
    opacity: 0;
    z-index: 1;
    /* pointer-events: none; */
}

.bg-checkbox-checked:checked[type=checkbox] {
    background-color: #0c7484 !important;
}

.ln-27{
    line-height:27px !important;
}

.upcoming{
    color:green !important;
}

.nw-ip::before{
    content:""!important;
    width:0px !important;
}
.textarea-activity {
    padding-left: 35px !important;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background-color: #f1f1f1;
    width: 97%;
    padding: 10px;
    color: #869cac !important;
    font-weight:500
}
.textarea-activity:focus-visible {
    padding-left: 35px !important;
    border: 1px solid #dbdbdb !important;
    border-radius: 3px;
    background-color: #f1f1f1 !important;
    width: 97%;
    padding: 10px;
}

.nw-ip{
    display:flex !important;
}

.plus-btn-act {
    padding: 10px;
    color: #fff;
    background-color: #0B7484;
}

.textarea-out-field{
    width:98% !important;
    border:none !important;
}

/* payment result page start*/
.payment-outer-div {
    text-align: center;
    padding: 40px 0;
    background: #EBF0F5;
}
.payment-h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}
.payment-p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.payment-i {
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.payment-success {
    color: #9ABC66;
}

.payment-failure {
    color: #df0e0ed6;
}

.payment-card {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}
/* payment result page end*/
.mt-08 {
    margin-bottom: 0.8rem !important;
}
.tandc-list li {
    list-style: none !important;
}





.choices {
    margin-bottom: 0 !important;
}

    .choices .choices__inner {
        background-color: #fff;
        color: #404448;
        border: 1px solid #f9000000;
        /* line-height: 1.5; */
        line-height: 0.867;
        border-radius: 0.325rem;
        min-height: 100%;
        width: 100%;
        font-size: 0.9375rem;
        padding: 0.475rem 0.75rem !important;
    }

.country-ph .choices .choices__inner {
    width: 125px !important;
}

.country-2 .choices{
    width:100%;
}

.choices .choices__list--multiple .choices__item {
    background-color: var(--primary-transparentcolor);
    border: 1px solid var(--primary01);
    border-radius: 0.325rem;
    color: #747579;
}

    .choices .choices__list--dropdown {
        background: #fff;
        border: 1px solid #dde0e3;
        z-index: 9;
        border-bottom-left-radius: 0.325rem;
        border-bottom-right-radius: 0.325rem;
    }

.dark-mode .choices .choices__list--dropdown {
    background-color: #2a2a4a;
    border-color: rgba(255, 255, 255, 0.1);
}

.dark-mode .choices .choices__inner {
    color: #dedefd;
    background-color: #282848;
    border-color: rgba(255, 255, 255, 0.1) !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #eff1f2;
}

.choices .choices__list--dropdown .choices__item {
    color: #747579;
}

.dark-mode .choices[data-type*=select-one] .choices__input {
    background: #2a2a4a !important;
    border-color: rgba(255, 255, 255, 0.1);
}

.choices.is-focused .choices__inner {
    border-color: #33B0C9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.choices.is-focused[data-type*=select-one] .choices__inner, .choices.is-focused[data-type*=select-multiple] .choices__inner {
    border-color: #dde0e3 !important;
}

.choices__input {
    background-color: transparent;
    color: #404448;
}

.choices[data-type*=select-one] .choices__input {
    background: #fff;
    color: #747579;
    border-color: #dde0e3 !important;
}

/* .choices__list--single {
	padding: 0;
  } */
.choices__list--single {
    display: inline-block;
    padding: 4px 16px 2px 4px;
    width: 100%;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    border-left: 1px solid #9a9ea4;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
}

.choices[data-type*=select-one]:after {
    content: "";
    height: 12px;
    width: 12px;
    border: none;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23747579' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
}

.choices[data-type*=select-one].is-open:after {
    margin-top: 0;
}

.choices__list--dropdown .choices__item--selectable:after {
    content: none;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 0;
}

.choices__list--dropdown .choices__item {
    padding: 4px 10px;
}

.choices[data-type*=select-one] .choices__input {
    padding: 6px 10px;
}

.choices .choices__input {
    margin-bottom: 0;
    padding: 0;
}

.choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: var(--primary-transparentcolor);
    color: #0A4352;
}

.bottomborder-select .choices .choices__inner {
    background-color: transparent;
    color: #414953;
    border: none;
    line-height: 1.6;
    border-radius: 0;
    min-height: 100% border-bottom: 1px solid #cfd3d7;
}

.collapsing .choices__list--dropdown {
    display: none;
}

.collapse.show .choices__list--dropdown {
    display: block;
}

.choices[aria-expanded=true] .choices__inner {
    border-radius: 0.325rem 0.325rem 0 0 !important;
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

html[dir=rtl] .choices,
html[dir=rtl] select option,
html[dir=rtl] .choices__input {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: left;
}

[dir=rtl] .choices__list--dropdown .choices__item--selectable {
    padding-left: 10px;
    padding-right: 0;
}

.input-borderless .choices .choices__inner {
    border: none;
}

.input-borderless .choices .choices__list--dropdown {
    border: none;
    margin-top: 9px;
    border-radius: 0.5rem;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
    box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
}

.background-light .choices .choices__inner {
    background-color: #f5f7f9;
}

.choices-sm .choices .choices__inner {
    padding: 0.2rem 1rem 0.2rem 1rem !important;
}

.choices__list--dropdown .choices__item--selectable {
    padding-right: 0 !important;
}

/*.choices__list--dropdown .choices__item--selectable {
    display: none !important;
}*/

/*Floating button in website start 30-Dec-2022*/

.float-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float-btn-2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 165px;
    right: 25px;
    background-color: #1d86e7;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 23px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

a.float-btn-2:hover, a.float-btn:hover {
    color: #fff !important;
}
/*Floating button in website start*/


.std-data-table th, .std-data-table td {
    border: 0 1px;
    border-color: inherit !important;
    border-style: solid !important;
    border-width: 0 1px;
}

    .std-data-table th:first-child, .std-data-table td:first-child {
        padding: 4px 0.75rem;
    }

.std-data-table .bg-primary {
    background-color: #ededed !important;
    color: #242424 !important;
}

.student-data-sum {
    overflow-x: auto;
}

@-webkit-keyframes line-grow {
    0% {
        height: 0;
    }

    100% {
        height: 75%;
    }
}

@keyframes line-grow {
    0% {
        height: 0;
    }

    100% {
        height: 75%;
    }
}

.loader-section {
    height: 100vh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

.button3 {
    color: white;
    background: linear-gradient(to right, #087384, #084252);
    border-radius: 8px;
    transition: 0.2s ease-in-out;
    padding: 12px 70px;
}

    .button3:hover {
        border-radius: 30px;
    }

.loader-section span {
    margin-top: -25px;
    margin-bottom: 25px;
}

 /*Blazor Error div start*/
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/*Blazor Error div end*/
.cert-img .avatar-upload {
    margin-top: 10px !important;
}





/*certificate design*/

/*@font-face {
    font-family: 'weddingtextbt';*/
    /*a name to be used later*/
    /*src: url('/font/WeddingTextBT.ttf');
}*/

/*  * {
    box-sizing: border-box;
}*/

/*.cert-container {*/
    /* margin:5px 0 10px 0;  */
    /*width: 100%;
    display: flex;
    justify-content: center;
}

.cert {
    width: 780px;
    height: 550px;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    z-index: -1;
}

.cert-bg {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: -1;
    width: 100%;
}

.cert-content {
    width: 750px;
    height: 470px;
    padding: 50px 60px 0px 60px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.bottom-txt {
    padding: 12px 5px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

    .bottom-txt * {
        white-space: nowrap !important;
    }

.other-font {
    font-family: weddingtextbt, Georgia, serif;
    color: #7A7C7A;
    font-size: 50px;
}*/




/* institute-page-design */

.para-inst {
    color: #888;
    font-size: 14px;
}

.card-media {
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    /* height: 210px; */
    margin-bottom: 25px;
    transition: all 300ms ease-out;
    width: 100%;
    padding: 10px;
    background-color: #fff;
}

    .card-media:hover {
        box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
    }

.card-media-object {
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.card-media-object-tag {
    background-color: #fff;
    border-radius: 2px;
    padding: 2px 7px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #0c7484;
}

.card-media-body {
    background-color: #fff;
    float: left;
    height: 100%;
    padding: 8px 4px;
    width:100%;
}

.fc span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    margin-right: 15px;
    background: #6FCF97;
    color: #fff !important;
}

.fe span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    margin-right: 15px;
    background: #EB5757;
    color: #fff !important;
}

.fl span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    margin-right: 15px;
    background: #0c7484;
    color: #fff !important;
}

@media(max-width:768px) {
    .con-info {
        padding-bottom: 12px;
    }
}


.con-info a {
    font-size: 13px;
    font-weight: 500;
    color: #888;
}

.con-info h5 {
    margin-bottom: 0px;
}

/*  */

.univ-contact {
    width: 220px;
}