:root{
    --bs-primary-rgb: 13,110,253;
}

.title_{
    /* background-color:rgb(94,117,186); */
    background-color: #295387;
    background-clip:content-box;
    text-align: center;
    color: white !important;
    /*margin-left: 15px;*/
}

.dot_title{
    background-clip:content-box;
    text-align: center;
    border-bottom: 1px dashed #aaa;
    /* margin-bottom: 40px; */
}

.border_title{
    font-size: 17px;
    padding: 20px;
    text-align: justify;
    border:2px dotted;
    border-radius: 10px;
    margin-bottom: 10px;
    background: radial-gradient(circle at center, whitesmoke, rgb(191,213,245));
}

.solid_title_top{
    display: flow-root;
    height: 40px;
    padding-left: 40%;
    padding-right: 40%;
    margin-top: 5%;
    margin-bottom: 3%;
    font-size: 18px;
    color:white;
    background: linear-gradient(rgb(41,83,135),rgb(73, 103, 222));
    background-clip:content-box;
    text-align: center;
    border-top: 2px solid rgb(41,83,135);
}

@media (min-width: 992px) {
    .index_img {
        height: 120px;
    }
}

/*@media (min-width: 1200px) {*/
/*    .index_img {*/
/*        height: 100px;*/
/*    }*/
/*}*/
/*@media (min-width: 1680px) {*/
/*    .index_img {*/
/*        height: 130px;*/
/*    }*/
/*}*/

/*@media (min-width: 2000px) {*/
/*    .index_img {*/
/*        height: 175px;*/
/*    }*/
/*}*/

@media (min-width: 992px) {
    .index_mar {
        margin-left: 2.3%;
    }
}

.atlas_img{
    width: 183px;
    height: 133px;
}

.menu_img{
    width: 1280px;
}

#table_title{
    color: white;
    background-color: rgb(96 150 230);
}

#table_cont{
    background-color: rgb(210,221,245);
    color: #0b0b0b;
}

::placeholder {
    color: #8d0d0d; /* 设置你想要的颜色值 */
}

.pill_tit{
    line-height: 35px;
    color: white;
    width: 200px;
    background-color:rgb(166 196 241);
    font-size: 18px;
    text-align: center;
}
.nav-justified li{
    border-bottom: rgb(166 196 241) 4px solid;
}

.disea_t{
    display: flex;
    justify-content: space-around;
    border-bottom: rgb(166 196 241) 4px solid;
}
.disea_t a{
    color: white;
}

.disea_cont{
    /* width: 95%; */
    margin: 20px auto;
    border: 2px solid rgb(166,166,166);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 10px 10px 5px #888888;
}

.border-round-10{
    border: 1px solid rgb(166,166,166);
    border-radius: 10px;
    box-shadow: 2px 2px 2px #aaaaaa;
}

.disea_footer{
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    background-color: rgb(202 218 226);
    color: black;
    border-radius: 5px;
    font-size: 17px;
    height: 30px;
    margin-bottom: 30px;
}

.analysis_cont{
    color: black;
    padding: 20px 10px;
    background-color: rgb(191,213,245);
    border-radius: 10px;
    border:1px solid rgb(68,109,169);
    box-shadow: 4px 4px 2px #888888;
}
.analysis_title{
    text-align: center;
    /* background-color: rgb(191,191,191); */
    color: black;
}

.tech_tit{
    text-align: center;
    background-color: rgb(87,147,235);
    color: white;
    width: 50%;
    margin-bottom:0px;
}

.tech_cont{
    border: 1px solid;
    border-radius: 20px;
    background-color: rgb(223,234,250);
    padding: 10px;
}
@media (min-width: 992px){
    .tech_line{
        border-left: 2px rgb(87,147,235) dashed;
        margin-left: 5%;
        padding-left: 5%;
    }
}

.atlas_btn{
    color: black;
    border:rgb(68 109 169) 2px dotted;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    margin: 5px;
    /*width: 60%;*/
}

.atlas_tit{
    font-weight: bold;
    text-align: center;
}
.panel-group{
    font-size: 17px;
    hyphens: auto;
    text-align: justify;
}
#table_sys>tr:nth-child(1){
    color: white;
    background-color: rgb(96,150,230);
    text-align: center;
}
#gene_table_sys{

}

#gene_table_sys>tr:nth-child(odd)
{
    background:rgb(201,209,233);
}
#gene_table_sys>tr:nth-child(even)
{
    background-color: rgb(223,227,241);
}

.gene_tit{
    width: 20%;
    font-size: 20px;
    color: white;
    background-color: rgb(102,125,191);
}
.gene_basc{
    margin-bottom: 10px;
    font-size: 17px;
    width: 40%;
    border: rgb(102,125,191) 2px solid;
}
.cell_type_title{
    width: 40%;
    font-size: 20px;
    color: white;
    background-color: rgb(102,125,191);
}
.gene_descri_title{
    width: 60%;
    font-size: 20px;
    color: white;
    background-color: rgb(102,125,191);
}
/*.commer_panel{*/
/*    background-color: #6699cc;*/
/*}*/

.all_wid{
    width: 1275px;
}

.node {
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
  }
  
  .node-label {
    padding: 4px;
    line-height: 1em;
    white-space: pre;
    color: #FFFFFF;
    font-size: 10px;
    text-align: left;
  }
  
  .node-value {
    color: #333;
    font-size: 10px;
    position: absolute;
    box-sizing: border-box;
  }
  
  .tooltips {
    position: absolute;
    visibility: hidden;
    width: auto;
    height: auto;
    background: none repeat scroll 0 0 white;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: -3px 3px 15px #888888;
    color: black;
    font: 12px sans-serif;
    padding: 5px;
    text-align: center;
  }

.legend-block{
    position: absolute;
}

.legend-label{
    position: absolute;
    font: 10px sans-serif;
}

.btn.btn-border-d.active {
    background: #111111;
    color: #fff;
  }

  /* Style the navbar */
#navbar {
    /* overflow: hidden; */
    /* background-color: #333; */
    /*  */
  }
  
  /* Navbar links */
#navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px;
    text-decoration: none;
  }

   .navbar-custom {
    letter-spacing: 2px;
   }

  .navbar-custom .dropdown-menu {
    background-color: rgb(48, 97, 157);
  }
  
  /* Page content */
  .content {
    padding: 16px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(41,83,135);
    box-shadow: 0px 2px 10px rgb(58, 132, 207);
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 60px;
  }

  .footer {
    font: 12px sans-serif;
  }

.link-primary {
    color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;
}

.link-primary:hover {
    --bs-link-opacity: 0.75;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration: underline;
    text-underline-offset: 0.25em !important;
    outline: 0;
}