body {
    font-family:'Arial'
}

.brand{
    font-size: 32px;
}

.color1{
    color:#6c757d;
}

.nav-link{
    line-height: 18px;
    text-align: center;
}

.nav-link span{
    font-size: 30px;
}

.carousel{
    margin-bottom: 4rem;
}

.statistics{
    text-align: center;
}

.chart{
    width: 140px;
    height: 140px;
    margin:auto;
    border-radius: 100%;
}

.main-container{
    margin-top: 64px;
}

.bd-main{
    border-left:1px solid rgba(0,0,0,0.125);
}

.mycustom-select{
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.125);
}

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

.mytable span{
    font-size: 25px;
}

.mytable td{
    padding: 5px;
}

.footer-head{
    font-size: 18px;
    width: 80%;
    color: #4DC0B5;
    padding-bottom: 10px;
    border-bottom: 1px solid #f8fafc;
}

.head-font{
    padding-bottom: 10px;
    border-bottom: 5px solid #e5ad7b;
}

.b-label{
    width: 130px;
    border: none !important;
}

#synon{
    color: white;
    padding: 0 1rem 1.5rem 1rem;
}

#g-synon{
    color: white;
    padding: 0 1rem 1.5rem 1rem;
}

#d-synon{
    color: white;
    padding: 0 1rem 1.5rem 1rem;
}

#ref{
    padding: 0 1rem 1.5rem 1rem;
}

#g-ref{
    padding: 0 1rem 1.5rem 1rem;
}

#ppi{
    width: 734px;
}

#ppires{
    margin-bottom:1.5rem;
}

#g-ppires{
    margin-bottom:1.5rem;
}

#ptw{
    width: 734px;
}

.pagenotfound{
    color: #6c757d;
    height: 500px;
    padding: 200px 0 0 200px;
    font-size: 60px;
    font-weight: bold;
}

.detail-tag{
    background-color: #eee6db;
    color: #451225;
    padding: 0px 5px;
    border-radius: 4px;
}

.liveBadge {
    border: none;
    margin-left: 1px;
    margin-right: 0px;
    display: inline-block;
    background-color:#d9e4e4;
    color:#7fa6a2;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
}

.liveBadge:hover{
    background-color: #e8b9b7;
    color: #c24943;
    text-decoration: none;
}

.liveBadge-2 {
    border: none;
    margin-left: 1px;
    margin-right: 0px;
    display: inline-block;
    background-color:#e8b9b7;
    color:#c24943;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
}

.liveBadge-2:hover{
    background-color: #b9b7e8;
    color: #4943c2;
    text-decoration: none;
}

.liveBadge-3 {
    border: none;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    background-color:#e8b9b7;
    color:#c24943;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
}

.liveBadge-3:hover{
    background-color: #b9b7e8;
    color: #4943c2;
    text-decoration: none;
}

.liveBadge-4 {
    border: none;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    background-color:#d1d1d1;
    color:#8b8b8b;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
}

.liveBadge-5 {
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
}

.liveBadge-6 {
    border: none;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    background-color:#e8d4b7;
    color:#be8633;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
}

.liveBadge-6:hover{
    background-color: #e4c9ab;
    color: #d38a1c;
    text-decoration: none;
}

.qrbtn-active{
    background-color: #e8b9b7;
    color: #c24943;
}

#geneinfo{
    padding-bottom: 30px;
}

#miRinfo{
    padding-bottom: 30px;
}

#pathwayinfo{
    padding-bottom: 30px;
}

#druginfo{
    padding-bottom: 30px;
}

.cardHead {
    padding-bottom:0.4rem !important;
    padding-top:0.3rem !important;
    padding-left:0.6rem !important;
    padding-right:0.6rem !important;
}

#downloadHub {
    background-color: #f7f9f9;
    border-radius: 10px;
    color: #062a30;
    font-weight: 600;
    border: 1.7px solid #062a30;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15)
}

#downloadHub:hover {
    background-color: #062a30;
    color: #fff
}

#downloadNetwork {
    background-color: #f7f9f9;
    border-radius: 10px;
    color: #dc3545;
    font-weight: 600;
    border: 1.7px solid #dc3545;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15)
}

#downloadNetwork:hover {
    background-color: #dc3545;
    color: #fff
}

#downloadMatrix {
    background-color: #f7f9f9;
    border-radius: 10px;
    color: #148ea1;
    font-weight: 600;
    border: 1.7px solid #148ea1;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15)
}

#downloadMatrix:hover {
    background-color: #148ea1;
    color: #fff
}

.catalog-item {
    color:#000;
    border-radius:10px;
    font-weight:500
}

.catalog-item:hover {
    color:#fff;
    background-color:#dc3545;
    border-radius:10px;
    font-weight:600;
    transition-duration:0.3s;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.10)
}

.catalog-title {
    color:#c14642;
    font-weight:600;
    font-size:20px
}

.about-btn {
    color:#148ea1;
    background-color:#fff;
    text-indent: 0em;
    border:1px solid #148ea1
}

.about-btn:hover {
    color:#fff;
    background-color:#148ea1
}

.terminal {
    display:block;
    color:#fff;
    padding-left:1em;
    margin-right:2em;
    padding-top:8px;
    padding-bottom:10px;
    background-color:#212529;
}

.python {
    display:block;
    color:#fff;
    padding-left:1em;
    margin-right:2em;
    padding-top:8px;
    padding-bottom:10px;
    background-color:#003153;
}

.chapter {
    color:#e1a5a1;
    font-weight:600
}

.mission {
    color:#bde1a1;
}

.parameter {
    color:#003153;
    background-color: #ffd15d;
    border-radius:3px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1.7px;
    font-weight:600
}

.download {
    text-indent: 2em;
    text-decoration: None;
}

.nav-link-custom {
    color:#808080;
    border-radius:0px;
    background-color:#fff;
    transition:0.3s;
}

.nav-link-custom:hover {
    border-top:3px solid #CA5F5A;
}

.highlight {
    font-weight:700;
    font-size:16px;
    color:#c14642;
    margin-left:3px
}

.highlight span {
    display: inline-block;
    animation: animate 1s ease-in-out infinite both;
    animation-delay: calc(var(--i) * 120ms);
}

@keyframes animate {
    0% {
        transform: translateY(5%) rotate(0deg);
    }
    33.3% {
        transform: translateY(5%) rotate(5deg);
    }
    50% {
        transform: translateY(-5%) rotate(0deg);
    }
    76.6% {transform: translateY(5%) rotate(-5deg);}
    100% {
        transform: translateY(5%) rotate(0deg);
    }
}

#loading-spinner-dataset span {
    display: inline-block;
    animation: animate-loading 3s ease-in-out infinite both;
    animation-delay: calc(var(--i) * 120ms);
}

#loading-spinner span {
    display: inline-block;
    animation: animate-loading 3s ease-in-out infinite both;
    animation-delay: calc(var(--i) * 120ms);
}

#loading-spinner2 span {
    display: inline-block;
    animation: animate-loading 3s ease-in-out infinite both;
    animation-delay: calc(var(--i) * 120ms);
}

#loading-spinner3 span {
    display: inline-block;
    animation: animate-loading 3s ease-in-out infinite both;
    animation-delay: calc(var(--i) * 120ms);
}

.loading span {
    display: inline-block;
    animation: animate-loading 3s ease-in-out infinite both;
    animation-delay: calc(var(--i) * 120ms);
}

@keyframes animate-loading {
    0% {
        transform: translateY(5%) rotate(0deg);
    }
    33.3% {
        transform: translateY(5%) rotate(5deg);
    }
    50% {
        transform: translateY(-5%) rotate(0deg);
    }
    76.6% {transform: translateY(5%) rotate(-5deg);}
    100% {
        transform: translateY(5%) rotate(0deg);
    }
}