ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

svg {
    max-width: 100%;
}

a {
    transition: all 0s ease !important;
    color: #616f80;
}

a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

b, strong {
    font-weight: 500;
}

xmp {
    display: inline;
    font-family: "Lato", sans-serif;;
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.slimScrollDiv {
    height: auto !important;
}

.social-links li a {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

.dropdown-menu {
    padding: 4px 0;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
    box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
    background-color: #ffffff;
    border-color: #e9ecef;
    margin: 0;
}

.dropdown-item {
    background-color: #ffffff;
    padding: .4rem 1rem;
}

.dropdown-item:active, .dropdown-item:hover {
    background-color: #f0f4f7;
    color: #2b354f;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f0f4f7;
    color: #2b354f;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #9ca8b3;
    content: "\f105" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.blockquote {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-left: 4px solid #e9ecef;
}

.blockquote-reverse {
    border-left: 0;
    border-right: 4px solid #e9ecef;
    text-align: right;
}

.bg-primary {
    background-color: #4090cb !important;
}

.bg-success {
    background-color: #47bd9a !important;
}

.bg-info {
    background-color: #06c2de !important;
}

.bg-warning {
    background-color: #f9d570 !important;
}

.bg-danger {
    background-color: #e74c5e !important;
}

.bg-muted {
    background-color: #9ca8b3 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-lighten-primary {
    background-color: #c0dbee;
}

.bg-lighten-success {
    background-color: #bfe8dc;
}

.bg-lighten-info {
    background-color: #8bedfc;
}

.bg-lighten-warning {
    background-color: #fef5dc;
}

.bg-lighten-danger {
    background-color: #fadcdf;
}

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #e74c5e !important;
}

.text-muted {
    color: #9ca8b3 !important;
}

.text-primary {
    color: #4090cb !important;
}

.text-rdbsb-detail {
    color: #665df5 !important;
}

.text-warning {
    color: #fb8f20 !important;
}

.text-success {
    color: #47bd9a !important;
}

.text-info {
    color: #06c2de !important;
}

.text-dark {
    color: #2b354f !important;
}

.badge {
    font-weight: 500;
}

.badge-primary {
    background-color: #4090cb;
}

.badge-success {
    background-color: #47bd9a;
}

.badge-info {
    background-color: #06c2de;
}

.badge-warning {
    background-color: #f9d570;
    color: #ffffff;
}

.badge-danger {
    background-color: #e74c5e;
}

.badge-dark {
    background-color: #2b354f;
}

.badge-soft-primary {
    background-color: rgba(64, 144, 203, 0.2);
    color: #4090cb;
}

.badge-soft-success {
    background-color: rgba(71, 189, 154, 0.2);
    color: #47bd9a;
}

.badge-soft-info {
    background-color: rgba(6, 194, 222, 0.2);
    color: #06c2de;
}

.badge-soft-warning {
    background-color: rgba(249, 213, 112, 0.2);
    color: #f9d570;
}

.badge-soft-danger {
    background-color: rgba(231, 76, 94, 0.2);
    color: #e74c5e;
}

.badge-soft-dark {
    background-color: rgba(43, 53, 79, 0.2);
    color: #2b354f;
}

.badge-soft-gray {
    background-color: rgba(179, 191, 204, 0.25);
    color: #2b354f;
}

.border-primary {
    border-color: #4090cb !important;
}

.border-success {
    border-color: #47bd9a !important;
}

.border-info {
    border-color: #06c2de !important;
}

.border-warning {
    border-color: #f9d570 !important;
}

.border-danger {
    border-color: #e74c5e !important;
}

.border-dark {
    border-color: #2b354f !important;
}

dt {
    font-weight: 500;
}

.spinner-border, .spinner-grow {
    margin-right: 10px;
    margin-top: 10px;
}

.custom-control-input:checked ~ .custom-control-label:before {
    border-color: #6993ff;
    background-color: #6993ff;
}


.w-30 {
    max-width: 30px;
}

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.l-h-23 {
    line-height: 23px !important;
}

.l-h-34 {
    line-height: 34px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-30 {
    font-size: 30px !important;
}

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.header-title {
    font-size: 16px;
}

/* ==============
  Waves Effect
===================*/

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}


body {
    padding-bottom: 90px;
}

.wrapper {
    padding-top: 30px;
}

@media (min-width: 1140px) {
    .container-fluid {
        width: 88%;
    }
}

.header-bg {
    position: relative;
    z-index: 1030;
    background-color: #4090cb;
    background-image: url(../images/bg-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 bottom;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
    box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
}

.header-bg::before {
    content: '';
    background-image: radial-gradient(circle at center center, rgba(17, 204, 204, 0.75) 0%, rgba(92, 38, 179, 0.75) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.75;
    z-index: -1;
}

#topnav .has-submenu.active a {
    color: #1a73e9;
}

#topnav .has-submenu.active .submenu li.active > a, #topnav .has-submenu.active .submenu li.active > a:hover {
    color: #1a73e9;
}

#topnav .topbar-main .logo {
    line-height: 70px;
    float: left;
    position: relative;
}

#topnav .topbar-main .logo .logo-large {
    height: 68px;
    top: 15px;
    position: relative;
}

#topnav .topbar-main .logo-small {
    display: none;
    height: 42px;
}

#topnav .navbar-custom {
    padding-left: 0;
    background-color: #fff;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 8px 20px -15px rgba(20, 22, 95, 0.35), inset 0 1px 0 rgba(205, 205, 232, 0.35);
}

/* #topnav .navbar-custom:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.25);
  filter: blur(5px);
  box-shadow: inset 0 0px 18px -6px rgba(255,255,255,.75), inset 0 1px 0px 0px rgba(255,255,255,.2);
} */
#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#topnav .navbar-toggle:hover {
    background-color: transparent;
}

#topnav .navbar-toggle:hover span {
    background-color: #ffffff;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    padding-top: 23px;
    margin: 0 10px;
    height: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
    top: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .navigation-menu > li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

#topnav .navigation-menu > li > a {
    display: inline-block;
    color: #1f212d;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus, #topnav .navigation-menu > li > a:active {
    color: #1a73e9;
}

#topnav .navigation-menu > li > a i {
    color: #8094ae;
    font-size: 16px;
    vertical-align: baseline;
    margin-right: 6px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus {
    background-color: transparent;
}

.topbar-custom .nav-link {
    line-height: 60px;
    display: block;
    max-height: 60px;
    color: rgba(255, 255, 255, 0.7);
}

.topbar-custom .dropdown-toggle:after {
    content: initial;
}

.notification-item-list {
    max-height: 230px;
}

.notification-list.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.notification-list .nav-link {
    padding: 0 15px;
    line-height: 70px;
    color: #dee2e6;
    max-height: 70px;
}

.notification-list .dropdown-menu {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(36, 36, 41, 0.07);
    box-shadow: 0px 0px 13px 0px rgba(36, 36, 41, 0.07);
}

.notification-list .noti-icon {
    font-size: 24px;
    vertical-align: middle;
}

.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 10px;
}

.notification-list .notify-item {
    padding: 10px 20px;
}

.notification-list .notify-item .notify-icon {
    float: left;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
}

.notification-list .notify-item .notify-icon i {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    line-height: 32px;
    margin-top: 2px;
    color: #ffffff;
}

.notification-list .notify-item .notify-details {
    margin-bottom: 0;
    overflow: hidden;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Lato", sans-serif;
}

.notification-list .notify-item .notify-details span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 12px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
}

.notification-list .language-switch a img {
    float: right;
    margin-top: 3px;
}

.notification-list .nav-user img {
    height: 36px;
    width: 36px;
}

.notification-list .profile-dropdown {
    width: 170px;
}

.notification-list .profile-dropdown i {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 5px;
    color: #616f80;
}

.notification-list .profile-dropdown span {
    margin-top: 5px;
}

.arrow-none:after {
    border: none;
    margin: 0;
    display: none;
}

.dropdown-menu-lg {
    width: 300px;
}

.app-search {
    position: relative;
}

.app-search .form-control::-webkit-input-placeholder {
    color: #dee2e6;
}

.app-search .form-control:-ms-input-placeholder {
    color: #dee2e6;
}

.app-search .form-control::-ms-input-placeholder {
    color: #dee2e6;
}

.app-search .form-control::placeholder {
    color: #dee2e6;
}

.app-search .form-control,
.app-search .form-control:focus {
    border: 1px solid rgba(80, 153, 207, 0.6);
    font-size: 16px;
    height: 40px;
    padding-left: 18px;
    padding-right: 40px;
    margin-right: 16px;
    background: rgba(31, 66, 93, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    width: 100%;
    color: #fff;
}

.app-search button {
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
    color: #e9ecef;
    font-size: 16px;
    border: none;
    background-color: transparent;
}

/************* page title *************/
.page-title-box {
    padding: 14px 20px;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(36, 36, 41, 0.07);
    box-shadow: 0px 0px 13px 0px rgba(36, 36, 41, 0.07);
    position: relative;
    top: 30px;
}

.page-title-box .page-title {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
}

.page-title-box .breadcrumb {
    padding: 4px 0;
    background-color: transparent;
    margin-bottom: 0;
}

.page-title-box .breadcrumb a {
    color: #616f80;
}

.page-title-box .breadcrumb .active {
    color: #616f80;
}

.page-title-alt-bg {
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #4090cb;
}

/*
  Responsive Menu
*/

@media (max-width: 1800px) {
    /* 在视口宽度在 769px 到 1024px 之间时应用的样式 */
    .path-finder-img, .home-tip {
        display: none !important;
    }

    .home-text {
        padding-right: 40px !important;
    }

    /*.home-text p{*/
    /*    line-height: 2.1!important;*/
    /*}*/
    .visitors {
        margin-top: 45px !important;
    }
}

@media (max-width: 1700px) {
    .home-text {
        padding-right: 20px !important;
    }

    .visitors {
        margin-top: 45px !important;
    }
}

@media (max-width: 1250px) {
    .flex-100 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .path-finder-img, .home-tip {
        display: block !important;
    }
}

@media (min-width: 992px) {
    #topnav .topbar-main {
        padding: 5px 0px;
    }

    #topnav .navigation-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #topnav .navigation-menu > li:first-of-type > a {
        padding-left: 0;
    }

    #topnav .navigation-menu > li.last-elements .submenu {
        left: auto;
        right: 0;
    }

    #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }

    #topnav .navigation-menu > li:hover a, #topnav .navigation-menu > li:hover a i {
        color: #1a73e9;
    }

    #topnav .navigation-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        padding: 10px 15px;
        list-style: none;
        min-width: 200px;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        margin-top: 20px;
        border-radius: 4px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background-color: #ffffff;
        -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.07);
        box-shadow: 0 1px 12px rgba(0, 0, 0, 0.07);
    }

    #topnav .navigation-menu > li .submenu.megamenu {
        white-space: nowrap;
        width: auto;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li {
        overflow: hidden;
        width: 200px;
        display: inline-block;
        vertical-align: top;
    }

    #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
        content: "\56";
        font-family: "dripicons-v2";
        position: absolute;
        right: 20px;
        top: 9px;
        font-size: 12px;
    }

    #topnav .navigation-menu > li .submenu > li .submenu {
        left: 100%;
        top: 0;
        margin-top: 10px;
    }

    #topnav .navigation-menu > li .submenu li {
        position: relative;
    }

    #topnav .navigation-menu > li .submenu li ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        border-radius: 5px;
    }

    #topnav .navigation-menu > li .submenu li a {
        display: block;
        padding: 5px 15px 5px 20px;
        clear: both;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        color: rgba(43, 53, 79, 0.7);
        position: relative;
    }

    #topnav .navigation-menu > li .submenu li a::before {
        content: '';
        position: absolute;
        background-color: #607d8b;
        padding: 2px;
        border-radius: 50%;
        top: 50%;
        margin-top: -2px;
        left: 1px;
    }

    #topnav .navigation-menu > li .submenu li a:hover {
        color: #1a73e9;
    }

    #topnav .navigation-menu > li .submenu li a:hover::before {
        background: #1a73e9;
    }

    #topnav .navigation-menu > li .submenu li span {
        display: block;
        padding: 8px 25px;
        clear: both;
        line-height: 1.42857143;
        white-space: nowrap;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 700;
    }

    #topnav .navbar-toggle {
        display: none;
    }
}

@media (max-width: 991px) {
    .path-finder-img, .home-tip {
        display: none !important;
    }

    .wrapper {
        padding-top: 0;
    }

    #topnav .navigation-menu {
        float: none;
        max-height: 400px;
        text-align: left;
        overflow-y: auto;
    }

    #topnav .navigation-menu > li {
        display: block;
    }

    #topnav .navigation-menu > li > a {
        color: rgba(43, 53, 79, 0.7);
        padding: 15px;
    }

    #topnav .navigation-menu > li > a i {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        vertical-align: inherit;
    }

    #topnav .navigation-menu > li > a i.mdi-drop {
        float: right;
        margin-right: 0px;
    }

    #topnav .navigation-menu > li > a:after {
        position: absolute;
        right: 15px;
    }

    #topnav .navigation-menu > li .submenu {
        display: none;
        list-style: none;
        padding-left: 20px;
        margin: 0;
    }

    #topnav .navigation-menu > li .submenu li a {
        display: block;
        position: relative;
        padding: 7px 20px;
        color: rgba(43, 53, 79, 0.7);
    }

    #topnav .navigation-menu > li .submenu li a:hover {
        color: #4090cb;
    }

    #topnav .navigation-menu > li .submenu li.has-submenu > a:after {
        content: "\54";
        font-family: "dripicons-v2";
        position: absolute;
        right: 30px;
    }

    #topnav .navigation-menu > li .submenu.open {
        display: block;
    }

    #topnav .navigation-menu > li .submenu .submenu {
        display: none;
        list-style: none;
    }

    #topnav .navigation-menu > li .submenu .submenu.open {
        display: block;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li > ul {
        list-style: none;
        padding-left: 0;
    }

    #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
        display: none;
    }

    #topnav .navigation-menu > li.has-submenu.open > a {
        color: #4090cb;
    }

    #topnav .has-submenu.active a, #topnav .navigation-menu > li > a:active, #topnav .navigation-menu > li > a:hover {
        color: #4090cb;
    }

    #navigation {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        background-color: #ffffff;
        z-index: 1;
    }

    #navigation.open {
        display: block;
        overflow-y: auto;
    }
}

@media (max-width: 620px) {
    .logo-large {
        display: none;
    }

    .logo-small {
        display: inline-block !important;
    }
}

@media (min-width: 768px) {
    #topnav .navigation-menu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }

    #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: -1px;
        margin-right: 0;
    }

    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 600px) {
    .home-statistic {
        display: none!important;
    }
}

.layout-width .container-fluid {
    max-width: 1300px;
}

.dark-header {
    background-color: #383c40;
}

.dark-header .app-search .form-control {
    border: 1px solid #42464b;
    background: #42464b;
}

.topbar-light .topbar-main {
    background-color: #ffffff;
}

.topbar-light .notification-list .nav-link {
    color: #616f80;
}

.topbar-light .app-search .form-control {
    border: 1px solid #f0f4f7;
    background: #f0f4f7;
    color: #adb5bd;
}

.topbar-light .app-search .form-control::-webkit-input-placeholder {
    color: #adb5bd;
}

.topbar-light .app-search .form-control:-ms-input-placeholder {
    color: #adb5bd;
}

.topbar-light .app-search .form-control::-ms-input-placeholder {
    color: #adb5bd;
}

.topbar-light .app-search .form-control::placeholder {
    color: #adb5bd;
}

.topbar-light .app-search button {
    color: #adb5bd;
}

.topbar-light .navbar-toggle span {
    background-color: rgba(43, 53, 79, 0.6) !important;
}

.ex-info a, .search-option a {
    color: #fff;
    font-size: 1rem;
    padding-left: .25rem;
    padding-right: .25rem;
    transition: all .2s ease;
}

.ex-info a:hover, .search-option a:hover {
    color: #d1dce9;
}

/* ==============
  Buttons
===================*/
.btn {
    border-radius: 3px;
    font-size: 16px;
}

button:focus {
    outline: none;
}

.btn-sm {
    font-size: 14px;
}

.btn-lg {
    font-size: 16.8px;
}

.btn-primary, .btn-success, .btn-info, .btn-warning,
.btn-danger, .btn-dark, .btn-pink, .btn-purple, .btn-indigo, .btn-teal,
.btn-lime, .btn-orange, .btn-brown, .btn-blue-grey {
    color: #ffffff;
}

.btn-primary {
    background-color: #4090cb;
    border: 1px solid #4090cb;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.open > .dropdown-toggle.btn-primary, .btn-outline-primary.active, .btn-outline-primary:active,
.show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary.active,
.btn-primary:active, .show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #3483be;
    border: 1px solid #3483be;
}

.btn-primary.focus, .btn-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(64, 144, 203, 0.3);
    box-shadow: 0 0 0 2px rgba(64, 144, 203, 0.3);
}

.btn-secondary.focus, .btn-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(43, 53, 79, 0.3);
    box-shadow: 0 0 0 2px rgba(43, 53, 79, 0.3);
}

.btn-success {
    background-color: #47bd9a;
    border: 1px solid #47bd9a;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover,
.open > .dropdown-toggle.btn-success, .btn-outline-success.active, .btn-outline-success:active,
.show > .btn-outline-success.dropdown-toggle, .btn-outline-success:hover, .btn-success.active,
.btn-success:active, .show > .btn-success.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus,
.btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success:not([disabled]):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    background-color: #3ead8c;
    border: 1px solid #3ead8c;
}

.btn-success.focus, .btn-success:focus, .btn-outline-success.focus, .btn-outline-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(71, 189, 154, 0.3);
    box-shadow: 0 0 0 2px rgba(71, 189, 154, 0.3);
}

.btn-info {
    background-color: #06c2de;
    border: 1px solid #06c2de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus,
.btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info,
.btn-outline-info.active, .btn-outline-info:active,
.show > .btn-outline-info.dropdown-toggle, .btn-outline-info:hover, .btn-info.active, .btn-info:active,
.show > .btn-info.dropdown-toggle, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle,
.btn-outline-info:not([disabled]):not(.disabled).active, .btn-outline-info:not([disabled]):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    background-color: #05acc5;
    border: 1px solid #05acc5;
}

.btn-info.focus, .btn-info:focus, .btn-outline-info.focus, .btn-outline-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(6, 194, 222, 0.3);
    box-shadow: 0 0 0 2px rgba(6, 194, 222, 0.3);
}

.btn-warning {
    background-color: #f9d570;
    border: 1px solid #f9d570;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover,
.open > .dropdown-toggle.btn-warning, .btn-outline-warning.active, .btn-outline-warning:active,
.show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover, .btn-warning.active,
.btn-warning:active, .show > .btn-warning.dropdown-toggle,
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle,
.btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    background-color: #f8ce58;
    border: 1px solid #f8ce58;
    color: #ffffff;
}

.btn-warning.focus, .btn-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(249, 213, 112, 0.3);
    box-shadow: 0 0 0 2px rgba(249, 213, 112, 0.3);
}

.btn-danger {
    background-color: #e74c5e;
    border: 1px solid #e74c5e;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active,
.btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover,
.open > .dropdown-toggle.btn-danger, .btn-outline-danger.active, .btn-outline-danger:active,
.show > .btn-outline-danger.dropdown-toggle, .btn-outline-danger:hover, .btn-danger.active,
.btn-danger:active, .show > .btn-danger.dropdown-toggle,
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle,
.btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    background-color: #e4364a;
    border: 1px solid #e4364a;
}

.btn-danger.focus, .btn-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(231, 76, 94, 0.3);
    box-shadow: 0 0 0 2px rgba(231, 76, 94, 0.3);
}

.btn-dark {
    background-color: #2b354f;
    border: 1px solid #2b354f;
    color: #ffffff;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus,
.btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open > .dropdown-toggle.btn-dark,
.btn-outline-dark.active, .btn-outline-dark:active,
.show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark:hover,
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle,
.btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    background-color: #222a3e;
    border: 1px solid #222a3e;
    color: #ffffff;
}

.btn-dark.focus, .btn-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(43, 53, 79, 0.3);
    box-shadow: 0 0 0 2px rgba(43, 53, 79, 0.3);
}

.btn-link {
    color: #2b354f;
}

.btn-link:hover {
    color: #4090cb;
}

/* button Outline */
.btn-outline-primary {
    color: #4090cb;
    border-color: #4090cb;
}

.btn-outline-success {
    color: #47bd9a;
    border-color: #47bd9a;
}

.btn-outline-info {
    color: #06c2de;
    border-color: #06c2de;
}

.btn-outline-warning {
    color: #f9d570;
    border-color: #f9d570;
}

.btn-outline-danger {
    color: #e74c5e;
    border-color: #e74c5e;
}

.btn-outline-dark {
    color: #2b354f;
    background-image: none;
    background-color: transparent;
    border-color: #2b354f;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-icon {
    position: relative;
}

.btn-icon .btn-icon-label {
    margin: -.55rem .9rem -.55rem -.9rem;
    padding: .6rem .9rem;
}

.btn-icon::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 38%;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-icon:hover::before {
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}


/* ==============
  Card
===================*/
.card {
    border: none;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
    box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }
}

.card-columns .card {
    margin-bottom: 30px;
}


/* =============
   Alerts
============= */
.alert {
    position: relative;
    border: 0;
}

.alert .alert-link {
    font-weight: 500;
}

.alert-primary {
    color: #4090cb;
    background-color: #d0e4f2;
}

.alert-primary .alert-link {
    color: #2e75aa;
}

.alert-primary hr {
    border-top-color: #2e75aa;
}

.alert-success {
    color: #47bd9a;
    background-color: #d6f0e8;
}

.alert-success .alert-link {
    color: #379a7d;
}

.alert-success hr {
    border-top-color: #379a7d;
}

.alert-danger {
    color: #e74c5e;
    background-color: #f9d3d7;
}

.alert-danger .alert-link {
    color: #e11f36;
}

.alert-danger hr {
    border-top-color: #e11f36;
}

.alert-warning {
    color: #ca9c36;
    background-color: #fef5dc;
}

.alert-warning .alert-link {
    color: #f7c73f;
}

.alert-warning hr {
    border-top-color: #f7c73f;
}

.alert-info {
    color: #06c2de;
    background-color: #d1f8fe;
}

.alert-info .alert-link {
    color: #0597ac;
}

.alert-info hr {
    border-top-color: #0597ac;
}


/* ==============
  Pagination
===================*/
.pagination .page-link {
    color: #4090cb;
}

.pagination .page-link:focus, .pagination .page-link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2b354f;
    background-color: #f0f4f7;
}

.pagination .page-item.active .page-link {
    background-color: #4090cb;
    border-color: #4090cb;
    color: #ffffff;
}


/* ==============
  Popover & Tooltips
===================*/
.popover-header {
    margin-top: 0;
}

.popover {
    max-width: 340px;
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, .15);
}

.tooltip .tooltip-inner {
    padding: 4px 10px;
    max-width: 600px;
    text-align: left;
    white-space: pre-line;
    /*background-color: #F3F3F3;*/
    /*color: #495057;*/
}

/* ==============
  Range slider
===================*/
/* Ion Range slider */
.irs--round .irs-bar, .irs--round .irs-to, .irs--round .irs-from, .irs--round .irs-single {
    background: #e74c5e !important;
}

.irs--round .irs-handle {
    border-color: #e74c5e;
}

.irs--round .irs-to, .irs--round .irs-from, .irs--round .irs-single {
    font-size: 10px;
}

.irs--round .irs-to:before, .irs--round .irs-from:before, .irs--round .irs-single:before {
    border-top-color: #e74c5e;
}

.irs--round .irs-grid-text {
    font-size: 11px;
}

.irs--round .irs-min, .irs--round .irs-max {
    color: #616f80;
    font-size: 10px;
}


/* =========== */
/* Sweet Alert */
/* =========== */
.swal2-container {
    font-family: inherit;
}

.swal2-container .swal2-title {
    font-size: 24px;
    font-weight: 500;
}

.swal2-icon.swal2-question {
    border-color: #06c2de !important;
    color: #06c2de !important;
}

.home-statistic {
    row-gap: 15px;
    display: flex;
    flex-direction: column;
}

.home-statistic span {
    flex: 0 0 100px;
    font-weight: 600;
}

.organism {
    color: #5AAA46;
}

.organism {
    width: 80px;
}

.organism + img {
    width: 80px;
}

.home-img {
    max-width: 100px !important;
    margin-left: 10px;
}

.enzyme {
    color: #06948E;
}

.enzyme + img {
    width: 100px !important;
}

.opt-ph {
    color: #F2B342;
}

.opt-ph + img {
    width: 50px;
    position: relative;
    left: 20px;
}

.opt-tem {
    color: #C43E96;
}

.opt-tem + img {
    width: 50px;
    position: relative;
    left: 20px;
}

.chassis {
    color: #C03830;
}

.chassis + img {
    width: 60px;
    position: relative;
    left: 20px;
}

.swal2-popup .swal2-content {
    font-size: 16px !important;
}

.swal2-popup .swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: #47bd9a !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background: #47bd9a !important;
}


/* =============
   Tabs & Accordions
============= */
.nav-tabs .nav-link, .nav-pills .nav-link {
    color: #2b354f;
    font-weight: 500;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #4090cb;
}

.verti-tab .nav .nav-link {
    margin-bottom: 7px;
}

@media (min-width: 540px) {
    .nav-tabs-custom .nav-item {
        position: relative;
        padding-top: 3rem;
    }

    .nav-tabs-custom .nav-item .nav-link {
        padding: 1rem;
    }

    .nav-tabs-custom .nav-item .nav-link::before {
        content: "";
        position: absolute;
        background: #4090cb;
        width: 2px;
        height: 0%;
        left: 0;
        right: 0;
        margin: 0px auto;
        bottom: 44px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .nav-tabs-custom .nav-item .nav-link:hover::before, .nav-tabs-custom .nav-item .nav-link:focus::before, .nav-tabs-custom .nav-item .nav-link.active::before {
        height: 34px;
    }

    .nav-tabs-custom .nav-item .nav-link:hover .tab-icon, .nav-tabs-custom .nav-item .nav-link:focus .tab-icon, .nav-tabs-custom .nav-item .nav-link.active .tab-icon {
        opacity: 1;
    }

    .nav-tabs-custom .nav-item .nav-link .tab-icon {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        margin: 0px auto;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
}

#accordion .card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e9ecef;
}

#accordion .card .card-header {
    border-bottom: 1px solid #e9ecef;
}


/* ==============
  Form-elements
===================*/
label {
    font-weight: 500;
}

.form-control {
    font-size: 16px;
}

.form-control:focus {
    border-color: #4090cb;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-sm {
    font-size: .875rem;
}

.custom-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-select-sm {
    font-size: 75%;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #4090cb;
}

.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #4090cb;
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #4090cb;
}

.input-group-text {
    font-size: 16px;
}


/* ==============
  Form-Validation
===================*/
.error {
    color: #e74c5e;
}

.parsley-error {
    border-color: #e74c5e;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

.parsley-errors-list.filled {
    display: block;
}

.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #e74c5e;
    margin-top: 5px;
}

/* ==============
  Form-Advanced
===================*/
/* Select 2 */
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    border: 1px solid #dee2e6;
    height: 38px;
}

.select2-container .select2-selection--single:focus {
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4090cb;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: 1px solid #dee2e6;
    padding-top: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
    border: 1px solid #dee2e6;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #dee2e6;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 7px;
    border: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef;
    border: 1px solid #dee2e6;
    border-radius: 1px;
    padding: 0 7px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ced4da;
}

/* Datepicker */
.datepicker {
    border: 1px solid #f0f4f7;
    padding: 8px;
}

.datepicker table tr th {
    font-weight: 500;
}

.datepicker table tr td {
    padding: 15px 12px;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td .active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #e74c5e !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff !important;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td {
    padding: 5px;
}

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
    padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 4px;
    left: 8px;
}

/* Color Picker */
.colorpicker-visible {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-top: 0;
}

.datepicker-dropdown.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.colorpicker-selectors i {
    margin-top: 5px;
    margin-left: 5px;
}

.colorpicker-element .btn-light {
    background: #e9ecef;
    border: 1px solid #ced4da;
}

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color, .colorpicker-2x .colorpicker-color div {
    height: 30px;
}

/* CSS Switch */
input[switch] {
    display: none;
}

input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #dee2e6;
    background-image: none;
    border-radius: 2rem;
    padding: 0.16667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 500;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch] + label:before {
    color: #2b354f;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: -2px;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch] + label:after {
    content: '';
    position: absolute;
    left: 3px;
    background-color: #e9ecef;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]:checked + label {
    background-color: #4090cb;
}

input[switch]:checked + label:before {
    color: #ffffff;
    content: attr(data-on-label);
    right: auto;
    left: 3px;
}

input[switch]:checked + label:after {
    left: 33px;
    background-color: #e9ecef;
}

input[switch="bool"] + label {
    background-color: #e74c5e;
}

input[switch="bool"] + label:before, input[switch="bool"]:checked + label:before,
input[switch="default"]:checked + label:before {
    color: #ffffff;
}

input[switch="bool"]:checked + label {
    background-color: #47bd9a;
}

input[switch="default"]:checked + label {
    background-color: #a2a2a2;
}

input[switch="primary"]:checked + label {
    background-color: #4090cb;
}

input[switch="success"]:checked + label {
    background-color: #47bd9a;
}

input[switch="info"]:checked + label {
    background-color: #06c2de;
}

input[switch="warning"]:checked + label {
    background-color: #f9d570;
}

input[switch="danger"]:checked + label {
    background-color: #e74c5e;
}

input[switch="dark"]:checked + label {
    background-color: #2b354f;
}

.emoji-wysiwyg-editor {
    padding-right: 35px;
}

.emoji-picker-icon {
    color: #2b354f;
    top: 8px;
}

.emoji-menu .emoji-menu-tabs td {
    padding: 0px;
}

/* Bootstrap filestyle */
.icon-span-filestyle {
    padding-right: 5px;
}

.bootstrap-filestyle label {
    margin-bottom: 0;
}

.group-span-filestyle .badge {
    background-color: #2b354f;
}


/* ==============
  Tables
===================*/
.table th {
    font-weight: 500;
}

.table td {
    padding: 15px 12px;
}

.table th, .table td {
    vertical-align: middle;
}

.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd),
.thead-default th {
    background-color: #f0f4f7;
}

.table-sm th, .table-sm td {
    padding: .3rem !important;
}

.table-nowrap th, .table-nowrap td {
    white-space: nowrap;
}

/* == Responsive Table ==*/
.table-rep-plugin .btn-toolbar {
    display: block;
}

.table-rep-plugin .table-responsive {
    border: none !important;
}

.table-rep-plugin .btn-group.float-right .dropdown-menu {
    right: 0;
    -webkit-transform: none !important;
    transform: none !important;
    top: 100% !important;
}

.table-rep-plugin tbody th {
    font-size: 16px;
    font-weight: normal;
}

.table-rep-plugin .checkbox-row {
    padding-left: 40px;
}

.table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.table-rep-plugin .checkbox-row label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #dee2e6;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
    color: #e9ecef;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px;
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
    background-color: #f0f4f7;
    cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
    background-color: #4090cb;
    border-color: #4090cb;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.table-rep-plugin .fixed-solution .sticky-table-header {
    top: 258px !important;
}

@media (max-width: 991px) {
    .table-rep-plugin .fixed-solution .sticky-table-header {
        top: 189px !important;
    }
}

/******** table editable **********/
.table-editable .editable-input .form-control {
    height: 2rem;
}

.table-editable .editable-buttons .btn.btn-sm {
    font-size: 12px;
}

.table-editable tbody td.focus {
    -webkit-box-shadow: inset 0 0 1px 1px #4090cb !important;
    box-shadow: inset 0 0 1px 1px #4090cb !important;
}

.dt-autofill-list {
    border: none !important;
}


/* ==============
  Widgets
===================*/
.widget-chart li {
    width: 31.5%;
    display: inline-block;
    padding: 0;
}

.widget-chart li i {
    font-size: 22px;
}

.right-sidebar {
    position: fixed;
    width: 280px;
    top: 70px;
    bottom: 0px;
    right: 0px;
    padding-bottom: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
    box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
}

@media (min-width: 1200px) {
    .dasboard-content {
        margin-right: 280px;
    }
}

.user-wid .user-wid-content, .user-wid .user-img img {
    position: relative;
    bottom: 16px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
    box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
}

.dashboard-date-pick .datepicker-inline {
    border: none;
    width: auto;
}

.dashboard-date-pick .datepicker-inline .table-condensed tr td {
    padding: 6px 8px;
    border-radius: 50%;
}

.dashboard-map-wid {
    height: 250px;
}

.wid-earning {
    padding: 15px 0px;
    border-bottom: 1px solid #e9ecef;
}

.wid-earning:last-child {
    border-bottom: none;
}

.social-source {
    color: #616f80 !important;
}

.social-source tr:first-of-type td {
    border-top: none;
}

.tab-wid {
    position: relative;
}

.tab-wid .nav-link {
    padding-bottom: 24px;
    position: relative;
}

.tab-wid .nav-link:hover, .tab-wid .nav-link:focus {
    border-color: transparent;
    background: transparent;
}

.tab-wid .nav-link.active {
    border-color: transparent;
    background: transparent;
}

.tab-wid .nav-link.active::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: -7px;
    left: 0px;
    right: 0px;
    border-left: 1px solid #adb5bd;
    border-top: 1px solid #adb5bd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ffffff;
    margin: 0px auto;
}

.tab-wid .nav-link.active .date, .tab-wid .nav-link.active .product-icon {
    color: #e74c5e;
}

.latest-message-list .message-list-item {
    position: relative;
}

.latest-message-list .message-list-item a {
    display: block;
    padding: 14px 0px;
    border-bottom: 1px solid #e9ecef;
    color: #616f80;
}

.latest-message-list .message-list-item:last-child a {
    border: none;
}


/* ==============
  timeline
===================*/
/************** Horizontal timeline **************/
.hori-timeline .events {
    border-top: 3px solid #e9ecef;
}

.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0px;
}

.hori-timeline .events .event-list:before {
    content: "";
    position: absolute;
    height: 36px;
    border-right: 2px dashed #dee2e6;
    top: 0px;
}

.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px;
    left: 0px;
    right: 0;
    width: 75px;
    margin: 0px auto;
    border-radius: 4px;
    padding: 2px 4px;
}

@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 24%;
        padding-top: 45px;
    }

    .hori-timeline .events .event-list .event-date {
        top: -12px;
    }
}

/************** Vertical timeline **************/
.verti-timeline {
    border-left: 3px dashed #e9ecef;
    margin: 0 10px;
}

.verti-timeline .event-list {
    position: relative;
    padding: 40px 15px 40px;
    border-top: 3px solid #e9ecef;
}

.verti-timeline .event-list .event-date {
    position: absolute;
    right: 0px;
    top: -2px;
    padding: 12px;
    color: #ffffff;
    border-radius: 0px 0px 7px 7px;
    text-align: center;
}

.verti-timeline .event-list .event-content {
    position: relative;
    border: 2px solid #e9ecef;
    border-radius: 7px;
    text-align: center;
}

.verti-timeline .event-list .event-content::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 75%;
    top: -42px;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-left: 12px double #e9ecef;
    border-right: 12px double #e9ecef;
}

.verti-timeline .event-list .timeline-icon {
    position: absolute;
    left: -14px;
    top: -10px;
}

.verti-timeline .event-list .timeline-icon i {
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
}

.verti-timeline .event-list:last-child {
    padding-bottom: 0px;
}

@media (min-width: 769px) {
    .verti-timeline {
        margin: 0px 60px;
    }

    .verti-timeline .event-list {
        padding: 40px 90px 60px 40px;
    }
}

@media (max-width: 576px) {
    .verti-timeline .event-list .event-date {
        right: -20px;
    }
}

/* ==============
  Print css
===================*/
@media print {
    .topbar, .header-bg, .page-title-box, .footer {
        display: none;
    }

    .wrapper {
        padding: 0;
    }

    .container-fluid {
        width: 100%;
    }
}

.upload-sd {
    width: 150px;
    right: 20px;
    bottom: 5%;
    height: auto;
    position: fixed;
}

.upload-sd .my-sd {
    background: url(../images/pic-sd.png) no-repeat;
    display: block;
    width: 150px;
    height: 170px;
    text-indent: -9999em;
}

.btm-dashed {
    border-bottom: 1px dashed #e5e9f2;
}

.row.btm-dashed:nth-child(2n+1) {
    background: #f3f5f9;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #665df5;
    padding-left: 20px;
    margin-bottom: 0;
    border-radius: 3px;
}

.card-title:before {
    content: '';
    position: absolute;
    display: block;
    left: 2px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-radius: 50%;
    background-color: #665df5;
}

.popover-body {
    padding: .25rem .5rem;
}

.detail-group {
    display: flex;
    margin-bottom: 5px;
    line-height: 20px;
}

.detail-group .detail-group-title {
    color: #697788;
    flex: 0 0 130px;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    padding-right: 10px;
}

.detail-group .detail-group-title.lg {
    flex: 0 0 180px;
}

.detail-group .detail-group-title.xlg {
    flex: 0 0 230px;
}

.detail-sub-title {
    color: #697788;
    font-size: 16px;
    padding-left: 15px;
    margin: 0 0 .5rem;
}

.detail-group .detail-group-content {
    color: #364a63;
    flex-grow: 1;
    word-break: break-word;
}

.detail-group .detail-group-content h4 {
    font-weight: 600;
    font-size: 1.25rem;
    color: #6576ff;
}

.detail-group .detail-group-content a, .popover-body a {
    color: #6576ff;
}

.detail-group .detail-group-content a i, .badge-soft-gray a i {
    filter: opacity(.75);
}

.detail-group .detail-group-content ul li {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: .25rem .5rem;
}

.detail-group .detail-group-content ul li:not(:first-child), .detail-group .detail-group-content ul li + div {
    border-top: 1px dotted #e5e9f2
}

.detail-group .detail-group-content ul.d-flex li {
    padding: 0 .25rem;
}

.detail-group .detail-group-content ul.d-flex li:not(:first-child) {
    border-top: none;
}

.detail-group .detail-group-content ul li a + a:before, .detail-group .detail-group-content ul.d-flex li + li:before {
    content: '|';
    color: #e6e8ea;
    padding: 0 3px 0 0;
}

.detail-group .list--columns {
    column-count: 2;
}

.nav-tabs {
    padding: 0 0 0 .5rem;
}

.nav-tabs + .tab-content {
    margin-top: 1rem
}

.nav-tabs .nav-link {
    padding: .5rem;
    font-weight: 600;
    color: #526484;
    position: relative;
    outline: none;
    display: inline-flex;
    align-items: center;
    transition: all .2s ease;
}

.nav-tabs .nav-link:hover {
    color: #364a63
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .card-inner div span, .seq-info a, table.dataTable a {
    color: #6576ff
}

.nav-tabs .nav-item {
    margin: 0 .25rem -1px;
}

.card-bordered {
    border: 1px solid #dbdfea;
}

.card-inner {
    padding: .25rem;
}

.card-inner .h5-title {
    font-size: .9375rem;
    font-weight: 600;
    margin: .25rem 0;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.card-inner .h5-title span {
    max-width: 160px;
    text-align: center;
    padding-right: 2px;
}

.tabs-stricky {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 1px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 10;
}

.refer-list, .refer-list li {
    list-style-type: decimal;
}

.refer-list li {
    display: list-item;
}

.reaction-cont {
    width: 100%;
    display: flex;
    overflow-x: scroll;
}

.reaction-cont .reaction-inner {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.reaction-inner .col:nth-child(odd) {
    width: 240px;
}

.reaction-inner .card {
    background: #e5e9f2;
}

.seq-info {
    background-color: #f8f9fa;
    border-radius: .25rem;
    padding: .5rem;
    margin: 0 0 10px;
}

.seq-info p {
    font-size: .8125rem;
    display: inline;
    padding: 0 0 .5rem;
    word-break: break-word;
}

.seq-info a {
    padding-left: .5rem;
    font-weight: 600;
}

.width-70 {
    flex: 0 0 70px;
    width: 70px;
}

.table-thead-list {
    font-size: .75rem;
    padding: 10px 15px;
    width: 316px;
    margin-top: 5px;
}

.custom-control-label {
    cursor: pointer;
    line-height: 24px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr:not(:last-child) > td {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    display: inline-block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dee2e6;
    color: #2b354f !important;
    background: #f0f4f7 !important;
}

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

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #4090cb !important;
    border-color: #4090cb !important;
    color: #ffffff !important;
}

table.dataTable {
    border-collapse: collapse;
    width: 100% !important;
}

table.dataTable.no-footer {
    border-color: #fff;
}

.table.dt-nowrap > thead > tr > th {
    white-space: nowrap;
}

.dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner {
    margin: 0 auto !important;
}

.select2-container--default .select2-selection--multiple {
    border-color: #ced4da;
}

.select2-dropdown,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #626ed4;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-size: 16px;
    white-space: normal;
    max-width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin-right: 0;
    margin-left: 2px;
    color: #38adfa;
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eaf6ff;
    border: 1px solid #bfe3ff;
    color: #007bff;
}

.ui-widget {
    font-size: 16px;
}

.ui-widget.ui-widget-content {
    border-radius: 4px;
    padding: 5px 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #eaf6ff;
    border: 1px solid #bfe3ff;
    color: #007bff;
    font-weight: normal;
}

.main-title {
    color: #6576ff;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.main-title::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 3px;
    width: 20px;
    background: #6576ff;
    margin-top: -2px;
}

.content-info {
    position: relative;
    z-index: 1;
    margin-bottom: .9375rem;
}

.content-info::after {
    position: absolute;
    border: 10px solid #f5f6fd;
    left: 5px;
    top: -5px;
    content: "";
    height: 100%;
    width: 250px;
    z-index: -1;
}

.stat-info {
    padding: 1rem .15rem;
    position: relative;
    transition: all 0.3s linear;
    /*border: 1px solid #9ca8b3;*/
    /*border-radius: 32px;*/
}

.stat-info .stat-thumb {
    display: flex;
    padding-top: 1rem;
    position: relative;
    margin-bottom: 2rem;
    z-index: 1;
}

.stat-info .stat-thumb::after {
    position: absolute;
    left: 50%;
    top: 66px;
    content: "";
    height: 100px;
    width: 100px;
    background: #ffffff;
    border-radius: 16px;
    border: 4px solid #f0f2f5;
    z-index: -1;
    transform: rotate(45deg) translateX(-72%);
}

.stat-info .stat-thumb img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: auto;
    border: 3px solid #f0f2f5;
}

.stat-info .stat-counter {
    text-align: center;
    padding: 0;
}

.stat-info .stat-counter h6 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0;
}

.stat-counter .stat-num {
    color: #47bd9a;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: .3125rem;
}

.thumb-box {
    padding: .3125rem;
    position: relative;
    border-radius: 15px;
    transition: all 0.3s linear;
    box-shadow: 0 8px 20px -10px rgba(42, 67, 113, 0.1);
}

.thumb-box .img-box {
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-box .img-box img {
    border-radius: 6px;
    height: 100px;
}

.thumb-box p {
    text-align: center;
    margin: 0 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 130px;
}

.row.row-sm [class^="col"] {
    padding-left: 8px;
    padding-right: 8px;
}

.data-list {
    min-width: 130px;
    position: relative;
    max-height: 250px;
    overflow-y: auto;
}

.data-list, .data-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.data-list li {
    font-size: .75rem;
}

.data-list li:not(:first-child) {
    padding: 2px 0;
    border-top: 1px dotted #d1d1d1;
    word-break: break-word;
}

.table-data-items {
    min-width: 200px;
}

.table-data-items .badge {
    margin: 0 2px 1px;
}

.sider-nav-box {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
}

.sider-nav-box span.nav_button {
    position: fixed;
    right: 2px;
    top: 436px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    background: rgba(70, 87, 228, 0.8);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.sider-nav-box span.nav_button.open {
    background-color: rgba(70, 87, 228, 0.8);
}

.sider-nav-box .navigation {
    width: 8.8rem;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 0;
    -webkit-transform: translateX(100vh) scale(0.5, 0.25);
    -ms-transform: translateX(100vh) scale(0.5, 0.25);
    transform: translateX(100vh) scale(0.5, 0.25);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.sider-nav-box .navigation ul {
    background: rgba(255, 255, 255, 0.75);
    border-radius: .25rem;
    border: 1px solid #e8e8f3;
    margin: 0;
    padding: .25rem;
    position: relative;
    top: 196px;
}

.sider-nav-box .navigation ul li {
    margin: 0;
    overflow: hidden;
    padding: 0.25rem 0;
    position: relative;
}

.sider-nav-box .navigation ul li:before {
    background: #6576ff;
    content: "";
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 1px
}

.sider-nav-box .navigation ul li:first-child:before {
    top: 40%;
}

.sider-nav-box .navigation ul li:last-child:before {
    top: -34%
}

.sider-nav-box .navigation ul li a {
    color: #081e26;
    cursor: pointer;
    font-size: .8125rem;
    display: block;
    overflow: hidden;
    padding-left: 25px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: color 0.125s
}

.sider-nav-box .navigation ul li a:after {
    background: white;
    border-radius: 50%;
    border: 1px solid #6576ff;
    content: "";
    height: 9px;
    left: 6px;
    position: absolute;
    top: 5px;
    transition: all 0.3s;
    width: 9px
}

.sider-nav-box .navigation ul li a:hover, .sider-nav-box .navigation ul li.current a {
    color: #6576ff;
}

.sider-nav-box .navigation ul li.current a:after {
    background-color: #6576ff;
}

.sider-nav-box [class^="licon-"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
}

.sider-nav-box [class^="licon-"]:before,
.sider-nav-box [class^="licon-"]:after {
    content: '';
    pointer-events: none;
}

.sider-nav-box .licon-reorder {
    width: 16px;
    height: 2px;
    background-color: #e6e7f3;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.sider-nav-box .licon-reorder:before,
.sider-nav-box .licon-reorder:after {
    position: absolute;
    background-color: #e6e7f3;
    width: 16px;
    height: 2px;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .25s, color .2s;
    transition: transform .25s, color .2s;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.sider-nav-box .licon-reorder:before {
    top: -6px;
}

.sider-nav-box .licon-reorder:after {
    bottom: -6px;
}

.sider-nav-box span.nav_button.open .licon-reorder {
    background-color: transparent;
}

.sider-nav-box span.nav_button.open .licon-reorder:before,
.sider-nav-box span.nav_button.open .licon-reorder:after {
    background: #e6e7f3;
}

.sider-nav-box span.nav_button.open .licon-reorder:before {
    top: 0;
    transform: rotate(45deg);
}

.sider-nav-box span.nav_button.open .licon-reorder:after {
    bottom: 0;
    transform: rotate(-45deg);;
}

.active .navigation {
    -webkit-transform: translateX(0) scale(1, 1);
    -ms-transform: translateX(0) scale(1, 1);
    transform: translateX(0) scale(1, 1);
}

a.collapsed i.fa-chevron-up:before {
    content: "\f078";
}

.mark_ref a {
    background: #ffe18d;
    border-radius: .15rem;
    padding: 1px 0;

}

.step-bar-box {
    margin-bottom: 10px;
    position: relative;
}

.step-bar {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.step-bar__item {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    background-color: #dfdfdf;
    text-align: center;
    position: relative;
    border-right: 2px solid #fff;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
}

.step-bar__item a, .step-bar__item a:visited, .step-bar__item a:hover {
    display: block;
    padding: 10px 15px 9px 25px;
    text-decoration: none;
    color: #333;
}

.step-bar__item:before, .step-bar__item:after {
    content: "";
    height: 0;
    width: 0;
    border-width: 18px 0 18px 18px;
    border-style: solid;
    position: absolute;
    left: 100%;
    top: 0;
}

.step-bar__item:before {
    border-color: transparent transparent transparent #fff;
    left: 0;
}

.step-bar__item:after {
    border-color: transparent transparent transparent #dfdfdf;
    z-index: 1;
}

.step-bar__item:first-child:before {
    display: none;
}

.step-bar__item:last-child {
    border-right: none;
}

.step-bar__item:last-child:after {
    display: none;
}

.step-bar__item:hover {
    background-color: #d4d4d4;
}

.step-bar__item:hover:after {
    border-left-color: #d4d4d4;
}

.step-bar__item_active, .step-bar__item_done {
    background-color: #4d92eb;
    color: #fff;
    cursor: default;
    font-weight: bold;
    pointer-events: none;
    text-shadow: 0 1px 2px rgba(52, 55, 60, .38);
}

.step-bar__item_done {
    background-color: #36b18c;
}

.step-bar__item_active a, .step-bar__item_active a:visited, .step-bar__item_active a:hover,
.step-bar__item_done a, .step-bar__item_done a:visited, .step-bar__item_done a:hover {
    text-decoration: none;
    color: #fff;
}

.step-bar__item_active:after {
    border-color: transparent transparent transparent #4d92eb;
}

.step-bar__item_done:after {
    border-color: transparent transparent transparent #36b18c;
}

.step-bar__item_active:hover {
    background-color: #4d92eb;
}

.step-bar__item_active:hover:after {
    border-left-color: #4d92eb;
}

.step-bar_size_xl .step-bar__item a, .step-bar_size_xl .step-bar__item a:visited, .step-bar_size_xl .step-bar__item a:hover {
    padding: 10px 31px 9px 53px;
}

.step-bar_size_xl .step-bar__item:before, .step-bar_size_xl .step-bar__item:after {
    border-width: 27px 0 27px 27px;
}

.step-bar__item .popover, .metadata-intro .metadata-item .popover {
    color: #606b80;
    width: 300px;
    text-align: justify;
}

.desc, .descs {
    display: none;
}

.fun-box {
    border: 1px solid #e1e6ec;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 10px 0;
    position: relative;
}

.fun-box + .fun-box {
    margin-top: 20px;
}

.fun-box .fun-action {
    top: -12px;
    right: 2px;
    position: absolute;
}

.fun-box .fun-action a {
    background: #fff;
    border: 1px dashed #c2d1e1;
    border-radius: 50%;
    padding: 2px 5px;
}

.fun-box .fun-action a + a {
    margin-left: 5px;
}

.form-group-title {
    max-width: 100px;
    flex: 0 0 100px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 2px;
}

.form-group-title + .form-group-content {
    max-width: calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    padding-left: 15px;
    padding-right: 15px;
}

.form-group-title.w-lg {
    max-width: 150px;
    flex: 0 0 150px;
}

.form-group-title.w-lg + .form-group-content {
    max-width: calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
}

/* .radio {
  display: block;
  border-radius: .25rem;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  border:1px solid #eee;
}

.radio:hover {
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1)
}

.radio.r_selected {
  box-shadow: 0px 8px 16px 0px #EEEEEE;
}

.r_selected {
  border:1px solid #6993ff;
} */
.bootstrap-tagsinput {
    line-height: 30px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: none;
    width: 100%;
}

.bootstrap-tagsinput .tag {
    padding: 6px;
    border-radius: 2px;
}

.bootstrap-tagsinput .label {
    border-radius: 4px;
    font-size: .8125rem;
    padding: 4px 7px;
    margin-right: 5px;
    font-weight: 400;
    color: #fff !important;
}

.bootstrap-tagsinput .label-info {
    background-color: #6993ff;
}

.home-search {
    padding: 4px;
    background-color: rgba(31, 66, 93, 0.5);
    display: flex;
    border-radius: 6px;
    position: relative;
    margin-bottom: 5px;
}

.home-input {
    border-left: 1px solid #e7e1e1 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    /*border-color: transparent!important;*/
    border-radius: 0 !important;
    padding-right: 4px !important;
    background-color: transparent !important;
}

.home-select {
    padding-right: 8px;
    background-color: transparent !important;
    /*border-right: 1px solid #e7e1e1;*/
    border: none !important;
    color: #ffffff;
    margin-right: 8px;
}

.home-select:focus-visible {
    outline: none;
}

.home-select option {
    background-color: #ffffff;
    color: #666666;
}

.dataTables_filter input {
    padding: 4px;
    border-radius: 6px;
}

.dataTables_filter label {
    color: #495057;
    font-size: 16px;
    text-align: right;
}

.tool-title {
    color: #665DF5 !important;
    margin-bottom: .75rem;
}

.tools p {
    text-align: justify;
}

.help-nav ul.pb-1 li {
    margin-bottom: 2px;
}

.help-nav ul.pb-1 li a {
    padding: 0.5rem 1.25rem;
    color: #333333 !important;
    position: relative;
    transition: all .3s linear;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.help-nav ul.pb-1 li a .fa {
    opacity: 0;
    color: #665DF5 !important;;
}

.help-nav ul.pb-1 li.active a .fa, .help-nav ul.pb-1 li a:hover .fa {
    opacity: 1;
}

.help-title {
    color: #333333 !important;
    padding-left: 15px;
    font-weight: 600;
}

.tool-content {
    margin-left: 35px;
}

.tool-content .tree-box ul li a {
    color: #777777 !important;
    padding: 5px 1.25rem 5px 0 !important;
    font-size: 16px;
}

.tool-content .tree-box ul li a:hover {
    color: #665DF5 !important;
    background-color: #ffffff;
}

.tools-card {
    position: sticky !important;
    top: 20px;
    font-size: 16px;
}

.tools img {
    max-width: 100%;
}

.tools h5 {
    padding-top: 20px;
    border-top: 1px solid #e7e4e4;
}

.tool-content .tree-box ul li a.active {
    color: #665DF5 !important;
}

.tool-content .tree-box ul li a.active .fa {
    opacity: 1;
    font-size: 15px;
}

.protocol p {
    color: #333333;
}

.text-blue {
    color: #4472C4 !important;
}

.m-l-27 {
    margin-left: 27px;
}

.m-l-30 {
    margin-left: 30px !important;
}

.protocol p {
    margin-left: 27px;
}

.before-circle {
    position: relative;
}

.before-circle:before {
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #322f2d;
}

.up_wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #665DF5;
    z-index: 1000;
    display: none;
}

.up_wrapper i {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 12px;
    margin-left: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tool-web {
    color: #333333;
}

.level1 {
    left: 13px;
    top: 8px;
    color: #5AAA46 !important;
    font-weight: 600;
    font-size: 12px;
}

.level2 {
    left: 95px;
    top: 8px;
    color: #06948E !important;
    font-weight: 600;
    font-size: 12px;
}

.level3 {
    right: 105px;
    top: 8px;
    color: #4472C7 !important;
    font-weight: 600;
    font-size: 12px;
}

.level4 {
    right: 22px;
    top: 8px;
    color: #F2B342 !important;
    font-weight: 600;
    font-size: 12px;
}

.level1-num1 {
    left: 12px;
    top: 102px;
    color: #ffffff !important;
}

.level1-num2 {
    left: 16px;
    top: 174px;
    color: #ffffff !important;
}

.level1-num3 {
    left: 30px;
    top: 224px;
    font-size: 12px;
    color: #ffffff !important;
}

.level1-num4 {
    left: 25px;
    top: 253px;
    font-size: 9px;
    color: #ffffff !important;
}

.level1-num5 {
    left: 11px;
    top: 282px;
    color: #ffffff !important;
}

.level2-num1 {
    left: 100px;
    top: 105px;
    color: #ffffff !important;
}

.level2-num2 {
    left: 100px;
    top: 168px;
    color: #ffffff !important;
}

.level2-num3 {
    left: 117px;
    top: 214px;
    font-size: 11px;
    color: #ffffff !important;
}

.level2-num4 {
    left: 129px;
    top: 235px;
    font-size: 9px;
    color: #ffffff !important;
}

.level2-num5 {
    left: 90px;
    top: 247px;
    color: #ffffff !important;
}

.level3-num1 {
    left: 173px;
    top: 89px;
    color: #ffffff !important;
}

.level3-num2 {
    left: 175px;
    top: 133px;
    color: #ffffff !important;
}

.level3-num3 {
    left: 197px;
    top: 167px;
    font-size: 9px;
    color: #ffffff !important;
}

.level3-num4 {
    left: 203px;
    top: 189px;
    font-size: 9px;
    color: #ffffff !important;
}

.level3-num5 {
    left: 175px;
    top: 207px;
    font-size: 10px;
    color: #ffffff !important;
}

.level4-num1 {
    left: 256px;
    top: 88px;
    color: #ffffff !important;
    font-size: 10px;
}

.level4-num2 {
    left: 260px;
    top: 113px;
    font-size: 12px;
    color: #ffffff !important;
}

.level4-num3 {
    left: 288px;
    top: 135px;
    font-size: 9px;
    color: #ffffff !important;
}

.level4-num4 {
    left: 284px;
    top: 152px;
    font-size: 9px;
    color: #ffffff !important;
}

.level4-num5 {
    left: 261px;
    top: 167px;
    font-size: 9px;
    color: #ffffff !important;
}

.home-tip {
    width: 500px;
    text-align: left;
    bottom: 2px;
    font-size: 11px;
    left: 105px;
}

.home-tip > div {
    font-weight: 600;
}

.home-tip > div:first-child {
    color: #5AAA46;
}

.home-tip > div:nth-child(2) {
    color: #06948E;
}

.home-tip > div:nth-child(3) {
    color: #4472C7;
}

.home-tip > div:nth-child(4) {
    color: #F2B342;
}

.path-finder {
    left: 72px;
    top: -35px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.num-item {
    place-items: center;
    background: #e3edf7;
    padding: 0 10px;
    border-radius: 10px;
    color: #444444;
    font-weight: 600;
    font-size: 20px;
    transition: transform 0.5s;
    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px -0.5px 0 rgba(255, 255, 255, 1),
    0.5px 0.5px 0 rgba(0, 0, 0, 0.15),
    0 12px 10px -10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 15px;
}

.home-text p {
    color: #0a0a0a;
    line-height: 2.15;
}

.text-main-color {
    color: #333333 !important;
}

.stat-item a {
    font-weight: 600;
}

/*help*/
.help-l li {
    /*padding: .4rem;*/
    font-size: 16px;
    transition: all 0.3s;
}

.help-l li:hover {
    cursor: pointer;
    background-color: #1a73e9;
}

.help-l li:hover a {
    color: #fff;
}

.help-l li a {
    display: inline-block;
    width: 100%;
    padding: 0.45rem 0.75rem;
    color: #1a73e9;
    transition: all 0.3s;
}

.help-l .active {
    background-color: #1a73e9;
}

.help-l .active a {
    color: #fff !important;
}

.article-title:before {
    display: block;
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #b2bacc;
    left: 0;
    bottom: 0;
}

.article-title {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 0;
    font-weight: 600;
    color: #2D3954;
}

.slider-bar {
    height: fit-content;
    position: sticky !important;
    top: 30px;
}

.help-l li a {
    display: inline-block;
    width: 100%;
    padding: 0.6rem 0.75rem;
    color: #2D3954;
    transition: all 0.3s;
}

.before-none {
    margin-bottom: 0 !important;
    font-size: 18px;
}

.before-none:before {
    display: none;
}

.help img {
    max-width: 80%;
}

.help p {
    line-height: 2.15;
    text-align: justify;
    font-size: 16px;
}

.help a {
    font-size: 16px;
}
