/* 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: #E5F3FF !important;
  border-bottom: 0px !important;
}
.nav-tabs .ct-custom-tab-title .nav-link {
  color: #949494;
}
.nav-tabs .ct-custom-tab-title .nav-link.active {
  color: #017DFA;
}
.nav-tabs {
  border: none !important;
}
.ct-error-message {
  text-align: center;
  padding: 10px;
  color: red;
}
input#estimated-distance-km-don, input#estimated-price-don-display, input#estimated-distance-km-tien, input#estimated-price-tien-display {
  background: #f2f8fd;
}
div#bookingTab {
    display: none;
}
.ct-custom-toggle-icon {
    position: relative;
}
.ct-custom-toggle-icon:before {
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    content: '';
    z-index: 1;
    top: 40%;
    position: absolute;
}
.ct-custom-toggle-icon button#tabToggleBtn {
    background: #f65f43;
    color: #fff;
    z-index: 2;
    position: relative;
    border-color: #f65f43;
}
/* đảm bảo dropdown nổi hẳn trên các lớp khác trong popup */
#manual-address-popup-tien .popup-content,
#manual-address-popup-don  .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;
}