
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");

/***overwrite main css***/
.row {
    display: flex !important;
    clear: unset !important;
}
.normal-blue {
    color: #0051A8;
}
body {
    overflow: auto !important;
    font-family: var(--bs-font-sans-serif) !important;
}
/***overwrite main css***/

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #fff;
    /*-webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);*/
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 77px;
    padding: 0 calc(24px / 2) 0 0;
}

    .navbar-header .dropdown .show.header-item {
        background-color: #f8f9fa;
    }

.navbar-brand-box {
    padding: 0 1.5rem;
    text-align: center;
    width: 250px;
}

.logo {
    line-height: 70px;
}

    .logo .logo-sm {
        display: none;
    }

.logo-light {
    display: none;
}

/* Search */
.app-search {
    padding: calc(32px / 2) 0;
}

    .app-search .form-control {
        border: none;
        height: 38px;
        padding-left: 40px;
        padding-right: 20px;
        background-color: #f3f3f9;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 30px;
    }

    .app-search span {
        position: absolute;
        z-index: 10;
        font-size: 16px;
        line-height: 38px;
        left: 13px;
        top: 0;
        color: #74788d;
    }

.megamenu-list li {
    position: relative;
    padding: 5px 0px;
}

    .megamenu-list li a {
        color: #495057;
    }

@media (max-width: 992px) {

    .navbar-brand-box {
        width: auto;
    }

    .logo span.logo-lg {
        display: none;
    }

    .logo span.logo-sm {
        display: inline-block;
    }

    footer.footer .col-sm-6 {
        align-self: center;
    }

    .footer {
        padding: 10px 0;
    }

    span#spnEvaluatedStep {
        margin-left: 5px;
    }

    div#IntermediateResults {
        margin-bottom: 70px;
    }

    body[data-layout="horizontal"] .page-content {
        margin-bottom: 70px !important;
    }

    .navbar-header {
        height: 50px;
    }

    .logo {
        line-height: 50px;
    }

    .header-item {
        height: 50px !important;
        margin-bottom: 0 !important;
    }

    .master_wrapper {
        padding-top: 50px !important;
    }

    .mob_icon_top a.nav-link {
        padding: 2px 4px;
    }
}

.page-content {
    padding: calc(70px + 24px) calc(24px / 2) 60px calc(24px / 2);
}

body[data-layout="horizontal"] .page-content.no_footer {
    margin-top: 70px;
    min-height: calc(100vh - 70px);
    padding-top: 20px;
}

.header-item {
    height: 70px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #555b6d;
    border: 0;
    border-radius: 0px;
}

    .header-item:hover {
        color: #555b6d;
    }

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: #f6f6f6;
    padding: 3px;
}

.noti-icon i {
    font-size: 22px;
    color: #555b6d;
}

.noti-icon .badge {
    position: absolute;
    top: 12px;
    right: 4px;
}

.notification-item .d-flex {
    padding: 0.75rem 1rem;
}

    .notification-item .d-flex:hover {
        background-color: #f6f6f6;
    }

.dropdown-icon-item {
    display: block;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: #74788d;
}

    .dropdown-icon-item img {
        height: 24px;
    }

    .dropdown-icon-item span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dropdown-icon-item:hover {
        border-color: #eff2f7;
    }

.fullscreen-enable [data-toggle="fullscreen"] .bx-fullscreen::before {
    content: "\ea3f";
}

body[data-topbar="dark"] #page-topbar {
    background-color: #2a3042;
}

body[data-topbar="dark"] .navbar-header .dropdown .show.header-item {
    background-color: rgba(255, 255, 255, 0.05);
}

body[data-topbar="dark"] .navbar-header .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

body[data-topbar="dark"] .header-item {
    color: #e9ecef;
}

    body[data-topbar="dark"] .header-item:hover {
        color: #e9ecef;
    }

body[data-topbar="dark"] .header-profile-user {
    background-color: rgba(255, 255, 255, 0.25);
}

body[data-topbar="dark"] .noti-icon i {
    color: #e9ecef;
}

body[data-topbar="dark"] .logo-dark {
    display: none;
}

body[data-topbar="dark"] .logo-light {
    display: block;
}

body[data-topbar="dark"] .app-search .form-control {
    background-color: rgba(243, 243, 249, 0.07);
    color: #fff;
}

body[data-topbar="dark"] .app-search span,
body[data-topbar="dark"] .app-search input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar="dark"] .navbar-brand-box {
    background: #2a3042;
}

body[data-sidebar="dark"] .logo-dark {
    display: none;
}

body[data-sidebar="dark"] .logo-light {
    display: block;
}

@media (max-width: 600px) {
    .navbar-header .dropdown {
        position: static;
    }

        .navbar-header .dropdown .dropdown-menu {
            left: 10px !important;
            right: 10px !important;
        }
}



body[data-layout="horizontal"] .navbar-brand-box {
    width: auto;
}

body[data-layout="horizontal"] .page-content {
    margin-top: 50px;
    padding: 0;
    min-height: calc(100vh - 200px);
    /* overflow-y: auto; */
    margin-bottom: 60px;
}

.master_wrapper {
    padding-top: 70px;
}

.login_wrapper {
    padding-top: 20px;
    margin-top: 70px;
}

@media (max-width: 992px) {
    body [data-layout="horizontal"] .page-content {
        margin-top: 70px;
    }
}

.page-title-box {
    padding-bottom: 24px;
}

    .page-title-box .breadcrumb {
        background-color: transparent;
        padding: 0;
    }

    .page-title-box h4 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px !important;
    }

.footer {
    bottom: 0;
    padding: 10px calc(24px / 2);
    position: fixed;
    right: 0;
    color: #74788d;
    left: 250px;
    height: auto;
    background-color: #f2f2f5;
    bottom: 0;
    z-index: 999;
}

@media (max-width: 991.98px) {
    .footer {
        left: 0;
    }
}

.vertical-collpsed .footer {
    left: 70px;
}

@media (max-width: 991.98px) {
    .vertical-collpsed .footer {
        left: 0;
    }
}

body[data-layout="horizontal"] .footer {
    left: 0 !important;
}

.right-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    display: block;
    position: fixed;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 350px;
    z-index: 9999;
    float: right !important;
    right: -680px;
    top: 0;
    bottom: 0;
}

    .right-bar .right-bar-toggle {
        background-color: #444c54;
        height: 24px;
        width: 24px;
        line-height: 24px;
        display: block;
        color: #eff2f7;
        text-align: center;
        border-radius: 50%;
    }

        .right-bar .right-bar-toggle:hover {
            background-color: #4b545c;
        }

.rightbar-overlay {
    background-color: rgba(52, 58, 64, 0.55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.right-bar-enabled .right-bar {
    right: 0;
}

.right-bar-enabled .rightbar-overlay {
    display: block;
}

@media (max-width: 767.98px) {
    .right-bar {
        overflow: auto;
        /* width: 100%;*/
    }

        .right-bar .slimscroll-menu {
            height: auto !important;
        }

    div#MainContent_LocalResultsControl_divContent {
        padding-bottom: 60px;
    }
}

.metismenu {
    margin: 0;
}

    .metismenu li {
        display: block;
        width: 100%;
    }

    .metismenu .mm-collapse {
        display: none;
    }

        .metismenu .mm-collapse:not(.mm-show) {
            display: none;
        }

        .metismenu .mm-collapse.mm-show {
            display: block;
        }

    .metismenu .mm-collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-property: height, visibility;
        transition-property: height, visibility;
    }

.vertical-menu {
    width: 250px;
    z-index: 1001;
    background: #ffffff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 70px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.main-content {
    margin-left: 250px;
    overflow: hidden;
}

    .main-content .content {
        padding: 0 15px 10px 15px;
        margin-top: 70px;
    }

.prm-color {
    /*color: #1e1c71 !important;*/
    color: #333 !important;
}

.prm-color_brown {
    /*color: #1e1c71 !important;*/
    color: rgb(124 77 27) !important;
}

.br-color {
    color: #211d72 !important;
}

.hl-color {
    color: #92c645 !important;
}

.hide-visibility {
    visibility: hidden;
}

#titleDiv, #titleDiv1, #titleDiv2, #titleDiv3, #titleDiv4 {
    position: fixed !important;
    background: #fff;
    width: 100%;
    margin-left: 0;
    left: 0;
    top: 117px;
    padding-top: 15px;
    z-index: 999;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 12px;
}

#sidebar-menu {
    padding: 10px 0 30px 0;
}

    #sidebar-menu .mm-active > .has-arrow:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    #sidebar-menu .has-arrow:after {
        content: "\F0140";
        font-family: 'Material Design Icons';
        display: block;
        float: right;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        font-size: 1rem;
    }

    #sidebar-menu ul li a {
        display: block;
        padding: .625rem 1.5rem;
        color: #545a6d;
        position: relative;
        font-size: 13px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

        #sidebar-menu ul li a i {
            display: inline-block;
            min-width: 1.75rem;
            padding-bottom: .125em;
            font-size: 1.25rem;
            line-height: 1.40625rem;
            vertical-align: middle;
            color: #7f8387;
            -webkit-transition: all .4s;
            transition: all .4s;
        }

        #sidebar-menu ul li a:hover {
            color: #383c40;
        }

            #sidebar-menu ul li a:hover i {
                color: #383c40;
            }

    #sidebar-menu ul li .badge {
        margin-top: 4px;
    }

    #sidebar-menu ul li ul.sub-menu {
        padding: 0;
    }

        #sidebar-menu ul li ul.sub-menu li a {
            padding: .4rem 1.5rem .4rem 3.5rem;
            font-size: 13px;
            color: #545a6d;
        }

            #sidebar-menu ul li ul.sub-menu li a:hover {
                color: #383c40;
            }

        #sidebar-menu ul li ul.sub-menu li ul.sub-menu {
            padding: 0;
        }

            #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
                padding: .4rem 1.5rem .4rem 4.5rem;
                font-size: 13px;
            }

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: #7f8387;
    font-weight: 600;
}

.mm-active {
    color: #1e1c71 !important;
}

    .mm-active > a {
        color: #1e1c71 !important;
    }

        .mm-active > a i {
            color: #1e1c71 !important;
        }

    .mm-active .active {
        color: #1e1c71 !important;
    }

        .mm-active .active i {
            color: #1e1c71 !important;
        }

    .mm-active > i {
        color: #1e1c71 !important;
    }

@media (max-width: 992px) {
    .vertical-menu {
        display: none;
    }

    .main-content {
        margin-left: 0 !important;
        padding: 0 10px;
    }

    body.sidebar-enable .vertical-menu {
        display: block;
    }
}

.vertical-collpsed .main-content {
    margin-left: 70px;
}

.vertical-collpsed .navbar-brand-box {
    width: 70px !important;
}

.vertical-collpsed .logo span.logo-lg {
    display: none;
}

.vertical-collpsed .logo span.logo-sm {
    display: block;
}

.vertical-collpsed .vertical-menu {
    position: absolute;
    width: 70px !important;
    z-index: 5;
}

    .vertical-collpsed .vertical-menu .simplebar-mask,
    .vertical-collpsed .vertical-menu .simplebar-content-wrapper {
        overflow: visible !important;
    }

    .vertical-collpsed .vertical-menu .simplebar-scrollbar {
        display: none !important;
    }

    .vertical-collpsed .vertical-menu .simplebar-offset {
        bottom: 0 !important;
    }

    .vertical-collpsed .vertical-menu #sidebar-menu .menu-title,
    .vertical-collpsed .vertical-menu #sidebar-menu .badge,
    .vertical-collpsed .vertical-menu #sidebar-menu .collapse.in {
        display: none !important;
    }

    .vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse {
        height: inherit !important;
    }

    .vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after {
        display: none;
    }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li {
        position: relative;
        white-space: nowrap;
    }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
            padding: 15px 20px;
            min-height: 55px;
            -webkit-transition: none;
            transition: none;
        }

            .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:active, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:focus {
                color: #383c40;
            }

            .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
                font-size: 1.45rem;
                margin-left: 4px;
            }

            .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span {
                display: none;
                padding-left: 25px;
            }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
            position: relative;
            width: calc(190px + 70px);
            color: #1e1c71;
            background-color: whitesmoke;
            -webkit-transition: none;
            transition: none;
        }

            .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
                color: #1e1c71;
            }

            .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span {
                display: inline;
            }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
            display: block;
            left: 70px;
            position: absolute;
            width: 190px;
            height: auto !important;
            -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
            box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
        }

            .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul ul {
                -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
                box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
            }

            .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
                -webkit-box-shadow: none;
                box-shadow: none;
                padding: 8px 20px;
                position: relative;
                width: 190px;
                z-index: 6;
                color: #545a6d;
            }

                .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
                    color: #383c40;
                }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
        padding: 5px 0;
        z-index: 9999;
        display: none;
        background-color: #ffffff;
    }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li:hover > ul {
            display: block;
            left: 190px;
            height: auto !important;
            margin-top: -36px;
            position: absolute;
            width: 190px;
        }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li > a span.pull-right {
            position: absolute;
            right: 20px;
            top: 12px;
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li.active a {
            color: #f8f9fa;
        }

body[data-sidebar="dark"] .vertical-menu {
    background: #2a3042;
}

body[data-sidebar="dark"] #sidebar-menu ul li a {
    color: #a6b0cf;
}

    body[data-sidebar="dark"] #sidebar-menu ul li a i {
        color: #6a7187;
    }

    body[data-sidebar="dark"] #sidebar-menu ul li a:hover {
        color: #ffffff;
    }

        body[data-sidebar="dark"] #sidebar-menu ul li a:hover i {
            color: #ffffff;
        }

body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a {
    color: #79829c;
}

    body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a:hover {
        color: #ffffff;
    }

body[data-sidebar="dark"].vertical-collpsed {
    min-height: 1760px;
}

    body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
        background: #2e3548;
        color: #ffffff;
    }

        body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
            color: #ffffff;
        }

    body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
        color: #79829c;
    }

        body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
            color: #ffffff;
        }

    body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
        background-color: #2a3042;
    }

    body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
        color: #ffffff !important;
    }

        body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
            color: #ffffff !important;
        }

body[data-sidebar="dark"] .mm-active {
    color: #ffffff !important;
}

    body[data-sidebar="dark"] .mm-active > a {
        color: #ffffff !important;
    }

        body[data-sidebar="dark"] .mm-active > a i {
            color: #ffffff !important;
        }

    body[data-sidebar="dark"] .mm-active > i {
        color: #ffffff !important;
    }

    body[data-sidebar="dark"] .mm-active .active {
        color: #ffffff !important;
    }

        body[data-sidebar="dark"] .mm-active .active i {
            color: #ffffff !important;
        }

body[data-sidebar="dark"] .menu-title {
    color: #6a7187;
}

body[data-layout="horizontal"] .main-content {
    margin-left: 0 !important;
}

body[data-sidebar-size="small"] .navbar-brand-box {
    width: 160px;
}

body[data-sidebar-size="small"] .vertical-menu {
    width: 160px;
    text-align: center;
}

    body[data-sidebar-size="small"] .vertical-menu .has-arrow:after,
    body[data-sidebar-size="small"] .vertical-menu .badge {
        display: none !important;
    }

body[data-sidebar-size="small"] .main-content {
    margin-left: 160px;
}

body[data-sidebar-size="small"] .footer {
    left: 160px;
}

@media (max-width: 991.98px) {
    body[data-sidebar-size="small"] .footer {
        left: 0;
    }
}

body[data-sidebar-size="small"] #sidebar-menu ul li.menu-title {
    background-color: #2e3548;
}

body[data-sidebar-size="small"] #sidebar-menu ul li a i {
    display: block;
}

body[data-sidebar-size="small"] #sidebar-menu ul li ul.sub-menu li a {
    padding-left: 1.5rem;
}

body[data-sidebar-size="small"] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding-left: 1.5rem;
}

body[data-sidebar-size="small"].vertical-collpsed .main-content {
    margin-left: 70px;
}

body[data-sidebar-size="small"].vertical-collpsed .vertical-menu #sidebar-menu {
    text-align: left;
}

    body[data-sidebar-size="small"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
        display: inline-block;
    }

body[data-sidebar-size="small"].vertical-collpsed .footer {
    left: 70px;
}

body[data-sidebar="colored"] .vertical-menu {
    background-color: #1e1c71;
}

body[data-sidebar="colored"] .navbar-brand-box {
    background-color: #1e1c71;
}

    body[data-sidebar="colored"] .navbar-brand-box .logo-dark {
        display: none;
    }

    body[data-sidebar="colored"] .navbar-brand-box .logo-light {
        display: block;
    }

body[data-sidebar="colored"] .mm-active {
    color: #fff !important;
}

    body[data-sidebar="colored"] .mm-active > a {
        color: #fff !important;
    }

        body[data-sidebar="colored"] .mm-active > a i {
            color: #fff !important;
        }

    body[data-sidebar="colored"] .mm-active > i, body[data-sidebar="colored"] .mm-active .active {
        color: #fff !important;
    }

body[data-sidebar="colored"] #sidebar-menu ul li.menu-title {
    color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar="colored"] #sidebar-menu ul li a {
    color: rgba(255, 255, 255, 0.6);
}

    body[data-sidebar="colored"] #sidebar-menu ul li a i {
        color: rgba(255, 255, 255, 0.6);
    }

    body[data-sidebar="colored"] #sidebar-menu ul li a.waves-effect .waves-ripple {
        background: rgba(255, 255, 255, 0.1);
    }

    body[data-sidebar="colored"] #sidebar-menu ul li a:hover {
        color: #fff;
    }

        body[data-sidebar="colored"] #sidebar-menu ul li a:hover i {
            color: #fff;
        }

body[data-sidebar="colored"] #sidebar-menu ul li ul.sub-menu li a {
    color: rgba(255, 255, 255, 0.5);
}

    body[data-sidebar="colored"] #sidebar-menu ul li ul.sub-menu li a:hover {
        color: #fff;
    }

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    background-color: #5e76e7;
    color: #fff;
}

    body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
        color: #fff;
    }

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: #1e1c71 !important;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #1e1c71;
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active {
    color: #1e1c71 !important;
}

    body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a {
        color: #1e1c71 !important;
    }

        body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a i {
            color: #1e1c71 !important;
        }

.topnav {
    background: #92c645;
    padding: 0 calc(24px / 2);
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    margin-top: 0px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
}

    .topnav .topnav-menu {
        margin: 0;
        padding: 0;
    }

    .topnav .navbar-nav .nav-link {
        font-size: 14px;
        position: relative;
        padding: 1rem 1.3rem;
        color: #fff;
    }

        .topnav .navbar-nav .nav-link i {
            font-size: 15px;
        }

        .topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
            color: #222072;
            background-color: transparent;
        }

    .topnav .navbar-nav .dropdown-item {
        color: #545a6d;
    }

        .topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover {
            color: #1e1c71;
        }

    .topnav .navbar-nav .nav-item .nav-link.active {
        color: #1e1c71;
    }

    .topnav .navbar-nav .dropdown.active > a {
        color: #1e1c71;
        background-color: transparent;
    }
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
    margin: 0;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #1e1c71;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1e1c71;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.foot_btn {
    background: #dc6201;
    border: none;
    color: #fff;
    padding: 2px 7px;
    margin: 0;
}

ul.list_popup {
    padding: 0;
    list-style: none;
    margin: 0;
    max-height: 300px;
    overflow: auto;
}

    ul.list_popup li {
        padding: 5px;
    }

        ul.list_popup li:hover, ul.list_popup li:active {
            background-color: #dc6201 !important;
            color: #fff !important;
        }

            ul.list_popup li:hover a, ul.list_popup li:active a {
                color: #fff !important;
            }

        ul.list_popup li:nth-child(odd) {
            background-color: #f8f8f8;
        }

        ul.list_popup li a {
            color: #333;
        }

footer .progress {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    font-size: 10px;
    color: #fff;
    overflow: hidden;
    position: relative;
    background: #92c645;
    text-align: center;
    line-height: 40px;
    margin: 0 10px;
}

    footer .progress::after {
        content: "%";
        right: 7px;
        position: absolute;
        z-index: 9;
        font-size: 8px;
    }

    footer .progress .title {
        position: relative;
        z-index: 100;
        width: 90%;
    }

    footer .progress .overlay {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: #92c645
    }

    footer .progress .left, footer .progress .right {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 3px solid #222235;
        border-radius: 100px 0px 0px 100px;
        border-right: 0;
        transform-origin: right;
    }

    footer .progress .left {
        animation: load1 1s linear forwards;
    }

    footer .progress:nth-of-type(2) .right, footer .progress:nth-of-type(3) .right {
        animation: load2 .5s linear forwards 1s;
    }

    footer .progress:last-of-type .right, footer .progress:first-of-type .right {
        animation: load3 .8s linear forwards 1s;
    }

@keyframes load1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes load2 {
    0% {
        z-index: 100;
        transform: rotate(180deg);
    }

    100% {
        z-index: 100;
        transform: rotate(270deg);
    }
}

@keyframes load3 {
    0% {
        z-index: 100;
        transform: rotate(180deg);
    }

    100% {
        z-index: 100;
        transform: rotate(315deg);
    }
}

@media (min-width: 1200px) {
    body[data-layout="horizontal"] .container-fluid,
    body[data-layout="horizontal"] .navbar-header {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    .topnav .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 0;
    }

    .topnav .dropdown-item {
        padding: .5rem 1.5rem;
        min-width: 180px;
    }

    .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
        left: 0px;
        right: auto;
    }

    .topnav .dropdown .dropdown-menu {
        margin-top: 0;
        border-radius: 0 0 0.25rem 0.25rem;
    }

        .topnav .dropdown .dropdown-menu .arrow-down::after {
            right: 15px;
            -webkit-transform: rotate(-135deg) translateY(-50%);
            transform: rotate(-135deg) translateY(-50%);
            position: absolute;
        }

        .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
            position: absolute;
            top: 0 !important;
            left: 100%;
            display: none;
        }

    .topnav .dropdown:hover > .dropdown-menu {
        display: block;
    }

        .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
            display: block;
        }

    .navbar-toggle {
        display: none;
    }

    div#MainContent_LocalResultsControl_divContent {
        padding-top: 170px;
    }
}

.progress {
    border-radius: 8px !important;
    overflow: hidden;
    padding: 0 !important;
}

.arrow-down {
    display: inline-block;
}

/*    .arrow-down:after {
        border-color: initial;
        border-style: solid;
        border-width: 0 0 1px 1px;
        content: "";
        height: .4em;
        display: inline-block;
        right: 5px;
        top: 50%;
        margin-left: 10px;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        width: .4em;
    }*/
div#sliderCurve .ui-slider .ui-slider-handle {
    width: 4px;
    border-radius: 0px;
    background: #0058a3;
    border: none;
}

@media (max-width: 1199.98px) {
    .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
        right: 100%;
        left: auto;
    }
}

@media (max-width: 991.98px) {
    .navbar-brand-box .logo-dark {
        display: block;
    }

        .navbar-brand-box .logo-dark span.logo-sm {
            display: block;
        }

    .navbar-brand-box .logo-light {
        display: none;
    }

    .topnav {
        max-height: 360px;
        overflow-y: auto;
        padding: 0;
        z-index: 9999;
    }

        .topnav .navbar-nav .nav-link {
            padding: 0.75rem 1.1rem;
        }

        .topnav .dropdown .dropdown-menu {
            background-color: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding-left: 15px;
        }

            .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
                width: auto;
            }

                .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
                    margin: 0px;
                }

        .topnav .dropdown .dropdown-item {
            position: relative;
            background-color: transparent;
        }

            .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
                color: #1e1c71;
            }

        .topnav .arrow-down::after {
            right: 15px;
            position: absolute;
        }
}

@media (min-width: 992px) {
    body[data-layout="horizontal"][data-topbar="light"] .navbar-brand-box .logo-dark {
        display: block;
    }

    body[data-layout="horizontal"][data-topbar="light"] .navbar-brand-box .logo-light {
        display: none;
    }

    body[data-layout="horizontal"][data-topbar="light"] .topnav {
        background-color: #1e1c71;
    }

        body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link {
            color: rgba(255, 255, 255, 0.6);
        }

            body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link:focus, body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link:hover {
                color: rgba(255, 255, 255, 0.9);
            }

        body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav > .dropdown.active > a {
            color: rgba(255, 255, 255, 0.9) !important;
        }
}

body[data-layout="horizontal"][data-topbar="colored"] #page-topbar {
    background-color: #1e1c71;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body[data-layout="horizontal"][data-topbar="colored"] .logo-dark {
    display: none;
}

body[data-layout="horizontal"][data-topbar="colored"] .logo-light {
    display: block;
}

body[data-layout="horizontal"][data-topbar="colored"] .app-search .form-control {
    background-color: rgba(243, 243, 249, 0.07);
    color: #fff;
}

body[data-layout="horizontal"][data-topbar="colored"] .app-search span,
body[data-layout="horizontal"][data-topbar="colored"] .app-search input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body[data-layout="horizontal"][data-topbar="colored"] .header-item {
    color: #e9ecef;
}

    body[data-layout="horizontal"][data-topbar="colored"] .header-item:hover {
        color: #e9ecef;
    }

body[data-layout="horizontal"][data-topbar="colored"] .navbar-header .dropdown .show.header-item {
    background-color: rgba(255, 255, 255, 0.1);
}

body[data-layout="horizontal"][data-topbar="colored"] .navbar-header .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

body[data-layout="horizontal"][data-topbar="colored"] .noti-icon i {
    color: #e9ecef;
}

@media (min-width: 992px) {
    body[data-layout="horizontal"][data-topbar="colored"] .topnav {
        background-color: #1e1c71;
    }

        body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link {
            color: rgba(255, 255, 255, 0.6);
        }

            body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link:focus, body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link:hover {
                color: rgba(255, 255, 255, 0.9);
            }

        body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav > .dropdown.active > a {
            color: rgba(255, 255, 255, 0.9) !important;
        }
}

body[data-layout-size="boxed"] {
    background-color: #ebebf4;
}

    body[data-layout-size="boxed"] #layout-wrapper {
        background-color: #f8f8fb;
        max-width: 1300px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
        box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    }

    body[data-layout-size="boxed"] #page-topbar {
        max-width: 1300px;
        margin: 0 auto;
    }

    body[data-layout-size="boxed"] .footer {
        margin: 0 auto;
        max-width: calc(1300px - 250px);
    }

    body[data-layout-size="boxed"].vertical-collpsed .footer {
        max-width: calc(1300px - 70px);
    }

body[data-layout="horizontal"][data-layout-size="boxed"] #page-topbar, body[data-layout="horizontal"][data-layout-size="boxed"] #layout-wrapper, body[data-layout="horizontal"][data-layout-size="boxed"] .footer {
    max-width: 100%;
}

body[data-layout="horizontal"][data-layout-size="boxed"] .container-fluid, body[data-layout="horizontal"][data-layout-size="boxed"] .navbar-header {
    max-width: 1300px;
}

@media (min-width: 992px) {
    body[data-layout-scrollable="true"] #page-topbar, body[data-layout-scrollable="true"] .vertical-menu {
        position: absolute;
    }
}

@media (min-width: 992px) {
    body[data-layout-scrollable="true"][data-layout="horizontal"] #page-topbar, body[data-layout-scrollable="true"][data-layout="horizontal"] .topnav {
        position: absolute;
    }
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background: rgba(255, 255, 255, 0.4);
        background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    }

    .waves-effect.waves-classic .waves-ripple {
        background: rgba(0, 0, 0, 0.2);
    }

    .waves-effect.waves-classic.waves-light .waves-ripple {
        background: rgba(255, 255, 255, 0.4);
    }

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

    .waves-button,
    .waves-button:hover,
    .waves-button:visited,
    .waves-button-input {
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: none;
        outline: none;
        color: inherit;
        background-color: rgba(0, 0, 0, 0);
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        text-decoration: none;
        z-index: 1;
    }

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper.waves-button {
        padding: 0;
    }

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

    .waves-float:active {
        -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    }

.waves-block {
    display: block;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(85, 110, 230, 0.4);
}

.waves-effect.waves-success .waves-ripple {
    background-color: rgba(52, 195, 143, 0.4);
}

.waves-effect.waves-info .waves-ripple {
    background-color: rgba(80, 165, 241, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(241, 180, 76, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(244, 106, 106, 0.4);
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-lg {
    height: 6rem;
    width: 6rem;
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1e1c71;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.avatar-group {
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .avatar-group .avatar-group-item {
        margin-left: -12px;
        border: 2px solid #fff;
        border-radius: 50%;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .avatar-group .avatar-group-item:hover {
            position: relative;
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
        }

.custom-accordion .accordion-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 7px;
    background-color: #f6f6f6;
    padding: 12px 20px;
    color: #495057;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .custom-accordion .accordion-list.collapsed i.accor-plus-icon:before {
        content: "\F0415";
    }

    .custom-accordion .accordion-list .accor-plus-icon {
        display: inline-block;
        font-size: 16px;
        height: 24px;
        width: 24px;
        line-height: 22px;
        background-color: #fff;
        text-align: center;
        border-radius: 50%;
    }

.custom-accordion a.collapsed i.accor-down-icon:before {
    content: "\F0140";
}

.custom-accordion .card-body {
    color: #74788d;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 4px);
    display: block;
    border: 2px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .social-list-item:hover {
        color: #74788d;
        background-color: #eff2f7;
    }

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.w-xl {
    min-width: 160px;
}

.alert-dismissible .btn-close {
    font-size: 10px;
    padding: 1.05rem 1.25rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner-chase {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: spinner-chase 2.5s infinite linear both;
    animation: spinner-chase 2.5s infinite linear both;
}

.chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: chase-dot 2.0s infinite ease-in-out both;
    animation: chase-dot 2.0s infinite ease-in-out both;
}

    .chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #1e1c71;
        border-radius: 100%;
        -webkit-animation: chase-dot-before 2.0s infinite ease-in-out both;
        animation: chase-dot-before 2.0s infinite ease-in-out both;
    }

    .chase-dot:nth-child(1) {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

        .chase-dot:nth-child(1):before {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

    .chase-dot:nth-child(2) {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

        .chase-dot:nth-child(2):before {
            -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
        }

    .chase-dot:nth-child(3) {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

        .chase-dot:nth-child(3):before {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

    .chase-dot:nth-child(4) {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

        .chase-dot:nth-child(4):before {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

    .chase-dot:nth-child(5) {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

        .chase-dot:nth-child(5):before {
            -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
        }

    .chase-dot:nth-child(6) {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

        .chase-dot:nth-child(6):before {
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

@-webkit-keyframes spinner-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes chase-dot {
    80%, 100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes chase-dot {
    80%, 100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100%, 0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100%, 0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

[type="tel"]::-webkit-input-placeholder, [type="url"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, [type="number"]::-webkit-input-placeholder {
    text-align: left;
}

[type="tel"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="number"]::-moz-placeholder {
    text-align: left;
}

[type="tel"]:-ms-input-placeholder, [type="url"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder {
    text-align: left;
}

[type="tel"]::-ms-input-placeholder, [type="url"]::-ms-input-placeholder, [type="email"]::-ms-input-placeholder, [type="number"]::-ms-input-placeholder {
    text-align: left;
}

[type="tel"]::placeholder,
[type="url"]::placeholder,
[type="email"]::placeholder,
[type="number"]::placeholder {
    text-align: left;
}

.form-check {
    position: relative;
    text-align: left;
}

.form-check-right {
    padding-left: 0;
    display: inline-block;
    padding-right: 1.5em;
}

    .form-check-right .form-check-input {
        float: right;
        margin-left: 0;
        margin-right: -1.5em;
    }

    .form-check-right .form-check-label {
        display: block;
    }

.form-checkbox-outline .form-check-input {
    border-width: 2px;
    background-color: #fff;
}

    .form-checkbox-outline .form-check-input:active {
        -webkit-filter: none;
        filter: none;
    }

    .form-checkbox-outline .form-check-input:checked {
        background-color: #fff !important;
    }

        .form-checkbox-outline .form-check-input:checked[type=checkbox] {
            background-image: none;
        }

        .form-checkbox-outline .form-check-input:checked:after {
            position: absolute;
            content: '\F012C';
            font-family: "Material Design Icons";
            top: -4px !important;
            left: 1px;
            /*rtl: -4px */
            font-size: 16px;
            color: #343a40;
        }

.form-radio-outline .form-check-input {
    background-color: #fff;
    position: relative;
}

    .form-radio-outline .form-check-input:active {
        -webkit-filter: none;
        filter: none;
    }

    .form-radio-outline .form-check-input:checked {
        background-color: #fff !important;
    }

        .form-radio-outline .form-check-input:checked[type=checkbox] {
            background-image: none;
        }

        .form-radio-outline .form-check-input:checked:after {
            position: absolute;
            content: '';
            top: 3px !important;
            left: 3px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
        }

.form-check-primary .form-check-input:checked {
    background-color: #1e1c71;
    border-color: #1e1c71;
}

.form-radio-primary .form-check-input:checked {
    border-color: #1e1c71;
    background-color: #1e1c71;
}

    .form-radio-primary .form-check-input:checked:after {
        background-color: #1e1c71;
    }

.form-check-secondary .form-check-input:checked {
    background-color: #74788d;
    border-color: #74788d;
}

.form-radio-secondary .form-check-input:checked {
    border-color: #74788d;
    background-color: #74788d;
}

    .form-radio-secondary .form-check-input:checked:after {
        background-color: #74788d;
    }

.form-check-success .form-check-input:checked {
    background-color: #34c38f;
    border-color: #34c38f;
}

.form-radio-success .form-check-input:checked {
    border-color: #34c38f;
    background-color: #34c38f;
}

    .form-radio-success .form-check-input:checked:after {
        background-color: #34c38f;
    }

.form-check-info .form-check-input:checked {
    background-color: #5E980A;
    border-color: #50a5f1;
}

.form-radio-info .form-check-input:checked {
    border-color: #50a5f1;
    background-color: #50a5f1;
}

    .form-radio-info .form-check-input:checked:after {
        background-color: #50a5f1;
    }

.form-check-warning .form-check-input:checked {
    background-color: #f1b44c;
    border-color: #f1b44c;
}

.form-radio-warning .form-check-input:checked {
    border-color: #f1b44c;
    background-color: #f1b44c;
}

    .form-radio-warning .form-check-input:checked:after {
        background-color: #f1b44c;
    }

.form-check-danger .form-check-input:checked {
    background-color: #f46a6a;
    border-color: #f46a6a;
}

.form-radio-danger .form-check-input:checked {
    border-color: #f46a6a;
    background-color: #f46a6a;
}

    .form-radio-danger .form-check-input:checked:after {
        background-color: #f46a6a;
    }

.form-check-pink .form-check-input:checked {
    background-color: #e83e8c;
    border-color: #e83e8c;
}

.form-radio-pink .form-check-input:checked {
    border-color: #e83e8c;
    background-color: #e83e8c;
}

    .form-radio-pink .form-check-input:checked:after {
        background-color: #e83e8c;
    }

.form-check-light .form-check-input:checked {
    background-color: #eff2f7;
    border-color: #eff2f7;
}

.form-radio-light .form-check-input:checked {
    border-color: #eff2f7;
    background-color: #eff2f7;
}

    .form-radio-light .form-check-input:checked:after {
        background-color: #eff2f7;
    }

.form-check-dark .form-check-input:checked {
    background-color: #5E980A;
    border-color: #343a40;
}

.form-radio-dark .form-check-input:checked {
    border-color: #343a40;
    background-color: #343a40;
}

    .form-radio-dark .form-check-input:checked:after {
        background-color: #343a40;
    }

.form-check, .form-check-input, .form-check-label {
    cursor: pointer;
    margin-bottom: 0;
}

.form-switch-md {
    padding-left: 2.5rem;
    min-height: 24px;
    line-height: 24px;
}

    .form-switch-md .form-check-input {
        width: 40px;
        height: 20px;
        left: -0.5rem;
        position: relative;
    }

    .form-switch-md .form-check-label {
        vertical-align: middle;
    }

.form-switch-lg {
    padding-left: 2.75rem;
    min-height: 28px;
    line-height: 28px;
}

    .form-switch-lg .form-check-input {
        width: 48px;
        height: 24px;
        left: -0.75rem;
        position: relative;
    }

.input-group-text {
    margin-bottom: 0px;
}

.mini-stats-wid .mini-stat-icon {
    overflow: hidden;
    position: relative;
}

    .mini-stats-wid .mini-stat-icon:before, .mini-stats-wid .mini-stat-icon:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 54px;
        background-color: rgba(255, 255, 255, 0.1);
        left: 16px;
        -webkit-transform: rotate(32deg);
        transform: rotate(32deg);
        top: -5px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .mini-stats-wid .mini-stat-icon::after {
        left: -12px;
        width: 12px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

.mini-stats-wid:hover .mini-stat-icon::after {
    left: 60px;
}

.button-items {
    margin-left: -8px;
    margin-bottom: -12px;
}

    .button-items .btn {
        margin-bottom: 12px;
        margin-left: 8px;
    }

.mfp-popup-form {
    max-width: 1140px;
}

.bs-example-modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
}

[dir="rtl"] .modal-open {
    padding-left: 0px !important;
}

.icon-demo-content {
    text-align: center;
    color: #adb5bd;
}

    .icon-demo-content i {
        display: block;
        font-size: 24px;
        margin-bottom: 16px;
        color: #74788d;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .icon-demo-content .col-lg-4 {
        margin-top: 24px;
    }

        .icon-demo-content .col-lg-4:hover i {
            color: #1e1c71;
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

.grid-structure .grid-container {
    background-color: #f8f9fa;
    margin-top: 10px;
    font-size: .8rem;
    font-weight: 500;
    padding: 10px 20px;
}

.card-radio {
    background-color: #fff;
    border: 2px solid #f6f6f6;
    border-radius: 0.25rem;
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .card-radio:hover {
        cursor: pointer;
    }

.card-radio-label {
    display: block;
}

.card-radio-input {
    display: none;
}

    .card-radio-input:checked + .card-radio {
        border-color: #1e1c71 !important;
    }

.navs-carousel .owl-nav {
    margin-top: 16px;
}

    .navs-carousel .owl-nav button {
        width: 30px;
        height: 30px;
        line-height: 28px !important;
        font-size: 20px !important;
        border-radius: 50% !important;
        background-color: rgba(85, 110, 230, 0.25) !important;
        color: #1e1c71 !important;
        margin: 4px 8px !important;
    }

@media print {
    .vertical-menu,
    .right-bar,
    .page-title-box,
    .navbar-header,
    .footer {
        display: none !important;
    }

    .card-body,
    .main-content,
    .right-bar,
    .page-content,
    body {
        padding: 0;
        margin: 0;
    }

    .card {
        border: 0;
    }
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: auto;
    /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    padding: 0px !important;
}

    .simplebar-content-wrapper::-webkit-scrollbar,
    .simplebar-hide-scrollbar::-webkit-scrollbar {
        display: none;
    }

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px;
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: '';
        background: #a2adb7;
        border-radius: 7px;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }

    .simplebar-scrollbar.simplebar-visible:before {
        /* When hovered, remove all transitions from drag handle */
        opacity: 0.5;
        -webkit-transition: opacity 0s linear;
        transition: opacity 0s linear;
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px;
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px;
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto;
    }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.custom-scroll {
    height: 100%;
}

/* ==============
  Calendar
===================*/
.lnb-calendars-item {
    display: inline-block;
    margin-right: 7px;
}

input[type=checkbox].tui-full-calendar-checkbox-round + span {
    margin-right: 4px;
    margin-left: 0;
}

.tui-full-calendar-layout, .tui-full-calendar-timegrid-timezone {
    background-color: #fff !important;
}

.tui-full-calendar-dayname-container,
.tui-full-calendar-left,
.tui-full-calendar-splitter,
.tui-full-calendar-time-date,
.tui-full-calendar-weekday-grid-line,
.tui-full-calendar-timegrid-timezone,
.tui-full-calendar-timegrid-gridline {
    border-color: #f6f6f6 !important;
}

.tui-full-calendar-weekday-exceed-in-week {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    background-color: #fff;
    color: #495057;
    border-color: #eff2f7;
}

.tui-full-calendar-timegrid-hour {
    color: #495057 !important;
}

.tui-full-calendar-weekday-schedule-title, .tui-full-calendar-time-schedule {
    font-weight: 600;
}

/* ==============
  Druafula
===================*/
.task-box {
    border: 1px solid #f6f6f6;
}

.gu-transit {
    border: 1px dashed #74788d !important;
    background-color: #eff2f7 !important;
}

#session-timeout-dialog .close {
    display: none;
}

#session-timeout-dialog .countdown-holder {
    color: #f46a6a;
    font-weight: 500;
}

#session-timeout-dialog .btn-default {
    background-color: #fff;
    color: #f46a6a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.irs {
    font-family: var(--bs-font-sans-serif);
}

.irs--square .irs-bar, .irs--square .irs-to, .irs--square .irs-from, .irs--square .irs-single {
    background: #1e1c71 !important;
    font-size: 11px;
}

    .irs--square .irs-to:before, .irs--square .irs-from:before, .irs--square .irs-single:before {
        border-top-color: #1e1c71;
    }

.irs--square .irs-line {
    background: #f6f6f6;
    border-color: #f6f6f6;
}

.irs--square .irs-grid-text {
    font-size: 11px;
    color: #ced4da;
}

.irs--square .irs-min, .irs--square .irs-max {
    color: #ced4da;
    background: #f6f6f6;
    font-size: 11px;
}

.irs--square .irs-handle {
    border: 2px solid #1e1c71;
    width: 12px;
    height: 12px;
    top: 26px;
    background-color: #fff !important;
    cursor: -webkit-grab;
    cursor: grab;
}

    .irs--square .irs-handle:active {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }

.swal2-container .swal2-title {
    font-size: 20px;
    font-weight: 500;
}

.swal2-modal {
    font-size: 14px;
}

.swal2-icon.swal2-question {
    border-color: #50a5f1;
    color: #50a5f1;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #34c38f;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(52, 195, 143, 0.3);
}

.swal2-icon.swal2-warning {
    border-color: #f1b44c;
    color: #f1b44c;
}

.swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swal2-progress-steps .swal2-progress-step {
    background: #1e1c71;
}

    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
        background: #1e1c71;
    }

        .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
            background: rgba(85, 110, 230, 0.3);
        }

.swal2-progress-steps .swal2-progress-step-line {
    background: #1e1c71;
}

.swal2-loader {
    border-color: #1e1c71 transparent #1e1c71 transparent;
}

.symbol {
    border-color: #fff;
}

.rating-symbol-background, .rating-symbol-foreground {
    font-size: 24px;
}

.rating-symbol-foreground {
    top: 0px;
}

.rating-star > span {
    display: inline-block;
    vertical-align: middle;
}

    .rating-star > span.badge {
        margin-left: 4px;
    }

/* =============
   Notification
============= */
#toast-container > div {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    opacity: 1;
}

    #toast-container > div:hover {
        -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
        box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
        opacity: 0.9;
    }

#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    min-width: 96%;
    margin: 4px auto;
}

.toast-primary {
    border: 2px solid #1e1c71 !important;
    background-color: rgba(85, 110, 230, 0.8) !important;
}

.toast-secondary {
    border: 2px solid #74788d !important;
    background-color: rgba(116, 120, 141, 0.8) !important;
}

.toast-success {
    border: 2px solid #34c38f !important;
    background-color: rgba(52, 195, 143, 0.8) !important;
}

.toast-info {
    border: 2px solid #50a5f1 !important;
    background-color: rgba(80, 165, 241, 0.8) !important;
}

.toast-warning {
    border: 2px solid #f1b44c !important;
    background-color: rgba(241, 180, 76, 0.8) !important;
}

.toast-danger {
    border: 2px solid #f46a6a !important;
    background-color: rgba(244, 106, 106, 0.8) !important;
}

.toast-pink {
    border: 2px solid #e83e8c !important;
    background-color: rgba(232, 62, 140, 0.8) !important;
}

.toast-light {
    border: 2px solid #eff2f7 !important;
    background-color: rgba(239, 242, 247, 0.8) !important;
}

.toast-dark {
    border: 2px solid #343a40 !important;
    background-color: rgba(52, 58, 64, 0.8) !important;
}

.toast-error {
    background-color: rgba(244, 106, 106, 0.8);
    border: 2px solid #f46a6a;
}

.toastr-options {
    padding: 24px;
    background-color: #f6f8fa;
    margin-bottom: 0;
    border: 1px solid #eff2f7;
}

.error {
    color: #f46a6a;
}

.parsley-error {
    border-color: #f46a6a;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

    .parsley-errors-list.filled {
        display: block;
    }

    .parsley-errors-list > li {
        font-size: 12px;
        list-style: none;
        color: #f46a6a;
        margin-top: 5px;
    }

.select2-container .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 38px;
}

    .select2-container .select2-selection--single:focus {
        outline: none;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 36px;
        padding-left: 0.75rem;
        color: #495057;
    }

    .select2-container .select2-selection--single .select2-selection__arrow {
        height: 34px;
        width: 34px;
        right: 3px;
    }

        .select2-container .select2-selection--single .select2-selection__arrow b {
            border-color: #adb5bd transparent transparent transparent;
            border-width: 6px 6px 0 6px;
        }

    .select2-container .select2-selection--single .select2-selection__placeholder {
        color: #495057;
    }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff;
}

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #ced4da;
        background-color: #fff;
        color: #74788d;
        outline: none;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1e1c71;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f8f9fa;
    color: #343a40;
}

    .select2-container--default .select2-results__option[aria-selected=true]:hover {
        background-color: #1e1c71;
        color: #fff;
    }

.select2-results__option {
    padding: 6px 12px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
}

.select2-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.select2-search input {
    border: 1px solid #f6f6f6;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    background-color: #fff;
    border: 1px solid #ced4da !important;
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding: 2px 0.75rem;
    }

    .select2-container .select2-selection--multiple .select2-search__field {
        border: 0;
        color: #495057;
    }

        .select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
            color: #495057;
        }

        .select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
            color: #495057;
        }

        .select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
            color: #495057;
        }

        .select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
            color: #495057;
        }

        .select2-container .select2-selection--multiple .select2-search__field::placeholder {
            color: #495057;
        }

    .select2-container .select2-selection--multiple .select2-selection__choice {
        background-color: #eff2f7;
        border: 1px solid #f6f6f6;
        border-radius: 1px;
        padding: 0 7px;
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ced4da;
}

.select2-container--default .select2-results__group {
    font-weight: 600;
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px;
}

    .select2-result-repository__avatar img {
        width: 100%;
        height: auto;
        border-radius: 2px;
    }

.select2-result-repository__statistics {
    margin-top: 7px;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    font-size: 11px;
    margin-right: 1em;
    color: #adb5bd;
}

    .select2-result-repository__forks .fa,
    .select2-result-repository__stargazers .fa,
    .select2-result-repository__watchers .fa {
        margin-right: 4px;
    }

        .select2-result-repository__forks .fa.fa-flash::before,
        .select2-result-repository__stargazers .fa.fa-flash::before,
        .select2-result-repository__watchers .fa.fa-flash::before {
            content: "\f0e7";
            font-family: 'Font Awesome 5 Free';
        }

.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__watchers {
    color: rgba(255, 255, 255, 0.8);
}

.select2-result-repository__meta {
    overflow: hidden;
}

.img-flag {
    margin-right: 7px;
    height: 15px;
    width: 18px;
}

/* CSS Switch */
input[switch] {
    display: none;
}

    input[switch] + label {
        font-size: 1em;
        line-height: 1;
        width: 56px;
        height: 24px;
        background-color: #ced4da;
        background-image: none;
        border-radius: 2rem;
        padding: 0.16667rem;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        position: relative;
        font-weight: 500;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        input[switch] + label:before {
            color: #343a40;
            content: attr(data-off-label);
            display: block;
            font-family: inherit;
            font-weight: 500;
            font-size: 12px;
            line-height: 21px;
            position: absolute;
            right: 1px;
            margin: 3px;
            top: -2px;
            text-align: center;
            min-width: 1.66667rem;
            overflow: hidden;
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

        input[switch] + label:after {
            content: '';
            position: absolute;
            left: 3px;
            background-color: #eff2f7;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 2rem;
            height: 20px;
            width: 20px;
            top: 2px;
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

    input[switch]:checked + label {
        background-color: #1e1c71;
    }

    input[switch]:checked + label {
        background-color: #1e1c71;
    }

        input[switch]:checked + label:before {
            color: #fff;
            content: attr(data-on-label);
            right: auto;
            left: 3px;
        }

        input[switch]:checked + label:after {
            left: 33px;
            background-color: #eff2f7;
        }

input[switch="bool"] + label {
    background-color: #f46a6a;
}

    input[switch="bool"] + label:before, input[switch="bool"]:checked + label:before,
    input[switch="default"]:checked + label:before {
        color: #fff;
    }

input[switch="bool"]:checked + label {
    background-color: #34c38f;
}

input[switch="default"]:checked + label {
    background-color: #a2a2a2;
}

input[switch="primary"]:checked + label {
    background-color: #1e1c71;
}

input[switch="success"]:checked + label {
    background-color: #34c38f;
}

input[switch="info"]:checked + label {
    background-color: #50a5f1;
}

input[switch="warning"]:checked + label {
    background-color: #f1b44c;
}

input[switch="danger"]:checked + label {
    background-color: #f46a6a;
}

input[switch="dark"]:checked + label {
    background-color: #343a40;
}

    input[switch="dark"]:checked + label:before {
        color: #eff2f7;
    }

.square-switch {
    margin-right: 7px;
}

    .square-switch input[switch] + label, .square-switch input[switch] + label:after {
        border-radius: 4px;
    }

.sp-container {
    background-color: #fff;
}

    .sp-container button {
        padding: .25rem .5rem;
        font-size: .71094rem;
        border-radius: .2rem;
        font-weight: 400;
        color: #343a40;
    }

        .sp-container button.sp-palette-toggle {
            background-color: #eff2f7;
        }

        .sp-container button.sp-choose {
            background-color: #34c38f;
            margin-left: 5px;
            margin-right: 0;
        }

.sp-palette-container {
    border-right: 1px solid #eff2f7;
}

.sp-input {
    background-color: #fff;
    border-color: #ced4da !important;
    color: #495057;
}

    .sp-input:focus {
        outline: none;
    }

[dir="rtl"] .sp-alpha {
    direction: ltr;
}

[dir="rtl"] .sp-original-input-container .sp-add-on {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

[dir="rtl"] input.spectrum.with-add-on {
    border: 1px solid #ced4da;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* Timepicker */
.bootstrap-timepicker-widget table td a {
    color: #495057;
}

    .bootstrap-timepicker-widget table td a:hover {
        background-color: transparent;
        border-color: transparent;
        border-radius: 4px;
        color: #1e1c71;
        text-decoration: none;
    }

.bootstrap-timepicker-widget table td input {
    width: 32px;
    height: 32px;
    border: 0;
    color: #495057;
    border: 1px solid #eff2f7;
    background-color: #fff;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom-color: #eff2f7;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    border-top-color: #eff2f7;
}

.timepicker-orient-top {
    top: calc(1.5em + 0.94rem + 2px) !important;
}

.timepicker-orient-bottom {
    top: auto !important;
    bottom: calc(1.5em + 0.94rem + 2px) !important;
}

.bootstrap-timepicker-widget {
    left: 0 !important;
    right: auto !important;
}

    .bootstrap-timepicker-widget.timepicker-orient-left:before {
        left: 6px;
        right: auto;
    }

    .bootstrap-timepicker-widget.timepicker-orient-left::after {
        left: 7px;
        right: auto;
    }

[dir="rtl"] .datepicker {
    right: 0 !important;
    left: auto;
}

.datepicker {
    border: 1px solid #eff2f7;
    padding: 8px;
    z-index: 999 !important;
}

    .datepicker table tr th {
        font-weight: 500;
    }

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td .active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active {
        background-color: #1e1c71 !important;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff !important;
    }

    .datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
    .datepicker table tr td span.focused,
    .datepicker table tr td span:hover {
        background: #eff2f7;
    }

    .datepicker table tr td.new, .datepicker table tr td.old,
    .datepicker table tr td span.new,
    .datepicker table tr td span.old {
        color: #adb5bd;
        opacity: 0.6;
    }

    .datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
        background-color: #f6f6f6;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td {
    padding: 7px;
}

.bootstrap-datepicker-inline .datepicker-inline {
    width: auto !important;
    display: inline-block;
}

.datepicker-container {
    border: 1px solid #eff2f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

    .datepicker-container.datepicker-inline {
        width: 212px;
    }

.datepicker-panel > ul > li {
    background-color: #fff;
    border-radius: 4px;
}

    .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
        background-color: rgba(85, 110, 230, 0.25);
        color: #1e1c71;
    }

    .datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li.highlighted:hover, .datepicker-panel > ul > li:hover {
        background-color: #1e1c71;
        color: #fff;
    }

    .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
        color: #adb5bd;
        opacity: 0.6;
    }

.datepicker-panel > ul[data-view=week] > li {
    font-weight: 500;
}

    .datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
        background-color: #fff;
    }

.bootstrap-touchspin.input-group > .input-group-prepend > .btn, .bootstrap-touchspin.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.bootstrap-touchspin.input-group > .input-group-append > .btn, .bootstrap-touchspin.input-group > .input-group-append > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tox-tinymce {
    border: 1px solid #ced4da !important;
    min-height: 65vh;
}

.tox-dialog {
    z-index: 1080 !important;
}

.tox .tox-dialog-wrap__backdrop {
    z-index: 1070 !important;
}

.tox.tox-silver-sink.tox-tinymce-aux {
    z-index: 9999 !important;
}
/*.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
    height: 39px !important;
    opacity: 1 !important;
    visibility: visible !important;
}*/
.tox .tox-statusbar {
    border-top: 1px solid #eff2f7 !important;
}

.tox .tox-menubar, .tox .tox-edit-area__iframe, .tox .tox-statusbar {
    background-color: #fff !important;
    background: none !important;
}

.tox .tox-mbtn {
    color: #495057 !important;
}

    .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
        background-color: #eff2f7 !important;
    }

.tox .tox-tbtn:hover {
    background-color: #eff2f7 !important;
}

.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    background: #eff2f7 !important;
}

.tox .tox-toolbar__primary {
    border-top-color: #eff2f7 !important;
}

.tox .tox-tbtn {
    color: #495057 !important;
}

    .tox .tox-tbtn svg {
        fill: #495057 !important;
    }

.tox .tox-edit-area__iframe {
    background-color: #fff !important;
}

.tox .tox-statusbar a, .tox .tox-statusbar__path-item, .tox .tox-statusbar__wordcount {
    color: #495057 !important;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #dee4ef !important;
}

.tox-tinymce-aux {
    z-index: 1000 !important;
}

.editable-input .form-control {
    display: inline-block;
}

.editable-buttons {
    margin-left: 7px;
}

    .editable-buttons .editable-cancel {
        margin-left: 7px;
    }

/* Dropzone */
.dropzone {
    min-height: 230px;
    border: 2px dashed #ced4da;
    background: #fff;
    border-radius: 6px;
}

    .dropzone .dz-message {
        font-size: 24px;
        width: 100%;
    }

.form-wizard-wrapper label {
    font-size: 14px;
    text-align: right;
}

.wizard .steps > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (max-width: 1199.98px) {
    .wizard .steps > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.wizard .steps > ul > a, .wizard .steps > ul > li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.wizard .steps > ul > li {
    width: 100%;
}

    .wizard .steps > ul > li a {
        display: block;
        padding: .5rem 1rem;
        color: #495057;
        font-weight: 500;
        background-color: rgba(85, 110, 230, 0.1);
    }

.wizard .steps > ul .current-info {
    position: absolute;
    left: -999em;
}

.wizard .steps .number {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    border: 2px solid #1e1c71;
    color: #1e1c71;
    text-align: center;
    border-radius: 50%;
    margin-right: .5rem;
}

.wizard .steps .current a, .wizard .steps .current a:active, .wizard .steps .current a:hover {
    background-color: rgba(85, 110, 230, 0.2);
    color: #495057;
}

    .wizard .steps .current a .number, .wizard .steps .current a:active .number, .wizard .steps .current a:hover .number {
        background-color: #1e1c71;
        color: #fff;
    }

.wizard > .content {
    background-color: transparent;
    padding: 14px;
    margin-top: 0;
    border-radius: 0;
    min-height: 150px;
}

    .wizard > .content > .title {
        position: absolute;
        left: -999em;
    }

    .wizard > .content > .body {
        width: 100%;
        height: 100%;
        padding: 14px 0 0;
        position: static;
    }

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

    .wizard > .actions > ul {
        display: block;
        text-align: right;
        padding-left: 0;
    }

        .wizard > .actions > ul > li {
            display: inline-block;
            margin: 0 0.5em;
        }

    .wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover {
        background-color: #1e1c71;
        border-radius: 4px;
        padding: 8px 15px;
        color: #fff;
    }

    .wizard > .actions .disabled a, .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover {
        opacity: .65;
        background-color: #1e1c71;
        color: #fff;
        cursor: not-allowed;
    }

.wizard.vertical-wizard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .wizard.vertical-wizard .steps > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .wizard.vertical-wizard .steps > ul > li {
            width: 100% !important;
        }

    .wizard.vertical-wizard .steps, .wizard.vertical-wizard .content, .wizard.vertical-wizard .actions {
        width: 100%;
    }

@media (min-width: 1200px) {
    .wizard.vertical-wizard .steps {
        width: 25%;
    }
}

.wizard.vertical-wizard .content {
    padding: 24px;
}

@media (min-width: 1200px) {
    .wizard.vertical-wizard .content {
        width: 75%;
        padding: 12px 24px;
    }
}

.wizard.vertical-wizard .content > .body {
    padding: 0;
}

/* 
Datatable
*/
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center;
    }
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    margin-right: 0;
}

.table.dataTable.dtr-inline.collapsed > tbody > tr > td, table.dataTable.dtr-inline.collapsed > tbody > tr > td {
    position: relative;
}

    .table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
        padding-left: 30px;
    }

        .table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
            top: 50%;
            left: 5px;
            height: 14px;
            width: 14px;
            margin-top: -9px;
            display: block;
            position: absolute;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 14px;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            text-align: center;
            text-indent: 0 !important;
            line-height: 14px;
            content: '+';
            background-color: #1e1c71;
        }

.table-rep-plugin .btn-toolbar {
    display: block;
}

.table-rep-plugin .table-responsive {
    border: none !important;
}

.table-rep-plugin .btn-group .btn-default {
    background-color: #74788d;
    color: #eff2f7;
    border: 1px solid #74788d;
}

    .table-rep-plugin .btn-group .btn-default.btn-primary {
        background-color: #1e1c71;
        border-color: #1e1c71;
        color: #fff;
        -webkit-box-shadow: 0 0 0 2px rgba(85, 110, 230, 0.5);
        box-shadow: 0 0 0 2px rgba(85, 110, 230, 0.5);
    }

.table-rep-plugin .btn-group.pull-right {
    float: right;
}

    .table-rep-plugin .btn-group.pull-right .dropdown-menu {
        right: 0;
        -webkit-transform: none !important;
        transform: none !important;
        top: 100% !important;
    }

.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: normal;
}

.table-rep-plugin .checkbox-row {
    padding-left: 40px;
    color: #495057 !important;
}

    .table-rep-plugin .checkbox-row:hover {
        background-color: #f6f8fa !important;
    }

    .table-rep-plugin .checkbox-row label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
    }

        .table-rep-plugin .checkbox-row label::before {
            -o-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            background-color: #fff;
            border-radius: 3px;
            border: 1px solid #f6f6f6;
            content: "";
            display: inline-block;
            height: 17px;
            left: 0;
            margin-left: -20px;
            position: absolute;
            transition: 0.3s ease-in-out;
            width: 17px;
            outline: none !important;
        }

        .table-rep-plugin .checkbox-row label::after {
            color: #eff2f7;
            display: inline-block;
            font-size: 11px;
            height: 16px;
            left: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            position: absolute;
            top: -1px;
            width: 16px;
        }

    .table-rep-plugin .checkbox-row input[type="checkbox"] {
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        outline: none !important;
    }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
            outline-offset: -2px;
            outline: none;
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
            content: "\f00c";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
            background-color: #f8f9fa;
            cursor: not-allowed;
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
            background-color: #1e1c71;
            border-color: #1e1c71;
        }

        .table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
            color: #fff;
        }

.table-rep-plugin .fixed-solution .sticky-table-header {
    top: 70px !important;
    background-color: #1e1c71;
}

    .table-rep-plugin .fixed-solution .sticky-table-header table {
        color: #fff;
    }

.table-rep-plugin table.focus-on tbody tr.focused th,
.table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
    background: #1e1c71;
    border-color: #1e1c71;
    color: #fff;
}

    .table-rep-plugin table.focus-on tbody tr.focused th table,
    .table-rep-plugin table.focus-on tbody tr.focused td table,
    .table-rep-plugin .sticky-table-header table {
        color: #fff;
    }

@media (min-width: 992px) {
    body[data-layout="horizontal"] .fixed-solution .sticky-table-header {
        top: 120px !important;
    }
}

.table-edits input, .table-edits select {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #495057;
    border-radius: 0.25rem;
}

    .table-edits input:focus, .table-edits select:focus {
        outline: none;
        border-color: #b9bfc4;
    }

.apex-charts {
    min-height: 10px !important;
}

    .apex-charts text {
        font-family: var(--bs-font-sans-serif) !important;
        fill: #adb5bd;
    }

    .apex-charts .apexcharts-canvas {
        margin: 0 auto;
    }

.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
    font-family: var(--bs-font-sans-serif) !important;
}

.apexcharts-legend-series {
    font-weight: 500;
}

.apexcharts-gridline {
    pointer-events: none;
    stroke: #f8f9fa;
}

.apexcharts-legend-text {
    color: #74788d !important;
    font-family: var(--bs-font-sans-serif) !important;
    font-size: 13px !important;
}

.apexcharts-pie-label {
    fill: #fff !important;
}

.apexcharts-yaxis text,
.apexcharts-xaxis text {
    font-family: var(--bs-font-sans-serif) !important;
    fill: #adb5bd;
}

.e-charts {
    height: 350px;
}

/* Flot chart */
.flot-charts-height {
    height: 320px;
}

.flotTip {
    padding: 8px 12px;
    background-color: rgba(52, 58, 64, 0.9);
    z-index: 100;
    color: #f8f9fa;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border-radius: 4px;
}

.legendLabel {
    color: #adb5bd;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #343a40 !important;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #212529 !important;
}

.jqsfield {
    color: #eff2f7 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: var(--bs-font-sans-serif) !important;
    font-weight: 500 !important;
}

.gmaps, .gmaps-panaroma {
    height: 300px !important;
    background: #f8f9fa;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #1e1c71;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

    .gmaps-overlay_arrow.above {
        bottom: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #1e1c71;
    }

    .gmaps-overlay_arrow.below {
        top: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #1e1c71;
    }

.jvectormap-label {
    border: none;
    background: #343a40;
    color: #f8f9fa;
    font-family: var(--bs-font-sans-serif);
    font-size: 0.8125rem;
    padding: 5px 8px;
}

.leaflet-map {
    height: 300px;
}

    .leaflet-map.leaflet-container {
        z-index: 99;
    }

.home-btn {
    position: absolute;
    top: 15px;
    right: 25px;
}

.auth-logo .auth-logo-dark {
    display: block;
}

.auth-logo .auth-logo-light {
    display: none;
}

.auth-body-bg {
    background-color: #fff;
}

.auth-pass-inputgroup input[type="input"] + .btn .mdi-eye-outline:before {
    content: "\F06D1";
}

.auth-full-bg {
    background-color: rgba(85, 110, 230, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) {
    .auth-full-bg {
        height: 100vh;
    }
}

.auth-full-bg::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

.auth-full-bg .bg-overlay {
    background: url("../images/bg-auth-overlay.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.auth-full-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) {
    .auth-full-page-content {
        min-height: 100vh;
    }
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(85, 110, 230, 0.25);
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span, .auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1e1c71;
}

.search-box .form-control {
    border-radius: 30px;
    padding-left: 40px;
}

.search-box .search-icon {
    font-size: 16px;
    position: absolute;
    left: 13px;
    top: 0;
    line-height: 38px;
}

.product-list li a {
    display: block;
    padding: 4px 0px;
    color: #495057;
}

.product-view-nav.nav-pills .nav-item {
    margin-left: 4px;
}

.product-view-nav.nav-pills .nav-link {
    width: 36px;
    height: 36px;
    font-size: 16px;
    padding: 0;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
}

.product-ribbon {
    position: absolute;
    right: 0px;
    top: 0px;
}

.product-detai-imgs .nav .nav-link {
    margin: 7px 0px;
}

    .product-detai-imgs .nav .nav-link.active {
        background-color: #f6f6f6;
    }

.product-color a {
    display: inline-block;
    text-align: center;
    color: #495057;
}

    .product-color a .product-color-item {
        margin: 7px;
    }

    .product-color a.active, .product-color a:hover {
        color: #1e1c71;
    }

        .product-color a.active .product-color-item, .product-color a:hover .product-color-item {
            border-color: #1e1c71 !important;
        }

.visa-card .visa-logo {
    line-height: 0.5;
}

.visa-card .visa-pattern {
    position: absolute;
    font-size: 385px;
    color: rgba(255, 255, 255, 0.05);
    line-height: 0.4;
    right: 0px;
    bottom: 0px;
}

.checkout-tabs .nav-pills .nav-link {
    margin-bottom: 24px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

    .checkout-tabs .nav-pills .nav-link.active {
        background-color: #1e1c71;
    }

    .checkout-tabs .nav-pills .nav-link .check-nav-icon {
        font-size: 36px;
    }

/* ==============
  Email
===================*/
.email-leftbar {
    width: 236px;
    float: left;
    padding: 20px;
    border-radius: 5px;
}

.email-rightbar {
    margin-left: 260px;
}

.chat-user-box p.user-title {
    color: #343a40;
    font-weight: 500;
}

.chat-user-box p {
    font-size: 12px;
}

@media (max-width: 767px) {
    .email-leftbar {
        float: none;
        width: 100%;
    }

    .email-rightbar {
        margin: 0;
    }
}

.mail-list a {
    display: block;
    color: #74788d;
    line-height: 24px;
    padding: 8px 5px;
}

    .mail-list a.active {
        color: #f46a6a;
        font-weight: 500;
    }

.message-list {
    display: block;
    padding-left: 0;
}

    .message-list li {
        position: relative;
        display: block;
        height: 50px;
        line-height: 50px;
        cursor: default;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

        .message-list li a {
            color: #74788d;
        }

        .message-list li:hover {
            background: #f6f6f6;
            -webkit-transition-duration: .05s;
            transition-duration: .05s;
        }

        .message-list li .col-mail {
            float: left;
            position: relative;
        }

        .message-list li .col-mail-1 {
            width: 320px;
        }

            .message-list li .col-mail-1 .star-toggle,
            .message-list li .col-mail-1 .checkbox-wrapper-mail,
            .message-list li .col-mail-1 .dot {
                display: block;
                float: left;
            }

            .message-list li .col-mail-1 .dot {
                border: 4px solid transparent;
                border-radius: 100px;
                margin: 22px 26px 0;
                height: 0;
                width: 0;
                line-height: 0;
                font-size: 0;
            }

            .message-list li .col-mail-1 .checkbox-wrapper-mail {
                margin: 15px 10px 0 20px;
            }

            .message-list li .col-mail-1 .star-toggle {
                margin-top: 18px;
                margin-left: 5px;
            }

            .message-list li .col-mail-1 .title {
                position: absolute;
                top: 0;
                left: 110px;
                right: 0;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                margin-bottom: 0;
            }

        .message-list li .col-mail-2 {
            position: absolute;
            top: 0;
            left: 320px;
            right: 0;
            bottom: 0;
        }

            .message-list li .col-mail-2 .subject,
            .message-list li .col-mail-2 .date {
                position: absolute;
                top: 0;
            }

            .message-list li .col-mail-2 .subject {
                left: 0;
                right: 200px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .message-list li .col-mail-2 .date {
                right: 0;
                width: 170px;
                padding-left: 80px;
            }

        .message-list li.active, .message-list li.active:hover {
            -webkit-box-shadow: inset 3px 0 0 #1e1c71;
            box-shadow: inset 3px 0 0 #1e1c71;
        }

        .message-list li.unread {
            background-color: #f6f6f6;
            font-weight: 500;
            color: #292d32;
        }

            .message-list li.unread a {
                color: #292d32;
                font-weight: 500;
            }

    .message-list .checkbox-wrapper-mail {
        cursor: pointer;
        height: 20px;
        width: 20px;
        position: relative;
        display: inline-block;
        -webkit-box-shadow: inset 0 0 0 1px #ced4da;
        box-shadow: inset 0 0 0 1px #ced4da;
        border-radius: 1px;
    }

        .message-list .checkbox-wrapper-mail input {
            opacity: 0;
            cursor: pointer;
        }

            .message-list .checkbox-wrapper-mail input:checked ~ label {
                opacity: 1;
            }

        .message-list .checkbox-wrapper-mail label {
            position: absolute;
            height: 20px;
            width: 20px;
            left: 0;
            cursor: pointer;
            opacity: 0;
            margin-bottom: 0;
            -webkit-transition-duration: .05s;
            transition-duration: .05s;
            top: 0;
        }

            .message-list .checkbox-wrapper-mail label:before {
                content: "\F012C";
                font-family: "Material Design Icons";
                top: 0;
                height: 20px;
                color: #292d32;
                width: 20px;
                position: absolute;
                margin-top: -16px;
                left: 4px;
                font-size: 13px;
            }

@media (max-width: 575.98px) {
    .message-list li .col-mail-1 {
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .filemanager-sidebar {
        min-width: 230px;
        max-width: 230px;
    }
}

@media (min-width: 1366px) {
    .filemanager-sidebar {
        min-width: 280px;
        max-width: 280px;
    }
}

.categories-list {
    padding: 4px 0;
}

    .categories-list li a {
        display: block;
        padding: 8px 12px;
        color: #495057;
        font-weight: 500;
    }

    .categories-list li.active a {
        color: #1e1c71;
    }

    .categories-list li ul {
        padding-left: 16px;
    }

        .categories-list li ul li a {
            padding: 4px 12px;
            color: #74788d;
            font-size: 13px;
            font-weight: 400;
        }

@media (min-width: 992px) {
    .chat-leftsidebar {
        min-width: 260px;
    }
}

@media (min-width: 1200px) {
    .chat-leftsidebar {
        min-width: 380px;
    }
}

.chat-leftsidebar .chat-leftsidebar-nav .nav {
    background-color: #fff;
}

.chat-leftsidebar .chat-leftsidebar-nav .tab-content {
    min-height: 488px;
}

.chat-noti-dropdown.active:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f46a6a;
    border-radius: 50%;
    right: 0;
}

.chat-noti-dropdown .btn {
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
}

.chat-search-box .form-control {
    border: 0;
}

.chat-list {
    margin: 0;
}

    .chat-list li.active a {
        background-color: #fff;
        border-color: transparent;
        -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
        box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    }

    .chat-list li a {
        display: block;
        padding: 14px 16px;
        color: #74788d;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        border-top: 1px solid #eff2f7;
        border-radius: 4px;
    }

        .chat-list li a:hover {
            background-color: #fff;
            border-color: transparent;
            -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
            box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
        }

.user-chat-nav .dropdown .nav-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    background-color: #eff2f7;
    border-radius: 50%;
}

.user-chat-nav .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: 1px solid #eff2f7;
}

.chat-conversation li {
    clear: both;
}

.chat-conversation .chat-day-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}

    .chat-conversation .chat-day-title .title {
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding: 6px 24px;
    }

    .chat-conversation .chat-day-title:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        right: 0;
        background-color: #eff2f7;
        top: 10px;
    }

    .chat-conversation .chat-day-title .badge {
        font-size: 12px;
    }

.chat-conversation .conversation-list {
    margin-bottom: 24px;
    display: inline-block;
    position: relative;
}

    .chat-conversation .conversation-list .ctext-wrap {
        padding: 12px 24px;
        background-color: rgba(85, 110, 230, 0.1);
        border-radius: 8px 8px 8px 0px;
        overflow: hidden;
    }

        .chat-conversation .conversation-list .ctext-wrap .conversation-name {
            font-weight: 600;
            color: #1e1c71;
            margin-bottom: 4px;
        }

    .chat-conversation .conversation-list .dropdown {
        float: right;
    }

        .chat-conversation .conversation-list .dropdown .dropdown-toggle {
            font-size: 18px;
            padding: 4px;
            color: #74788d;
        }

@media (max-width: 575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        display: none;
    }
}

.chat-conversation .conversation-list .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: 1px solid #eff2f7;
}

.chat-conversation .conversation-list .chat-time {
    font-size: 12px;
}

.chat-conversation .right .conversation-list {
    float: right;
}

    .chat-conversation .right .conversation-list .ctext-wrap {
        background-color: #eff2f7;
        text-align: right;
        border-radius: 8px 8px 0px 8px;
    }

    .chat-conversation .right .conversation-list .dropdown {
        float: left;
    }

    .chat-conversation .right .conversation-list.last-chat .conversation-list:before {
        right: 0;
        left: auto;
    }

.chat-conversation .last-chat .conversation-list:before {
    content: "\F0009";
    font-family: "Material Design Icons";
    position: absolute;
    color: #1e1c71;
    right: 0;
    bottom: 0;
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .chat-conversation .last-chat .conversation-list:before {
        display: none;
    }
}

.chat-input-section {
    border-top: 1px solid #eff2f7;
}

.chat-input {
    border-radius: 30px;
    background-color: #eff2f7 !important;
    border-color: #eff2f7 !important;
    padding-right: 120px;
}

.chat-input-links {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .chat-input-links li a {
        font-size: 16px;
        line-height: 36px;
        padding: 0px 4px;
        display: inline-block;
    }

@media (max-width: 575.98px) {
    .chat-send {
        min-width: auto;
    }
}

.project-list-table {
    border-collapse: separate;
    border-spacing: 0 12px;
}

    .project-list-table tr {
        background-color: #fff;
    }

.contact-links a {
    color: #495057;
}

.profile-user-wid {
    margin-top: -26px;
}

@media (min-width: 576px) {
    .currency-value {
        position: relative;
    }

        .currency-value:after {
            content: "\F04E1";
            font-family: "Material Design Icons";
            font-size: 24px;
            position: absolute;
            width: 45px;
            height: 45px;
            line-height: 45px;
            border-radius: 50%;
            text-align: center;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #1e1c71;
            color: #fff;
            z-index: 9;
            right: -34px;
        }
}

.crypto-buy-sell-nav-content {
    border: 2px solid #f6f6f6;
    border-top: 0;
}

.kyc-doc-verification .dropzone {
    min-height: 180px;
}

    .kyc-doc-verification .dropzone .dz-message {
        margin: 24px 0px;
    }

/******************
    Ico Landing
*******************/
.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .section.bg-white {
        background-color: #fff !important;
    }

.small-title {
    color: #74788d;
    margin-bottom: 8px;
}

.navigation {
    padding: 0 16px;
    width: 100%;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991.98px) {
    .navigation {
        background-color: #fff;
    }
}

.navigation .navbar-logo {
    line-height: 70px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .navigation .navbar-logo .logo-dark {
        display: none;
    }

@media (max-width: 991.98px) {
    .navigation .navbar-logo .logo-dark {
        display: block;
    }
}

.navigation .navbar-logo .logo-light {
    display: block;
}

@media (max-width: 991.98px) {
    .navigation .navbar-logo .logo-light {
        display: none;
    }
}

.navigation .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.6);
    line-height: 58px;
    padding: 6px 16px;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 991.98px) {
    .navigation .navbar-nav .nav-item .nav-link {
        color: #555b6d;
    }
}

.navigation .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-nav .nav-item .nav-link.active {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991.98px) {
    .navigation .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-nav .nav-item .nav-link.active {
        color: #1e1c71;
    }
}

@media (max-width: 991.98px) {
    .navigation .navbar-nav .nav-item .nav-link {
        line-height: 28px !important;
    }

    .questionsWrap {
        margin-top: 0 !important;
    }
}

.navigation.nav-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

    .navigation.nav-sticky .navbar-logo {
        line-height: 60px;
    }

        .navigation.nav-sticky .navbar-logo .logo-dark {
            display: block;
        }

        .navigation.nav-sticky .navbar-logo .logo-light {
            display: none;
        }

    .navigation.nav-sticky .navbar-nav .nav-item .nav-link {
        line-height: 48px;
        color: #555b6d;
    }

        .navigation.nav-sticky .navbar-nav .nav-item .nav-link:hover, .navigation.nav-sticky .navbar-nav .nav-item .nav-link.active {
            color: #1e1c71;
        }

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    background-color: #000;
}

.hero-section {
    padding-top: 220px;
    padding-bottom: 190px;
}

    .hero-section.bg-ico-hero {
        background-image: url("../images/crypto/bg-ico-hero.jpg");
        background-size: cover;
        background-position: top;
    }

@media (max-width: 575.98px) {
    .hero-section {
        padding-top: 140px;
        padding-bottom: 80px;
    }
}

.hero-section .hero-title {
    font-size: 42px;
}

@media (max-width: 575.98px) {
    .hero-section .hero-title {
        font-size: 26px;
    }
}

.hero-section .ico-countdown {
    font-size: 22px;
    margin-right: -12px;
    margin-left: -12px;
}

@media (max-width: 575.98px) {
    .hero-section .ico-countdown {
        display: block;
    }
}

.hero-section .ico-countdown .coming-box {
    margin-right: 12px;
    margin-left: 12px;
    border: 1px solid #eff2f7;
    border-radius: 4px;
    padding: 8px;
    background-color: #fff;
}

@media (max-width: 575.98px) {
    .hero-section .ico-countdown .coming-box {
        display: inline-block;
        width: 40%;
        margin-bottom: 24px;
    }
}

.hero-section .ico-countdown .coming-box span {
    background-color: #eff2f7;
    font-size: 12px;
    padding: 4px;
    margin-top: 8px;
}

.hero-section .softcap-progress {
    overflow: visible;
}

    .hero-section .softcap-progress .progress-bar {
        overflow: visible;
    }

    .hero-section .softcap-progress .progress-label {
        position: relative;
        text-align: right;
        color: #495057;
        bottom: 20px;
        font-size: 12px;
        font-weight: 500;
    }

.currency-price {
    position: relative;
    bottom: 40px;
}

.client-images img {
    max-height: 34px;
    width: auto !important;
    margin: 12px auto;
    opacity: 0.7;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.features-number {
    opacity: 0.1;
}

.team-box .team-social-links a {
    color: #495057;
    font-size: 14px;
}

.blog-box .blog-badge {
    position: absolute;
    top: 12px;
    right: 12px;
}

.landing-footer {
    padding: 80px 0 40px;
    background-color: #2a3042;
    color: rgba(255, 255, 255, 0.5);
}

    .landing-footer .footer-list-title {
        color: rgba(255, 255, 255, 0.9);
    }

    .landing-footer .footer-list-menu li a {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 14px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .landing-footer .footer-list-menu li a:hover {
            color: rgba(255, 255, 255, 0.8);
        }

    .landing-footer .blog-post .post {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        padding: 16px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

        .landing-footer .blog-post .post .post-title {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
        }

        .landing-footer .blog-post .post:first-of-type {
            padding-top: 0;
        }

        .landing-footer .blog-post .post:last-of-type {
            padding-bottom: 0;
            border-bottom: 0;
        }

    .landing-footer .footer-border {
        border-color: rgba(255, 255, 255, 0.1);
    }

.counter-number {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .counter-number span {
        font-size: 16px;
        font-weight: 400;
        display: block;
        padding-top: 5px;
    }

.coming-box {
    width: 25%;
}

/************** Horizontal timeline **************/
.hori-timeline .events .event-list {
    text-align: center;
    display: block;
}

    .hori-timeline .events .event-list .event-down-icon {
        position: relative;
    }

        .hori-timeline .events .event-list .event-down-icon::before {
            content: "";
            position: absolute;
            width: 100%;
            top: 16px;
            left: 0;
            right: 0;
            border-bottom: 3px dashed #f6f6f6;
        }

        .hori-timeline .events .event-list .event-down-icon .down-arrow-icon {
            position: relative;
            background-color: #fff;
            padding: 4px;
        }

    .hori-timeline .events .event-list:hover .down-arrow-icon {
        -webkit-animation: fade-down 1.5s infinite linear;
        animation: fade-down 1.5s infinite linear;
    }

    .hori-timeline .events .event-list.active .down-arrow-icon {
        -webkit-animation: fade-down 1.5s infinite linear;
        animation: fade-down 1.5s infinite linear;
    }

        .hori-timeline .events .event-list.active .down-arrow-icon:before {
            content: "\ec4c";
        }

/************** vertical timeline **************/
.verti-timeline {
    border-left: 3px dashed #f6f6f6;
    margin: 0 10px;
}

    .verti-timeline .event-list {
        position: relative;
        padding: 0px 0px 40px 30px;
    }

        .verti-timeline .event-list .event-timeline-dot {
            position: absolute;
            left: -9px;
            top: 0px;
            z-index: 9;
            font-size: 16px;
        }

        .verti-timeline .event-list .event-content {
            position: relative;
            border: 2px solid #eff2f7;
            border-radius: 7px;
        }

        .verti-timeline .event-list.active .event-timeline-dot {
            color: #1e1c71;
        }

        .verti-timeline .event-list:last-child {
            padding-bottom: 0px;
        }

.plan-box .plan-btn {
    position: relative;
}

    .plan-box .plan-btn::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #f6f6f6;
        left: 0px;
        right: 0px;
        top: 12px;
    }

.blog-play-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px auto;
}







.chat-btn {
    position: absolute;
    right: 24px;
    bottom: 61px;
    cursor: pointer
}

    .chat-btn .close {
        display: none
    }

    .chat-btn i {
        transition: all 0.9s ease
    }

#check:checked ~ .chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked ~ .chat-btn .comment {
    display: none
}

.chat-btn i {
    font-size: 22px;
    color: #fff !important
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #dc6201;
    color: #fff;
    font-size: 22px;
    border: none;
}

#check:checked ~ .wrapper {
    /* opacity: 1; */
    display: block;
}

.wrapper {
    position: absolute;
    right: 20px;
    bottom: 120px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    /* opacity: 0; */
    transition: all 0.4s;
    z-index: 99999;
    display: none;
    box-shadow: 0 0 14px #ababab;
}


.header_chat {
    padding: 13px;
    background-color: #dc6201;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
    color: #fff;
}

    .header_chat h6 {
        color: #fff;
        margin: 0;
    }

.chat-form {
    padding: 15px;
    text-align: center;
}

    .chat-form input,
    textarea,
    button {
        margin-bottom: 10px
    }

    .chat-form textarea {
        resize: none
    }

.form-control:focus,
.btn:focus {
    box-shadow: none
}

.chat-form .btn, .chat-form .btn:focus, .chat-form .btn:hover {
    background-color: #dc6201;
    border: #dc6201;
}

#check {
    display: none !important
}

.btn_bg {
    background: #91c545 !important;
    border: 1px solid #91c545 !important;
}

@media (max-width: 600px) {


    .wrapper {
        bottom: 100px;
    }

    .chat-btn {
        position: absolute;
        right: 4px;
        bottom: 35px;
        cursor: pointer;
    }
}

/*===================================================Login error class===================================================*/
.displayCls {
    display: none
}

.loginerrors {
    margin-top: 5px;
    display: inline-block;
    font-weight: 500;
    color: #f04124
}

/*===================================================password reset modal===================================================*/
#PasswordResetModal .modal-header {
    background: #1b51a8;
}

#PasswordResetModal #modalTitle {
    color: #fff;
    font-weight: 400;
}


#PasswordResetModal button.close {
    background-color: #fff;
    box-shadow: none;
    outline: none;
    color: red;
    font-size: 25px;
    padding: 0;
    height: 25px;
    line-height: 25px;
    margin: 0;
    border: none;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}

span.spinner_icon {
    position: absolute;
    right: 22px;
    top: 3px;
    color: #0058a3;
    font-size: 11px !important;
}
/*===================================================my projects===================================================*/
.my-projects table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border-radius: 10px;
    /*overflow: hidden;*/
    margin-bottom: 50px;
}

.dropdown_list {
    max-height: 180px;
    overflow-y: auto;
}

.my-projects,
.form-select,
.form-control,
.dropdown-item {
    font-size: 13px;
}

.project-details h6 {
    color: #0058a3;
    font-weight: 600;
}

    .project-details h6 a {
        display: none;
        color: #fff;
        font-size: 18px;
        width: 30px;
        text-align: center;
    }

.my-projects table caption {
    text-align: left;
    font-size: 1.3em;
    margin: 0.5em 0 0.75em;
}

.my-projects table thead {
    display: none;
}

.my-projects table tr {
    display: block;
    border: 1px solid #eee;
    padding: 1em 1em 0.5em;
    background: #f5f5f5;
    margin: 15px;
}

    .my-projects table tr + tr {
        margin-top: 0.625em;
    }

.my-projects table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    line-height: 1.35em;
    padding: 8px;
}

    .my-projects table td:before {
        content: attr(data-label);
        font-size: 13px;
        text-align: left;
        font-weight: 500;
        text-transform: uppercase;
        max-width: 45%;
        color: #545454;
        margin-right: 15px;
    }

    .my-projects table td + td {
        margin-top: 0.8em;
    }

    .my-projects table td:last-child {
        border-bottom: 0;
    }

.my-projects .heading {
    padding: 7px 15px 7px 25px;
    background: #0058a3;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.my-projects .filter i {
    color: #0056a1;
    font-size: 18px;
}

.dataTables_wrapper label {
    color: #0058a3;
    font-weight: 500;
}

.my-projects .page-link {
    color: #0058a3;
}

.project-details label {
    color: #626262;
    font-weight: 500;
    margin-right: 5px;
}

.project-details .users i {
    font-size: 18px;
    color: #0058a3;
}

.my-projects .start-any,
.my-projects .invite {
    color: orange;
    text-decoration: none;
}

.my-projects .fa-sort {
    color: #fff;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    border-color: #ced4da !important;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select2-container {
    text-align: left;
}

.sorting .select2-container {
    width: 100% !important;
}

.custom-switch input[type="checkbox"].toggle {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

    .custom-switch input[type="checkbox"].toggle + label {
        height: 30px;
        line-height: 27px;
        background-color: #ccc;
        padding: 0px 10px;
        border-radius: 16px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        -webkit-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset 0px 0px 2px rgb(0 0 0 / 50%);
        box-shadow: inset 0px 0px 2px rgb(0 0 0 / 50%);
    }

        .custom-switch input[type="checkbox"].toggle + label:before,
        .custom-switch input[type="checkbox"].toggle + label:hover:before {
            content: " ";
            position: absolute;
            top: 2px;
            left: 2px;
            width: 25px;
            height: 25px;
            background: #fff;
            z-index: 2;
            -moz-transition: all 0.25s ease-in;
            -o-transition: all 0.25s ease-in;
            -webkit-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
            -moz-border-radius: 14px;
            -webkit-border-radius: 14px;
            border-radius: 14px;
        }

        .custom-switch input[type="checkbox"].toggle + label .off,
        .custom-switch input[type="checkbox"].toggle + label .on {
            color: #fff;
        }

        .custom-switch input[type="checkbox"].toggle + label .off {
            margin-left: 34px;
            display: inline-block;
        }

        .custom-switch input[type="checkbox"].toggle + label .on {
            display: none;
        }

    .custom-switch input[type="checkbox"].toggle:checked + label .off {
        display: none;
    }

    .custom-switch input[type="checkbox"].toggle:checked + label .on {
        margin-right: 34px;
        display: inline-block;
    }

    .custom-switch input[type="checkbox"].toggle:checked + label,
    .custom-switch input[type="checkbox"].toggle:focus:checked + label {
        background-color: #6aa84f;
    }

        .custom-switch input[type="checkbox"].toggle:checked + label:before,
        .custom-switch input[type="checkbox"].toggle:checked + label:hover:before,
        .custom-switch input[type="checkbox"].toggle:focus:checked + label:before,
        .custom-switch input[type="checkbox"].toggle:focus:checked + label:hover:before {
            background-position: 0 0;
            top: 2px;
            left: 100%;
            margin-left: -28px;
        }

table p {
    font-size: 12px;
    margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
    .my-projects table caption {
        font-size: 1.5em;
    }

    .my-projects table thead {
        display: table-header-group;
    }

    .my-projects table tr {
        display: table-row;
        border: 0;
    }

    .my-projects table th,
    .my-projects table td {
        text-align: center;
    }

    .my-projects table th {
        font-size: 13px;
        text-transform: uppercase;
        border-bottom: 0;
        background: #0058a3;
        color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
        font-weight: 500;
    }

        .my-projects table th:first-child {
            border-top-left-radius: 10px;
        }

        .my-projects table th:last-child {
            border-top-right-radius: 10px;
        }

    .my-projects table tr:last-child {
        border-bottom-right-radius: 10px;
    }

    .my-projects table td {
        display: table-cell;
        vertical-align: middle;
        padding: 8px;
    }

        .my-projects table td:before {
            display: none;
        }

        .my-projects table td:last-child {
            border-bottom: 1px solid #eee;
        }

    .my-projects table {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .select2-container {
        width: 300px !important;
    }
}

@media screen and (max-width:767px) {
    .my-projects table tr td:first-child:before {
        display: none;
    }

    .my-projects table tr {
        padding: 0;
    }

    .project-details h6 {
        color: #fff;
        background: #0058a3;
        padding: 10px;
        display: flex;
    }

        .project-details h6 a {
            display: inline-block;
            margin-left: auto;
        }

    .show-data {
        display: none !important;
        transition: all 0.5s ease-out;
    }

        .show-data.active {
            display: flex !important;
            transition: all 0.5s ease-in;
        }

    .showHide.active i {
        transform: rotate(180deg);
    }

    .showHide i {
        transition: all 0.5s;
    }
}

/* width */
:: -webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0058a3;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #376c99;
    }

/*===================================================Current cluster===================================================*/
/*/ (A) LIST TO MENU /*/
.tree, .treee_section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tree {
    background: #fbfbfb;
    font-size: 14px;
}

    .tree li {
        padding: 0px 10px;
        color: #ed8f2b;
        font-weight: 500;
    }

        .tree li span {
            color: #777;
        }

        .tree li:last-child {
            border: 0;
        }

/*/ (B) SUB-SECTIONS /
/ (B1) TOGGLE SHOW/HIDE /*/
.treee_section ul {
    display: none;
}

.treee_section input:checked ~ ul {
    display: block;
}

/*/ (B2) HIDE CHECKBOX /*/
ul.tree.tree_chart.table_Scroll .treee_section input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 99;
    top: 13px;
    left: 1px;
    margin: 0;
    cursor: pointer;
    width: 18px;
}

.treee_section input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 99;
    top: 2px;
    left: 7px;
    margin: 0;
    cursor: pointer;
}

/*(B3) ADD EXPAND/COLLAPSE ICON*/
.treee_section {
    position: relative;
    padding-left: 5px !important;
}

    .treee_section label .treeSpan:before {
        /*content: "\0002B";
        position: absolute;
        top: -9px;
        left: 0;
        padding: 10px;
        text-align: center;
        font-size: 24px;
        color: #23c37a;
        transition: all 0.5s;*/
        content: "\F0B26";
        display: inline-block;
        font: normal normal normal 24px/1 "Material Design Icons";
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        transform: rotate(270deg);
        font-size: 16px;
        margin-right: 6px;
        cursor: pointer;
        transition: all 0.5s;
    }

#accordionFlushExample ul.tree .treee_section:first-child {
    padding-left: 5px !important;
}

li.treee_section label {
    margin: 0;
}

.treee_section input:checked ~ label .treeSpan:before {
    transform: rotate(0deg);
}

.tree_empty label .treeSpan:before {
    display: none;
    visibility: hidden;
}

li.tree_empty {
    padding: 3px 10px;
    padding-left: 26px !important;
}

span.treeSpan {
    float: none !important;
    color: #dc6201 !important;
    width: calc(100% - 60px);
    display: inline-block;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*/ (B4) SUB-SECTION ITEMS /*/
.section ul li {
    color: #d43d3d;
}

/*Footer*/
#current-cluster {
    min-height: 50vh;
    overflow: auto;
    max-height: 50vh;
}

.set-pagitation-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.disabled {
    cursor: not-allowed;
}

.set-step-model-view {
    cursor: pointer;
    min-height: calc(70vh - 50px);
}

.active {
    background-color: #dc6201 !important;
}

.sethovercolor:hover {
    color: rgb(124 77 27) !important;
    cursor: pointer;
}

.prm-color_brown span.treeSpan {
    color: rgb(124 77 27) !important;
}

.activecurrentcluster {
    color: rgb(124 77 27) !important;
}

.set-you-are-done-font-style {
    font-weight: normal;
    color: #0058a3;
    padding-top: 30px;
    font-size: 17px;
}

.main-div {
    text-align: center !important;
    width: 50%;
    margin: 0px;
    line-height: 1.5;
    margin-left: 25%;
}

.panel-div {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333;
}

.set-icon-div {
    font-size: 20px;
    margin-left: 31px;
    float: left;
    margin-top: -4px;
}

.set-text-div {
    font-size: 15px;
}

.start-div {
    background-color: white;
}

.main-content {
    background-color: white;
}

@media only screen and (max-width: 375px) {
    .main-div {
        width: 100%;
        margin-left: 0%;
    }

    body[data-layout="horizontal"] .page-content {
        margin-top: 39px;
    }
}

@media only screen and (max-width: 425px) {
    .main-div {
        width: 100%;
        margin-left: 0%;
    }

    .set-icon-div {
        float: none;
        margin-left: 6px;
        margin-top: -12px;
    }

    body[data-layout="horizontal"] .page-content {
        margin-top: 33px;
    }
}

@media only screen and (max-width: 320px) {
    .main-div {
        width: 100%;
        margin-left: 0%;
    }

    .set-icon-div {
        float: none;
        margin-left: 6px;
        margin-top: 5px;
    }

    body[data-layout="horizontal"] .page-content {
        margin-top: 39px;
    }
}


@media only screen and (max-width: 1024px) {

    .main-div {
        width: 100%;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 768px) {

    .set-text-view {
        margin-top: 7%;
    }

    .bodycls {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 550px) {

    #siWidget-chat {
        width: 86% !important;
        bottom: 90px !important;
        right: 20px !important;
        max-height: 530px !important;
    }
}

/*==============================================my-projects invite popup========================================================*/
/* custom checkboxes */
/***** RADIO BUTTON STYLES *****/
.rdio {
    position: relative;
}

    .rdio input[type=radio] {
        opacity: 0;
    }

    .rdio label {
        padding-left: 10px;
        cursor: pointer;
        margin-bottom: 7px !important;
        font-size: 14px;
    }

        .rdio label:before {
            width: 18px;
            height: 18px;
            position: absolute;
            top: 1px;
            left: 0;
            content: "";
            display: inline-block;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            border: 1px solid #dc6201;
            background: #fff;
        }

    .rdio input[type=radio] {
        margin: 0px;
    }

        .rdio input[type=radio]:disabled + label {
            color: #999;
        }

            .rdio input[type=radio]:disabled + label:before {
                background-color: #dc6201;
            }

        .rdio input[type=radio]:checked + label::after {
            content: "";
            position: absolute;
            top: 5px;
            left: 4px;
            display: inline-block;
            font-size: 11px;
            width: 10px;
            height: 10px;
            background-color: #dc6201;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
        }

.rdio-default input[type=radio]:checked + label:before {
    border-color: #dc6201;
}

.rdio-primary input[type=radio]:checked + label:before {
    border-color: #dc6201;
}

.rdio-primary input[type=radio]:checked + label::after {
    background-color: #dc6201;
}

.custom-checkbox > [type=checkbox], .custom-checkbox label {
    /*margin-bottom:0px !important;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox > [type=checkbox]:not(:checked), .custom-checkbox > [type=checkbox]:checked {
        position: absolute;
        left: -9999px;
    }

        .custom-checkbox > [type=checkbox]:not(:checked) + label, .custom-checkbox > [type=checkbox]:checked + label {
            position: relative;
            padding-left: 22px;
            cursor: pointer;
        }

            .custom-checkbox > [type=checkbox]:not(:checked) + label:before, .custom-checkbox > [type=checkbox]:checked + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -9px;
                width: 17px;
                height: 17px;
                border: 1px solid #dc6201;
                background: #ffffff;
                border-radius: 2px;
            }

            .custom-checkbox > [type=checkbox]:not(:checked) + label:after, .custom-checkbox > [type=checkbox]:checked + label:after {
                content: "";
                position: absolute;
                top: 50%;
                margin-top: -7px;
                left: 6px;
                color: #dc6201;
                transition: all 0.2s;
                border-top: 0;
                border-right: 2px solid #dc6201;
                border-bottom: 2px solid #dc6201;
                border-left: none;
                width: 5px;
                height: 10px;
                transform: rotate( 45deg) !important;
            }

            .custom-checkbox > [type=checkbox]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0);
            }

            .custom-checkbox > [type=checkbox]:checked + label:after {
                opacity: 1;
                transform: scale(1);
            }

    .custom-checkbox > [type=checkbox][data-indeterminate] + label:after {
        content: "-";
        left: 2px;
        opacity: 1;
        transform: scale(1);
    }

    .custom-checkbox > [type=checkbox]:disabled:not(:checked) + label:before {
        box-shadow: none;
        background-color: #b9b9b9;
        border-color: #a7a7a7;
        cursor: not-allowed;
        opacity: 1;
        color: #dadada;
    }

    .custom-checkbox > [type=checkbox]:disabled:checked + label:before {
        box-shadow: none;
        background-color: #b9b9b9;
        border-color: #a7a7a7;
        cursor: not-allowed;
        opacity: 1;
        color: #dc6201;
    }

    .custom-checkbox > [type=checkbox]:disabled:checked + label:after {
        color: #dc6201;
        cursor: not-allowed;
    }

    .custom-checkbox > [type=checkbox]:disabled + label {
        color: #aaa;
        cursor: not-allowed;
    }

    .custom-checkbox > [type=checkbox]:checked:focus + label:before, .custom-checkbox > [type=checkbox]:not(:checked):focus + label:before {
        border: 1px solid #dc6201;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .custom-checkbox label:hover:before {
        border: 1px solid #dc6201 !important;
    }

.custom-checkbox [type=checkbox]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type=checkbox]:disabled:checked + label:hover:before {
    border: 1px solid #dc6201 !important;
}

.checkbox_items {
    padding: 20px;
    background: #f1f1f1;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
}

    .checkbox_items .cust-checkbox {
        min-width: 25%;
        max-width: 50%;
    }

.link_area {
    border: 1px solid #92c645;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0 0;
    font-size: 14px;
}

    .link_area span {
        word-break: break-all;
    }

.btn-clipboard {
    background: #92c645;
    color: #fff;
    border-radius: 0;
}

.link_table {
    max-height: 300px;
    overflow-y: auto;
}


/* quiz section */
.quiz-section {
    margin-top: 24px;
}

    .quiz-section .heading {
        padding: 7px 15px 7px 25px;
        background: #0058a3;
        color: #fff;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        text-transform: capitalize;
    }

.single-quiz p {
    font-weight: 400;
}

.single-quiz {
    margin-top: 20px;
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

    .single-quiz hr {
        margin-top: 0;
    }

/*.formgrp, .formgrpchk {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}*/
.question_body {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 10px;
}

    .question_body h5 {
        font-size: 13px;
        color: #000;
        margin-right: 5px;
    }

    .question_body h6.hText {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        display: flex;
        align-items: baseline;
    }

        .question_body h6.hText p {
            margin-bottom: 0 !important;
        }

            .question_body h6.hText p strong {
                font-weight: 500 !important;
            }

    .question_body.image_qestion h6.hText {
        flex-direction: column;
    }

        .question_body.image_qestion h6.hText p {
            margin-bottom: 10px !important;
        }

    .question_body.image_qestion {
        margin-top: -30px;
    }

    .question_body .form-control {
        border-radius: 0;
        border-color: #eee;
        margin: 0 !important;
        background: #fff;
    }

        .question_body .form-control:disabled {
            background: #cdcdcd !important;
            cursor: not-allowed;
        }

    .question_body .form-group .form-select {
        width: calc(100% - 110px);
    }

    .question_body .form-group .form-control {
        width: 100%;
        display: inline-block;
    }

    .question_body .formgrp .custom-radio {
        width: 15px;
        height: 15px;
        margin: 0 !important;
    }

        .question_body .formgrp .custom-radio + label + input {
            width: calc(100% - 145px);
        }



.single-quiz .fa-check-circle {
    color: #6aa84f;
    margin-left: auto;
    padding-left: 10px;
}

.required-text {
    color: #c4c3c3;
}

.custom-radio {
    height: 22px;
    width: 22px;
    margin: 0;
    cursor: pointer;
    margin-left: 10px;
}

.single-quiz .question_body .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    flex-wrap: wrap;
}

.single-quiz .form-group label {
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 7px;
    width: auto;
}

.clear-btn {
    margin-bottom: 0;
    color: #fff;
    background: #dc6200;
    border: 0;
    margin-left: 10px;
}

.quiz-wapper {
    max-height: 100%;
    overflow: auto;
}

    .quiz-wapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .quiz-wapper::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .quiz-wapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #c4c3c3;
    }

.other-input {
    max-width: 200px;
}

.custom-textarea {
    max-width: 500px;
}

.bg_blue {
    background: #211d72;
}

.bg_green {
    background: #92c645;
}

.bg_orange {
    background: #dc6201;
}

.legent_box {
    background: lightgoldenrodyellow;
    padding: 8px;
    border: 1px dotted #ccc;
}

    .legent_box h4 {
        color: #211d72;
        border-bottom: 1px solid #ccc;
        text-align: center;
        padding-bottom: 10px;
    }

    .legent_box ul {
        list-style: auto;
        padding-left: 15px;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
    }

div#divJugement {
    max-height: calc(100vh - 24.6rem);
    overflow: auto;
}

div#divRedoJudg th:first-child {
    width: 30%;
}

div#divRedoJudg td:first-child {
    color: #000;
}

div#divRedoJudg th, div#divRedoJudg td {
    padding: 7px;
    border: 1px solid #ccc;
    text-align: left;
    cursor: pointer;
}

    div#divRedoJudg td.bg-gray {
        border-color: #eee !important;
    }

.checkbox_group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

ul.tree.tree_chart li {
    padding: 5px 0px 5px 28px;
    color: #ed8f2b;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

ul#main-tab li {
    border-bottom: 1px solid #eee;
    padding-top: 6px;
    padding-bottom: 6px;
}

    ul#main-tab li.treee_section input:checked + label, ul.tree.tree_chartm li.treee_section input:checked + label {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #eee;
        padding-bottom: 6px;
    }

    ul#main-tab li.treee_section input + label, ul.tree.tree_chartm li.treee_section input + label {
        border: none;
        width: 100%;
    }

    ul#main-tab li:last-child, ul.tree.tree_chartm li:last-child {
        border: none;
    }

ul.tree.tree_chartm li.treee_section span:last-child {
    float: right;
}

ul#main-tab .treee_section input[type=checkbox] {
    top: 7px;
    width: 18px;
    height: 18px;
    left: 3px;
}

ul.tree.tree_chartm li {
    border-bottom: 1px solid #eee;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 26px;
}

ul.tree.tree_chart li.treee_section input:checked + label {
    margin: 0;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

ul.tree.tree_chart li.treee_section input + label {
    border-bottom: none;
    width: 100%;
}

ul.tree.tree_chart li span {
    float: right;
}

ul.tree.tree_chart li:last-child {
    border: 0;
}

ul.tree.tree_chart {
    padding: 20px;
    border: 1px solid #eee;
}

    ul.tree.tree_chart > li.treee_section {
        padding-left: 0 !important;
    }

li.treee_section ul {
    padding-left: 15px;
}

.mob_progress_table {
    border: 1px solid #ccc;
}

.table_header {
    display: flex;
    flex-wrap: wrap;
}

    .table_header span {
        background: #211d71;
        color: #fff;
        width: 50%;
        padding: 7px;
        text-align: center;
        display: inline-block;
    }

        .table_header span:last-child {
            background: #92c645;
        }

/* .table_item {
    border-bottom: 1px solid #ccc;
    padding: 10px;
} */

.table_item p {
    margin-bottom: 0;
}

.progress_result {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .progress_result .progress {
        width: 80%;
    }

.table_item p span {
    background: #e1e1e1;
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-right: 5px;
}

.mob_table {
    display: none;
}

.sorting_togle input.sorting_arrow {
    display: flex;
    margin-left: auto;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 99;
}

.mob_table ul.tree.tree_chart {
    position: absolute;
    width: calc(100% - 24px);
    transform: translateX(-100vw);
    transition: all .7s;
}

input.toggle_tree {
    opacity: 0;
    position: absolute;
    z-index: 9;
    margin: 5px 0;
    top: -2px;
    width: 20px;
    height: 16px;
}

    input.toggle_tree + span {
        position: absolute;
        left: 12px;
        background: #fff;
        z-index: 0;
        top: -0px;
        font-size: 20px;
    }

    input.toggle_tree:checked + span +
    ul.tree.tree_chart {
        transform: translateX(0);
    }

.mob_table ul.tree.tree_chart {
    position: absolute;
    width: calc(100% - 24px);
    transform: translateX(-100vw);
    transition: all .7s;
    margin-top: 30px;
}

.sorting_togle {
    position: relative;
    margin-bottom: 10px;
}

    .sorting_togle span {
        width: 20px;
        height: 20px;
        justify-content: center;
        background: #dc6201;
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        border-radius: 4px;
        display: flex;
        margin-left: auto;
        position: absolute;
        top: 0;
        right: 2px;
    }

    .sorting_togle input + span + .sort_bubble {
        display: none;
    }

    .sorting_togle input:checked + span + .sort_bubble {
        display: block;
        z-index: 9;
    }

.sort_bubble {
    border: 1px solid #dc6201;
    padding: 20px;
    border-radius: 6px;
    position: absolute;
    width: calc(100% + 20px);
    background: #fff;
    top: 30px;
    box-shadow: 0 0 10px #9b9b9b;
    right: 0%;
}

    .sort_bubble:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        right: 5px;
        top: -5px;
        border-top: 5px solid;
        border-right: 5px solid;
        border-bottom: 5px solid transparent;
        border-left: 5px solid transparent;
        color: #dc6201;
        transform: rotate(-45deg);
    }

.collabse_btn {
    position: relative;
    width: max-content;
    margin: 0 auto;
    padding-right: 30px;
    max-width: 100%;
}

div#titleDiv .collabse_btn a, div#titleDiv1 .collabse_btn a, div#titleDiv2 .collabse_btn a, div#titleDiv3 .collabse_btn a, div#titleDiv4 .collabse_btn a {
    position: absolute;
    right: 0;
    top: 2px;
    margin: 0 !important;
}

.progress_table td {
    padding: 5px 10px;
    vertical-align: middle;
}

.collabse_btn input {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    display: none;
}

.toggle_text {
    display: none;
}

.collabse_btn input:checked + .arrow_icon + .toggle_text {
    display: block;
}

.arrow_icon {
    background: #dc6201;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    line-height: 20px;
    padding: 3px;
    margin-left: auto;
    display: none;
}

.collabse_btn input + .arrow_icon .fa-plus {
    display: block;
}

.collabse_btn input:checked + .arrow_icon .fa-plus {
    display: none;
}

.collabse_btn input:checked + .arrow_icon .fa-minus {
    display: block;
}

@media (max-width: 992px) {
    .mob_table {
        display: block;
    }

    .desk_table {
        display: none;
    }

    .collabse_btn input, .arrow_icon {
        display: none;
    }
}

.progress_table thead tr th:last-child {
    width: 20%;
}

.progress_table td .progress {
    width: 100%;
    border: 1px solid #ccc !important;
}

.progress_table, .progress_table td, .progress_table th {
    border: 1px solid #eee
}

.tbl_width th {
    width: calc(100% / 7);
}

.bg-gray {
    background-color: #9f9f9f !important;
}

.modal-go-btn {
    background: #92c645;
    color: #fff;
    padding: 8px 15px;
    margin-top: 20px;
    display: inline-block;
}

    .modal-go-btn span.text {
        margin-left: 10px;
        color: #fff;
        font-size: 15px;
    }

.highlighted-text {
    font-size: 16px;
    color: #DC6200;
    font-weight: 600;
}

.divRank_BestFit {
    font-weight: 700;
    color: #0075ff;
}

/*========================================Chart CSS========================================*/
.chart_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.value_wrapper {
    width: 22%;
    display: flex;
    justify-content: space-between;
}

.blue_bgcolor {
    background: #80acd1;
}

.green_bgcolor {
    background: #b5d4a7;
}

.info_div {
    padding: 8px 15px;
    color: #fff;
    position: relative;
}

.box_title p {
    margin: 0;
    padding: 8px 15px;
    color: #fff;
    font-weight: 600;
}

.value_wrapper {
    display: flex;
    justify-content: space-between;
}

.info_div .info_tooltip {
    top: 33px;
}

.rating_area {
    width: calc(58% - 40px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .rating_area .chart_area {
        margin-bottom: 15px;
        order: 1;
    }

.chart_area {
    width: calc(100% - 80px);
}

.rating_area .comment_div {
    position: relative;
    order: 2;
    width: calc(50% - 20px);
    text-align: right;
}

.rating_area .close_icon {
    color: #ffa8a8;
    order: 3;
    padding: 0 20px;
    width: 50%;
}

.ratting_box {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.rating_content {
    width: 30px;
    height: 22px;
    background: #e6e6e6;
    margin: 0 2px;
    position: relative;
    cursor: pointer;
}

.chart_wrapper.active_row .rating_M_s {
    height: 13px;
}

.box_title {
    align-self: center;
}

.rating_content span {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
}

.selected_left, .selected_left1, .selected_hover_left {
    background: #80acd2;
}

.selected_right, .selected_right1, .selected_hover_right {
    background: #b5d4a7;
}

.rating_result {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.left_result span {
    background: #80acd2;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 7px;
    border-radius: 2px;
}

.right_result span {
    background: #b5d4a7;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 7px;
    border-radius: 2px;
}

.comment_div, .close_icon {
    align-self: center;
}

.active_row .rating_result, .active_row .rating_content span {
    display: block;
}

.active_row .rating_EX {
    height: 69px;
    margin-top: 45px;
}

.active_row .rating_EX_s {
    height: 61px;
}

.active_row .rating_VS {
    height: 53px;
}

.active_row .rating_VS_s {
    height: 45px;
}

.active_row .rating_S {
    height: 37px;
}

.active_row .rating_S_s {
    height: 29px;
}

.active_row .rating_M {
    height: 21px;
}

.active_row .rating_M_e {
    height: 13px;
}

.active_row .rating_e {
    height: 5px;
    position: relative;
}

    .active_row .rating_e:hover {
        background: rgb(0,88,163);
        background: linear-gradient(90deg, rgba(0,88,163,1) 50%, rgba(106,168,79,1) 50%) !important;
    }

    .active_row .rating_e:after {
        content: "";
    }

.chart_wrapper.active_row {
    background: #ffffe6;
    border: 1px solid #ffeb00;
}

.active_row .rating_area {
    padding: 7px 0;
}

.chart_wrapper.active_row .blue_bgcolor {
    background: #0058a3;
}

.chart_wrapper.active_row .green_bgcolor {
    background: #6aa84f;
}

.active_row .rating_EX:after {
    content: "Extreme";
    font-size: 13px;
    top: -40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.active_row .rating_EX:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: #000;
    top: -20px;
    left: 50%;
}

.active_row .rating_VS:after {
    content: "Very Strong";
    font-size: 13px;
    top: -40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
}

.active_row .rating_VS:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: #000;
    top: -20px;
    left: 50%;
}

.active_row .rating_S:after {
    content: "Strong";
    font-size: 13px;
    top: -40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
}

.active_row .rating_S:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: #000;
    top: -20px;
    left: 50%;
}

.active_row .rating_M:after {
    content: "Moderate";
    font-size: 13px;
    top: -40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
}

.active_row .rating_M:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: #000;
    top: -20px;
    left: 50%;
}

.active_row .rating_e:after {
    content: "Equal";
    font-size: 13px;
    top: -40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 600;
}

.active_row .rating_e:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: #000;
    top: -20px;
    left: 50%;
}

.active_row .selected_left, .active_row .selected_left1 {
    background: #0059a3;
}

.active_row .selected_right, .active_row .selected_right1 {
    background: #6aa750;
}
/* .active_row .rating_content_left:hover {
    background: #0059a3;
}
.active_row .rating_content_right:hover {
    background: #6aa750;
} */

.classforeveryevent {
}

input.info_model {
    position: absolute;
    top: 14px;
    left: 15px;
    opacity: 0;
    cursor: pointer;
}

    input.info_model + i + .info_tooltip {
        display: none;
    }

    input.info_model:checked + i + .info_tooltip {
        display: flex;
    }


.info_tooltip {
    position: absolute;
    /*top: 40px;*/
    min-width: 250px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 8px;
    box-shadow: 0 0 5px #ccc;
    color: #000;
    font-size: 14px;
    left: 0px;
    z-index: 99;
    height: max-content;
}

    .info_tooltip p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .info_tooltip:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: transparent;
        top: -6px;
        border-left: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-top: 6px solid #fff;
        border-right: 6px solid #fff;
        transform: rotate(-45deg);
        left: 16px;
    }

.tooltop_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.action_icons a {
    color: #007cff;
    margin: 0px 0px 0 4px;
}

.info_tooltip.right_tooltip {
    right: 0;
    left: auto;
}

    .info_tooltip.right_tooltip::after {
        right: 16px;
        left: auto;
        bottom: -7px;
        top: auto;
        transform: rotate( 135deg);
        border-top-color: #ccc;
        border-right-color: #ccc;
    }

.info_div .info_tooltip.right_tooltip::after {
    top: -6px;
    transform: rotate( -45deg);
    border-top-color: #fff;
    border-right-color: #fff;
    right: 24px;
}

.rating_area .slide_valueComment .close_icon {
    order: unset;
    padding: 0;
}

.rating_area .slide_valueComment .comment_div {
    order: unset;
}

    .rating_area .slide_valueComment .comment_div input.comment_model {
        top: 0;
    }

    .rating_area .slide_valueComment .comment_div .info_tooltip.right_tooltip {
        bottom: 29px;
        top: auto;
        right: -20px;
    }

.info_poptop .fa-comments {
    color: #80acd2;
}

.info_tooltip span {
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.comment_div {
    position: relative;
}

    .comment_div input.comment_model {
        left: 1px;
        top: 7px;
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

input.comment_model + i + .info_tooltip {
    display: none;
}

input.comment_model:checked + i + .info_tooltip {
    display: block;
    top: 25px;
}

.info_div i.fa {
    cursor: pointer;
}

.comment_div .info_tooltip.right_tooltip {
    right: -13px;
    left: auto;
    bottom: 30px;
}

.comt_btn button {
    background: #6aa750;
    color: #fff;
    border: 1px solid #6ba651;
}

.comment_div .fa-comments {
    color: #80acd2;
}

.close_icon {
    color: #ffa8a8;
}

@media (max-width: 991px) {
    .quiz-section {
        margin-top: 0;
    }

    .rating_content span {
        font-size: 10px;
        display: block !important;
    }

    .active_row .rating_content:before, .active_row .rating_content:after {
        display: none;
    }

    .active_row .rating_content {
        height: 22px !important;
        margin-top: 20px;
    }

    .rating_result {
        margin-top: 10px;
    }

    .chart_area {
        width: calc(100% - 0px) !important;
    }

    .sort_bubble {
        width: calc(100% + 0px);
    }

    .toggle_area.small_content {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .chart_wrapper.active_row.single_row {
        margin-top: 10px;
    }

    .scale_wt {
        max-width: calc(100% - 0px) !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100%;
        margin-top: 20px;
    }

    .rating_area {
        order: 3;
        width: 100% !important;
    }

    .value_wrapper {
        order: 2;
        width: 50% !important;
    }

    .left_result span, .right_result span {
        font-size: 12px;
    }

    .comment_div .info_tooltip.right_tooltip {
        right: auto;
        left: -4px;
        z-index: 9;
    }

    .info_tooltip.right_tooltip::after {
        left: auto;
        right: 16px;
    }

    .info_tooltip {
        min-width: 160px;
    }

    .box_title p {
        padding: 8px 1px;
    }

    .comment_div .info_tooltip.right_tooltip::after {
        left: 6px;
        right: auto;
    }

    .mob_progress_table .table_item {
        padding: 10px 10px 0;
    }

    .togle_ht {
        min-height: 60px;
    }

    .toggle_area.small_content {
        margin-top: 10px;
    }

    /*  .page-content {
        margin-top: 0px !important;
    }*/

    .pagination-sm .page-link {
        padding: 2px 4px;
        font-size: .71094rem;
    }

    body[data-layout="horizontal"] .page-content {
        min-height: calc(100vh - 320px);
    }
}

.eqalizer_color {
    background: rgb(0,88,163);
    background: linear-gradient( 90deg, rgb(128 172 209) 50%, rgb(181 212 167) 50%) !important;
}

.active_row .eqalizer_color {
    background: linear-gradient( 90deg, rgb(0 88 163) 50%, rgb(106 168 79) 50%) !important;
}
/*========================================Chart CSS========================================*/

/*===================================Footer evaluated progress bar CSS===================================*/
.progressdiv .progress {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    transform: rotate(-90deg) rotateX(180deg);
    background: #92c745;
    border-radius: 50%;
}

    .progressdiv .progress circle {
        stroke-dashoffset: 0;
        transition: stroke-dashoffset 1s ease;
        stroke: #1f1d72;
        stroke-width: 9px;
    }

    .progressdiv .progress .bar {
        stroke: #eee;
    }

.progressdiv {
    position: relative;
    width: 55px;
}

    .progressdiv:after {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 11px;
        transform: translate(-50%, -50%);
        content: attr(data-percent) " %";
        color: #fff;
        width: calc(100% - 10px);
        text-align: center;
    }

.right_result {
    width: 100%;
    text-align: right;
}

/*==============Single Pairwise=================*/
span.toggle_handel {
    position: relative;
    margin-right: 24px;
}

    span.toggle_handel i {
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 0;
    }

    span.toggle_handel input.toggle_checkbox {
        z-index: 9;
        opacity: 0;
        position: absolute;
        top: 1px;
        left: 0px;
    }

.top_content_wrapper {
    position: relative;
}

input.toggle_checkbox {
    position: absolute;
    top: 5px;
}

    input.toggle_checkbox.checkchange {
        top: 50%;
        transform: translateY(-50%);
    }

input.toggle_checkbox {
    position: absolute;
    top: 5px;
    opacity: 0;
    cursor: pointer;
}

    input.toggle_checkbox + i {
        cursor: pointer;
    }

    input.toggle_checkbox:checked + i + span + .toggle_area {
        display: none;
    }

.toggle_area {
    position: relative;
    min-height: auto;
    border: 1px solid #ccc;
    margin: 0px 0 20px;
    padding: 10px 15px;
    /*max-height: 150px;*/
    overflow-y: auto;
    min-height: 150px;
}

    .toggle_area a.edit_icon {
        position: absolute;
        right: 6px;
        top: 4px;
        color: #ccc;
    }

span.wlr_heading {
    max-width: 190px;
    display: inline-block;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin: -5px auto;
}

span.wrt_content_toggle {
    font-size: 15px;
}

.clcheckboxes span {
    display: inline-flex;
    align-items: flex-start;
    width: calc(100% - 30px);
    font-size: 15px;
    justify-content: center;
    margin-left: 7px !important;
    text-align: center;
}

.pairwise_width .rating_area {
    width: calc(50% - 40px);
}

.pairwise_width .value_wrapper {
    width: 25%;
}

.toggle_area.small_content {
    position: relative;
    min-height: 60px;
    border: 1px solid #ccc;
    margin: 0px 0 20px;
    padding: 10px 15px;
}

.single_row .rating_area {
    flex-direction: column;
    justify-content: flex-start;
}

.single_row .chart_area {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.chart_wrapper.active_row.single_row {
    background: none;
    border: none;
}

input#checkbox5, input#checkbox4 {
    top: 21px;
}

.toggle_area p span {
    font-size: 14px !important;
    line-height: normal !important;
    color: #777 !important;
}

.max_content_area {
    height: 300px;
    overflow: auto;
}


.popup_close {
    font-size: 24px;
    border: none;
    line-height: 0;
    background: transparent;
    color: #276bb5;
    margin-bottom: 0;
}
/*==============Single Pairwise=================*/


/**************scale value**************/
#slider {
    margin-top: 50px;
}

.ui-slider-handle {
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tt-step-function-wrap .tt-steps-slider .ui-slider-handle {
    height: 291px;
    top: -274px;
    width: 6px !Important;
    position: absolute;
    margin-left: -6px;
    vertical-align: baseline !important;
    outline: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #539DDD;
    display: none;
    cursor: e-resize
}

.handle-label {
    position: absolute;
    bottom: 100%;
    left: auto;
    right: auto;
    margin: 0px auto;
    width: 150px;
    text-align: center;
    background: #151515;
    color: #fff;
    padding: 5px;
    pointer-events: none;
}

.ui-widget-header {
    background: linear-gradient(to left, #6aa750 50%, #0059a3 50%) !important;
    background-attachment: fixed !important;
}


.ruler {
    position: relative;
    width: 100%;
    margin: 10px auto;
    height: 14px;
}

    .ruler .cm,
    .ruler .mm {
        position: absolute;
        border-left: 1px solid #555;
        height: 6px;
        width: 10%;
    }

        .ruler .cm:after {
            position: absolute;
            bottom: -15px;
            font: 11px/1 sans-serif;
            left: -4px;
        }

    .ruler .mm {
        height: 5px;
    }

        .ruler .mm:nth-of-type(5) {
            height: 10px;
        }

    .ruler .cm:nth-of-type(1) {
        left: 0%;
    }

        .ruler .cm:nth-of-type(1):after {
            content: "";
        }

    .ruler .cm:nth-of-type(2) {
        left: 5%;
    }

        .ruler .cm:nth-of-type(2):after {
            content: "9";
        }

    .ruler .cm:nth-of-type(3) {
        left: 10%;
    }

        .ruler .cm:nth-of-type(3):after {
            content: "5";
        }

    .ruler .cm:nth-of-type(4) {
        left: 15%;
    }

        .ruler .cm:nth-of-type(4):after {
            content: "3";
        }

    .ruler .cm:nth-of-type(5) {
        left: 20%;
    }

        .ruler .cm:nth-of-type(5):after {
            content: "2";
        }

    .ruler .cm:nth-of-type(6) {
        left: 25%;
    }

        .ruler .cm:nth-of-type(6):after {
            content: "";
        }

    .ruler .cm:nth-of-type(7) {
        left: 30%;
    }

        .ruler .cm:nth-of-type(7):after {
            content: "1";
        }

    .ruler .cm:nth-of-type(8) {
        left: 35%;
    }

        .ruler .cm:nth-of-type(8):after {
            content: "";
        }

    .ruler .cm:nth-of-type(9) {
        left: 40%;
    }

        .ruler .cm:nth-of-type(9):after {
            content: "";
        }

    .ruler .cm:nth-of-type(10) {
        left: 45%;
        height: 10px;
    }

        .ruler .cm:nth-of-type(10):after {
            content: "";
        }

    .ruler .cm:nth-of-type(11) {
        left: 50%;
    }

        .ruler .cm:nth-of-type(11):after {
            content: "";
        }

    .ruler .cm:nth-of-type(12) {
        left: 55%;
    }

        .ruler .cm:nth-of-type(12):after {
            content: "";
        }

    .ruler .cm:nth-of-type(13) {
        left: 60%;
    }

        .ruler .cm:nth-of-type(13):after {
            content: "";
        }

    .ruler .cm:nth-of-type(14) {
        left: 65%;
    }

        .ruler .cm:nth-of-type(14):after {
            content: "";
        }

    .ruler .cm:nth-of-type(15) {
        left: 70%;
    }

        .ruler .cm:nth-of-type(15):after {
            content: "1";
        }

    .ruler .cm:nth-of-type(16) {
        left: 75%;
    }

        .ruler .cm:nth-of-type(16):after {
            content: "";
        }

    .ruler .cm:nth-of-type(17) {
        left: 80%;
    }

        .ruler .cm:nth-of-type(17):after {
            content: "2";
        }

    .ruler .cm:nth-of-type(18) {
        left: 85%;
    }

        .ruler .cm:nth-of-type(18):after {
            content: "3";
        }

    .ruler .cm:nth-of-type(19) {
        left: 90%;
    }

        .ruler .cm:nth-of-type(19):after {
            content: "5";
        }

    .ruler .cm:nth-of-type(20) {
        left: 95%;
    }

        .ruler .cm:nth-of-type(20):after {
            content: "9";
        }

    .ruler .cm:nth-of-type(21) {
        left: 100%;
    }

        .ruler .cm:nth-of-type(21):after {
            content: "";
        }

.scale_wt {
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 60px;
    margin-right: 20px;
}

.reverse_icon img {
    width: 30px;
}

input.value_control {
    width: 70px;
    padding: 2px 6px;
    margin: 0 5px !important;
}

.result_values {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.reverse_icon {
    margin-right: 10px;
}
/**************scale value**************/
.wrt_text {
    background: #fff;
    color: #000;
    padding: 0px 4px;
    border-radius: 30px;
    font-size: 10px;
    cursor: pointer;
}


span.wrt_text.chkEvaluator {
    background: #000;
    color: #fff;
    padding: 0px 3px;
    margin: 0 4px 0 0;
}

.evaluator_toggle {
    display: flex;
    align-items: center;
}

    .evaluator_toggle .switch {
        margin-left: 8px;
    }

.tg-aa-wrap.hide {
    transform: translateY(50px);
    display: block;
}

.tg-aa-wrap {
    position: absolute;
    bottom: 43px;
    right: 60px;
    background: white;
    border: 1px solid #ccc;
    padding: 8px;
    z-index: 1;
    width: max-content;
    font-size: 12px;
    transform: translateY(0px);
    transition: all .6s;
}

    .tg-aa-wrap label#gradient-checker-label input {
        margin-top: 3px;
    }

    .tg-aa-wrap label#gradient-checker-label {
        margin-bottom: 0;
    }

.topheader_row span.font-size-16 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.font-16 {
    font-size: 16px;
}

.topheader_row span.font-size-16 p {
    font-size: 18px !important;
}

.topheader_row span.font-size-16 a {
    margin-left: 10px;
}


/*********** Rate the preference start*****************/
/*.progress_table_row {
    max-height: 400px;
    overflow: auto;
    min-height: 400px;
}*/

.tooltip_wrapper {
    position: absolute;
    top: 32px;
    min-width: 18rem;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 8px;
    box-shadow: 0 0 5px #ccc;
    color: #000;
    font-size: 12px;
    left: -10px;
    z-index: 999;
}

.tooltip-header {
    display: flex;
    justify-content: space-between;
}

    .tooltip-header:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: transparent;
        bottom: -6px;
        border-left: 6px solid #ffffff;
        border-bottom: 6px solid #fff;
        border-top: 6px solid transparent;
        border-right: 6px solid transparent;
        transform: rotate( 135deg);
        left: 10px;
        top: -6px;
        box-shadow: -4px 5px 6px #dbdbdb;
    }

.tooltips_group {
    display: flex;
    width: 40%;
}

    .tooltips_group .info_tooltip_main {
        margin: 0 7px;
    }

        .tooltips_group .info_tooltip_main .comment_div .right_tooltip {
            position: absolute;
            background: #fff;
            border: 1px solid #eee;
            box-shadow: 0 0 10px #ccc;
            padding: 10px;
            min-width: 14rem;
            top: -74px;
            left: -241px;
            z-index: 9;
        }

            .tooltips_group .info_tooltip_main .comment_div .right_tooltip:before {
                content: "";
                position: absolute;
                width: 8px;
                height: 8px;
                background: transparent;
                /* bottom: -6px;*/
                border-left: 6px solid #ffffff;
                border-bottom: 6px solid #fff;
                border-top: 6px solid transparent;
                border-right: 6px solid transparent;
                transform: rotate( 223deg);
                right: -3px;
                top: 74px;
                box-shadow: -4px 5px 6px #dbdbdb;
            }

span.w-bandage {
    background: #80acd2;
    border-radius: 50%;
    font-size: 10px;
    padding: 1px 3px;
    font-weight: 600;
    cursor: pointer;
    color: #ffff;
}

.row_wrapper.active_table_row span.w-bandage {
    background: #1f51a8;
}

.winfoColor {
    background: #ccc !important;
}

.row_wrapper.active_table_row .comment_div .filledComment {
    color: #1f51a8;
}

.emptyComment {
    color: #ccc !important;
}

.infocolorheader {
    color: #1f51a8;
}

.wwinfoColor {
    background: #ccc !important;
    color: #fff !important;
}

.chart_wrapper span.wrt_text.wwinfoColor.chkEvaluator {
    margin: 0;
}

.iinfoColor {
    color: #ccc !important;
    background: #fff;
    border-radius: 50%;
}

.blue_bgcolor .iinfoColor {
    color: #ccc !important;
}

.chart_wrapper.active_row .iinfoColor {
    color: #ccc !important;
}

/*.chart_wrapper.active_row .definfovalue {
    color: #fff;
}*/

.colorfix .wrt_text {
    color: #fff;
    background: #0051a8;
    margin-right: 4px;
}

.colorfix i {
    color: #0051a8;
}

.row_wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

    .row_wrapper.active_table_row {
        opacity: 1;
        background: #ffffe6;
        border: 1px solid #fbff1b;
    }

.drop_progress {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

    .drop_progress .close_icon {
        align-self: flex-start;
    }

.progres_dropdown {
    width: calc(65% - 10px);
    padding-right: 20px;
    position: relative;
}

    .progres_dropdown .progress {
        position: absolute;
        top: -2px;
        width: calc(100% - 22px);
        height: 100%;
        border-radius: 0 !important;
    }

        .progres_dropdown .progress .progress-bar {
            background: #91c744;
        }

.drop_progress .inputs_value {
    width: 20%;
}

    .drop_progress .inputs_value input {
        width: 100%;
        padding: 5px 12px;
        border-radius: 0;
        border: 1px solid #000;
    }

.drop_progress .close_icon {
    width: 10%;
    text-align: center;
    margin-top: 6px;
    cursor: pointer;
}




.progres_dropdown .outer-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}

.progres_dropdown .explanation {
    font-size: 18px;
    grid-column: 2;
    text-align: right;
}


.progres_dropdown .disabled,
.progres_dropdown .disabled * {
    background-color: #bbb !important;
    color: #f1f1f1 !important;
    cursor: not-allowed !important;
    border-color: transparent !important;
}

    .progres_dropdown .disabled #dropdownListBody * {
        background-color: #bbb !important;
    }

.progres_dropdown .dropdown {
    position: relative;
    font-size: 1.35rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: none;
}

.progres_dropdown .dropdown__header {
    display: flex;
    flex-direction: row;
    padding: 5px 10px;
    align-content: center;
    cursor: pointer;
    color: #545454;
    transition: margin-bottom 100ms linear;
    font-size: 13px;
}

.progres_dropdown .dropdown__header--show {
    margin-bottom: 0px;
}

.progres_dropdown .dropdown__header--icon {
    margin-left: auto;
}

    .progres_dropdown .dropdown__header--icon .rotate-icon {
        transition: transform 200ms linear;
        transform: rotate(180deg);
    }

    .progres_dropdown .dropdown__header--icon .rotate-icon-home {
        transition: transform 200ms linear;
        transform: rotate(0deg);
    }

.progres_dropdown .dropdown__body {
    font-size: 1.25rem;
    overflow-y: hidden;
    transition: max-height 200ms linear;
    /* position: absolute; */
    right: 0;
    left: 0;
    border: 1px solid #000;
    margin: 0 -1px;
    background-color: #fff;
}

.progres_dropdown .dropdown__body--hide {
    max-height: 1px;
    border-top: none;
}

    .progres_dropdown .dropdown__body--hide * {
        background-color: #fff !important;
    }

.progres_dropdown .dropdown__body--show {
    max-height: 100vh;
}

.progres_dropdown .dropdown__body--list {
    position: relative;
    font-size: 13px;
    color: #000;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.progres_dropdown .dropdown__body--list-index {
    cursor: pointer;
    padding: 5px 12px;
    border-bottom: 1px solid #a7a7a7;
    background: #262373;
    color: #fff;
}

    .progres_dropdown .dropdown__body--list-index:last-child {
        border-bottom: none;
    }

    .progres_dropdown .dropdown__body--list-index:hover {
        background-color: #ccc;
        color: #fff;
    }

    .progres_dropdown .dropdown__body--list-index.selected {
        background-color: #a1a8ae;
        color: #fff;
    }

.divtable_title p {
    color: #2b287a;
    font-size: 18px;
    text-align: center;
}

.divtable_header {
    background: #ddd;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 20px;
    align-items: center;
    margin-bottom: 20px;
}

.product_name, .product_intensity {
    width: 50%;
}

    .product_name p {
        margin-bottom: 0;
    }

    .product_intensity p {
        margin-bottom: 0;
        text-align: center;
    }

.radio_progress label {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    flex-wrap: wrap;
    width: 45%;
}

.radio_btnname {
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 168px;
    display: block;
}

.idesc {
    color: #91c745;
}

.radio_btn_progress {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

    .radio_btn_progress .progress {
        width: calc(100% - 80px);
        border-radius: 0 !important;
        height: 10px;
        margin-right: 5px;
    }

        .radio_btn_progress .progress .progress-bar {
            background: #91c745;
        }

.radio_btnname i {
    color: blue;
    cursor: pointer;
}

.form-check.radio_progress input {
    margin-top: 2px;
    width: 15px;
    height: 15px;
}

.form-check-input:checked[type=radio] + label.form-check-label .radio_btn_progress .progress .progress-bar {
    background: #90c745;
}

.form-check.radio_progress input.custom-value {
    width: calc(100% - 80px);
    border-radius: 0 !important;
    margin-right: 5px;
    border: 1px solid #ddd;
    margin-top: 0;
}

.custom-value-closs {
    background: orange;
    line-height: 20px;
    padding: 3px 8px 0;
    color: #fff;
}

.bottom_info .info_tooltip_main {
    width: max-content;
    margin: 20px auto 0;
}

.radio_btnname .tooltips_group .comment_div .right_tooltip i {
    color: #fff;
}

.changeModalHeight {
    cursor: pointer;
    min-height: auto;
}

@media (max-width: 991px) {

    div#mdivtooltp {
        bottom: 34px;
        right: 20px;
    }

    div #MainContent_GlobalInfoDocModal {
        padding: 0 !important;
    }

    .modal-backdrop {
        width: 100%;
        height: 100%;
    }

    .progres_dropdown .outer-wrapper {
        grid-template-columns: 1fr;
    }

    .progres_dropdown .inner-wrapper {
        grid-column: 1;
    }

    .tooltips_group {
        width: 100%;
        margin-bottom: 15px;
    }

    .drop_progress {
        width: 100%;
    }

    .tooltips_group .info_tooltip_main .comment_div .right_tooltip, .tooltip_wrapper {
        z-index: 9;
        min-width: 14rem;
    }

    div#MainContent_GlobalInfoDocModal {
        padding: 0 !important;
    }

    .modal-backdrop {
        width: 100%;
        height: 100%;
    }

    .footer_bottom {
        background: #f3f3f3;
        display: flex;
        padding: 0px;
        align-items: center;
        justify-content: space-between;
    }

    .footerbtn {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        background: #dc6201;
        padding: 5px 0;
    }

    div#pgntn {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    ul.pagination li.page-item {
        margin: 0 4px;
    }

    .pairwise_legends {
        display: flex;
        justify-content: space-evenly;
        background: #f2f2f2;
        padding: 6px 4px;
    }

    .footerbtn a {
        color: #fff;
        font-size: 10px;
        font-weight: 100 !important;
    }

    div#pgntn1 {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .footer {
        padding: 0;
        border-top: 1px solid #ccc;
        transition: all .7s;
    }

        .footer .container-fluid {
            padding: 0;
        }

        .footer .row {
            margin: 0;
        }

    .footerbtn button {
        margin-right: 4px;
    }

    .mobile_pagination {
        padding: 0px 10px;
        border-bottom: 1px solid #ccc;
        background: #f3f3f3;
    }

    .tooltip_wrapper.right-tooltips {
        left: auto;
        right: -10px;
    }

        .tooltip_wrapper.right-tooltips .tooltip-header:before {
            left: auto;
            right: 14px;
        }

    .clcheckboxes span {
        font-size: 12px;
    }

    span.wlr_heading {
        font-size: 12px;
        width: calc(100% - 25px);
    }

    span.wrt_content_toggle {
        font-size: 12px;
    }

    .treee_section input[type=checkbox] {
        top: 10px;
    }

    .single_pairwise_resp .rating_EX {
        height: 86px !important;
    }

    .single_pairwise_resp .rating_EX_s {
        height: 78px !important;
    }

    .single_pairwise_resp .rating_VS {
        height: 70px !important;
    }

    .single_pairwise_resp .rating_VS_s {
        height: 62px !important;
    }

    .single_pairwise_resp .rating_S {
        height: 54px !important;
    }

    .single_pairwise_resp .rating_S_s {
        height: 46px !important;
    }

    .single_pairwise_resp .rating_M {
        height: 38px !important;
    }

    .single_pairwise_resp .rating_M_e {
        height: 30px !important;
    }

    .rating_area.single_pairwise_resp .rating_result {
        display: flex;
        justify-content: space-evenly;
        margin: 15px 0 -10px;
        flex-wrap: wrap;
    }

        .rating_area.single_pairwise_resp .rating_result .left_result span {
            font-size: 10px;
            white-space: nowrap;
            background: #0058a3;
            padding: 1px 3px;
        }

        .rating_area.single_pairwise_resp .rating_result .right_result span {
            font-size: 10px;
            white-space: nowrap;
            background: #6aa84f;
            padding: 1px 3px;
        }

        .rating_area.single_pairwise_resp .rating_result .right_result {
            width: 40%;
            text-align: center;
        }

        .rating_area.single_pairwise_resp .rating_result .left_result {
            width: 40%;
            text-align: center;
        }

        .rating_area.single_pairwise_resp .rating_result .equalizer {
            width: 20%;
            text-align: center;
        }

            .rating_area.single_pairwise_resp .rating_result .equalizer span {
                font-size: 10px;
                background: #eee;
                padding: 1px 3px;
            }
}

.page-item.active a.page-link {
    color: #fff !important;
    background: #dc6201 !important;
    border-color: #dc6201 !important;
}
/*********** Rate the preference end *****************/

.curve_chart_values {
    justify-content: center;
    margin: 20px 0;
    align-items: center;
    display: flex;
}

.info_poptop {
    position: relative;
}

    .info_poptop .info_tooltip {
        bottom: 30px;
        left: -20px;
    }

        .info_poptop .info_tooltip:after {
            top: calc(100% - 6px) !important;
            background: #fff;
            /* border-bottom-color: #ccc;
        border-left-color: #ccc;*/
            left: 19px;
        }

.paginationSpace {
    width: 19px;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    position: relative;
}

.pagination_tooltip {
    position: absolute;
    background: #fff;
    bottom: 40px;
    right: 0;
    transform: translateX(50%);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.jumptooltip_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .jumptooltip_wrapper span {
        white-space: nowrap;
        margin-right: 10px;
        font-size: 12px;
    }

    .jumptooltip_wrapper input {
        width: 70px;
    }

    .jumptooltip_wrapper button {
        margin-bottom: 0;
        background: #dc6201;
        margin-left: 10px;
        border: none;
        padding: 4px 10px;
        color: #fff;
    }

.jumptooltip_btn {
    margin-bottom: 0;
    background: #dc6201;
    margin-left: 10px;
    border: none;
    padding: 4px 10px;
    color: #fff;
}

.pagination_tooltip:after {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 5px solid #ccc;
    position: absolute;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: rotate(-45deg);
    bottom: -5px;
    left: calc(50% - 15px);
}

a.btn-green {
    background: #92c645 !important;
    color: #fff !important;
    border-color: #92c645;
}

li.page-item.active {
    background-color: transparent !important;
}

.ui-slider-horizontal .ui-slider-handle {
    z-index: 0 !important;
}

.modal-header {
    background: #1b51a8;
    border: none;
    padding: 8px 25px;
    justify-content: center;
}

h5.modal-title {
    color: #fff;
    padding-bottom: 0;
}

.modal-header .btn-close {
    top: 0;
    position: absolute;
    right: 0;
    background-color: #ffff;
    opacity: 1;
    color: #fff;
    border-radius: 50px;
}

.collabse_btn a.cEdit {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.centered_tooltip {
    width: max-content;
    margin: 0 auto;
    position: relative;
}

    .centered_tooltip .info_tooltip {
        left: -16px;
    }

        .centered_tooltip .info_tooltip:after {
            border-top-color: #ccc;
            border-right-color: #ccc;
        }


.noUi-connect {
    background: linear-gradient(to left, #b5d4a7 50%, #80acd1 50%) !important;
    background-attachment: fixed !important;
}

.active_row .noUi-connect {
    background: linear-gradient(to left, #6aa84f 50%, #0058a3 50%) !important;
    background-attachment: fixed !important;
}

.sliderBackground.active_row .noUi-connect.noUi-draggable {
    background: linear-gradient(to left, #6aa84f 50%, #0058a3 50%) !important;
    background-attachment: fixed !important;
}

.sliderBackground.active_row .noUi-connect {
    background: #6aa84f !important;
    background-attachment: fixed !important;
}

.active_row .newsample1 .noUi-connect {
    background: #aaa !important;
}

.active_row.sliderBackground .newsample1 .noUi-connect, .sliderBackground.active_row .newsample1 .noUi-connect.noUi-draggable {
    background: #aaa !important;
}

.rating_area.graphRating {
    display: block;
    padding: 20px 0 0;
}

.headerText b {
    margin: 0 4px;
}

.rating_area.graphRating .scale_wt {
    margin-bottom: 20px;
}

.rating_area.graphRating + .value_wrapper .box_title p, .chart_wrapper .value_wrapper .box_title p {
    text-align: center;
}

.rating_area.graphRating .noUi-base {
    z-index: 0;
}

/************** Multi Direct Slider ****************/
.brand_name {
    width: calc(100% - 100px);
    text-align: center;
}

.brand_value {
    margin: 0 10px;
    display: inline-block;
}

    .brand_value input {
        border-radius: 0px !important;
        border: 1px solid #888;
        padding: 4px 10px;
        max-width: 100px;
        position: relative;
    }

.row_wrapper .brand_value span {
    display: none;
}

.row_wrapper .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
    background-color: #1b176f;
}

@media (max-width: 992px) {
    div#divJugement th, div#divJugement td {
        font-size: 10px !important;
        padding: 5px 1px;
    }

    .tg-aa-wrap {
        bottom: 33px !important;
        right: 20px !important;
    }

    .progress_main_container .drop_progress .info_tooltip_main {
        width: 30%;
        display: flex;
        align-items: center;
    }

    .progress_main_container .drop_progress .progres_dropdown {
        width: 60%;
    }

    .brand_value input {
        width: 100%;
    }

    .progress_main_container .row_wrapper {
        border-bottom: 1px solid #ddd;
    }

    #si-wrapper .silc-btn-button {
        bottom: 76px !important;
    }

    #siWidget-chat {
        bottom: 120px !important;
        box-shadow: 0 0 10px #ccc;
    }

    .drop_progress .ui-slider-range {
        background: #6aa750 !important;
    }

    .progressdiv {
        transform: scale(.6);
    }

    #titleDiv, #titleDiv1, #titleDiv2, #titleDiv3, #titleDiv4, #titleDiv5 {
        top: 75px;
        padding: 5px 10px;
        transition: all .6s;
    }

    #page-topbar {
        position: absolute;
    }

    .mob-scroll-fix .mob_icon_top {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    .mob-scroll-fix div#titleDiv, .mob-scroll-fix div#titleDiv1, .mob-scroll-fix div#titleDiv2, .mob-scroll-fix div#titleDiv3, .mob-scroll-fix div#titleDiv4, .mob-scroll-fix div#titleDiv5 {
        top: 25px;
    }

    .jumptooltip_wrapper {
        flex-direction: column;
    }

        .jumptooltip_wrapper span {
            margin-right: 1px;
            margin-bottom: 10px;
        }

        .jumptooltip_wrapper input {
            margin-bottom: 10px;
            margin-left: 0;
        }

    .table_Scroll {
        max-height: 100% !important;
    }

    div#titleDiv .collabse_btn {
        position: relative;
        padding-right: 30px;
        width: auto;
    }

        div#titleDiv .collabse_btn a {
            position: absolute;
            right: 0;
            top: 2px;
            margin: 0 !important;
        }

        div#titleDiv .collabse_btn p {
            margin-bottom: 8px !important;
        }
}

.centered_tooltip .fa.fa-info-circle {
    color: #ccc;
}

    .centered_tooltip .fa.fa-info-circle.headerinfoColor {
        color: #0058a3;
    }

/************** Multi Direct Slider ****************/
.equal {
    padding: 2px 7px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    background: linear-gradient( 90deg, rgb(0 88 163) 50%, rgb(106 168 79) 50%) !important;
    max-width: 100px;
    text-align: center;
}

.ui-slider-horizontal .ui-slider-handle {
    z-index: 0 !important;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0 !important;
    background: #0058a3 !important;
    width: 4px !important;
}

.dvscaling {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px
}

.ui-slider-horizontal .ui-slider-handle .gray_bar {
    background: #ccc !important;
}

.disabled {
    color: #ccc !important;
}

.customvalue {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

    .customvalue b {
        display: flex;
        align-items: center;
        width: 100%;
    }

.newsample .noUi-draggable {
    background: rgb(170, 170, 170) !important;
}

.newsample1 .noUi-draggable {
    background: rgb(170, 170, 170) !important;
}

.tooltip_wrapper.tooltip_show {
    bottom: 30px;
    top: auto;
}

    .tooltip_wrapper.tooltip_show .tooltip-header::before {
        bottom: -9px;
        top: auto;
        border-left: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-top: 6px solid #fff;
        border-right: 6px solid #fff;
        box-shadow: 1px -1px 2px #dbdbdb;
    }

.form-check-input:checked + label + .tooltips_group + .radio_btn_progress .progress-bar {
    background: #91c744;
}

.divinfocheck + div {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 10px;
}

    .divinfocheck + div i {
        margin-top: 0 !important
    }

h5.hText .required-text {
    position: absolute;
    right: -8px;
    top: -2px;
}

.box-maxht {
    max-height: 180px;
    overflow: auto;
}


.empty_spacer {
    height: 60px;
}

.page-item a.page-link {
    font-weight: 400;
}

.spnInfo {
    width: 20px;
    display: inline-block;
}

.infoColor {
    color: #cccccc !important;
}

.text_blue {
    color: #222072 !important;
}

.footertogler {
    position: fixed;
    bottom: 74px;
    background: #92c645;
    color: #fff !important;
    left: calc(50% - 25px);
    border: 1px solid #888;
    transition: all .7s !important;
    padding: 2px;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    width: 50px;
    margin: 0;
    text-align: center !important;
}

    .footertogler.changefooter {
        bottom: 62px;
    }

a.footertogler.changefooter + footer .mobile_pagination {
    padding: 5px 0;
}

.hide-footer {
    transform: translateY(80px);
}

.downfooter_btn {
    transform: translateY(74px);
}

.btnprogress {
    margin-left: 13px;
}

    .btnprogress input {
        height: auto !important;
        padding: 2px;
    }

.tooltips_group .info_tooltip_main.scndLastColumn .tooltip_wrapper {
    top: auto;
    bottom: 40px;
}

    .tooltips_group .info_tooltip_main.scndLastColumn .tooltip_wrapper:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: transparent;
        bottom: -6px;
        border-left: 6px solid #ffffff;
        border-bottom: 6px solid #fff;
        border-top: 6px solid transparent;
        border-right: 6px solid transparent;
        transform: rotate( 315deg );
        left: 10px;
        bottom: -6px;
        box-shadow: -4px 5px 6px #dbdbdb;
    }

.tooltips_group .info_tooltip_main.scndLastColumn .tooltip-header:before {
    display: none;
}

.bg-primary {
    background-color: #1f51a8 !important;
}

.pairwise_width b {
    width: 100% !important;
    display: inherit;
}

.pagination .page-item:hover a.page-link {
    background-color: #dc6201 !important;
    background: #dc6201 !important;
    color: #fff !important;
}

.downfooter_btn .fas.fa-angle-down {
    transform: rotate( 180deg );
}

.table_Scroll {
    max-height: calc(100vh - 23rem);
    overflow: auto;
}

.table_Scroll1 {
    max-height: calc(100vh - 29rem);
    overflow: auto;
}

.table_Scroll2 {
    max-height: calc(100vh - 18rem);
    overflow: auto;
}

.table_Scroll3 {
    max-height: calc(100vh - 20rem);
}

.progress_table tr th {
    position: sticky;
    top: -1px;
    background: #fff;
}

.row_wrapper.active_table_row span.spnInfo i {
    color: #1f51a8;
}

.row_wrapper span.spnInfo i {
    color: #80acd2;
}

@media (max-width: 680px) {
    .clpage1 {
        display: none
    }

        .clpage1.active, .clpage2.active, .clpage3.active, .clpage4.active, .clpage5.active, .clpage6.active, .clpage7.active, .clpage8.active {
            display: inline-block
        }
}
/*
@media (max-width: 660px) {
    .clpage2 {
        display: none
    }

        .clpage2.active {
            display: inline-block
        }
}

@media (max-width: 630px) {
    .clpage3 {
        display: none
    }

        .clpage3.active {
            display: inline-block
        }
}

@media (max-width: 610px) {
    .clpage4 {
        display: none
    }

        .clpage4.active {
            display: inline-block
        }
}

@media (max-width: 600px) {
    .clpage5 {
        display: none
    }

        .clpage5.active {
            display: inline-block
        }
}

@media (max-width: 570px) {
    .clpage6 {
        display: none
    }

        .clpage6.active {
            display: inline-block
        }
}

@media (max-width: 530px) {

    .clpage7 {
        display: none
    }

        .clpage7.active {
            display: inline-block
        }
}

@media (max-width: 500px) {

    .clpage8 {
        display: none
    }
    .clpage8.active {
        display: inline-block
    }
    
}
@media (max-width: 460px) {

    .clpage9 {
        display: none
    }
    .clpage9.active {
        display: inline-block
    }
}
@media (max-width: 420px) {

    .clpage10 {
        display: none
    }
    .clpage10.active {
        display: inline-block
    }
}
@media (max-width: 380px) {

    .clpage11 {
        display: none
    }
    .clpage11.active {
        display: inline-block
    }
}*/
/*@media (max-width: 991px){*/
/* ul.pagination li.page-item.active + .paginationSpace {
        display: none;
    }*/
/*ul.pagination li.page-item.active + .paginationSpace + .secondclpage {
            display: inline-block;
        }
}*/


.info_tooltip.tooltip_top {
    bottom: 40px;
    top: auto;
}

    .info_tooltip.tooltip_top::after {
        bottom: -6px;
        top: auto;
        background: #cccc;
        left: 11px;
    }

.topheading_ellipse {
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

/*.chart_wrapper.active_row.single_row.set_width_pair .rating_area {
    width: calc(35% - 40px);
}
.chart_wrapper.active_row.single_row.set_width_pair .value_wrapper {
    width: 32%;
}
.value_wrapper.firstwrapper .blue_bgcolor {
    margin-left: auto;
}
.value_wrapper.firstwrapper .toggle_area {
    margin-left: auto;
}
.value_wrapper.firstwrapper .top_content_wrapper {
    margin-left: auto;
}*/

.value_wrapper.firstwrapper .blue_bgcolor, .value_wrapper.firstwrapper .toggle_area, .value_wrapper.firstwrapper .wrapper_c_1 {
    margin-left: auto;
    max-width: 100%;
}

input.toggle_tree:checked + span + .tree_hideshow {
    transform: translateX(0);
}

input.toggle_tree + span + .tree_hideshow {
    position: absolute;
    width: calc(100% - 24px);
    transform: translateX(-100vw);
    transition: all .7s;
    margin-top: 40px;
    z-index: 9;
}

.irequired {
    position: absolute;
    right: 15px;
    top: 1px;
    color: red;
}

.table_headingwrt {
    width: calc(100% - 50px);
    margin: 0 auto 0;
}

    .table_headingwrt h5 {
        color: #000;
        padding-bottom: 0;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
    }

.min-ht.sorting_togle {
    min-height: 20px;
}

.matrix-cell.box-glow {
    background: #FFFFD2;
    font-style: italic;
    font-weight: bold;
}

.u-curve {
    max-width: 100%;
}


.disabledli {
    pointer-events: none; /*This makes it not clickable*/
    opacity: 0.5; /*This grays it out to look disabled*/
}

.mob-scroll-fix-readonly div#titleDiv {
    top: 0;
}

.view_only_wrapper #divViewOnlyMessage {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 10px 0;
}
/*.master_wrapper.view_only_wrapper {
    padding-top: 10px;
}*/

.master_wrapper.view_only_wrapper #titleDiv, .master_wrapper.view_only_wrapper #titleDiv1, .master_wrapper.view_only_wrapper #titleDiv2, .master_wrapper.view_only_wrapper #titleDiv3, .master_wrapper.view_only_wrapper #titleDiv4 {
    top: 37px;
}

.master_wrapper.view_only_wrapper .divHeader {
    padding-top: 20px !important;
}

.center_datarow {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center_datarow h3 {
    max-width: 80%;
    width: 100%;
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
}

.masg_preview {
    margin-top: 0 !important;
}

.sorry_msg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    height: calc(100vh - 210px);
    display: flex;
    align-items: center;
}

.equal_color {
    background: linear-gradient( 90deg, rgb(128 172 209) 50%, rgb(181 212 167) 50%) !important;
}

.modal {
    position: fixed !important;
}

.judgment_table_header {
    background: #92c645;
    display: flex;
    justify-content: space-between;
    padding: 6px 20px;
    position: relative;
}

    .judgment_table_header .th_icon a {
        color: #fff;
        font-size: 20px;
    }

.eyedropdown {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0px;
    top: 36px;
    z-index: 99999;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #ccc;
    padding: 15px;
}

    .eyedropdown ul {
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

        .eyedropdown ul li {
            font-size: 14px;
            margin-bottom: 10px;
        }

            .eyedropdown ul li input {
                width: 18px;
                height: 18px;
                margin-right: 10px;
            }

            .eyedropdown ul li label {
                display: flex;
                align-items: center;
            }

.activeHeader {
    color: black !important;
    background: transparent !important;
}

input.clsupload {
    position: absolute !important;
    bottom: 9px !important;
    padding: 7px 15px !important;
    border-radius: 3px;
    right: 100px;
    background: #1b51a8 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.tox-toolbar__primary .tox-toolbar__group:last-child {
    display: none;
}

.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
    height: 39px !important;
    opacity: 1 !important;
    padding-bottom: 0;
    padding-top: 0;
    visibility: visible !important;
}

h5#exampleModalLongTitle {
    display: flex;
}

    h5#exampleModalLongTitle > * {
        margin-left: 5px;
    }
    /*h5#exampleModalLongTitle title {
        display: inline;
    }*/
    h5#exampleModalLongTitle > p {
        margin-bottom: 0px;
    }

.tox-toolbar__overflow button.tox-tbtn.tox-tbtn--select {
    background: #1b51a8;
    color: #fff !important;
    margin-right: 5px;
    height: 24px;
    font-size: 12px;
    cursor: pointer;
}

    .tox-toolbar__overflow button.tox-tbtn.tox-tbtn--select span.tox-tbtn__select-label {
        cursor: pointer;
    }

    .tox-toolbar__overflow button.tox-tbtn.tox-tbtn--select:last-child {
        background: #74788d;
    }

    .tox-toolbar__overflow button.tox-tbtn.tox-tbtn--select:hover {
        background: #1b51a8 !important;
    }

    .tox-toolbar__overflow button.tox-tbtn.tox-tbtn--select:last-child:hover {
        background: #74788d !important;
    }

/** Form changes */
.radio_progress .customvalue {
    display: flex;
}

