html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#map,
#pano {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.toggle-map-normal {
  display: none;
}

#style-selector-control {
  position: absolute;
  bottom: 0;
  z-index: 10;
}

#style-selector-control label {
  cursor: pointer;
  direction: ltr;
  overflow: hidden;
  text-align: center;
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: rgb(0, 0, 0);
  font-family: Roboto, Arial, sans-serif;
  user-select: none;
  font-size: 16px;
  background-color: rgb(255, 255, 255);
  padding: 0 10px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 4px -1px;
  min-width: 36px;
}

#style-selector-control label.label-selected {
  font-weight: 500;
}

#style-selector-control label:hover {
  background: #f7f7f7;
}

#style-selector-control input {
  display: none;
}

.map-hidden {
  z-index: 0!important;
}

@media (max-width: 767px) {
  #style-selector-control label {
    font-size: 12px;
    height: 30px;
  }
}
@media (max-width: 460px) {
  #style-selector-control label {
    font-size: 10px;
    padding: 0 5px;
  }
}
