body{
  top:0!important;
}
div.skiptranslate {
  display:none !important
}


.jobo_unit{
 width: 70px;
 height: 70px;
 border-radius: 50%;
 box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
 display: flex;
 align-items: center;
}

.jobo_flag{
  vertical-align: unset;
}

.jb_flag_style_circle,
.jobo_li_flag_circle{
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.jb_flag_style_rectangle,
.jobo_li_flag_rectangle{
  width: 25px;
  height: 17px;
  border-radius: 0;
}


.jobo_lang_wrapper #jobo_selectbox_toggle{
  display: block;
  padding-left: 21px;
  padding-top: 2px;
  text-decoration: none;  
  background-image: none;   
  cursor: pointer;
}


.jobo_lang_wrapper #jobo_selectbox_toggle div img{
  margin-right: 1px;
}


/*list*/

.jobo_lang_wrapper #jobo_selectbox_options{
  position: absolute;
  top: 40px;    
  z-index: 10000000;
  font-size: 14px;   
  border:1px solid #ccc;
  float: left;
  min-width: 62px;
  background-color: #fff;
  display: none;
}

.jobo_lang_wrapper .jobo_lang_ul{
  list-style: none;
  max-width: 62px;
  max-height: 200px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.jobo_lang_wrapper .jobo_lang_ul li{
  border-left: 2px solid #fff;
  display: block;
}

.jobo_lang_wrapper .jobo_lang_ul li:hover{
  border-color:#444;
}

.jobo_lang_wrapper .jobo_lang_ul li a{
  display: block;    
  padding: 10px 10px;
  overflow-x: hidden;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.jobo_lang_wrapper #jobo_selectbox_toggle,
.jobo_lang_wrapper .jobo_lang_ul li a:hover{
  opacity: 1;
}

.jobo_lang_wrapper .jobo_lang_ul li:last-child a{
  border:none;
}

.jobo_lang_wrapper .jobo_lang_ul li a img{
  display: inline-block;
  margin-right: 4px;
}

.jobo_lang_scroll::-webkit-scrollbar {
  width: 6px;
}

.jobo_lang_scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

.jobo_lang_scroll::-webkit-scrollbar-thumb {
  background: #888; 
}

.jobo_lang_scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}