#check-button {
    margin-top: 10px;
}
.btn-very-sm {
    padding: 5px;
    font-size: 10px;
    border-radius: 7px;
    /* margin: 1.5px; */
    margin-bottom: 5px;
}

.score_text {
    color: white;
    font-weight: 800;
    text-shadow: 1px 1px black;
}
.res-menu-li {
    margin-right: 0!important;
}
.res-menu {
    font-size: 0.80em;
    /* padding: 6px 7px; */
    padding: 2px 4px;
    border-radius: 4px !important;
}

/* Remove Cesium Clock and Credit */
.cesium-credit-textContainer {
    display: none !important;
  }
  
  .cesium-credit-expand-link {
      display: none!important;
    }
    
  .cesium-viewer-animationContainer {
      display: none!important;
    }
    
    .cesium-viewer-bottom {
      display: none!important;
    }
  
    .form-group-inmenu {
      padding-left: 45px!important;
    }
  
  .aside .aside-primary {
    background-color: #39405f;
  }
  
  .cesiumLegend {
    padding: 10px;
    position: absolute;
    z-index: 999;
    bottom: 40px;
    right: 20px;
    background: #ffffffff;
    border-radius: 15px;
  }

  .user_name_icon {
    margin-right: 15px;
  }

  #chart-container-score {
    position: relative;
    height: 300px;
    overflow: hidden;
  }

  .invis {
    color: #fff00000
  }

  .compass {
    top: 10px!important;
  }

  .navigation-controls {
    top: 100px!important;
    border: 1px solid rgb(255 255 255 / 52%);
    background: #22222287;
  }

  .core-val {
    color: #727091;
    font-family: 'Ubuntu', sans-serif;
    /* font-size: 1.2em; */
  }
  .core-name {
    color: rgb(151 151 151);
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
  }

  .core-head {
    color: rgb(2 0 0);
    font-family: 'Ubuntu', sans-serif;
    font-weight: 800;
  }

  .core-unit {
    font-size:0.75em;
    font-weight: 400;
  }

  #legend_selection {
    padding-top: 3.4px;
    padding-bottom: 3.4px;
    font-size: 12px;
    font-weight: 600;
    background-position: right 0.2rem center;
    background-size: 10px 8px;
  }

  .small-ai {
    font-size: 0.7rem!important;
  }

  .menu-button-h6 {
    margin-bottom: 0.3rem;
  }

  #loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 24px;
}

.ml-0 {
    margin-left: 0!important;
}