.deck-tooltip {
  z-index: 10;
}
/* .Select-control {
  background-color: rgb(25, 25, 25) !important;
  color: white;
}

.Select-menu-outer {
  background-color: rgb(25, 25, 25);
  color: white;
}

.Select-value-label {
  color: white !important;
} */

.modal-dialog {
  width: 100vw !important;
  height: 200px;
  margin: auto;
}

.modal-backdrop {
  opacity: 0.85 !important;
}

.modal-base{
  max-width: none;
  width: 90% !important;
  height: 80% !important;
  min-height: 400px;
}

.logo{
  position:absolute;
  height:40px;
  width:200px;
  margin:0px;
  right:10px;
  top:10px;
  background-image: url('./oceanum-logo.svg');
}

@media (max-width:600px){
  .logo{
    background-image: url('./oceanum-logo-small.svg'); 
    height:30px;
    width:30px;
  }
}