/* Custom page CSS */
:root {
    /* vars given in decimal RGB format to facilitate setting an opacity property */
    /*--theme-primary-color: 25, 118, 210;  */
    /* #1976d2 */
    --theme-primary-color: 87, 151, 223;
    /* #1976d2 */
    --theme-light-text-color: rgb(255, 255, 255);
    /* #ffffff */
    --theme-light-color: 255, 255, 255;
    /* #ffffff */
}

html,
body {
    background-image: -webkit-linear-gradient(110deg, #f0f1fa 0%, #f7f8fa 100%);
    background-image: -ms-linear-gradient(110deg, #f0f1fa 0%, #f7f8fa 100%);
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
}

a {
    transition: all .25s;
}

a,
a:hover,
a:focus {
    color: #101f41;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #164dda;
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #f5f7fa;
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em;
}

.loader__figure {
    height: 0;
    width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #3db8a3;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #3db8a3;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #3db8a3;
    }

    29% {
        background-color: #3db8a3;
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #3db8a3;
    }

    29% {
        background-color: #3db8a3;
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #3db8a3;
    }

    29% {
        background-color: #3db8a3;
    }

    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}

@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.25;
    }
}

@-moz-keyframes loader-label {
    0% {
        opacity: 0.25;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.25;
    }
}

@keyframes loader-label {
    0% {
        opacity: 0.25;
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0.25;
    }
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.wd-100p-f {
    width: 100% !important;
}

.navbar {
    font-weight: 700;
    padding: .2rem 1rem;
    box-shadow: 0 1px 18px rgba(138, 143, 164, .3);
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #4f5464;
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-nav .active .nav-link,
.navbar-nav .nav-link:hover {
    color: #47b5a2;
}

.bg-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(62, 74, 102, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1rem;
    /* margin-top: 3rem; */
}

.header-wrapper > .container {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.search-box {
    position: relative;
}

.search-box .input-group .form-control {
    border-right-width: 0;
    width: 380px;
    height: 42px;
}

.search-box .input-group .input-group-append .input-group-text {
    background: #fff;
}

main > .container {
    padding: 10px 15px 0;
}

.container.lg {
    max-width: 1400px;
    padding: 0 30px;
}

/* ------------------------------------------ */
/* ############### Pagination ############### */
/* ------------------------------------------ */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1b84e7;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #115da4;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(27, 132, 231, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.page-item.active .page-link {
    z-index: 0;
    color: #fff;
    background-color: #1b84e7;
    border-color: #1b84e7;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.pagination .page-item + .page-item {
    padding: 0;
    margin: 0;
}

.pagination .page-item .page-link {
    color: #495057;
    width: auto;
    height: auto;
    padding: 5px 8px;
    text-align: center;
    border-radius: 0;
    border-color: #ced4da;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    background-color: #e9ecef;
}

.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
    color: #fff;
    background-color: #1b84e7;
    border-color: transparent;
}

.result-info p {
    margin: 0
}

.list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-items li {
    background: #fff;
    border-radius: 2px;
    border-left: 4px solid #a4c7ed;
    padding: .5rem 1rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 2px rgba(106, 157, 214, .1);
}

.list-items li h3 {
    font-weight: 700;
    margin: 0;
}

.list-items li h3 a {
    color: #5797df;
    font-size: 1.2rem;
}

.list-items li small {
    color: #b2b7c3;
    font-size: .625rem;
}

.list-items li small span + span {
    padding-left: .5rem
}

.list-items li h5 {
    color: #5797df;
    font-weight: 700;
    font-size: 1rem;
    margin: .4rem 0;
}

.list-items li h5 span {
    color: #6c758b;
    font-size: .9rem;
    font-weight: 600;
    padding-left: 1rem;
}

.elem-num,
.refer-box .refer-items li .elem-name,
.evid-databox .evid-data-items li .elem-name {
    border: 1px solid #d0dae4;
    border-radius: 2px;
    color: #79ace5;
    font-weight: 600;
    font-size: .9rem;
    padding: .25rem;
    margin: 0;
    text-align: center;
}

.list-result-side {
    position: relative;
}

.list-result-side .card {
    background-color: transparent;
    border: none;
}

.list-result-side .card-stat {
    background: #fafbfe;
    border: none;
    box-shadow: 0 1px 10px rgb(0 0 0 / 1%);
}

.list-result-side .card + .card {
    margin-top: .75rem;
}

.list-result-side .card .card-header {
    background-color: transparent;
    border-color: #dee2e6;
    color: #6c768b;
    font-weight: 700;
    padding: .45rem .25rem;
}

.list-result-side .card-stat .card-header {
    font-size: .875rem;
    padding: .5rem;
}

.list-result-side .card .card-body {
    padding: .25rem 0;
}

.list-result-side .card-body .list-group .list-group-item {
    background-color: transparent;
    border: none;
    color: #3e4a66;
    font-size: 15px;
    padding: .45rem 0 .45rem 1.5rem;
}

.list-result-side .card-stat .card-body .list-group .list-group-item {
    font-size: .8125rem;
    padding: .35rem .5rem .35rem 1.5rem;
}

.list-result-side .card-body .list-group .list-group-item .rank-link {
    color: #3e4a66;
    position: relative;
    font-weight: 600;
}

.list-result-side .card-body .list-group .list-group-item .rank-link::before {
    content: "\f196";
    font-family: "FontAwesome";
    position: absolute;
    top: calc(50% - .55rem);
    left: -1.25rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #71788f;
}

.list-result-side .card-body .list-group .list-group-item .rank-link[aria-expanded="true"]::before {
    content: "\f147";
    color: #79ace5;
}

.list-result-side .card-body .list-group .list-group-item .list-group-item {
    padding-left: 0;
}

.list-result-side .card-body .list-group .list-group-item .badge-success {
    background-color: #78ccb2;
}

.list-result-side .card-body .list-group.list-store .list-group-item:before {
    content: '';
    background: #71788f;
    border-radius: 4px;
    width: 4px;
    height: 4px;
    left: .5rem;
    position: absolute;
}

.list-result-side .card-body .list-group.list-store .list-group-item {
    font-weight: 600;
    padding-left: 1.25rem;
}

.elem-wrap {
    position: relative;
    margin-bottom: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    box-shadow: 0 2px 20px -8px rgba(122, 126, 162, 0.39);
    z-index: 1;
}

.elem-header {
    background: rgb(87, 199, 164);
    background: linear-gradient(0deg, rgba(87, 199, 164, 1) 0%, rgba(114, 202, 175, 1) 100%);
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .65rem 1.5rem;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.elem-header span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, .1)
}

.elem-header span em {
    padding-left: 1rem
}

.elem-header span i {
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: .25rem .5rem;
    margin-right: 10px;
}

.elem-header a {
    background: #45ae8e;
    color: #fff;
    border: 1px solid #45a286;
    border-radius: 4px;
    font-size: 14px;
    padding: .25rem 1rem;
    box-shadow: 0 2px 2px rgba(255, 255, 255, .1)
}

.elem-header a:hover {
    background: #45a286;
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.sidebar.sm {
    top: 20px;
}

.sidebar .card {
    background: #fafbfe;
    border: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .01)
}

.sidebar .card .card-body {
    padding: .45rem 0;
}

.sidebar .card .card-body .cata-list,
.elem-wrap .evid-list,
.elem-wrap .gene-items-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .card .card-body .cata-list li {
    padding: .25rem 0 .25rem 1.8rem;
    margin-bottom: .3rem;
    position: relative;
}

.sidebar .card .card-body .cata-list a {
    color: #101f41;
    font-weight: 600;
    font-size: 16px;
}

.sidebar.sm .card .card-body .cata-list li a {
    font-size: .875rem;
}

.sidebar .card .card-body .cata-list a:hover {
    color: #727c90;
}

.sidebar .card .card-body .cata-list a::after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 3px;
    height: auto;
    background-color: #66cfac;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.sidebar .card .card-body .cata-list a.active::after,
.sidebar.sm .card .card-body .cata-list .current a::after {
    opacity: 1
}

.sidebar .card .card-body .cata-list a:hover,
.sidebar .card .card-body .cata-list a.active,
.sidebar.sm .card .card-body .cata-list .current a {
    color: #3fc5a1;
}

.sidebar .card .card-body .cata-list button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    font-weight: inherit;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 1px;
    right: 5px;
    outline: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.sidebar .card .card-body .cata-list button[aria-expanded="true"] {
    transform: rotate(90deg);
}

.elem-wrap .evid-list,
.elem-wrap .gene-items-list {
    background: #f2f2fa;
    border-bottom: 1px solid #f7f9ff;
    border-top: 1px solid #46ad8d;
    border-radius: 0 0 4px 4px;
    padding: .5rem 0 .3rem .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.elem-wrap .evid-list li,
.elem-wrap .gene-items-list li {
    color: #101f41;
    font-weight: 600;
    font-size: 13px;
    flex: 0 0 25%;
    padding: .3rem 1rem;
    position: relative;
}

.elem-wrap .gene-items-list li {
    flex: 0 0 16.666667%;
    text-align: center;
}

.elem-wrap .evid-list li em {
    font-style: normal;
    border-radius: 3px;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    font-weight: 600;
    height: 16px;
    width: 16px;
    color: #fff;
    margin-right: .5rem;
    padding: 0 .25rem;
}

.elem-wrap .gene-items-list li a {
    border-radius: 2px;
    border: 1px solid #abb3c7;
    font-size: 14px;
    padding: .25rem;
    display: block;
}

.elem-wrap .gene-items-list li a.active {
    background: #3fc4a1;
    border-color: #3fc4a1;
    color: #fff;
    text-shadow: 1px 1px 2px #378e73;
    box-shadow: 0 1px 5px rgba(255, 255, 255, .8);
}

.control {
    display: block;
    position: relative;
    padding-left: 2rem;
    margin: .5rem 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    border: 2px solid #5797df;
    border-radius: 4px;
    position: absolute;
    top: 3px;
    left: 6px;
    height: 18px;
    width: 18px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

/* .control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator { background: #ccc; } */
.control input:checked ~ .control__indicator {
    border: 2px solid #2aa1c0;
}

/* .control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator { background: #5797df; } */
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #5797df;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.detail-content {
    position: relative;
    margin-bottom: 2rem;
}

.detail-content h3 {
    color: #636d84;
    font-size: 18px;
    font-weight: bold;
}

.detail-content .detail-wrapper {
    background: #fcfdff;
    border-radius: 4px;
    padding: .8rem .6rem;
    position: relative;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .01);
}

.detail-wrapper .form-row.hr {
    border-bottom: 1px solid #e1e2e5;
    margin-bottom: .5rem;
}

.detail-wrapper .form-row label {
    color: #727c90;
    font-size: 14px;
    font-weight: 700;
    margin: .25rem 0;
}

.detail-wrapper .form-row .form-text {
    color: #3f4b67;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 .5rem;
}

.detail-wrapper .form-row .form-text a {
    /* color:#47b5a2; */
}

.detail-wrapper .form-row .form-text .pre {
    background: #f1ea90;
    color: #8c720d;
    display: inline-block;
    margin: 0;
    padding: .5rem;
}

.detail-wrapper .form-row .form-group {
    margin-bottom: 5px;
}

.detail-wrapper .form-row .chart-box {
    margin-bottom: 1rem;
}

.detail-wrapper fieldset {
    border: 1px solid #e0e3ec;
    padding: .25rem .5rem;
    margin: 0 0 1rem;
    border-radius: 4px;
    transition: all .3s;
    position: relative;
}

.detail-wrapper fieldset legend {
    color: #727c90;
    font-size: 17px;
    font-weight: 700;
    width: auto;
    margin: 0;
    padding: 0 .35rem;
}

.detail-wrapper fieldset legend h3 {
    font-size: 17px;
    position: relative;
    padding: .15rem .25rem .15rem 1.5rem;
    margin: 0;
}

.detail-wrapper h5 {
    color: #45ae8e;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 0 .25rem 0 1.5rem;
    position: relative;
}

.detail-wrapper h5:after {
    content: '';
    background: #45ae8e;
    width: 20px;
    height: 3px;
    display: block;
    margin: 2px 0 0;
}

.detail-wrapper .form-row .form-group label {
    /* cursor: pointer; */
    position: relative;
}

.detail-wrapper fieldset.pp-box {
    display: none;
}

.detail-wrapper .form-row .form-group label,
.detail-wrapper .form-row .form-group .form-text {
    padding-left: 1.5rem;
}

.detail-wrapper fieldset legend h3 > div.evid-orange,
.detail-wrapper fieldset legend h3 > div.evid-purple,
.detail-wrapper fieldset legend h3 > div.evid-navy,
.detail-wrapper fieldset legend h3 > div.evid-lime,
.detail-wrapper h5 > div.evid-orange,
.detail-wrapper h5 > div.evid-purple,
.detail-wrapper h5 > div.evid-navy,
.detail-wrapper h5 > div.evid-lime,
.detail-wrapper .form-row .form-group label > div.evid-orange,
.detail-wrapper .form-row .form-group label > div.evid-purple,
.detail-wrapper .form-row .form-group label > div.evid-navy,
.detail-wrapper .form-row .form-group label > div.evid-lime {
    border-radius: 3px;
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    font-weight: 600;
    height: 16px;
    width: 16px;
    color: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
}

.detail-wrapper fieldset legend h3.active > div,
.detail-wrapper h5.active > div,
.detail-wrapper .form-row .form-group label.active > div {
    opacity: 0;
    transition: all .25s;
}

.detail-wrapper fieldset legend h3.active:hover > div,
.detail-wrapper h5.active:hover > div,
.detail-wrapper .form-row .form-group label.active:hover > div {
    opacity: 1;
}

.detail-wrapper fieldset legend h3 > div a,
.detail-wrapper h5 > div a,
.detail-wrapper .form-row .form-group label > div a {
    color: #fff;
}

.elem-wrap .evid-list li em.orange,
.detail-wrapper fieldset legend h3 > div.evid-orange,
.detail-wrapper h5 > div.evid-orange,
.detail-wrapper .form-row .form-group label > div.evid-orange {
    background: #ed7d31;
}

.elem-wrap .evid-list li em.purple,
.detail-wrapper fieldset legend h3 > div.evid-purple,
.detail-wrapper h5 > div.evid-purple,
.detail-wrapper .form-row .form-group label > div.evid-purple {
    background: #7030a0;
}

.elem-wrap .evid-list li em.navy,
.detail-wrapper fieldset legend h3 > div.evid-navy,
.detail-wrapper h5 > div.evid-navy,
.detail-wrapper .form-row .form-group label > div.evid-navy {
    background: #37ace6;
}

.elem-wrap .evid-list li em.lime,
.detail-wrapper fieldset legend h3 > div.evid-lime,
.detail-wrapper h5 > div.evid-lime,
.detail-wrapper .form-row .form-group label > div.evid-lime {
    background: #3dce92;
}

.evid-elem-content {
    list-style: none;
    margin: 0;
    padding: 0;
    perspective: 900;
}

.evid-elem-content li i:before,
.evid-elem-content li i:after {
    transition: all 0.25s ease-in-out;
}

.evid-elem-content li {
    animation: flipdown 0.5s ease both;
}

.evid-elem-content > li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    border-top: 1px dotted #dce7eb;
}

.evid-elem-content li:nth-of-type(1) {
    animation-delay: 0.5s;
}

.evid-elem-content li:nth-of-type(2) {
    animation-delay: 0.75s;
}

.evid-elem-content li:nth-of-type(3) {
    animation-delay: 1s;
}

.evid-elem-content li:last-of-type {
    padding-bottom: 0;
}

.evid-elem-content li i {
    position: absolute;
    transform: translate(-13px, 0);
    margin-top: 14px;
    right: 0;
}

.evid-elem-content li i:before,
.evid-elem-content li i:after {
    content: "";
    position: absolute;
    background-color: #636d84;
    border-radius: 2px;
    width: 3px;
    height: 9px;
}

.evid-elem-content li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.evid-elem-content li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.evid-elem-content li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.evid-elem-content li input[type=checkbox]:checked ~ .evid-databox {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

.evid-elem-content li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}

.evid-elem-content li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

.evid-elem-content h2 {
    font-size: 1rem;
    line-height: 34px;
    display: block;
    margin: 0;
    cursor: pointer;
}

.evid-elem-content .evid-databox {
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    padding: .15rem 0 0 .5rem;
    z-index: 2;
    transition: all 0.25s ease-in-out 0s;
}

.refer-box {
    padding: .25rem;
    position: relative;
}

.evid-databox h5 {
    color: #50b8a6;
    font-size: .9rem;
    margin-bottom: 5px;
}

.refer-box .refer-items,
.evid-databox .evid-data-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.refer-box .refer-items li .elem-name,
.evid-databox .evid-data-items li .elem-name {
    font-size: .7rem;
    font-style: normal;
    flex-basis: 15%;
}

.refer-box .refer-items li .elem-datainfo,
.evid-databox .evid-data-items li .elem-datainfo {
    flex-basis: 81%;
    margin: 0;
}

.refer-box .refer-items li .elem-datainfo a,
.evid-databox .evid-data-items li .elem-datainfo a {
    color: #37ace6;
}

.refer-box .refer-items li .elem-datainfo span,
.evid-databox .evid-data-items li .elem-datainfo span {
    font-style: italic;
}

.evid-databox .data-links {
    color: #37ace6;
    padding: 0 .3rem;
}

.evid-databox .form-group {
    margin-bottom: .3rem;
}

.evid-databox .alert-success {
    font-size: .625rem;
}

.refer-box .refer-items li .elem-datainfo {
    font-size: 14px;
}

.refer-box .refer-items li {
    padding: .5rem .25rem;
}

.refer-box .refer-items li:not(:first-child) {
    border-top: 1px solid #edeff3;
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateX(8deg);
    }

    83% {
        transform: rotateX(6deg);
    }

    92% {
        transform: rotateX(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

.popover.pop-evid {
    max-width: 800px;
}

.popover.pop-evid .popover-header {
    background-color: transparent;
    border-bottom: none;
    padding: .25rem .75rem;
}

.popover.pop-evid .popover-header button.close {
    color: #ff6873;
    padding: .1rem .2rem;
    font-size: 1.5rem;
    opacity: 1;
    margin: -2px 0 0 0;
    outline: none;
    transition: all 0.25s ease-in-out 0s;
}

.tb-w100 {
    width: 100%;
}

.tb-mpa tbody td {
    font-weight: 400;
}

.tb-prot thead th,
.tb-prot tbody td {
    font-size: 14px;
}

.tb-pathway tbody td a {
    color: #46ad8d
}

.tb-pathway tbody td > div h6 {
    font-size: 14px;
    font-weight: 600;
}

.tb-pathway tbody td > div p {
    color: #666;
}

.pure-tree {
    text-align: left;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pure-tree.main-tree {
    width: 92%;
    display: inline-block;
    margin: auto;
    max-height: 410px;
    overflow-y: auto;
}

.pure-tree:not(.main-tree) {
    padding-left: 1.2rem;
}

.pure-tree:not(.main-tree) li {
    overflow: hidden;
    height: 0;
    display: block;
}

.pure-tree label {
    display: block;
    cursor: pointer;
    color: #717780;
    border-bottom: 1px dashed #d6dce4;
    padding: .25rem .125rem;
}

.pure-tree li:last-child label {
    border-bottom: none;
}

.pure-tree label:before {
    width: 1em;
    height: 1em;
    line-height: 1em;
    display: inline-block;
    font-family: 'FontAwesome', sans-serif;
    content: "\f114";
    padding-right: 1.2rem;
}

.pure-tree label:hover {
    color: #434a58;
    border-bottom-color: #434a58;
}

.pure-tree .pure-tree_link a {
    font-size: 13px;
    font-weight: 600;
    padding: .25rem .125rem;
    display: inline-block;
    color: #717780;
    text-decoration: none;
}

.pure-tree .pure-tree_link a:hover {
    color: #434a58;
}

.pure-tree.nested {
    padding-left: 1.7rem;
}

.pure-tree [type="checkbox"] {
    display: none;
}

.pure-tree [type="checkbox"]:checked + label {
    color: #434a58;
    border-bottom-color: #434a58;
}

.pure-tree [type="checkbox"]:checked + label:before {
    content: "\f115";
}

.pure-tree [type="checkbox"]:checked ~ ul > li {
    height: auto;
}

.popover-body p a {
    color: #45ae8e;
    padding: 0 .25rem;
}

.mp-card {
    border-top: 2px solid #e7f1f1;
    border-radius: 4px;
    background-color: #f5fafa;
    padding: .5rem 1rem;
    position: relative;
}

.mp-card .mp-header {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.mp-card .mp-header .mp-name {
    font-size: 15px;
    font-weight: 600;
}

.mp-card .mp-header .mp-name a {
    color: #45ae8e;
}

.mp-card .mp-card-body {
    display: flex;
    flex-wrap: wrap;
}

.mp-card .mp-card-body.hr {
    border-bottom: 1px solid #e5ecec;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

.mp-card .mp-card-body .mp-elems {
    border-radius: 3px;
    font-size: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .15rem .5rem;
    margin-bottom: .25rem;
}

.mp-card .mp-card-body .mp-elems.mp-cornsilk {
    background: #f1ea90;
}

.mp-card .mp-card-body .mp-elems.mp-seagreen {
    background: #a3e0db;
}

.mp-card .mp-card-body .mp-elems.mp-pale {
    background: #b2e2c1;
}

.mp-card .mp-card-body .mp-elems.mp-plum {
    background: #bca8d6;
}

.mp-card .mp-card-body .mp-elems.mp-azure {
    background: #b6d1dc;
}

.mp-card .mp-card-body .mp-elems:not(:last-child) {
    margin-right: .5rem;
}

.mp-card .mp-card-body .mp-elems span {
    font-weight: 600;
}

.mp-card .mp-card-body .mp-elems.mp-cornsilk span {
    color: #8c720d;
}

.mp-card .mp-card-body .mp-elems.mp-seagreen span {
    color: #3d8680;
}

.mp-card .mp-card-body .mp-elems.mp-pale span {
    color: #508e63;
}

.mp-card .mp-card-body .mp-elems.mp-plum span {
    color: #72529e;
}

.mp-card .mp-card-body .mp-elems.mp-azure span {
    color: #657292;
}

.mp-card .mp-card-body .mp-elems small {
    margin-left: .6rem;
    padding-top: 1px;
    opacity: .7;
}

.mp-list {
    position: relative;
    padding-left: 1.2rem;
    margin: .25rem;
}

.mp-list h6 {
    color: #726f84;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 .25rem 0;
}

.mp-list h6 span {
    font-size: 12px;
    padding-left: .5rem;
}

.mp-list ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}

.mp-list ul li {
    padding: 2px 0 2px 10px;
    line-height: 1.2;
    position: relative;
}

.mp-list ul li:before {
    content: "\f105";
    color: #199c55;
    font-family: 'FontAwesome', sans-serif;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}

.mp-list ul li a {
    color: #199c55;
    font-size: 13px;
}

.mp-list .panel-heading.activestate .icon-fa-wrap .minus-fa {
    opacity: 1;
}

.mp-list .panel-heading.activestate .icon-fa-wrap .plus-fa {
    opacity: 0;
    transition: all .3s;
}

.mp-list .icon-fa-wrap {
    color: #ed7d31;
    font-weight: 600;
    display: inline;
    position: relative;
}

.mp-list .icon-fa-wrap .minus-fa {
    position: absolute;
    left: 0;
    top: -1px;
    opacity: 0;
}

.mp-list .icon-fa-wrap .minus-fa:after {
    content: 'Hide';
    padding-left: 4px;
}

.mp-list .icon-fa-wrap .plus-fa {
    opacity: 1;
}

.mp-list .icon-fa-wrap .plus-fa:after {
    content: 'More';
    padding-left: 4px;
}

.mp-list .icon-fa-wrap .minus-fa .fa,
.mp-list .icon-fa-wrap .plus-fa .fa {
    font-size: 12px;
}

.mp-list .icon-fa-wrap .minus-fa:after,
.mp-list .icon-fa-wrap .plus-fa:after {
    font-size: 13px;
}

.mp-list .panel-heading {
    padding-left: 10px;
}

.mp-list .panel-collapse {
    max-height: 210px;
    overflow-y: auto;
}

.main-items-box {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.main-items-box .main-items-inner {
    background-color: #e9edf5;
    padding: .5rem;
    -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
    margin-bottom: 20px;
    border-radius: .5rem;
    position: relative;
}

.main-items-inner .main-items-title {
    color: #6c7998;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.main-items-inner .main-items-title a {
    color: #6c7998;
}

.main-items-inner .main-items-title a:hover {
    color: #5797df;
}

.main-items-inner .items-num {
    color: #5797df;
    font-style: italic;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -.05rem;
    margin: 0;
}

.main-items-inner .main-icon-box {
    background: url(../img/ico-home-sprites.png) no-repeat;
    display: block;
    height: 60px;
    width: 60px;
    transform: scale(.85);
}

.main-items-inner .type-icon {
    top: 2px;
    left: 5px;
    position: absolute;
}

.main-items-inner .main-icon-box.main-icon01 {
    background-position: 0 0;
}

.main-items-inner .main-icon-box.main-icon02 {
    background-position: -80px 0;
}

.main-items-inner .main-icon-box.main-icon03 {
    background-position: -160px 0;
}

.main-items-inner .main-icon-box.main-icon04 {
    background-position: -240px 0;
}

.main-items-inner .main-icon-box.main-icon05 {
    background-position: -320px 0;
}

.main-items-inner .main-icon-box.main-icon06 {
    background-position: 0 -80px;
}

.main-items-inner .main-icon-box.main-icon07 {
    background-position: -80px -80px;
}

.main-items-inner .main-icon-box.main-icon08 {
    background-position: -160px -80px;
}

.main-items-inner .main-icon-box.main-icon09 {
    background-position: -240px -80px;
}

.main-items-inner .main-icon-box.main-icon10 {
    background-position: -320px -80px;
}

.main-section {
    background-image: -webkit-linear-gradient(110deg, #f2f3fa 0%, #f8f9fa 100%);
    background-image: -ms-linear-gradient(110deg, #f2f3fa 0%, #f8f9fa 100%);
    padding: 1rem 0;
    position: relative;
    margin: 0 0 .5rem;
}

.section-main-ele {
    background: url(../img/bg-eles.png) no-repeat;
    background-position: center center;
    height: 500px;
    position: relative;
}

.section-main-ele .num-item01,
.section-main-ele .num-item02,
.section-main-ele .num-item03,
.section-main-ele .num-item04,
.section-main-ele .num-item05,
.section-main-ele .num-item06,
.section-main-ele .num-item07,
.section-main-ele .num-item08 {
    color: #fff;
    font-weight: 600;
    position: absolute;
}

.section-main-ele .num-item01 {
    left: 236px;
    top: 60px;
    transform: rotate(-24deg);
}

.section-main-ele .num-item02 {
    right: 240px;
    top: 60px;
    transform: rotate(25deg);
}

.section-main-ele .num-item03 {
    right: 132px;
    top: 160px;
    transform: rotate(68deg);
}

.section-main-ele .num-item04 {
    right: 136px;
    top: 316px;
    transform: rotate(-66deg);
}

.section-main-ele .num-item05 {
    right: 234px;
    top: 418px;
    transform: rotate(-22deg);
}

.section-main-ele .num-item06 {
    left: 238px;
    top: 418px;
    transform: rotate(24deg);
}

.section-main-ele .num-item07 {
    left: 132px;
    top: 312px;
    transform: rotate(66deg);
}

.section-main-ele .num-item08 {
    left: 132px;
    top: 164px;
    transform: rotate(-68deg);
}

.section-main-ele a {
    position: relative;
    color: #fff;
    transition: all .3s;
}

.section-main-ele a:hover {
    color: #101f41;
}

/* .section-main-ele .num-item01 a:hover:before{ content:''; background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzYuODIiIGhlaWdodD0iMTMyLjEyIiB2aWV3Qm94PSIwIDAgMTc2LjgyIDEzMi4xMiI+PHBhdGggZGF0YS1uYW1lPSLot6/lvoQgNjk2IiBkPSJNMTc2LjgyIDB2ODMuMzNhMTY2LjE1MyAxNjYuMTUzIDAgMCAwLTExNy44OCA0OC43OUwuMDQgNzMuMjIgMCA3My4xOEEyNDkuMjU1IDI0OS4yNTUgMCAwIDEgMTc2LjgyIDB6IiBmaWxsPSJyZ2JhKDcsMjgsNTEsMC4xNSkiLz48L3N2Zz4=') no-repeat; transition: all .3s; } */
.section-title {
    color: #475679;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 0 0 1rem;
}

.section-title:after {
    content: '';
    background: #5797df;
    height: 4px;
    width: 60px;
    margin: 6px 0 0 5px;
    display: block;
}

#sync1 .item {
    padding: 0px;
    margin: 5px;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: #ECF0F7;
    padding: 10px 0px;
    margin: 5px;
    color: #3F4B67;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item h1 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    padding: .25rem;
}

#sync2 .current .item {
    background: #5797DF;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

#sync2 .owl-item.active.current .item {
    color: #fff
}

.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.bg-main {
    background: #eaedf5;
}

.card.main-card {
    border-color: transparent;
    background: transparent;;
    text-align: center;
}

.card.main-card .card-title {
    color: #3F4B67;
    font-size: 18px;
    font-weight: 700;
}

.card.main-card .card-text {
    color: #67738e;
    text-align: justify;
}

.card.main-card .btn-primary, .card-footer .btn-primary {
    background: #5797DF;
    border-color: #5797DF;
    padding: .375rem 1rem;
    box-shadow: 0 5px 20px rgba(77, 136, 204, 0.25);
    transition: all ease-in-out .3s;
}

.card.main-card .btn-primary:hover, .card-footer .btn-primary:hover {
    box-shadow: none;
}

.card.main-card .btn-primary:focus, .card-footer .btn-primary:focus {
    color: #fff;
}

.resources-list li {
    color: #3E4A66;
}

.resources-list li a {
    color: #5797DF;
    font-weight: 600;
}

.biome-select {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #e0e7f1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .035);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.biome-select:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.biome-select img {
    display: block;
    margin: auto;
    width: 60%;
}

.biome-select h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.biome-select h3 small {
    display: block;
    padding-top: 5px;
    color: #ff895d
}

.footer {
    border-top: 1px solid #dcdeec;
    box-shadow: inset 0 1px 0 0 #fcfcff;
    position: relative !important;
    background: transparent;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer > .container > .text-center > p {
    color: #687189;
    font-size: .625rem;
    font-weight: 600;
    margin-bottom: .25rem;
}

.cata-item {
    padding-left: calc(1.8rem - 3px);
    border-left: 3px solid transparent;
    transition: all 0.2s;
}

.cata-item.active,
.cata-item:hover {
    border-left-color: #66cfac;
}

.cata-item > a {
    display: flex;
    justify-content: space-between;
    transition: all 0.2s;
    align-items: center;
}

.sidebar .card .card-body .cata-list .cata-item.active > a,
.sidebar .card .card-body .cata-list .cata-item > a:hover {
    color: #66cfac;
}

.cata-item > a > span {
    display: block;
    font-size: 1.4rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transition: all 0.2s;
}

.sidebar .card .card-body .cata-list li .coll-list {
    padding-left: 0;
}

.sidebar .card .card-body .cata-list li .coll-list li {
    display: block;
    position: relative;
    padding: 0 0 0 1.5rem;
    margin: .5rem 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.collapsed .fa-angle-down {
    transform: rotate(-90deg);
}

.sidebar .card .card-body .cata-list li .coll-list li.active a {
    color: #66cfac;
}

.sidebar .card .card-body .cata-list li .coll-list li.active:before {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #66cfac;
}

.detail-wrapper.detail-noe {
    padding: 0.7rem 1rem;
}

.detail-wrapper.detail-noe h5,
.detail-wrapper.detail-noe .form-row .form-group label,
.detail-wrapper.detail-noe .form-row .form-group .form-text {
    padding-left: 0;
}

.detail-wrapper.detail-noe .form-group {
    line-height: 22px;
}

.detail-wrapper.detail-noe .form-group label {
    max-width: 150px;
    flex: 0 0 150px;
    margin: 0;
}

.detail-wrapper.detail-noe .form-group label.sm {
    max-width: 80px;
    flex: 0 0 80px;
    margin: 0;
}

.detail-wrapper.detail-noe .form-group label.lg {
    max-width: 200px;
    flex: 0 0 200px;
    margin: 0;
}

.detail-wrapper.detail-noe .form-group label.xlg {
    max-width: 250px;
    flex: 0 0 250px;
    margin: 0;
}

.detail-wrapper.detail-noe .form-group .form-text {
    flex-grow: 1;
    margin-bottom: 0;
}

.detail-wrapper.detail-noe .form-group.with-coll .form-text {
    padding-right: 70px;
}

.table-sm td,
.table-sm th {
    font-size: .875rem;
}

.table-xs th,
.table-xs td {
    padding: 0.5rem 0.9375rem;
}

.position-ur {
    top: 0;
    right: 0;
}

.up-list {
    position: relative;
    padding: 8px 10px;
    background-color: #f2f3fa;
    border-radius: 6px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.up-list:before {
    display: block;
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 22px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.up-box {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    padding-top: 5px;
}

.up-box .up-header {
    display: flex;
    align-items: center;
}

.up-box .up-header i.fa {
    display: block;
    text-align: center;
    width: 26px;
    line-height: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    color: #43686f;
    position: absolute;
    left: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.up-box .up-content {
    padding: 5px 0;
    color: #3f4b67;
}

.got-box h4 {
    display: block;
    margin: 0 0 10px;
    padding: 8px 10px;
    border-radius: 6px;
    background-color: #cbe4ff;
    text-align: center;
    font-size: 1.25rem;
}

.got-box a {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

.got-box a i.fa {
    position: absolute;
    left: 0;
    top: 5px;
}

.alert-secondary {
    background-color: #f3f4fa;
    border-color: #ecedf3;
}

code {
    font-size: 80%;
}

.detail-nav {
    background-color: rgb(var(--theme-primary-color));
    border-radius: .2rem .2rem 0 0;
    box-shadow: 0 3px 8px -2px rgb(18 111 206 / 25%), 0 5px 15px -5px rgb(18 111 206 / 25%);
}

.detail-nav .nav.nav-tabs {
    margin: 0;
    padding: 0;
}

.detail-nav .nav-tabs .nav-item {
    margin-bottom: 0;
}

.detail-nav .nav-tabs .nav-link {
    color: rgba(var(--theme-light-color), 0.7);
    border-color: transparent;
    border-width: 0;
    border-radius: 0;
    font-size: 0.9375rem;
    padding: 12px 15px;
    text-align: center;
    min-width: 72px;
}

.detail-nav.sm .nav-tabs .nav-link {
    font-size: .875rem;
    padding: 5px 10px;
}

.detail-nav .nav-tabs .nav-link.active,
.detail-nav .nav-tabs .nav-link.active:focus,
.detail-nav .nav-tabs .nav-link:focus {
    color: var(--theme-light-text-color);
    border-color: rgb(var(--theme-light-color));
    border-bottom-width: 2px;
    background-color: transparent;
    padding-bottom: 8px;
}

.detail-nav.sm .nav-tabs .nav-link.active,
.detail-nav.sm .nav-tabs .nav-link.active:focus,
.detail-nav.sm .nav-tabs .nav-link:focus {
    padding-bottom: 4px;
}

.detail-nav .nav-tabs .nav-link:hover {
    color: var(--theme-light-text-color);
    border-color: transparent;
    background-color: rgba(var(--theme-light-color), 0.08);
}

.detail-nav .nav-tabs .nav-link.active:hover {
    border-color: rgb(var(--theme-light-color));
    background-color: transparent;
}

.detail-nav ~ .tab-content {
    padding: 0.9375rem;
}

.detail-nav.sm ~ .tab-content {
    padding: .625rem;
}

.tabs,
.scrtabs-tab-container,
.scrtabs-tabs-fixed-container,
.scrtabs-tab-scroll-arrow {
    height: 44px;
}

.detail-nav.sm .tabs,
.detail-nav.sm .scrtabs-tab-container,
.detail-nav.sm .scrtabs-tabs-fixed-container,
.detail-nav.sm .scrtabs-tab-scroll-arrow {
    height: 32px;
}

/* tabs component jQuery scroller */
.scrtabs-tab-scroll-arrow {
    color: var(--theme-light-text-color);
    padding: 0;
    border: none;
    line-height: 2;
}

.scrtabs-tab-scroll-arrow:hover {
    background-color: transparent;
}

.scrtabs-tab-scroll-arrow button {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

.scrtabs-disable i {
    color: transparent;
}

.scrtabs-tab-scroll-arrow-left {
    text-align: right;
    width: 42px;
    padding-right: 6px;
}

.scrtabs-tab-scroll-arrow-right {
    width: 42px;
    padding-left: 6px;
}

.scrtabs-arrow-btn {
    background-color: transparent;
    height: 36px;
    width: 36px;
    padding: 0;
    color: rgb(var(--theme-light-color));
    font-size: 24px;
    line-height: 12px;
    border: 0;
}

.dataTable-item.dataTable {
    margin: 0 !important;
}

.dataTable-item.dataTable td {
    background: #fff;
}

.dataTable-item.dataTable tr:first-child td {
    border-top: none;
}

.dt-item .dataTables_info,
.dt-item .dataTables_paginate {
    margin-top: 4px !important;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_paginate {
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_info {
    color: var(--secondary);
}

div.dataTables_wrapper div.dataTables_paginate .page-link {
    padding: 0.3rem
}

@media (max-width: 1199px) {
    .main-items-inner .main-icon-box {
        transform: scale(.65);
        margin-left: -8px;
        margin-top: -3px;
    }

    .main-items-inner .main-items-title {
        font-size: .85rem;
    }

    .main-items-inner .items-num {
        font-size: 1rem;
    }

    .sidebar .card .card-body .cata-list a {
        font-size: 14px;
    }

    .elem-wrap .gene-items-list li a {
        font-size: 12px;
    }
}

.nav-line {
    border-bottom: 2px solid rgba(72, 94, 144, 0.16);
}

.nav-line .nav-item + .nav-item {
    margin-left: 25px;
}

.nav-line > .nav-link + .nav-link {
    margin-left: 25px;
}

.nav-line .nav-link {
    font-size: 15px;
    padding: 8px 0;
}

.nav-line .nav-link.active {
    color: #164dda;
    font-weight: 600;
    position: relative;
}

.nav-line .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0168fa;
}

.nav-line.flex-column {
    border-bottom: 0;
    border-right: 2px solid rgba(72, 94, 144, 0.16);
}

.nav-line.flex-column .nav-item + .nav-item {
    margin-left: 0;
    margin-top: 25px;
}

.nav-line.flex-column > .nav-link + .nav-link {
    margin-top: 25px;
    margin-left: 0;
}

.nav-line.flex-column .nav-link {
    padding: 0 15px 0 25px;
}

.nav-line.flex-column .nav-link.active::after {
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
    left: auto;
    right: -2px;
}

.form-group-box {
    display: block;
    border-top: 1px solid #f0f1f9;
    border-bottom: 1px solid #f0f1f9;
    padding: 5px 0 10px;
    margin-bottom: 10px;
}

.form-group-box:nth-child(1) {
    border-top: none;
}

.form-group-box + .form-group-box {
    border-top: none;
}

.form-group-box a[data-toggle="collapse"] {
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    color: var(--gray-dark);
}

.form-group-box a[data-toggle="collapse"]:hover {
    text-decoration: none;
}

.form-group-box a[data-toggle="collapse"]:before {
    position: absolute;
    display: block;
    content: "\f068";
    font: normal normal normal 12px/1 'FontAwesome';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-group-box a[data-toggle="collapse"].collapsed:before {
    content: "\f067";
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(132, 138, 163, 0.1) !important;
}

.select2-container--default .select2-selection--single {
    min-height: 32px;
    height: 100%;
    border-radius: .25rem;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single {
    border-color: #ced4da;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 33px;
    color: var(--dark);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 13px;
}

.badge-soft-success {
    background-color: rgba(71, 189, 154, 0.2);
    color: #47bd9a;
}

.comparison-container {
    border: 1px solid #e1e6ec;
    border-radius: 3px;
    padding: 25px 10px 5px;
    margin: 10px 0;
    position: relative;
}

.comparison-container .comparison-action {
    top: -12px;
    right: 2px;
    position: absolute;
}

.comparison-container .comparison-action a {
    background: #fff;
    border: 1px dashed #c2d1e1;
    border-radius: 50%;
    padding: 2px 5px;
}

.comparison-container .comparison-action a + a {
    margin-left: 5px;
}

.comparison-container + .comparison-container {
    margin-top: 20px;
}

.comparison-table {
    position: relative;
    margin-bottom: 1.5rem;
}

.comparison-table .table {
    border: none;
    margin: 0;
}

.comparison-table .h-table {
    position: sticky;
    top: 0;
    background: #f9f9fa;
    z-index: 1;
    box-shadow: 0 2px 20px -8px rgba(122, 126, 162, 0.39);
}

.comparison-table .h-table thead > tr > td, .comparison-table .h-table thead > tr > th {
    border: 1px solid #e3e9ed;
    font-size: 13px;
    font-weight: 600;
    width: 17%;
    text-align: center;
}

.comparison-table .h-table thead > tr > th, .comparison-table .c-table thead > tr > th {
    width: 18%;
}

.comparison-table .h-table thead > tr > th .table-check {
    text-align: left;
}

.comparison-table .h-table thead > tr > th .table-check .custom-control-label {
    font-size: 0.75rem;
    color: #3e4a66;
}

.comparison-table .h-table thead > tr > th .table-check .custom-control-label::before,
.comparison-table .h-table thead > tr > th .table-check .custom-control-label::after {
    top: 0;
}

.comparison-table .table-title {
    background: #f9f9fa;
    padding: .5rem 1.25rem;
    border: 1px solid #e3e9ed;
    border-top: none;
}

.comparison-table .table-title a {
    font-size: 0.9375rem;
    font-weight: 600;
    display: block;
}

.comparison-table .c-table {
    width: 99.9999%;
}

.comparison-table .c-table thead > tr > th, .comparison-table .c-table thead > tr > td {
    border: none;
    background: transparent;
    font-size: 0;
    padding: 0;
}

.comparison-table .c-table thead > tr > td {
    width: 17%;
}

.comparison-table .c-table tbody > tr > th, .comparison-table .c-table tbody > tr > td {
    font-size: 0.825rem;
    font-weight: 500;
    border-top: none;
    padding: .5rem;
}

.comparison-table .c-table tbody > tr > th {
    font-weight: 600;
    padding-left: 1.25rem;
    word-break: break-all;
}

.comparison-table .c-table tbody > tr > td {
    text-align: center;
    word-break: break-all;
    position: relative;
}

.comparison-table .c-table tbody > tr {
    transition: all .3s;
}

.comparison-table .c-table tbody > tr:hover {
    background-color: #f0f1f9;
}

/* .comparison-table .c-table tbody>tr>td .marked-elem{
  position: absolute;
  top:2px;
  right:3px;
  opacity: 0;
  transition: all .3s;
}
.comparison-table .c-table tbody>tr>td .marked-elem a{
  font-size: 0.875rem;
}
.comparison-table .c-table tbody>tr>td.checked .marked-elem{
  opacity: 1;
}
.comparison-table .c-table tbody>tr>td.checked .marked-elem a{
  color:#1b84e7;
}
.comparison-table .c-table tbody>tr>td:hover .marked-elem{
  opacity: .75;
} */
.comparison-table .c-table tbody > tr > td.marked:after {
    content: "\f058";
    color: #84c0f8;
    font: normal normal normal 14px/1 'FontAwesome';
    position: absolute;
    top: 2px;
    right: 3px;
    opacity: 0;
    transition: all .3s;
}

.comparison-table .c-table tbody > tr > td.marked:hover:after {
    opacity: 1;
}

.comparison-table .c-table tbody > tr > td.marked.checked:after {
    color: #1b84e7;
    opacity: 1;
}

.ex-info a {
    font-size: .75rem;
    padding-left: .25rem;
    padding-right: .25rem;
    transition: all .2s ease;
}

.evolution ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.evolution ol li ul li {
    margin-left: 20px;
    list-style: none;
}

.evolution ol a {
    color: #124fb1;
    text-decoration: underline;

}

.evolution ol a:focus {
    color: #648ccc;
    text-decoration: none;
}

.btn-download {
    background-color: #5797df;
    color: #fff;
    border-color: transparent;
}

.btn-download:hover {
    background-color: #3d6fc0;
    color: #fff;
}

.detail-wrapper h5 {
    font-size: 17px;
    margin-top: 30px;
}

.detail-wrapper .evolution {
    margin-left: 30px;
}

.detail-wrapper .evolution li {
    list-style-type: disc;
    font-size: 15px;
    margin: 6px 0;
}

.detail-wrapper .evolution a {
    color: #124fb1;
    text-decoration: underline;
}

.detail-wrapper .evolution a:focus {
    color: #648ccc;
    text-decoration: none;
}

.detail-wrapper .evolution li > ol > li,
.detail-wrapper .evolution .olstyle ol > li {
    list-style-type: decimal;
    list-style-position: inherit;
    font-size: 15px;
    margin: 6px 0;
}
