.map-container {
  width: 100%;
  height: 90vh;
  background-color: #ffffff;
  touch-action: none;
}

.hello {
  top: 6.5em;
  left: 0.5em;
}

.buscar_apoyo {
  top: 9.5em;
  left: 0.5em;
}

.borrar_reparados {
  top: 12.5em;
  left: 0.5em;
}

.ocultar_apoyos {
  top: 15.5em;
  left: 0.5em;
}

#infoPosition {
  background-color: antiquewhite;
  border: 2px solid red;
  border-radius: 4px;
  position: absolute;
  top: 10%;
  left: 1rem;
  z-index: 100;
  padding: 10px;
}

div.hello.ol-button.ol-unselectable.ol-control > button,
div.borrar_reparados.ol-button.ol-unselectable.ol-control > button,
div.ocultar_apoyos.ol-button.ol-unselectable.ol-control > button,
div.buscar_apoyo.ol-button.ol-unselectable.ol-control > button {
  height: 2.7rem;
  width: 2.7rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 3px solid var(--main-bg-color);
  border-radius: 0.375rem;
}

div.hello.ol-button.ol-unselectable.ol-control > button > img,
div.borrar_reparados.ol-button.ol-unselectable.ol-control > button > img,
div.ocultar_apoyos.ol-button.ol-unselectable.ol-control > button > img,
div.buscar_apoyo.ol-button.ol-unselectable.ol-control > button > img {
  height: 1.7rem;
}

.ol-zoom .ol-zoom-in,
.ol-zoom .ol-zoom-out {
  height: 2.7rem;
  width: 2.7rem;
  background-color: white;
  color: var(--main-bg-color);
  border: 3px solid var(--main-bg-color);
  border-radius: 0.375rem;
}

/* select[id="selectEstadoRevision"] {
  background: rgba(0, 0, 16, 0.493);
  color: #fff;
} */

select[id="selectEstadoRevision"] option[value="1"] {
  background: rgba(79, 202, 41, 0.3);
}

select[id="selectEstadoRevision"].aceptado {
  background: rgba(79, 202, 41, 0.3);
}

select[id="selectEstadoRevision"] option[value="2"] {
  background: rgba(202, 79, 41, 0.3);
}

select[id="selectEstadoRevision"].rechazado {
  background: rgba(202, 79, 41, 0.3);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*  media queries */

@media (min-device-width: 600) and (max-device-width: 1024) {
  #divNombreUsuario {
    position: absolute;
    top: 13px;
    left: -100px;
  }

  div.hello.ol-button.ol-unselectable.ol-control > button,
  div.borrar_reparados.ol-button.ol-unselectable.ol-control > button,
  div.ocultar_apoyos.ol-button.ol-unselectable.ol-control > button,
  div.buscar_apoyo.ol-button.ol-unselectable.ol-control > button {
    height: 5.7em;
    width: 5.7em;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 3px solid var(--main-bg-color);
    border-radius: 0.375rem;
  }
  .form-select{
    padding: 0.2rem;
  }
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .ol-zoom .ol-zoom-in,
  .ol-zoom .ol-zoom-out {
    height: 2.7rem;
    width: 2.7rem;
    background-color: white;
    color: var(--main-bg-color);
    border: 3px solid var(--main-bg-color);
    border-radius: 0.375rem;
  }
  .form-select{
    padding: 0.2rem;
  }
}

/* ----------- Galaxy Tab S ----------- */

/* Portrait and Landscape */
@media screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) {
  .ol-zoom .ol-zoom-in,
  .ol-zoom .ol-zoom-out {
    height: 2.7em;
    width: 2.7em;
    background-color: white;
    color: var(--main-bg-color);
    border: 3px solid var(--main-bg-color);
    border-radius: 0.375rem;
  }

  div.hello.ol-button.ol-unselectable.ol-control > button,
  div.borrar_reparados.ol-button.ol-unselectable.ol-control > button,
  div.ocultar_apoyos.ol-button.ol-unselectable.ol-control > button,
  div.buscar_apoyo.ol-button.ol-unselectable.ol-control > button {
    height: 2.7em;
    width: 2.7em;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: 3px solid var(--main-bg-color);
    border-radius: 0.375rem;
  }

  div.hello.ol-button.ol-unselectable.ol-control > button > img,
  div.borrar_reparados.ol-button.ol-unselectable.ol-control > button > img,
  div.ocultar_apoyos.ol-button.ol-unselectable.ol-control > button > img,
  div.buscar_apoyo.ol-button.ol-unselectable.ol-control > button > img {
    height: 2.7rem;
  }

  #divNombreUsuario {
    position: absolute;
    top: 13px;
    left: -100px;
  }
  .hello {
    top: 10em;
  }
  .buscar_apoyo {
    top: 14.5em;
  }

  .borrar_reparados {
    top: 19em;
  }

  .ocultar_apoyos {
    top: 23.5em;
  }

  .form-select{
    padding: 0.2rem;
  }
}

/* Portrait and Landscape */
@media screen and (min-device-width: 712) and (max-device-width: 1138) and (-webkit-min-device-pixel-ratio: 2) {
  .ol-zoom .ol-zoom-in,
  .ol-zoom .ol-zoom-out {
    height: 2.7em;
    width: 2.7em;
    background-color: white;
    color: var(--main-bg-color);
    border: 3px solid var(--main-bg-color);
    border-radius: 0.375rem;
  }
  .form-select{
    padding: 0.2rem;
  }
}
