/* Car booking airport-tien */
.ct-custom-remove-btn {
  width: 44px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 20px;
  width: 400px;
  max-width: 95%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.ct-custom-tab-content,
.ct-custom-tab-title .active {
  background: #8bd4e882 !important;
  border-bottom: 0px !important;
}
.ct-error-message {
  text-align: center;
  padding: 10px;
  color: red;
}

#manual-address-popup-xedulich-don .popup-content,
#manual-address-popup-xedulich-tra  .popup-content{ position: relative; }
.pac-container{
    position: absolute !important;
    z-index: 999999 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    border-radius: 10px;
}