﻿@import url(https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;900&display=swap);
@charset "UTF-8";


/*#page-topbar {
    background-color: #fff;
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 1001;
}

.navbar-header {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
    box-shadow: 0 2px 4px rgba(126,142,177,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 12px 0 0;
}

    .navbar-header .dropdown.show .header-item {
        background-color: #f9fafc;
    }*/

.navbar-brand-box {
    padding: 0 1.5rem .75rem;
    position: relative;
    text-align: center;
    width: 260px;
}

    .navbar-brand-box:after {
        background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(#e0e1e2),to(#fff));
        background: -o-linear-gradient(left,#fff,#e0e1e2,#fff);
        background: linear-gradient(90deg,#fff,#e0e1e2,#fff);
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

.logo {
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    justify-content: center;
    width: 0;
}

    .logo, .logo span, .logo span img {
        max-width: 100%;
    }

/*.logo-white {
    -webkit-filter: brightness(1000%) contrast(1000%);
    filter: brightness(1000%) contrast(1000%);
}*/

.fullscreen-enable [data-toggle=fullscreen] .mdi-fullscreen:before {
    content: "\f0294";
}

/*.search-wrap {
    background-color: #fff;
    color: #343a40;
    height: 70px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 9997;
}

    .search-wrap, .search-wrap .search-bar, .search-wrap form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

        .search-wrap .search-bar {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            justify-content: space-between;
        }

        .search-wrap .search-input {
            -webkit-box-flex: 1;
            background-color: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            -ms-flex: 1 1;
            flex: 1 1;
            outline: none;
        }

        .search-wrap .close-search {
            color: inherit;
            font-size: 24px;
            height: 64px;
            line-height: 64px;
            text-align: center;
            width: 36px;
        }

            .search-wrap .close-search:hover {
                color: #f14e4e;
            }

        .search-wrap.open {
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

.megamenu-list li {
    padding: 5px 0;
    position: relative;
}

    .megamenu-list li a {
        color: #495057;
    }*/

@media (max-width:992px) {
    /*#page-topbar {
        left: 0;
    }*/

    .navbar-brand-box {
        width: auto;
    }

    .logo span.logo-lg {
        display: none;
    }

    .logo span.logo-sm {
        display: inline-block;
    }
}

/*.header-item {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 70px;
}

    .header-item, .header-item:hover {
        color: #636e75;
    }

.header-profile-user {
    background-color: #e6e6e6;
    height: 36px;
    padding: 3px;
    width: 36px;
}

.noti-icon i {
    color: #636e75;
    font-size: 24px;
}

.noti-icon .badge {
    position: absolute;
    right: 6px;
    top: 20px;
}

.notification-item .media {
    padding: .75rem 1rem;
}

    .notification-item .media:hover {
        background-color: #e6e6e6;
    }

.dropdown-icon-item {
    border: 1px solid transparent;
    border-radius: 3px;
    color: #74788d;
    display: block;
    line-height: 34px;
    padding: 15px 0 9px;
    text-align: center;
}

    .dropdown-icon-item img {
        height: 24px;
    }

    .dropdown-icon-item span {
        display: block;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dropdown-icon-item:hover {
        border-color: #edf1f5;
    }*/

.fullscreen-enable [data-toggle=fullscreen] .bx-fullscreen:before {
    content: "\ea3f";
}

/*body[data-topbar=dark] #page-topbar {
    background-color: #1f293f;
}

body[data-topbar=dark] .navbar-header .dropdown.show .header-item {
    background-color: hsla(0,0%,100%,.05);
}

/*body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple {
    background: hsla(0,0%,100%,.4);
}

body[data-topbar=dark] .header-item, body[data-topbar=dark] .header-item:hover {
    color: #a3acc1;
}

body[data-topbar=dark] .header-profile-user {
    background-color: hsla(0,0%,100%,.25);
}

body[data-topbar=dark] .noti-icon i, body[data-topbar=dark] .title-tooltip li i {
    color: #a3acc1;
}

body[data-topbar=dark] .app-search .form-control {
    background-color: rgba(241,245,247,.07);
    color: #fff;
}

body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder, body[data-topbar=dark] .app-search span {
    color: hsla(0,0%,100%,.5);
}

@media (max-width:600px) {
    .navbar-header .dropdown {
        position: static;
    }

        .navbar-header .dropdown .dropdown-menu {
            left: 10px !important;
            right: 10px !important;
        }
}*/

@media (max-width:380px) {
    .navbar-brand-box {
        display: none;
    }
}

body[data-layout=horizontal] .navbar-brand-box {
    width: auto;
}

body[data-layout=horizontal] .page-content {
    margin-top: 70px;
    padding: 60px 12px;
}

@media (max-width:992px) {
    body[data-layout=horizontal] .page-content {
        margin-top: 10px;
    }
}

.menu-top-content {
    /*position: sticky;*/
    top: 0;
    z-index: 10;
}

    .menu-top-content + .card {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/*.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0;
}

.page-title-box h4 {
    color: #fff;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.topbar-social-icon {
    padding: 19px 0;
}

.title-tooltip li i {
    color: #636e75;
    font-size: 20px;
    margin-left: 10px;
}

.page-title .breadcrumb, .page-title .breadcrumb li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .page-title .breadcrumb li a span {
        margin-left: .25rem;
    }

    .page-title .breadcrumb li.separator {
        padding: 0 .25rem;
    }

.footer {
    background-color: #fff;
    border-top: 1px solid #edf1f5;
    bottom: 0;
    -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
    box-shadow: 0 2px 4px rgba(126,142,177,.1);
    color: #74788d;
    height: 60px;
    left: 260px;
    padding: 20px 12px;
    position: absolute;
    right: 0;
}

@media (max-width:992px) {
    .footer {
        left: 0;
    }
}

.vertical-collpsed .footer {
    left: 92px;
}

body[data-layout=horizontal] .footer {
    left: 0 !important;
}

.right-bar {
    background-color: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
    display: block;
    float: right !important;
    position: fixed;
    right: -290px;
    top: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 280px;
    z-index: 9999;
}

    .right-bar .right-bar-toggle {
        background-color: #444c54;
        border-radius: 50%;
        color: #edf1f5;
        height: 24px;
        line-height: 24px;
        text-align: center;
        width: 24px;
    }

        .right-bar .right-bar-toggle:hover {
            background-color: #4b545c;
        }

.rightbar-overlay {
    background-color: rgba(52,58,64,.55);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 9998;
}

.right-bar-enabled .right-bar {
    right: 0;
}

.right-bar-enabled .rightbar-overlay {
    display: block;
}

@media (max-width:767.98px) {
    .right-bar {
        overflow: auto;
    }

        .right-bar .slimscroll-menu {
            height: auto !important;
        }
}*/

.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 {
        height: 0;
        overflow: hidden;
        position: relative;
        -webkit-transition-duration: .35s;
        -o-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-property: height,visibility;
        -o-transition-property: height,visibility;
        transition-property: height,visibility;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
    }

.vertical-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
    box-shadow: 0 2px 4px rgba(126,142,177,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    inset: 10px;
    justify-content: space-between;
    position: fixed;
    width: 260px;
    z-index: 1001;
}

/*#vertical-menu-btn {
    color: #00afbf;
    display: block;
    padding: 4px;
    position: absolute;
    right: 0;
    top: .5rem;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    z-index: 5;
}

    #vertical-menu-btn i {
        display: block;
    }*/

.user-sidebar {
    background-color: transparent;
    position: relative;
}

    .user-sidebar .dropdown {
        padding: 10px;
        width: 100%;
    }

        .user-sidebar .dropdown > .button {
            margin: 0 1rem;
        }

    /*.user-sidebar .user-img {
        position: relative;
    }

        .user-sidebar .user-img img {
            border: 3px solid #00afbf;
            height: 60px;
            padding: 5px;
            width: 60px;
        }

        .user-sidebar .user-img .avatar-online {
            border: 2px solid transparent;
            border-radius: 50%;
            bottom: 4px;
            height: 10px;
            margin-left: -15px;
            position: absolute;
            width: 10px;
            z-index: 1;
        }*/

.page-content {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100vh;
}

.page-content-wrapper {
    height: 100%;
    position: relative;
}

/*.page-title-box {
    background-color: transparent;
    background-position: 50%;
    color: #fff;
    margin: 23px -24px 0;
    padding: 24px 24px 10px;
    position: sticky;
    top: 0;
}*/

.stickcontent {
    height: 100vh;
    position: relative;
}

.main-content {
    display: grid;
    grid-template-columns: repeat(1,100%);
    margin-left: 280px;
    overflow-x: hidden;
}

    .main-content .stickcontent {
        /*margin-right: 20px;*/
    }

    /*.main-content .content {
        margin-right: 20px;
        margin-top: 70px;
        padding: 0 15px 10px;
    }*/

#sidebar-menu {
    padding: 0 0 30px;
}

    /*#sidebar-menu .mm-active > .has-arrow:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }*/

    #sidebar-menu .has-arrow:after {
        content: "\f0142";
        display: block;
        float: right;
        font-family: Material Design Icons;
        font-size: 1rem;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s,-webkit-transform .2s;
    }

    #sidebar-menu ul li {
        position: relative;
    }

        #sidebar-menu ul li a {
            background-color: #fff;
            border-radius: 3px;
            display: block;
            font-size: 1.125rem;
            margin: 0 1.25rem;
            padding: .5rem 0;
            position: relative;
        }

            #sidebar-menu ul li a, #sidebar-menu ul li a i {
                color: #27303f;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
            }

                #sidebar-menu ul li a i {
                    background: transparent;
                    border-radius: 8rem;
                    display: inline-block;
                    font-size: 1.375rem;
                    line-height: 1.40625rem;
                    margin-left: .25rem;
                    padding: .3rem;
                    vertical-align: middle;
                }

                #sidebar-menu ul li a:hover {
                    color: #525ce5;
                }

                    #sidebar-menu ul li a:hover i {
                        background: #00afbf;
                        color: #fff;
                    }

        #sidebar-menu ul li.active {
            z-index: 2;
        }

            #sidebar-menu ul li.active i {
                background: #00afbf;
                color: #fff;
            }

            #sidebar-menu ul li.active:after {
                background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(#e0e1e2),to(#fff));
                background: -o-linear-gradient(left,#fff,#e0e1e2,#fff);
                background: linear-gradient(90deg,#fff,#e0e1e2,#fff);
                bottom: 0;
                content: "";
                display: block;
                height: 1px;
                left: 0;
                position: absolute;
                width: 100%;
            }

            #sidebar-menu ul li.active:before {
                background: #fff;
                border-radius: 50%;
                bottom: 0;
                -webkit-box-shadow: 0 0 2rem rgba(0,0,0,.1);
                box-shadow: 0 0 2rem rgba(0,0,0,.1);
                content: "";
                display: block;
                height: 50%;
                left: 25%;
                position: absolute;
                width: 50%;
                z-index: -1;
            }

        /*#sidebar-menu ul li .badge {
            margin-top: 5px;
        }

        #sidebar-menu ul li ul.sub-menu {
            padding: 0;
        }

            #sidebar-menu ul li ul.sub-menu li a {
                background-color: transparent !important;
                color: #27303f;
                font-size: 14px;
                padding: .4rem 1.5rem .4rem 2.8rem;
            }

                #sidebar-menu ul li ul.sub-menu li a:before {
                    content: "\f09df";
                    display: inline-block;
                    font-family: Material Design Icons;
                    font-size: 20px;
                    line-height: 10px;
                    padding-right: 2px;
                    vertical-align: middle;
                }

            #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 {
                    font-size: 14px;
                    padding: .4rem 1.5rem .4rem 4rem;
                }

.menu-title {
    color: #27303f;
    cursor: default;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    padding: 12px 20px !important;
    pointer-events: none;
    text-transform: uppercase;
}

.mm-active, .mm-active > a {
    color: #525ce5 !important;
}

    .mm-active > a {
        background-color: #f5f7fa !important;
    }

        .mm-active .active, .mm-active > a i, .mm-active > i {
            color: #525ce5 !important;
        }

    .mm-active .active {
        background-color: #f5f7fa !important;
    }

        .mm-active .active i {
            color: #525ce5 !important;
        }*/

.vertical-collpsed #page-user-dropdown .username {
    display: none !important;
}

/*.vertical-collpsed #vertical-menu-btn {
    -webkit-transform: translate(50%,-50%) rotate(180deg);
    -ms-transform: translate(50%,-50%) rotate(180deg);
    transform: translate(50%,-50%) rotate(180deg);
}*/

.vertical-collpsed .main-content {
    margin-left: 110px;
}

.vertical-collpsed .navbar-brand-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem .75rem;
    position: relative;
    width: 92px !important;
}

    .vertical-collpsed .navbar-brand-box:after {
        background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(#e0e1e2),to(#fff));
        background: -o-linear-gradient(left,#fff,#e0e1e2,#fff);
        background: linear-gradient(90deg,#fff,#e0e1e2,#fff);
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }

.vertical-collpsed .logo {
    padding-right: 0 !important;
    padding: 0 0 1rem;
    width: 100%;
}

.vertical-collpsed .vertical-menu {
    width: 92px !important;
    z-index: 50;
}

    /*.vertical-collpsed .vertical-menu .simplebar-content-wrapper, .vertical-collpsed .vertical-menu .simplebar-mask {
        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 .badge, .vertical-collpsed .vertical-menu #sidebar-menu .collapse.in, .vertical-collpsed .vertical-menu #sidebar-menu .menu-title {
        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 {
            margin: 0;
            padding: 10px 20px;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
        }

            /*.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:active, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:focus, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover {
                color: #525ce5;
            }*/

            .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 {
            background-color: #f5f7fa;
            position: relative;
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
            width: 282px;
            border-radius: 0px 15px 15px 0px;
        }

            .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;
            height: auto !important;
            left: 92px;
            position: absolute;
            width: 190px;
        }

            .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul ul {
                -webkit-box-shadow: 3px 5px 10px 0 rgba(54,61,71,.1);
                box-shadow: 3px 5px 10px 0 rgba(54,61,71,.1);
            }

                .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    color: #27303f;
                    margin: 0;
                    padding: 8px 20px;
                    position: relative;
                    width: 190px;
                    z-index: 6;
                }

                    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
                        color: #525ce5;
                    }*/

    /*.vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
        background-color: #fff;
        display: none;
        padding: 5px 0;
        z-index: 9999;
    }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li:hover > ul {
            display: block;
            height: auto !important;
            left: 190px;
            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);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul ul li.active a {
            color: #f9fafc;
        }*/

body[data-sidebar=dark] .user-sidebar {
    background: none;
}

body[data-sidebar=dark] .vertical-menu {
    background: #1f293f;
}

body[data-sidebar=dark] #sidebar-menu ul li a, body[data-sidebar=dark] #sidebar-menu ul li a i {
    color: #8590a5;
}

    body[data-sidebar=dark] #sidebar-menu ul li a:hover, body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
        color: #d7e4ec;
    }

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    color: #8590a5;
}

    body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
        color: #d7e4ec;
    }

body[data-sidebar=dark].vertical-collpsed {
    min-height: 1400px;
}

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
        background: #222d46;
        color: #d7e4ec;
    }

        body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
            color: #d7e4ec;
        }

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
        color: #8590a5;
    }

        body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
            color: #525ce5;
        }

    /*body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
        background-color: #fff;
    }

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul > li > a.mm-active {
        color: #d7e4ec !important;
    }*/

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li li a.active/*, body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li li a.mm-active, body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li li.active > a, body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li li.mm-active > a*/ {
        color: #525ce5 !important;
    }

/*body[data-sidebar=dark] .mm-active {
    color: #d7e4ec !important;
}

    body[data-sidebar=dark] .mm-active > a {
        background-color: #2b364e !important;
        color: #d7e4ec !important;
    }

        body[data-sidebar=dark] .mm-active > a i, body[data-sidebar=dark] .mm-active > i {
            color: #d7e4ec !important;
        }

    body[data-sidebar=dark] .mm-active .active {
        background-color: #2b364e !important;
        color: #d7e4ec !important;
    }

        body[data-sidebar=dark] .mm-active .active i {
            color: #d7e4ec !important;
        }

body[data-sidebar=dark] .menu-title {
    color: #8590a5;
}*/

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 {
    text-align: center;
    width: 160px;
}

    body[data-sidebar-size=small] .vertical-menu .badge, body[data-sidebar-size=small] .vertical-menu .has-arrow:after {
        display: none !important;
    }*/

body[data-sidebar-size=small] .main-content {
    margin-left: 160px;
}

/*body[data-sidebar-size=small] .footer {
    left: 160px;
}*/

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 a:before {
        display: none;
    }

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: 92px;
}

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: 92px;
}*/

[dir=rtl] #sidebar-menu .has-arrow:after {
    content: "\f0141";
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
}

/*[dir=rtl] #sidebar-menu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.topnav {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
    box-shadow: 0 2px 4px rgba(126,142,177,.1);
    left: 0;
    margin-top: 70px;
    padding: 0 12px;
    position: fixed;
    right: 0;
    z-index: 100;
}

    .topnav .topnav-menu {
        margin: 0;
        padding: 0;
    }

    .topnav .navbar-nav .nav-link {
        color: #27303f;
        font-size: 15px;
        padding: 1.2rem 1.5rem;
        position: relative;
    }

        .topnav .navbar-nav .nav-link i {
            font-size: 15px;
            position: relative;
            top: 2px;
        }

        .topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
            background-color: transparent;
            color: #525ce5;
        }

    .topnav .navbar-nav .dropdown-item {
        color: #27303f;
    }

        .topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover {
            background: transparent;
            color: #525ce5;
        }

    .topnav .navbar-nav .nav-item .nav-link.active {
        color: #525ce5;
    }

    .topnav .navbar-nav .dropdown.active > a {
        background-color: transparent;
        color: #525ce5;
    }*/

@media (min-width:1200px) {
    body[data-layout=horizontal] .container-fluid/*, body[data-layout=horizontal] .navbar-header*/ {
        max-width: 85%;
    }
}

/*@media (min-width:992px) {
    .topnav .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 0;
    }

    .topnav .dropdown-item {
        min-width: 180px;
        padding: .5rem 1.5rem;
    }

    .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
        left: 0;
        right: auto;
    }

    .topnav .dropdown .dropdown-menu {
        border-radius: 0 0 .6rem .6rem;
        margin-top: 0;
    }

        .topnav .dropdown .dropdown-menu .arrow-down:after {
            position: absolute;
            right: 15px;
            -webkit-transform: rotate(-135deg) translateY(-50%);
            -ms-transform: rotate(-135deg) translateY(-50%);
            transform: rotate(-135deg) translateY(-50%);
        }

        .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
            display: none;
            left: 100%;
            position: absolute;
            top: 0 !important;
        }

    .topnav .dropdown:hover > .dropdown-menu, .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .navbar-toggle {
        display: none;
    }
}

.arrow-down {
    display: inline-block;
}

    .arrow-down:after {
        border-color: initial;
        border-style: solid;
        border-width: 0 0 1px 1px;
        content: "";
        display: inline-block;
        height: .4em;
        margin-left: 10px;
        right: 5px;
        top: 50%;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        width: .4em;
    }

@media (max-width:1199.98px) {
    .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
        left: auto;
        right: 100%;
    }
}

@media (max-width:991.98px) {
    .navbar-brand-box .logo-dark, .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;
    }

        .topnav .navbar-nav .nav-link {
            padding: .75rem 1.1rem;
        }

        .topnav .dropdown .dropdown-menu {
            background-color: transparent;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding-left: 20px;
        }

            .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
                width: auto;
            }

                .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
                    margin: 0;
                }

        .topnav .dropdown .dropdown-item {
            background-color: transparent;
            position: relative;
        }

            .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
                color: #525ce5;
            }

        .topnav .arrow-down:after {
            position: absolute;
            right: 15px;
        }
}

@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: #141b2d;
    }

        body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link {
            color: hsla(0,0%,100%,.5);
        }

            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: hsla(0,0%,100%,.9);
            }

        body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav > .dropdown.active > a {
            color: hsla(0,0%,100%,.9) !important;
        }
}

body[data-layout=horizontal] .logo-dark {
    display: none;
}

body[data-layout=horizontal] .logo-light {
    display: block;
}

body[data-topbar=colored] #page-topbar {
    background-color: #778beb;
}

/*body[data-topbar=colored] .navbar-header .dropdown .show.header-item {
    background-color: hsla(0,0%,100%,.05);
}

/*body[data-topbar=colored] .navbar-header .waves-effect .waves-ripple {
    background: hsla(0,0%,100%,.4);
}

/*body[data-topbar=colored] .title-tooltip li i {
    color: hsla(0,0%,100%,.8);
}

/*body[data-topbar=colored] .header-item {
    color: hsla(0,0%,100%,.5);
}

    /*body[data-topbar=colored] .header-item:hover {
        color: #fff;
    }

/*body[data-topbar=colored] .header-profile-user {
    background-color: hsla(0,0%,100%,.25);
}

body[data-topbar=colored] .noti-icon i {
    color: hsla(0,0%,100%,.5);
}

/*body[data-topbar=colored] .logo-dark {
    display: none;
}

body[data-topbar=colored] .logo-light {
    display: block;
}

body[data-topbar=colored] .app-search .form-control {
    background-color: rgba(241,245,247,.07);
    color: #fff;
}

body[data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder, body[data-topbar=colored] .app-search span {
    color: hsla(0,0%,100%,.5);
}*/

body[data-layout-size=full] #layout-wrapper {
    background-color: #f5f7fa;
    margin: 0 auto;
    min-height: 100vh;
}

    body[data-layout-size=full] #layout-wrapper:before {
        background-color: #00afbf;
        background-image: url(./images/bg-top.png);
        background-size: cover;
        content: "";
        height: 430px;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    body[data-layout-size=full] #layout-wrapper.Dev:before {
        background-image: url(./images/dev-top.png);
    }
/*
    body[data-layout-size=full] #layout-wrapper.Dev {
        background-color: gainsboro;
    }

        body[data-layout-size=full] #layout-wrapper.Dev:before {
            background-color: gainsboro;
            background-image: url(../images/Dev.png);
            background-repeat:repeat;
            background-size:240px;
            content: "";
        height: 430px;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 0;
        }*/

body[data-layout-size=boxed] {
    background-color: #f1f3f7;
}

    body[data-layout-size=boxed] #layout-wrapper {
        background-color: #f5f7fa;
        -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
        box-shadow: 0 2px 4px rgba(126,142,177,.1);
        margin: 0 auto;
        max-width: 1400px;
    }

    /*body[data-layout-size=boxed] #page-topbar {
        margin: 0 auto;
        max-width: 1400px;
    }

    /*body[data-layout-size=boxed] .footer {
        margin: 0 auto;
        max-width: 1140px;
    }

    /*body[data-layout-size=boxed].vertical-collpsed .footer {
        max-width: 1308px;
    }*/

html {
    min-height: 100%;
    position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #495057;
    font-weight: 500;
    line-height: 1.2;
}

a {
    text-decoration: none !important;
}

label {
    font-weight: 500;
    margin-bottom: .5rem;
}

/*.blockquote {
    border-left: 4px solid #e6e6e6;
    padding: 10px 20px;
}

.blockquote-reverse {
    border-left: 0;
    border-right: 4px solid #e6e6e6;
    text-align: right;
}*/

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

.row > * {
    position: relative;
}



/*.bg-soft-primary {
    background-color: rgba(0,175,191,.25) !important;
}

.bg-soft-secondary {
    background-color: rgba(116,120,141,.25) !important;
}

.bg-soft-success {
    background-color: rgba(0,175,191,.25) !important;
}

.bg-soft-info {
    background-color: rgba(91,164,229,.25) !important;
}

.bg-soft-warning {
    background-color: rgba(238,177,72,.25) !important;
}

.bg-soft-danger {
    background-color: rgba(241,78,78,.25) !important;
}

.bg-soft-pink {
    background-color: rgba(232,62,140,.25) !important;
}

.bg-soft-light {
    background-color: rgba(249,250,252,.25) !important;
}

.bg-soft-dark {
    background-color: rgba(52,58,64,.25) !important;
}

.bg-soft-lightblue {
    background-color: rgba(222,237,250,.25) !important;
}

.bg-soft-popgreen {
    background-color: rgba(18,201,206,.25) !important;
}

.bg-soft-seagreen {
    background-color: rgba(34,160,182,.25) !important;
}

.bg-soft-seablue {
    background-color: rgba(26,84,127,.25) !important;
}

.bg-soft-teal {
    background-color: rgba(11,49,76,.25) !important;
}

.bg-soft-gray {
    background-color: rgba(116,120,141,.25) !important;
}

.bg-soft-gray-light {
    background-color: hsla(0,0%,90%,.25) !important;
}*/

.badge[href]:focus, .badge[href]:hover {
    color: #fff;
}

/*.badge.bg-primary[href]:focus, .badge.bg-primary[href]:hover {
    background-color: #009cab !important;
}

.badge-soft-primary {
    background-color: rgba(0,175,191,.18);
    color: #00afbf;
}

    .badge-soft-primary[href]:focus, .badge-soft-primary[href]:hover {
        background-color: rgba(0,175,191,.4);
        color: #00afbf;
        text-decoration: none;
    }*/

.badge.bg-secondary[href]:focus, .badge.bg-secondary[href]:hover {
    background-color: #6b6e82 !important;
}

/*.badge-soft-secondary {
    background-color: rgba(116,120,141,.18);
    color: #74788d;
}

    .badge-soft-secondary[href]:focus, .badge-soft-secondary[href]:hover {
        background-color: rgba(116,120,141,.4);
        color: #74788d;
        text-decoration: none;
    }

.badge.bg-success[href]:focus, .badge.bg-success[href]:hover {
    background-color: #009cab !important;
}

.badge-soft-success {
    background-color: rgba(0,175,191,.18);
    color: #00afbf;
}

    .badge-soft-success[href]:focus, .badge-soft-success[href]:hover {
        background-color: rgba(0,175,191,.4);
        color: #00afbf;
        text-decoration: none;
    }

.badge.bg-info[href]:focus, .badge.bg-info[href]:hover {
    background-color: #499ae2 !important;
}

.badge-soft-info {
    background-color: rgba(91,164,229,.18);
    color: #5ba4e5;
}

    .badge-soft-info[href]:focus, .badge-soft-info[href]:hover {
        background-color: rgba(91,164,229,.4);
        color: #5ba4e5;
        text-decoration: none;
    }

.badge.bg-warning[href]:focus, .badge.bg-warning[href]:hover {
    background-color: #eca935 !important;
}

.badge-soft-warning {
    background-color: rgba(238,177,72,.18);
    color: #eeb148;
}

    .badge-soft-warning[href]:focus, .badge-soft-warning[href]:hover {
        background-color: rgba(238,177,72,.4);
        color: #eeb148;
        text-decoration: none;
    }

.badge.bg-danger[href]:focus, .badge.bg-danger[href]:hover {
    background-color: #f03b3b !important;
}

.badge-soft-danger {
    background-color: rgba(241,78,78,.18);
    color: #f14e4e;
}

    .badge-soft-danger[href]:focus, .badge-soft-danger[href]:hover {
        background-color: rgba(241,78,78,.4);
        color: #f14e4e;
        text-decoration: none;
    }

.badge.bg-pink[href]:focus, .badge.bg-pink[href]:hover {
    background-color: #e62c81 !important;
}

.badge-soft-pink {
    background-color: rgba(232,62,140,.18);
    color: #e83e8c;
}

    .badge-soft-pink[href]:focus, .badge-soft-pink[href]:hover {
        background-color: rgba(232,62,140,.4);
        color: #e83e8c;
        text-decoration: none;
    }

.badge.bg-light[href]:focus, .badge.bg-light[href]:hover {
    background-color: #ebeff5 !important;
}

.badge-soft-light {
    background-color: rgba(249,250,252,.18);
    color: #f9fafc;
}

    .badge-soft-light[href]:focus, .badge-soft-light[href]:hover {
        background-color: rgba(249,250,252,.4);
        color: #f9fafc;
        text-decoration: none;
    }

.badge.bg-dark[href]:focus, .badge.bg-dark[href]:hover {
    background-color: #2b3035 !important;
}

.badge-soft-dark {
    background-color: rgba(52,58,64,.18);
    color: #343a40;
}

    .badge-soft-dark[href]:focus, .badge-soft-dark[href]:hover {
        background-color: rgba(52,58,64,.4);
        color: #343a40;
        text-decoration: none;
    }

.badge.bg-lightblue[href]:focus, .badge.bg-lightblue[href]:hover {
    background-color: #cce3f7 !important;
}

.badge-soft-lightblue {
    background-color: rgba(222,237,250,.18);
    color: #deedfa;
}

    .badge-soft-lightblue[href]:focus, .badge-soft-lightblue[href]:hover {
        background-color: rgba(222,237,250,.4);
        color: #deedfa;
        text-decoration: none;
    }

.badge.bg-popgreen[href]:focus, .badge.bg-popgreen[href]:hover {
    background-color: #10b7bb !important;
}

.badge-soft-popgreen {
    background-color: rgba(18,201,206,.18);
    color: #12c9ce;
}

    .badge-soft-popgreen[href]:focus, .badge-soft-popgreen[href]:hover {
        background-color: rgba(18,201,206,.4);
        color: #12c9ce;
        text-decoration: none;
    }

.badge.bg-seagreen[href]:focus, .badge.bg-seagreen[href]:hover {
    background-color: #1f91a5 !important;
}

.badge-soft-seagreen {
    background-color: rgba(34,160,182,.18);
    color: #22a0b6;
}

    .badge-soft-seagreen[href]:focus, .badge-soft-seagreen[href]:hover {
        background-color: rgba(34,160,182,.4);
        color: #22a0b6;
        text-decoration: none;
    }

.badge.bg-seablue[href]:focus, .badge.bg-seablue[href]:hover {
    background-color: #17496e !important;
}

.badge-soft-seablue {
    background-color: rgba(26,84,127,.18);
    color: #1a547f;
}

    .badge-soft-seablue[href]:focus, .badge-soft-seablue[href]:hover {
        background-color: rgba(26,84,127,.4);
        color: #1a547f;
        text-decoration: none;
    }

.badge.bg-teal[href]:focus, .badge.bg-teal[href]:hover {
    background-color: #08263a !important;
}

.badge-soft-teal {
    background-color: rgba(11,49,76,.18);
    color: #0b314c;
}

    .badge-soft-teal[href]:focus, .badge-soft-teal[href]:hover {
        background-color: rgba(11,49,76,.4);
        color: #0b314c;
        text-decoration: none;
    }

.badge.bg-gray[href]:focus, .badge.bg-gray[href]:hover {
    background-color: #6b6e82 !important;
}

.badge-soft-gray {
    background-color: rgba(116,120,141,.18);
    color: #74788d;
}

    .badge-soft-gray[href]:focus, .badge-soft-gray[href]:hover {
        background-color: rgba(116,120,141,.4);
        color: #74788d;
        text-decoration: none;
    }

.badge.bg-gray-light[href]:focus, .badge.bg-gray-light[href]:hover {
    background-color: #dcdcdc !important;
}

.badge.bg-light, .badge.bg-light[href]:focus, .badge.bg-light[href]:hover {
    color: #495057;
}

.badge-soft-gray-light {
    background-color: hsla(0,0%,90%,.18);
    color: #e6e6e6;
}

    .badge-soft-gray-light[href]:focus, .badge-soft-gray-light[href]:hover {
        background-color: hsla(0,0%,90%,.4);
        color: #e6e6e6;
        text-decoration: none;
    }*/

.rounded-pill {
    padding-left: .6em;
    padding-right: .6em;
}

/*.badge.bg-dark {
    color: #f9fafc;
}*/

.text-white {
    color: white;
}

.text-light-grey {
    color: #848688;
}

a, button {
    outline: none !important;
}

.btn-light {
    border: 1px solid #f2f4f9;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-dark, .btn-secondary {
    color: #edf1f5 !important;
}

.btn-outline-light {
    color: #212529;
}

.btn-darker-primary {
    background-color: #0095a2;
    color: white;
    border-color: #0095a2;
}

    .btn-darker-primary:hover {
        color: white;
    }

.btn-white {
    --bs-btn-color:#fff;
    --bs-btn-bg:#e4ecec ;
    --bs-btn-border-color:#e4ecec ;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#0fabaf;
    --bs-btn-hover-border-color:#0ea1a5;
    --bs-btn-focus-shadow-rgb:54,209,213;
    --bs-btn-active-color:#fff;
    --bs-btn-active-bg:#0ea1a5;
    --bs-btn-active-border-color:#0e979b;
    --bs-btn-active-shadow:none;
    --bs-btn-disabled-color:#fff;
    --bs-btn-disabled-bg:#e4ecec ;
    --bs-btn-disabled-border-color:#e4ecec ;
}

.breadcrumb-item > a {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item:before {
    color: #fff;
    /*content: "\f105" !important;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;*/
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item {
    padding-right: .5rem;
}

    [dir=rtl] .breadcrumb-item + .breadcrumb-item:before {
        content: "\f104";
    }

.card {
    -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
    box-shadow: 0 2px 4px rgba(126,142,177,.1);
    margin-bottom: 24px;
}

/*.card-drop {
    color: inherit;
    font-size: 20px;
    line-height: 0;
}

.header-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 7px;
}

.card-title-desc {
    color: #74788d;
    margin-bottom: 24px;
}*/

.dropdown-menu {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    margin: 0;
    position: absolute;
    z-index: 1000;
}

    .flyoutMenu {
        box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; !important;
        border: solid 1px #e6e6e6;
    }

    .dropdown-menu.show {
        top: 100% !important;
    }

    .dropdown-menu[style] {
        /*left: 0;
        right: auto !important;*/
    }

.dropdown-menu-end[style] {
    left: auto !important;
    right: 0 !important;
}

.dropdown-menu[data-popper-placement^=left], .dropdown-menu[data-popper-placement^=right], .dropdown-menu[data-popper-placement^=top] {
    -webkit-animation: none !important;
    animation: none !important;
    top: auto !important;
    left: -211px;
}

#Recettes #TypesRecettes .dropdown-menu.show {
    transform: translate3d(0px, 0px, 0px) !important;
}

#Request .dropdown-menu.show {
    transform: translate3d(0px, 0px, 0px) !important;
}

/*@-webkit-keyframes DropDownSlide {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes DropDownSlide {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}*/

@media (min-width:600px) {
    .dropdown-menu-lg {
        width: 320px;
    }

    .dropdown-menu-md {
        width: 240px;
    }
}

.dropdown-divider {
    border-top-color: #edf1f5;
}

/*.dropdown-mega {
    position: static !important;
}

.dropdown-megamenu[style] {
    left: 20px !important;
    padding: 20px;
    right: 20px !important;
}

.dropdown-mega-menu-xl {
    width: 40rem;
}

.dropdown-mega-menu-lg {
    width: 26rem;
}*/

.nav-pills > a, .nav-pills > li > a, .nav-tabs > li > a {
    color: #495057;
    font-weight: 500;
}

/*.nav-tabs-custom {
    border-bottom: 2px solid #e6e6e6;
}

    .nav-tabs-custom .nav-item {
        color: #343a40;
        position: relative;
    }

        .nav-tabs-custom .nav-item .nav-link {
            border: none;
        }

            .nav-tabs-custom .nav-item .nav-link:after {
                background: #00afbf;
                bottom: -1px;
                content: "";
                height: 2px;
                left: 0;
                position: absolute;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all .25s ease 0s;
                -o-transition: all .25s ease 0s;
                transition: all .25s ease 0s;
                width: 100%;
            }

            .nav-tabs-custom .nav-item .nav-link.active {
                color: #00afbf;
            }

                .nav-tabs-custom .nav-item .nav-link.active:after {
                    -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                }

.vertical-nav .nav .nav-link {
    margin-bottom: 8px;
    padding: 24px 16px;
    text-align: center;
}

    .vertical-nav .nav .nav-link .nav-icon {
        font-size: 24px;
    }*/

:root {
    --table-shadow-color:rgba(0,0,0,.25);
    --table-shadow-size:2em;
}

.table-scrollx {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

.table-wrapper {
    position: relative;
}

    .table-wrapper .table-scroll {
        -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
    }

    .table-wrapper .table-scroll, .table-wrapper .table-scrollx {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        inset: 0;
        overflow-x: auto;
        position: absolute;
    }

    .table-wrapper .table-scrollx {
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

    /*.table-wrapper.has-shadow-left:before, .table-wrapper.has-shadow-right:after {
        background: radial-gradient(at 0 50%,var(--table-shadow-color),transparent 70%),-webkit-gradient(linear,left top,right top,from(var(--table-shadow-color)),color-stop(50%,transparent));
        background: -o-radial-gradient(at 0 50%,var(--table-shadow-color),transparent 70%),-o-linear-gradient(left,var(--table-shadow-color),transparent 50%);
        background: radial-gradient(at 0 50%,var(--table-shadow-color),transparent 70%),linear-gradient(90deg,var(--table-shadow-color),transparent 50%);
        background-repeat: no-repeat;
        background-size: var(--table-shadow-size) 100%;
        border-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        bottom: 0;
        content: "";
        display: block;
        pointer-events: none;
        position: absolute;
        top: 0;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
        width: var(--table-shadow-size);
        z-index: 1;
    }

    .table-wrapper.has-shadow-right:after {
        right: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .table-wrapper.has-shadow-left:before {
        left: 0;
    }*/

.table > :not(caption) {
    font-family: Fira Sans Extra Condensed,sans-serif;
}

    .table > :not(caption) > * > * {
        padding: .315rem;
        vertical-align: middle;
    }

    .table > :not(caption) th {
        font-weight: 400;
        vertical-align: bottom;
    }

        .table > :not(caption) th > span {
            -webkit-box-align: end;
            -ms-flex-align: end;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            align-items: flex-end;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
        }

            /*.table > :not(caption) th > span span[title] {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                float: left;
            }*/

        .table > :not(caption) th .ordon-choice {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            justify-content: flex-end;
            opacity: 0;
        }

        .table > :not(caption) th .down, .table > :not(caption) th .up {
            cursor: pointer;
            height: 10px;
        }

            .table > :not(caption) th .down.active, .table > :not(caption) th .up.active {
                color: #00afbf;
            }

            .table > :not(caption) th .down i, .table > :not(caption) th .up i {
                display: block;
                font-size: 12px;
            }

        .table > :not(caption) th.active .ordon-choice, .table > :not(caption) th:hover .ordon-choice {
            opacity: 1;
        }

    /*.table > :not(caption) > tr.ToDoETRZeroMajeur:nth-of-type(odd) > *, .table > :not(caption) > tr.ToDoETRZeroMajeur > * {
        --bs-table-accent-bg:#f2fd9f;
    }

    .table > :not(caption) > tr.ToDoSetics :nth-of-type(odd) > *, .table > :not(caption) > tr.ToDoSetics > * {
        --bs-table-accent-bg:#9fcfff;
    }

    .table > :not(caption) > tr.ZeroReserve :nth-of-type(odd) > *, .table > :not(caption) > tr.ZeroReserve > * {
        --bs-table-accent-bg:#d9fdb1;
    }

    .table > :not(caption) .table-light {
        background-color: #f8f9fa;
        border-color: #edf1f5;
        color: #495057;
    }

    .table > :not(caption) .icon-fiber {
        background-color: #9fcfff;
        border-radius: 50rem;
    }*/

    .table > :not(caption) > * > * {
        border-bottom-width: 0;
        border-top-width: 1px;
    }

/*.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #edf1f5;
}

.table-dark > :not(:last-child) > :last-child > * {
    border-bottom-color: #43494e;
}

.table-nowrap td, .table-nowrap th {
    white-space: nowrap;
}

.table-centered td, .table-centered th {
    vertical-align: middle !important;
}

.table-card-list {
    border-collapse: separate;
    border-spacing: 0 12px;
}

    .table-card-list tr {
        background-color: #fff;
    }*/

.table-rep-plugin {
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
}

    .table-rep-plugin table thead {
        border-top: 2px solid #fff;
        position: sticky;
        top: -1px;
        z-index: 30;
        background-color: #fff;
    }

        .table-rep-plugin table thead:after {
            background: #deedfa;
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .table-rep-plugin table thead td.active, .table-rep-plugin table thead th.active {
            position: relative;
        }

            /*.table-rep-plugin table thead td.active:after, .table-rep-plugin table thead th.active:after {
                background-color: #00afbf;
                bottom: 0;
                content: "";
                display: block;
                height: 2px;
                left: 0;
                position: absolute;
                width: 100%;
            }*/

    .table-rep-plugin table tbody tr {
        position: relative;
    }

        /*.table-rep-plugin table tbody tr:hover {
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
            box-shadow: 0 0 5px rgba(0,0,0,.5);
            z-index: 5;
        }*/

        .table-rep-plugin table tbody tr td, .table-rep-plugin table tbody tr th {
            position: relative;
        }

            /*.table-rep-plugin table tbody tr td:after, .table-rep-plugin table tbody tr th:after {
                background-color: #fff;
                bottom: 0;
                content: "";
                height: 2px;
                left: 0;
                position: absolute;
                width: 100%;
            }*/

            /*.table-rep-plugin table tbody tr td:before, .table-rep-plugin table tbody tr th:before {
                background-color: #fff;
                content: "";
                height: 2px;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }*/

.table-actions {
    background-color: #e6e6e6;
    border-radius: var(--bs-border-radius-lg);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*.pagination-rounded .page-link {
    border: none;
    border-radius: 30px !important;
    height: 32px;
    line-height: 32px;
    margin: 0 3px !important;
    padding: 0;
    text-align: center;
    width: 32px;
}

.progress-sm {
    height: 5px;
}

.progress-md {
    height: 8px;
}

.progress-lg {
    height: 12px;
}

.progress-xl {
    height: 16px;
}

.animated-progess {
    position: relative;
}

    .animated-progess .progress-bar {
        -webkit-animation: animate-positive 2s;
        animation: animate-positive 2s;
        border-radius: 6px;
        position: relative;
    }*/

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

/*.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.avatar-sm {
    height: 2.5rem;
    width: 2.5rem;
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-lg {
    height: 6rem;
    width: 6rem;
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}

.mini-stat-icon {
    height: 46px;
    width: 46px;
}

/*.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

/*.select2-container {
    display: block;
}

    .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 {
            color: #495057;
            line-height: 36px;
            padding-left: 12px;
        }

        .select2-container .select2-selection--single .select2-selection__arrow {
            height: 34px;
            right: 3px;
            width: 34px;
        }

            .select2-container .select2-selection--single .select2-selection__arrow b {
                border-color: #adb5bd transparent transparent;
                border-width: 6px 6px 0;
            }

        .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 !important;
    border-width: 0 6px 6px !important;
}

.select2-container--default .select2-search--dropdown {
    background-color: #fff;
    padding: 10px;
}

    .select2-container--default .select2-search--dropdown .select2-search__field {
        background-color: #fff;
        border: 1px solid #ced4da;
        color: #74788d;
        outline: none;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00afbf;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f9fafc;
    color: #16181b;
}

    .select2-container--default .select2-results__option[aria-selected=true]:hover {
        background-color: #00afbf;
        color: #fff;
    }

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
    box-shadow: 0 2px 4px rgba(126,142,177,.1);
}

.select2-search input {
    border: 1px solid #e6e6e6;
}

.select2-container .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    min-height: 38px;
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding: 2px 10px;
    }

    .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: #edf1f5;
        border: 1px solid #e6e6e6;
        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;
    margin-right: 10px;
    width: 60px;
}

    .select2-result-repository__avatar img {
        border-radius: 2px;
        height: auto;
        width: 100%;
    }

.select2-result-repository__statistics {
    margin-top: 7px;
}

.select2-result-repository__forks, .select2-result-repository__stargazers, .select2-result-repository__watchers {
    color: #adb5bd;
    display: inline-block;
    font-size: 11px;
    margin-right: 1em;
}

    .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: hsla(0,0%,100%,.8);
}

.select2-result-repository__meta {
    overflow: hidden;
}

/*.img-flag {
    height: 15px;
    margin-right: 7px;
    width: 18px;
}

input[switch] {
    display: none;
}

    input[switch] + label {
        background-color: #ced4da;
        background-image: none;
        border-radius: 2rem;
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: 500;
        height: 24px;
        line-height: 1;
        padding: .16667rem;
        position: relative;
        text-align: center;
        -webkit-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        width: 56px;
    }

        input[switch] + label:before {
            color: #343a40;
            content: attr(data-off-label);
            display: block;
            font-family: inherit;
            font-size: 12px;
            font-weight: 500;
            line-height: 21px;
            margin: 3px;
            min-width: 1.66667rem;
            overflow: hidden;
            position: absolute;
            right: 1px;
            text-align: center;
            top: -2px;
            -webkit-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
        }

        input[switch] + label:after {
            background-color: #edf1f5;
            border-radius: 2rem;
            -webkit-box-shadow: none;
            box-shadow: none;
            content: "";
            height: 20px;
            left: 3px;
            position: absolute;
            top: 2px;
            -webkit-transition: all .1s ease-in-out;
            -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
            width: 20px;
        }

    input[switch]:checked + label {
        background-color: #00afbf;
    }

        input[switch]:checked + label:before {
            color: #fff;
            content: attr(data-on-label);
            left: 3px;
            right: auto;
        }

        input[switch]:checked + label:after {
            background-color: #edf1f5;
            left: 33px;
        }

input[switch=bool] + label {
    background-color: #f14e4e;
}

    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: #00afbf;
}

input[switch=default]:checked + label {
    background-color: #a2a2a2;
}

input[switch=primary]:checked + label {
    background-color: #00afbf;
}

input[switch=success]:checked + label {
    background-color: #00afbf;
}

input[switch=info]:checked + label {
    background-color: #5ba4e5;
}

input[switch=warning]:checked + label {
    background-color: #eeb148;
}

input[switch=danger]:checked + label {
    background-color: #f14e4e;
}

input[switch=dark]:checked + label {
    background-color: #343a40;
}

.square-switch {
    margin-right: 7px;
}

    .square-switch input[switch] + label, .square-switch input[switch] + label:after {
        border-radius: 4px;
    }*/

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}

:root {
    --swiper-theme-color:#007aff;
}

/*.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
    z-index: 1;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .swiper-pointer-events.swiper-vertical {
        -ms-touch-action: pan-x;
        touch-action: pan-x;
    }

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

    /*.swiper-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform;
    }

/*.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/*.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    /*.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0,0,0,.15);
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

/*.swiper-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none;
}

    /*.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start;
    }

/*.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

/*.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

/*.swiper-centered > .swiper-wrapper:before {
    -ms-flex-negative: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

/*.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

./*swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

:root {
    --swiper-navigation-size:44px;
}

/*.swiper-button-next, .swiper-button-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none;
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        cursor: auto;
        opacity: 0;
        pointer-events: none;
    }

/*.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: "prev";
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: "next";
    }

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important;
    }

/*.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/*.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        position: relative;
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(.33);
        -ms-transform: scale(.33);
        transform: scale(.33);
    }

/*.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    border-radius: 50%;
    display: inline-block;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

/*.swiper-pagination-bullet:only-child {
    display: none !important;
}

/*.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity,1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

    /*.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        display: block;
        margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: top .2s,-webkit-transform .2s;
            transition: top .2s,-webkit-transform .2s;
            -o-transition: transform .2s,top .2s;
            transition: transform .2s,top .2s;
            transition: transform .2s,top .2s,-webkit-transform .2s;
        }

/*.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: left .2s,-webkit-transform .2s;
        transition: left .2s,-webkit-transform .2s;
        -o-transition: transform .2s,left .2s;
        transition: transform .2s,left .2s;
        transition: transform .2s,left .2s,-webkit-transform .2s;
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s,-webkit-transform .2s;
    transition: right .2s,-webkit-transform .2s;
    -o-transition: transform .2s,right .2s;
    transition: transform .2s,right .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s;
}

/*.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        width: 100%;
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        height: 100%;
        left: 0;
        top: 0;
        width: 4px;
    }

/*.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important;
    }

    /*.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        bottom: 3px;
        height: 5px;
        left: 1%;
        position: absolute;
        width: 98%;
        z-index: 50;
    }

    /*.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
        height: 98%;
        position: absolute;
        right: 3px;
        top: 1%;
        width: 5px;
        z-index: 50;
    }

/*.swiper-scrollbar-drag {
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

/*.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-scroller {
    padding-bottom: 20px;
}

.modal-open .swiper-scroller.cards-slider {
    z-index: unset;
}

    .modal-open .swiper-scroller.cards-slider.swiper-backface-hidden .swiper-slide {
        -webkit-backface-visibility: initial;
        backface-visibility: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: unset;
    }

    .modal-open .swiper-scroller.cards-slider .swiper-slide {
        z-index: unset;
    }

    .modal-open .swiper-scroller.cards-slider .swiper-wrapper {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        z-index: unset;
    }

.swiper-scrollbar {
    background: transparent;
}

    .swiper-scrollbar:after {
        background-color: #22a0b6;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
    }

    .swiper-scrollbar .swiper-scrollbar-drag {
        background: #22a0b6;
    }

        .swiper-scrollbar .swiper-scrollbar-drag:after {
            background: #22a0b6;
        }

    .swiper-scrollbar.primary:after {
        background: #00afbf;
    }

    .swiper-scrollbar.primary .swiper-scrollbar-drag {
        background: #00afbf;
    }

        .swiper-scrollbar.primary .swiper-scrollbar-drag:after {
            background: #00afbf;
        }

    .swiper-scrollbar.secondary:after {
        background: #74788d;
    }

    .swiper-scrollbar.secondary .swiper-scrollbar-drag {
        background: #74788d;
    }

        .swiper-scrollbar.secondary .swiper-scrollbar-drag:after {
            background: #74788d;
        }

    .swiper-scrollbar.success:after {
        background: #00afbf;
    }

    .swiper-scrollbar.success .swiper-scrollbar-drag {
        background: #00afbf;
    }

        .swiper-scrollbar.success .swiper-scrollbar-drag:after {
            background: #00afbf;
        }

    .swiper-scrollbar.info:after {
        background: #5ba4e5;
    }

    .swiper-scrollbar.info .swiper-scrollbar-drag {
        background: #5ba4e5;
    }

        .swiper-scrollbar.info .swiper-scrollbar-drag:after {
            background: #5ba4e5;
        }

    .swiper-scrollbar.warning:after {
        background: #eeb148;
    }

    .swiper-scrollbar.warning .swiper-scrollbar-drag {
        background: #eeb148;
    }

        .swiper-scrollbar.warning .swiper-scrollbar-drag:after {
            background: #eeb148;
        }

    .swiper-scrollbar.danger:after {
        background: #f14e4e;
    }

    .swiper-scrollbar.danger .swiper-scrollbar-drag {
        background: #f14e4e;
    }

        .swiper-scrollbar.danger .swiper-scrollbar-drag:after {
            background: #f14e4e;
        }

    .swiper-scrollbar.pink:after {
        background: #e83e8c;
    }

    .swiper-scrollbar.pink .swiper-scrollbar-drag {
        background: #e83e8c;
    }

        .swiper-scrollbar.pink .swiper-scrollbar-drag:after {
            background: #e83e8c;
        }

    .swiper-scrollbar.light:after {
        background: #f9fafc;
    }

    .swiper-scrollbar.light .swiper-scrollbar-drag {
        background: #f9fafc;
    }

        .swiper-scrollbar.light .swiper-scrollbar-drag:after {
            background: #f9fafc;
        }

    .swiper-scrollbar.dark:after {
        background: #343a40;
    }

    .swiper-scrollbar.dark .swiper-scrollbar-drag {
        background: #343a40;
    }

        .swiper-scrollbar.dark .swiper-scrollbar-drag:after {
            background: #343a40;
        }

    .swiper-scrollbar.lightblue:after {
        background: #deedfa;
    }

    .swiper-scrollbar.lightblue .swiper-scrollbar-drag {
        background: #deedfa;
    }

        .swiper-scrollbar.lightblue .swiper-scrollbar-drag:after {
            background: #deedfa;
        }

    .swiper-scrollbar.popgreen:after {
        background: #12c9ce;
    }

    .swiper-scrollbar.popgreen .swiper-scrollbar-drag {
        background: #12c9ce;
    }

        .swiper-scrollbar.popgreen .swiper-scrollbar-drag:after {
            background: #12c9ce;
        }

    .swiper-scrollbar.seagreen:after {
        background: #22a0b6;
    }

    .swiper-scrollbar.seagreen .swiper-scrollbar-drag {
        background: #22a0b6;
    }

        .swiper-scrollbar.seagreen .swiper-scrollbar-drag:after {
            background: #22a0b6;
        }

    .swiper-scrollbar.seablue:after {
        background: #1a547f;
    }

    .swiper-scrollbar.seablue .swiper-scrollbar-drag {
        background: #1a547f;
    }

        .swiper-scrollbar.seablue .swiper-scrollbar-drag:after {
            background: #1a547f;
        }

    .swiper-scrollbar.teal:after {
        background: #0b314c;
    }

    .swiper-scrollbar.teal .swiper-scrollbar-drag {
        background: #0b314c;
    }

        .swiper-scrollbar.teal .swiper-scrollbar-drag:after {
            background: #0b314c;
        }

    .swiper-scrollbar.gray:after {
        background: #74788d;
    }

    .swiper-scrollbar.gray .swiper-scrollbar-drag {
        background: #74788d;
    }

        .swiper-scrollbar.gray .swiper-scrollbar-drag:after {
            background: #74788d;
        }

    .swiper-scrollbar.gray-light:after {
        background: #e6e6e6;
    }

    .swiper-scrollbar.gray-light .swiper-scrollbar-drag {
        background: #e6e6e6;
    }

        .swiper-scrollbar.gray-light .swiper-scrollbar-drag:after {
            background: #e6e6e6;
        }

.table-slider {
    margin: 0 auto;
    position: relative;
    width: calc(100% - 80px);
}

    .table-slider .swiper-button-prev {
        left: -40px;
    }

    .table-slider .swiper-button-next {
        right: -40px;
    }*/

.home-center {
    display: table;
    height: 100%;
    width: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.authentication-page {
    background-color: #000;
    background-image: url(./images/loginbg.png);
    background-position: 50%;
    background-size: cover;
    height: 100vh;
}

/*.authentication-bg .bg-overlay {
    background-color: #00afbf;
}*/

#logincontainer {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: rgba(3,16,24,.5);
}

/*.error-page {
    -webkit-text-fill-color: transparent;
    background: -o-repeating-linear-gradient(45deg,#00afbf,#00afbf 10px,#00afbf 10px,#00afbf 20px);
    background: repeating-linear-gradient(45deg,#00afbf,#00afbf 10px,#00afbf 0,#00afbf 20px);
    -webkit-background-clip: text;
    font-size: 120px;
    line-height: .8;
    position: relative;
    text-transform: uppercase;
}

/*.faq-icon i {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    float: right;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}

.faq-icon:after {
    background: #00afbf;
    border-radius: 50%;
    content: "";
    height: 30px;
    margin-top: -10px;
    opacity: .2;
    position: absolute;
    right: 50px;
    width: 30px;
}

/*@media (min-width:992px) {
    .chat-leftsidebar {
        min-width: 380px;
    }
}

.chat-leftsidebar .chat-leftsidebar-nav .nav {
    background-color: #fff;
}

.chat-noti-dropdown.active:before {
    background-color: #f14e4e;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    width: 8px;
}

.chat-noti-dropdown .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    padding: 6px;
}

/*.chat-list {
    margin: 0;
}

    .chat-list li.active a {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
        box-shadow: 0 2px 4px rgba(126,142,177,.1);
    }

    .chat-list li a {
        border: 1px solid #edf1f5;
        border-radius: 4px;
        color: #74788d;
        display: block;
        margin-top: 10px;
        padding: 14px 16px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

        .chat-list li a:hover {
            background-color: #fff;
            -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
            box-shadow: 0 2px 4px rgba(126,142,177,.1);
        }*/

.user-chat-nav .dropdown .nav-btn {
    background-color: #f9fafc;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    height: 40px;
    line-height: 34px;
    padding: 0;
    width: 40px;
}

.user-chat-nav .dropdown .dropdown-menu {
    border: 1px solid #edf1f5;
    -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
    box-shadow: 0 2px 4px rgba(126,142,177,.1);
}

.chat-conversation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .chat-conversation li {
        clear: both;
    }

    /*.chat-conversation .chat-day-title {
        margin-bottom: 24px;
        position: relative;
        text-align: center;
    }

        .chat-conversation .chat-day-title .title {
            background-color: #fff;
            padding: 6px 24px;
            position: relative;
            z-index: 1;
        }

        .chat-conversation .chat-day-title:before {
            background-color: #edf1f5;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            right: 0;
            top: 10px;
            width: 100%;
        }

        .chat-conversation .chat-day-title .badge {
            font-size: 12px;
        }*/

    .chat-conversation .conversation-list {
        display: inline-block;
        margin-bottom: 24px;
        position: relative;
    }

        .chat-conversation .conversation-list .arrow-left {
            position: relative;
        }

            .chat-conversation .conversation-list .arrow-left:before {
                border: 7px solid transparent;
                border-right-color: #f9fafc;
                content: "";
                position: absolute;
                right: 100%;
                top: 10px;
            }

        .chat-conversation .conversation-list .ctext-wrap {
            background-color: #f9fafc;
            border-radius: 8px 8px 8px 0;
            overflow: hidden;
            padding: 12px 24px;
        }

            .chat-conversation .conversation-list .ctext-wrap .conversation-name {
                color: #0b314c;
                font-weight: 500;
                margin-bottom: 4px;
                position: relative;
            }

        .chat-conversation .conversation-list .dropdown {
            float: right;
        }

            .chat-conversation .conversation-list .dropdown .dropdown-toggle {
                color: #74788d;
                font-size: 18px;
                padding: 4px;
            }

@media (max-width:575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        display: none;
    }
}

.chat-conversation .conversation-list .dropdown .dropdown-menu {
    border: 1px solid #edf1f5;
    -webkit-box-shadow: 0 2px 4px rgba(126,142,177,.1);
    box-shadow: 0 2px 4px rgba(126,142,177,.1);
}

.chat-conversation .conversation-list .chat-time {
    font-size: 12px;
}

.chat-conversation .right .conversation-list {
    float: right;
}

    .chat-conversation .right .conversation-list .arrow-right {
        position: relative;
    }

        .chat-conversation .right .conversation-list .arrow-right:before {
            border: 7px solid transparent;
            border-left-color: rgba(0,175,191,.1);
            content: "";
            left: 100%;
            position: absolute;
            top: 10px;
        }

    .chat-conversation .right .conversation-list .arrow-right + span {
        float: right;
    }

    .chat-conversation .right .conversation-list .ctext-wrap {
        background-color: rgba(0,175,191,.1);
        border-radius: 8px 8px 0 8px;
        text-align: right;
    }

    .chat-conversation .right .conversation-list .dropdown {
        float: left;
    }

    /*.chat-conversation .right .conversation-list.last-chat .conversation-list:before {
        left: auto;
        right: 0;
    }*/

.chat-input-section {
    border-top: 1px solid #edf1f5;
}

.chat-input {
    background-color: #f9fafc !important;
    border-color: #f9fafc !important;
    border-radius: 30px;
    padding-right: 120px;
}

/*.chat-input-links {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .chat-input-links li a {
        display: inline-block;
        font-size: 16px;
        line-height: 36px;
        padding: 0 4px;
    }*/

@media (max-width:575.98px) {
    .chat-send {
        min-width: auto;
    }
}

/*.search-box .search-icon {
    font-size: 16px;
    font-size: 15px;
    left: 13px;
    line-height: 34px;
    position: absolute;
    top: 2px;
}

.search-box .form-control {
    border-radius: 5px;
    padding-left: 40px;
}*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

@media (max-height : 725px) {
    #sidebar-menu ul li a {
            background-color: #fff;
            border-radius: 3px;
            display: block;
            font-size: 1.0rem;
            margin: 0 1.25rem;
            padding: .3rem 0;
            position: relative;
        }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
        padding: 8px 20px;
    }
}

@media (min-height : 800px) {
    #sidebar-menu ul li a {
            background-color: #fff;
            border-radius: 3px;
            display: block;
            font-size: 1.125rem;
            margin: 0 1rem;
            padding: .625rem 0;
            position: relative;
        }

            #sidebar-menu ul li a, #sidebar-menu ul li a i {
                color: #27303f;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
            }

                #sidebar-menu ul li a i {
                    background: transparent;
                    border-radius: 8rem;
                    display: inline-block;
                    font-size: 1.375rem;
                    line-height: 1.40625rem;
                    margin-left: .25rem;
                    padding: .5rem;
                    vertical-align: middle;
                }
    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
        margin: 0;
        min-height: 55px;
        padding: 15px 20px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.code-wrap {
    background: #ddecf2; 
    padding: 2px; 
    overflow: auto;
    font-family: monospace;
    color: #606163;
    border-radius: 4px;
}

b-light {
  font-weight: 500;
}