.first_box{
  background-color: rgb(11, 6, 28);
  padding-top: 2px;
  padding-bottom: 2px;
  height: 64px;

}

.external_topbar{
  background-color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 75px;

}

.external_logo {
  height: 100%; 
  width: 175px; 
  margin-left:5%;
  margin-top: 5px;
}

.external_title
{
  text-align: center;
  font-family: Roboto;
  color: #000000;
  font-size: 16px  ;
  font-weight: 650;
  margin-bottom: 0px;
  margin-top: 25px;
}

.external_title_light
{
  text-align: center;
  font-family: Roboto;
  color: #ffffff;
  font-size: 16px  ;
  font-weight: 650;
  margin-bottom: 0px;
  margin-top: 25px;
}

.first_drop
{
  text-align: center;
  font-family: Roboto;
}
.drop2
{
  color: #fff;
  background-color: #000;
  border: none;
  margin-top: 16px;
}

.drop2:hover
{
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.second_drop
{
  text-align: right;
}
/* .{
  height: 85vh;
} */


.label {
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}

.circle {

  color: rgba(10, 6, 28, 1);
  font-weight: bold !important;
  background-color: rgba(253, 185, 185, 1);
  margin-top: 10px;
  width: 42px;
  height: 42px;
  display: flex;
  margin-right:10px;
  float: right;
  font-size: 20px;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  user-select: none;
  border-radius: 50%;
  justify-content: center;
  cursor: pointer;
}

.logo1
{
   /*  color: transparent;
  width: 100%;
  height: 0%;
  object-fit: cover;
  text-align: center;
  text-indent: 10000px;*/

  height: 100%; 
  width: 150px; 
  margin-left:5%;
  margin-top: 5px;

}
.logo_box
{ 
  text-align: left;
  position: relative; /* ... */
  padding: 4px; 
  width:150px;
  
}
.btn-default
{
  background-color: #000;
  border: none;
}
.project
{
  color: #fff;
  font-size: 16px  ;
  font-weight: 650;
  margin-bottom: 0px;
}


.names
{
  padding-left: 15px;
  padding-bottom: 15px;
}
.log_box
{
  padding: 10px;
  margin-left: -40px!important;
  min-width: 270px !important;
}
.log_box1
{
  display: flex;
}
.k3box
{
  background-color: purple;
}
.first_ul
{
overflow-x:hidden;
white-space:nowrap;
height: 1em;
width: 100%;
}

.first_li
{
display:inline;
}
.k3back
{
  background-color: #360b40f7;
  padding: 20px;
  color: #50ff97;
}
.k123
{
  padding-left: 20px;
  margin-top: 20px;
}
.selectpicker
{
  background:rgb(11, 6, 28);
  padding: auto;
  color: #fff;
  border: none;
  outline:none;
  margin-bottom: 5px;
  margin-top: 7px;
  align-items: center;
  align-content: center;
  text-align: center !important;
  min-width: 160px;
  cursor: pointer;
}

option:not(:checked) {
  background: #fff !important;
}
option:checked {
  background: #fff !important;

}
option{
  color: #000 !important;

}


.map{
  width: 100%;
  height: 91vh;
}
.log_subbox1
{
  margin-left: 80px;
}
.user_name
{
  font-weight: 600;
  font-size: 16px;
}
.organize_text
{
  font-size: 16px;
  margin-top: 16px;
  font-family: Roboto;
  font-weight: 400;
  margin-left: 10px;
  cursor: pointer;

 
  
}
.dropdown-menu
{
  margin-left: -60px!important;
}
.box_left
{
 padding-right: 5px;
 margin-left: -35px !important;
 margin-top: 4px;
 min-width: 350px !important;
 font-family: Roboto;
 font-weight: 500;
 line-height: 1.6;
 letter-spacing: 0.0075em;
 border-radius: 0px !important ;
}

/* The following has been copied from PywebIO; it has a good looking footer */

.footer {
  height: 50px;
  text-align: center;
  color: gray;
  background-color: #efefef;
  line-height: 50px; /*设置line-height与父级元素的height相等, 以实现垂直居中*/
  margin: 0 auto;
}

.footer hr {
  margin-bottom: 0.5rem;
}

.footer a:visited {
  color: #9B59B6;
}

.footer a {
  color: #2980B9;
  text-decoration: none;
  cursor: pointer;
}