.vue-map-container {
  width: 100vw;
  height: 100vh;
}

.singleMarker {
  background-image: url(/images/markerred.png?fc38c01317ac7fb0cef724f18c7893b3);
  width: 24px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
}

.singleMarker.mefizMarker {
  color: black;
  background-image: url(/images/marker.png?9f1da7191798a0c0b1e2f1e0b08d3225);
}

.singleMarker.driverMarker {
  width: 40px;
  background-image: url(/images/truck.png?908fbe06e1529fdf1672d527d96c6d4f);
}

.singleMarker p {
  margin: 0;
  transform: translateY(-2px);
}

button.wazeButton {
  color: #353535 !important;
}

button.sendButton {
  color: #0c1c62 !important;
}

.signaturePad {
  border: 1px solid #9e9e9e;
  border-radius: 3px;
}

.v-card__subtitle {
  font-size: 18px !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-backdrop .popUp-modal {
  background: #FFFFFF;
  box-shadow: 2px 2px 20px 1px;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  width: 60%;
  height: 90%;
}

.modal-backdrop .popUp-modal .modal-header,
.modal-backdrop .popUp-modal .modal-footer {
  padding: 15px;
  display: flex;
}

.modal-backdrop .popUp-modal .modal-header {
  border-bottom: 1px solid #eeeeee;
  color: #252525;
  justify-content: space-between;
}

.modal-backdrop .popUp-modal .modal-header .btn-close {
  border: none;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #252525;
  background: transparent;
}

.modal-backdrop .popUp-modal .modal-header .title {
  margin: auto auto;
  color: #252525;
  font-size: 32px;
}

.modal-backdrop .popUp-modal .modal-body {
  position: relative;
  padding: 20px 10px;
}

.modal-backdrop .popUp-modal .modal-footer {
  border-top: 1px solid #eeeeee;
  justify-content: flex-end;
}

button.close_popup_btn {
  position: fixed;
  z-index: 9999;
  background: white;
  top: 5px;
}

