body {
  font-family: "Roboto", sans-serif;
  color: #fbefea;
}

.marker {
  background-image: url("/dropp/resources/ups/img/pudo.png");
  background-size: cover;
  width: 28px;
  height: 35px;
  cursor: pointer;
  text-align: center;
}

.marker p {
  color: #ffffff;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

.marker-home {
  background-size: cover;
  background-color: #00ffff;
  width: 18px;
  height: 18px;
  border: solid 3px #ffffff;
  border-radius: 50%;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  padding: 8px;
}

.mapboxgl-popup-content p {
  color: #717171;
  margin: 0px 4px 0px 4px;
  font-size: 14px;
  font-weight: 400;
  color: #00007d;
}

#container {
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
}

.map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

.overlay {f
display: none;
}

.welcome-screen-selected .overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #333333;
  opacity: 0.4;
  z-index: 1;
}

.welcome-screen-selected .arrow {
  display: none;
}

.waiting-for-aur-selected .arrow {
  display: none;
}

.waiting-for-aur-selected .close {
  display: none;
}

.waiting-for-card-selected .arrow {
  display: none;
}

.waiting-for-card-selected .close {
  display: none;
}

#copyright {
  color: #ad8005;
  margin-top: 40px;
}

.arrow {
  position: absolute;
  border-radius: 5px;
  top: 28px;
  left: 30px;
  z-index: 10;
  cursor: pointer;
}

.close {
  display: none;
  position: absolute;
  bottom: 383px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
}

.location-info {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #231108;
  height: 375px;
  width: 100%;
}

.home-delivery-info {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #231108;
  height: 495px;
  width: 100%;
}

.welcome-screen {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #231108;
  height: 375px;
  width: 100%;
}

.welcome-screen p {
  line-height: 22px;
  margin-right: 30px;
}

.waiting-for-aur-selected p {
  line-height: 22px;
}

.waiting-for-aur {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #231108;
  height: 495px;
  width: 100%;
}

.waiting-for-aur-selected .waiting-for-aur {
  display: block;
  z-index: 10;
}

.waiting-for-aur-selected .overlay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #231108;
  opacity: 0.5;
  z-index: 1;
}

.welcome-screen-selected .welcome-screen {
  display: block;
  z-index: 10;
}

.location-selected .location-info {
  display: block;
  z-index: 10;
}

.location-selected .arrow {
  display: none;
}

.location-selected-expanded .arrow {
  display: none;
}

.location-selected-expanded .location-info {
  display: block;
  z-index: 10;
  height: 555px;
}

.home-delivery-selected .home-delivery-info {
  display: block;
  z-index: 10;
}

.home-delivery-selected .overlay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #231108;
  opacity: 0.6;
  z-index: 1;
}

#all-opening-hours {
  margin-top: -8px;
  color: #f6e0d5;
}

#all-opening-hours p {
  line-height: 9px;
}

.opening-hours-arrow {
  cursor: pointer;
  margin-bottom: 1px;
  margin-left: 3px;
}

.hide {
  display: none;
}

button {
  position: absolute;
  bottom: 155px;
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  height: 46px;
  background-color: #f3b307;
  border: none;
  color: #231108;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  cursor: pointer;
}

.abort {
  position: absolute;
  bottom: 155px;
  display: none;
}

.btn-top {
  margin-bottom: 62px;
}

h1 {
  font-weight: bold;
  font-size: 20px;
  color: #f3b307;
  margin-left: 30px;
  margin-top: 30px;
}

#ups-logo {
  margin-left: 30px;
  margin-top: 24px;
}

p {
  font-size: 14px;
  margin-left: 30px;
}

.grey {
  color: #f3b307;
}

.dropp {
  color: #ffffff;
}

#tomorrow {
  text-align: center;
  width: 90px;
  height: 32px;
  border: 1px solid #bdbdbd;
}

.selected-date {
  background: #e9e9e9;
}

#phone {
  position: absolute;
  bottom: 195px;
  left: 30px;
  width: 105px;
  padding-left: 14px;
  padding-top: 1px;
  padding-bottom: 1px;
  height: 46px;
  max-height: 42px;
  background-color: #41261C;
  border: solid 1px #F3B307;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: “Roboto”, sans-serif;
  margin-top: 20px;
}
.btn-aur {
  position: absolute;
  bottom: 195px;
  left: 150px;
  width: calc(100% - 210px);
  margin-right: 30px;
  height: 46px;
  background-color: #F3B307;
  border: none;
  color: #231108;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: “Roboto”, sans-serif;
  margin-top: 20px;
  cursor: pointer;
}
.btn-card {
  position: absolute;
  bottom: 130px;
  left: 0px;
  width: calc(100% - 60px);
  margin-right: 30px;
  height: 46px;
  background-color: #F3B307;
  border: none;
  color: #231108;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: “Roboto”, sans-serif;
  margin-top: 20px;
  cursor: pointer;
}
.loader {
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 30px;
  border: 7px solid #F3B307;
  border-radius: 50%;
  border-top: 7px solid #946E05;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1.5s linear infinite;
}

#payment-failed {
  display: block; /* setja display: block */
  position: absolute;
  top: 0px;
  height: 50px;
  width: 100%;
  background-color: #F09797;
  color: rgb(66, 0, 0);
  z-index: 10;
  text-align: center;
  padding-top: 5px;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
