p {
  margin-bottom: 2px;
}

#menu button {
  border: none;
  background-color: transparent;
}

.vue-map {
  position: relative;
}

#menu {
  min-height: 130px;
  max-height: 250px;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 15px;
  z-index: 999999;
}

#navigator {
  background: white;
  min-width: 300px;
  max-width: 400px;
  margin: 0 15px 0 15px;
  padding: 25px 25px 10px 25px;
  z-index: 9999999;
}

.days-navigation a {
  text-decoration: none;
  font-weight: bolder;
  color: #333;
  font-size: 80%;
  padding-left: 20px;
}

.days-navigation a:first-child {
  padding-left: 0;
}

.showing-day {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 10px;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
  text-align: center;
}

.extra-info {
  position: relative;
}

.extra-info .fcr {
  border-bottom: 1px solid grey;
  font-size: 90%;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.timer {
  position: absolute;
  top: -20px;
  right: -10px;
  text-transform: lowercase;
  font-size: 80%;
  font-weight: bold;
}

.loads-info {
  display: none;
  background: white;
  margin: 0 65px 0 0;
  padding: 15px;
  z-index: 999999;
  overflow: auto;
  position: relative;
}

.loads-info .close {
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 5px !important;
}

.loads-info td p {
  width: 220px;
  margin: 0 5px 0 0;
  padding: 2px 8px 0 0;
}

#menu .check-box {
  font-weight: bold;
  font-size: 110%;
  margin-top: 5px;
}

#menu .check-box #filter {
  border-radius: 3px;
}

.login-btn {
  position: absolute;
  top: 9px;
  left: 245px;
}

.login-btn button {
  height: 42px;
  direction: ltr;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: rgb(86, 86, 86);
  font-family: Roboto, Arial, sans-serif;
  user-select: none;
  font-size: 18px;
  background-color: rgb(255, 255, 255);
  padding: 0px 17px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  min-width: 84px;
  border-left: 0px;
}

.login-btn button.hoverable:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(235, 235, 235);
}

.login-btn a:hover {
  text-decoration: none;
}

.custom-clustericon {
    background: var(--cluster-color);
    color: #fff;
    border-radius: 100%;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.custom-clustericon::before,
.custom-clustericon::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: var(--cluster-color);
    opacity: 0.2;
    border-radius: 100%;
}

.custom-clustericon::before {
    padding: 7px;
}

.custom-clustericon::after {
    padding: 14px;
}

.custom-clustericon-1 {
    --cluster-color: #00a2d3;
}

.custom-clustericon-2 {
    --cluster-color: #ff9b00;
}

.custom-clustericon-3 {
    --cluster-color: #ff6969;
}

.loading {
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: black;
    opacity: 0.1;
    position: absolute;
    top: 0;
}

.loading img {
  position: absolute;
  left: 40%;
  bottom: 40%;
}

@media (max-width: 767px) {
    #menu {
        display: block;
        min-height: unset;
        max-height: unset;
    }

    #navigator {
        max-width: 100%;
        margin: 0 10px 0 10px;
        padding: 25px 15px 15px 15px;
    }

    .loads-info {
        margin: 10px;
    }

    .loads-holder {
        max-height: 400px;
        overflow: auto;
    }

    .loads-info .close {
        right: 1px;
        top: 1px;
        padding: 0px !important;
    }
}
