
.sb-modal__header,
.modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #22a958; 
  height: 100px;
}
.sb-modal__header h3,
.modal-header h3 {
  color: #fff !important;
  margin: 0;
  padding-top: 15px; 
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 0 !important;
}

.sb-modal__box,
.modal-box {
  width: 40%;
  max-width: 640px;   
  min-width: 320px;   
  border: 1px solid #ebebeb;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}


.voucher-code-wrapper {
  margin-top: 30px;           
  margin-bottom: 12px;       
  gap: 8px;
}
.voucher-code-wrapper input[type="text"] {
  min-width: 260px;           
  height: 34px;
  line-height: 34px;
  padding:21px;
}
.sb-strike{
    text-decoration: line-through;
}

.sb-modal .snappbox-order-container,
.modal .snappbox-order-container {
  margin-top: 16px;
}

.sb-modal .button,
.modal .button {
  border: none !important;
  box-shadow: none !important;
}
.sb-modal .button-primary,
.modal .button-primary {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 30px;
}

.ct-order-loading[hidden],
.cancel-order-loading[hidden],
.loading[hidden],
#snappbox-create-order[hidden],
.vds-content[hidden],
#sb-pricing-modal[hidden] {
  display: none !important;
}
.vds-image { width: 50%; }

#admin-osm-map,
.sb-admin-map {
  height: 400px;
  margin-top: 20px;
}

.sb-modal,
.modal {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,255,255,0.7);
  z-index: 1100;
}
#pricing-message{
    margin-top:40px;
}
/* #snapp-modal {
  position: fixed;
  z-index: 99999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.55);
  display: flex;
  justify-content: center;
  align-items: center;
} */
.snapp-modal-content {
  background: oklch(96.9% .015 12.422);
  padding: 5px 10px;
  border-radius: 12px;
  min-width: 300px;
  animation: fadeIn 0.25s ease;
}
.snapp-modal-content p{
  color:oklch(41% .159 10.272);
}
.snapp-close {
  float: left;
  font-size: 24px;
  cursor: pointer;
  margin-top: 17px;
  margin-left: 10px;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.mapbox-gl-draw_ctrl-draw-btn{
  pointer-events: auto;
}
.mapboxgl-ctrl-group{
  display: grid;
    position: absolute;
    top: 108%;
    right: 10px;
}
html .mapbox-gl-draw_ctrl-draw-btn{
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
html .mapbox-gl-draw_ctrl-draw-btn.active, html .mapbox-gl-draw_ctrl-draw-btn.active:hover{
  background-color: rgba(235, 235, 235, 0.8);
}