@import url('https://goparkklia.com/fonts/font.css?v=4');

.partnership_banner {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  position: relative;
  z-index: 2000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}



.partnership_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  /* Reduced from 25px to bring items closer */
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.partner_logo_gopark {
  height: 45px;
  width: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}

.partner_logo_klicle {
  height: 45px;
  width: auto;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
  margin-left: 10px;
  /* Move Klicle logo slightly right */
}

.partner_logo_klicle:hover {
  transform: scale(1.1);
}

.partner_x {
  font-family: 'Arial', sans-serif;
  /* Geometric sans-serif */
  font-size: 24px;
  /* Larger for stroke weight matching */
  color: #000000;
  /* Black as requested */
  margin-top: -2px;
  /* Visual centering adjustment */
  font-weight: 900;
  /* Extra bold to match 'ARK' stroke */
  opacity: 1;
  /* Remove transparency */
  line-height: 1;
}

.partner_text {
  font-family: 'Gabarito-Regular', sans-serif;
  font-size: 16px;
  color: #000000;
  /* Text black as requested */
  letter-spacing: 0.2px;
  margin-left: 15px;
  /* Added spacing to separate text from logos */
}

/* CTA Button Styling */
.partner_arrow {
  background-color: #032e6c;
  /* Match Klicle text color */
  color: #ffffff;
  /* White arrow */
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /* Circle */
}

.partner_arrow:hover {
  transform: translateX(4px);
  background-color: #022352;
  /* Slightly darker on hover */
}

.partner_link {
  text-decoration: none;
  /* No underline */
  cursor: pointer;
}

.partner_text strong {
  font-weight: 700;
  color: #000000;
  /* Bold text also black */
}

.partner_text .brand_highlight {
  color: #032e6c;
  /* Specific request for Klicle text color */
}

/* Responsive Design for Partnership Banner */
@media (max-width: 900px) {
  .partner_text {
    font-size: 14px;
    margin-left: 10px;
  }

  .partner_logo_gopark,
  .partner_logo_klicle {
    height: 35px;
  }

  .partner_x {
    font-size: 20px;
  }
}

@media (max-width: 650px) {
  .partnership_content {
    flex-wrap: wrap;
    padding: 5px 15px;
    justify-content: center;
    /* Center everything */
  }

  .partner_text {
    width: 100%;
    /* Force full width to enable centering */
    text-align: center;
    /* Center the text */
    margin: 5px 0;
  }
}

@media (max-width: 480px) {
  .partnership_banner {
    padding: 8px 0;
  }

  .partnership_content {
    gap: 5px;
  }

  .partner_text {
    font-size: 13px;
    margin-left: 5px;
    /* Slight spacing */
  }

  .partner_logo_gopark,
  .partner_logo_klicle {
    height: 30px;
  }
}

.navigation {
  display: flex;
  justify-content: space-between;
  position: relative;
  /* Ensure absolute children position correctly */
}

.logo_div {
  position: relative;
  top: 15px;
  margin-left: 20px;
}

.logo_img_a {
  text-decoration: none;
}

.logo_img {
  height: 60px;
  width: auto;
  background-color: white;
  border-radius: 10px;
  padding: 5px;
}

/* Smaller Screen Logo Img */

.logo_img_small {
  margin-top: 20px;
  margin-left: 20px;
  width: 200px;
  height: auto;
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  display: none;
}

/* ______________________ */

.navigation_sub {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  z-index: 1;
  position: relative;
  /* Removed align-items: center to respect legacy top/bottom offsets */
}

.nav_div {
  position: relative;
  bottom: 10px;
  height: 40px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  transition: 0.5s;
}

.nav_txt_a {
  text-decoration: none;
  color: white;
  margin-bottom: 25px;
}

.nav_txt_a:hover .nav_div {
  background-color: rgb(71, 147, 196);
  transition: 0.5s;
}

.nav_txt_a:hover {
  color: black;
}

.nav_txt {
  position: relative;
  top: 10px;
  font-family: Gabarito-Regular;
}

.login_nav_btn {
  position: relative;
  top: 10px;
  height: 40px;
  background: linear-gradient(135deg, #4793C4 0%, #2F7CB0 100%);
  margin-right: 20px;
  padding: 0 20px;
  border-radius: 8px;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(71, 147, 196, 0.2);
  gap: 8px;
}

.login_nav_btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(71, 147, 196, 0.3);
  filter: brightness(1.1);
}

.login_nav_btn_txt {
  font-family: 'Gabarito-Regular', sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.nav_txt_login_a {
  text-decoration: none;
  color: black;
  margin-bottom: 25px;
}

.nav_txt_login_a:hover .login_div {
  background-color: white;
}

.nav_txt_login_a:hover {
  color: rgb(71, 147, 196);
}

.lock_close {
  display: block;
  position: static !important;
  margin: 0 !important;
  color: white !important;
}

.lock_open {
  position: static !important;
  margin: 0 !important;
  color: white !important;
}

.profile_div {
  position: relative;
  height: 40px;
  /* Matched to nav_div height for consistency */
  background: linear-gradient(135deg, #4793C4 0%, #2F7CB0 100%);
  padding: 0 14px;
  border-radius: 12px;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(47, 124, 176, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 10px;
  margin-right: 20px;
  top: 8px;
  /* Aligned with .login_nav_btn and other nav text items */
}

.user_profile_icon {
  color: white !important;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.profile_div:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 124, 176, 0.3);
}

.profile_div:active,
.profile_div.active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(47, 124, 176, 0.2);
  background: linear-gradient(135deg, #2F7CB0 0%, #4793C4 100%);
  /* Inverted gradient for pressed look */
}

/* Profile menu active state handled by JS/Transitions */

.user_profile_icon_active {
  position: relative;
  top: 12px;
  margin-left: -4px;
  margin-bottom: 20px;
  color: rgb(71, 147, 196);
}


/* Profile Menu */

.sub-menu-wrap {
  position: absolute;
  top: 90%; /* Brought it up slightly to reduce the gap */
  right: 12px; /* Shifted slightly right to align better with the 20px margin */
  width: 240px;
  /* More compact */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 0;
  z-index: 1000;
  padding-top: 12px; /* Reduced gap */
}

.sub-menu-wrap.open-menu {
  max-height: 500px;
  opacity: 1;
}

.sub-menu {
  background: #ffffff;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
}

/* Decorative Beak */
.sub-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 28px; /* Fine-tuned for the 12px wrap offset */
  width: 16px;
  height: 16px;
  background: #ffffff;
  transform: rotate(45deg);
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.user-info {
  margin-bottom: 12px;
}

.name_txt {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #1a1a1a;
  margin: 0;
}

.name_line {
  border: none;
  height: 1px;
  background: #f0f0f0;
  margin: 16px 0;
}

.sub-menu-items-a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #4a4a4a;
  padding: 12px 14px;
  margin: 4px 0;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.sub-menu-items-a:hover {
  background: #f8fbff;
  color: #2F7CB0;
  transform: translateX(4px);
}

.sub-menu-items-a i {
  width: 20px;
  margin-right: 12px;
  font-size: 1rem;
  opacity: 0.8;
}

.sub-menu-items {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  flex: 1;
  margin: 0;
}

.arrow {
  font-size: 0.8rem;
  opacity: 0.4;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sub-menu-items-a:hover .arrow {
  transform: translateX(3px);
  opacity: 1;
}

.side_nav_bar_div {
  position: relative;
  top: 11px;
  font-size: 25px;
  color: black;
  margin-right: 20px;
  padding: 6px 10px 3px 10px;
  background-color: white;
  margin-bottom: 45px;
  border-radius: 5px;
  display: none;
}

.popup_navigation_div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 80%;
  height: 55%;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  overflow: auto;
  display: none;
}

/*______________________*/



/* ----------------------------------------------------------------------------- */
/* Login & Sign Up Form Modernization */

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.login_div,
.sign_up_div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  display: none;
  z-index: 2001;
}

.login_form,
.sign_up_form {
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  position: relative;
  box-sizing: border-box;
}

.close_login_btn,
.close_sign_up_btn {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-family: 'Gabarito-Regular', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #f0f0f0;
  color: #666;
  transition: all 0.2s ease;
  z-index: 10;
}

.close_login_btn:hover,
.close_sign_up_btn:hover {
  background-color: #e0e0e0;
  color: #111;
}

.log_in_title,
.sign_up_title {
  font-family: 'Gabarito-Regular', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
  margin-top: 8px;
  font-size: 28px;
  color: #1a1a1a;
  letter-spacing: -0.3px;
}

.email_input_div,
.password_input_div,
.full_name_input_div,
.repeat_password_input_div {
  margin-bottom: 18px;
  position: relative;
  width: 100%;
}

.email_input_div label,
.password_input_div label,
.full_name_input_div label,
.repeat_password_input_div label {
  display: block;
  font-size: 0.85rem;
  color: #555;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: 'Gabarito-Regular', sans-serif;
}

.email_bar,
.password_bar,
.signup_input_full_name,
.signup_input_email,
.signup_input_password,
.signup_input_repeat {
  padding: 12px 16px;
  font-size: 0.95rem;
  border: 1.5px solid #e0e0e0;
  border-radius: 10px;
  background: #fafafa;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
  color: #1a1a1a;
}

.email_bar:focus,
.password_bar:focus,
.signup_input_full_name:focus,
.signup_input_email:focus,
.signup_input_password:focus,
.signup_input_repeat:focus {
  outline: none;
  border-color: #4793C4;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.password_field_wrapper {
  position: relative;
  width: 100%;
}

.password_field_wrapper .password_bar,
.password_field_wrapper .signup_input_password {
  padding-right: 48px;
}

.eye,
.eye_signup {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 18px;
  transition: color 0.2s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eye:hover,
.eye_signup:hover {
  color: #333;
}

#eye1,
#sign_up_eye1 {
  display: none;
}

.submit,
.subbtn {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #4793C4 0%, #2F7CB0 100%);
  font-family: 'Gabarito-Regular', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-size: 16px;
  margin-top: 8px;
  box-shadow: 0 4px 14px rgba(71, 147, 196, 0.3);
}

.submit:hover,
.subbtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(71, 147, 196, 0.4);
}

.social_divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  color: #999;
  font-family: 'Gabarito-Regular', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
}

.social_divider::before,
.social_divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #eee;
}

.social_divider:not(:empty)::before {
  margin-right: 15px;
}

.social_divider:not(:empty)::after {
  margin-left: 15px;
}

.social_login_container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 16px;
}

.social_btn {
  flex: 1;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Gabarito-Regular', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  white-space: nowrap;
}

.google_btn {
  background: #fff;
  color: #333;
  border: 2px solid #e0e0e0;
}

.google_btn:hover {
  background: #f8f8f8;
  border-color: #ccc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.apple_btn {
  background: #000;
  color: #fff;
}

.apple_btn:hover {
  background: #222;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.social_btn i,
.social_logo {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.social_logo {
  width: 22px;
  height: 22px;
}

.options {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-family: 'Gabarito-Regular', sans-serif;
}

.login_sub_link {
  text-decoration: none;
  color: #666;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.login_sub_link:hover {
  color: #4793C4;
}

.error_login,
.error_sign_up {
  font-family: 'Gabarito-Regular', sans-serif;
  text-align: center;
  color: #ff4d4d;
  font-size: 0.9rem;
  margin-bottom: 20px;
  background: rgba(255, 77, 77, 0.1);
  padding: 10px;
  border-radius: 8px;
  display: none;
}

.error_login:not(:empty),
.error_sign_up:not(:empty) {
  display: block;
}

.password_info {
  font-family: 'Gabarito-Regular', sans-serif;
  font-size: 0.8rem;
  color: #666;
  margin: 10px 0;
  text-align: center;
}

.indicator_div {
  margin-bottom: 20px;
}

.indicator {
  height: 6px;
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.indicator span {
  flex: 1;
  background: #e0e0e0;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.terms_p,
.login_p {
  font-family: 'Gabarito-Regular', sans-serif;
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  margin-top: 20px;
}

.terms,
.login_button {
  color: #4793C4;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.terms:hover,
.login_button:hover {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------- */
/* Shared Form Modernization for Verification & Password Reset */

.verification_form,
.forgot_password_form,
.change_password_verification_form,
.reset_password_form {
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  position: relative;
  box-sizing: border-box;
}

.verification_title,
.forgot_password_title,
.change_password_verification_title,
.reset_password_title {
  font-family: 'Gabarito-Regular', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 28px;
  color: #1a1a1a;
}

.verification_input_div,
.forgot_password_email_div,
.change_password_verification_input_div,
.reset_password_div,
.reset_re_passowrd_div {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}

.verification_input_div input,
.change_password_verification_input_div input {
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 1.5rem;
  border: 2px #e0e0e0 solid;
  border-radius: 8px;
  margin: 0 4px;
  font-family: 'Gabarito-Regular', sans-serif;
}

.forgot_password_p,
.verification_txt,
.change_password_checkword {
  font-family: 'Gabarito-Regular', sans-serif;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}

.subbtn_verification,
.reset_request_submit_btn,
.subbtn_change_password_verification,
.re_reset_request_submit_btn {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #4793C4 0%, #2F7CB0 100%);
  font-family: 'Gabarito-Regular', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(71, 147, 196, 0.3);
}

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* Change Passowrd Form */

.change_password_verification_div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
}

.change_password_verification_form {
  width: 600px;
  padding: 20px;
  border-radius: 5px;
  background-color: white;
  height: auto;
  min-width: 600px;
  min-height: 338px;
}

.change_password_verification_container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.change_password_verification_loader {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-sizing: border-box;
  border-top: 8px solid black;
  border-left: 8px solid black;
  border-right: 8px solid #ff00;
  animation: loader .7s infinite linear;
}

@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}

.change_password_verification_check_div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
  /* Center text within the container */
}

.change_password_check_verified {
  font-size: 30px;
  color: rgb(5, 152, 42);
  padding: 30px;
  border-radius: 50%;
  border: 2px solid rgb(5, 152, 42);
  display: inline-block;
  /* Make sure the icon is treated as a block element */
}

.change_password_verification_check_txt {
  font-family: 'Gabarito-Regular';
  margin-top: 20px;
  margin-bottom: 0px;
}

.change_password_verification_check_sub_txt {
  font-family: 'Gabarito-Regular';
  margin-top: 20px;
  margin-bottom: 0px;
}

.change_password_close_verification_btn {
  position: absolute;
  right: -1px;
  top: -4px;
  font-size: 25px;
  margin-right: 20px;
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  background-color: black;
  color: white;
}

.change_password_close_verification_btn:hover {
  color: rgb(71, 147, 196);
  transition: 0.5s;
}

.change_password_verification_title {
  font-family: 'Gabarito-Regular';
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
  font-size: 40px;
}

.change_password_check_div {
  align-items: center;
}

.change_password_check {
  font-family: arial;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
  height: auto;
}

.change_password_checkword {
  font-family: 'Gabarito-Regular';
  position: relative;
  top: 10px;
}

.change_password_error_verification {
  font-family: 'Gabarito-Regular';
  text-align: center;
  color: red;
  font-size: 20px;
  margin-bottom: 15px;
}

/* .check2{
  font-family: Gabarito-Regular;
  font-size: 15px;
  text-align: center;
  background: white;
  padding-bottom: 20px;
  color: red;
}

.checkword2{
  position: relative;
  top: 10px;
} */

/* .varification_input_div {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: relative;
  bottom: 23px;
  width: 95%;
}

.varification_input_div label.verification_label {
  font-size: 1rem;
  color: black;
  font-weight: 700;
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 7px;
  padding: 0 3px;
  background: white;
  width: fit-content;
  font-family: 'BarlowCondensed-Regular';
}

.varification_input_div input[type=email].varification_input {
  padding: 11px 10px;
  font-size: 1rem;
  border: 2px black solid;
  border-radius: 5px;
  background: white;
  width: 100%;
  font-family: 'BarlowCondensed-Regular';
}

.varification_input_div input[type=email].varification_input:focus {
  outline: none;
} */

.change_password_verification_input_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.change_password_verification_input_div {
  display: flex;
  grid-area: 5px;
}

.change_password_verification_input_div input {
  width: 24px;
  font-size: 32px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin: 2px;
  border: 2px solid black;
  font-weight: bold;
  outline: none;
  transition: all 0.1s;
}

.subbtn_change_password_verification {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: black;
  background-color: rgb(71, 147, 196);
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  border: none;
  font-size: 20px;
  margin-top: 20px;
}

.subbtn_change_password_verification:hover {
  background-color: black;
  color: rgb(71, 147, 196);
  transition: 0.5s;
}

.change_password_verification_txt {
  font-family: 'Gabarito-Regular';
  margin-bottom: -0px;
}

.change_password_recodebtn {
  width: 100%;
  border: none;
  color: black;
  background-color: transparent;
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  text-decoration: underline;
  text-align: left;
  font-size: 15px;
  margin-left: -5px;
}

.change_password_recodebtn:hover {
  text-decoration: none;
}

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* Forgot Password Form */
.wrapper-main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1001;
}

.forgot_password_form {
  width: 600px;
  padding: 20px;
  border-radius: 5px;
  background-color: white;
  min-height: 260px;
}

.close_forgot_password_btn {
  position: absolute;
  right: -1px;
  top: -4px;
  font-size: 25px;
  margin-right: 20px;
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  background-color: black;
  color: white;
}

.close_forgot_password_btn:hover {
  color: rgb(71, 147, 196);
  transition: 0.5s;
}

.forgot_password_div_loader_container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.forgot_password_div_loader {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-sizing: border-box;
  border-top: 8px solid black;
  border-left: 8px solid black;
  border-right: 8px solid #ff00;
  animation: loader .7s infinite linear;
}

@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}

.forgot_password_title {
  font-family: 'Gabarito-Regular';
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
  font-size: 40px;
}

.forgot_password_p {
  font-family: 'Gabarito-Regular';
  position: relative;
  bottom: -0px;
  font-size: 18px;
  text-align: center;
}

.forgot_password_email_div {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: relative;
  bottom: 23px;
  width: 95%;
}

.forgot_password_email_div label.email_label {
  font-size: 1rem;
  color: black;
  font-weight: 700;
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 7px;
  padding: 0 3px;
  background: white;
  width: fit-content;
  font-family: 'Gabarito-Regular';
}

.forgot_password_email_div input[type=email].forgot_password_email {
  padding: 11px 10px;
  font-size: 1rem;
  border: 2px black solid;
  border-radius: 5px;
  background: white;
  width: 100%;
  font-family: 'Gabarito-Regular';
}

.forgot_password_email_div input[type=email].forgot_password_email:focus {
  outline: none;
}

.reset_request_submit_btn {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: black;
  background-color: rgb(71, 147, 196);
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  border: none;
  font-size: 20px;
}

.reset_request_submit_btn:hover {
  background-color: black;
  color: rgb(71, 147, 196);
  transition: 0.5s;
}

.signupsuccess {
  text-align: center;
  background-color: rgb(52, 34, 0);
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* Reset Password Form */
.reset_wrapper-main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 1001;
}

.reset_password_form {
  width: 600px;
  padding: 20px;
  border-radius: 5px;
  background-color: white;
  min-height: 296px;
}

.reset_password_verification_check_div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
  /* Center text within the container */
}

.reset_password_check_verified {
  font-size: 50px;
  color: rgb(71, 147, 196);
  padding: 20px;
  border-radius: 50%;
  display: inline-block;
  /* Make sure the icon is treated as a block element */
}

.reset_password_verification_check_txt {
  font-family: 'Gabarito-Regular';
  margin-top: 20px;
  margin-bottom: 0px;
}

.close_reset_password_btn {
  position: absolute;
  right: -1px;
  top: -4px;
  font-size: 25px;
  margin-right: 20px;
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  background-color: black;
  color: white;
}

.close_reset_password_btn:hover {
  color: rgb(71, 147, 196);
  transition: 0.5s;
}

.reset_password_title {
  font-family: 'Gabarito-Regular';
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
  font-size: 40px;
}

.reset_password_p {
  font-family: 'Gabarito-Regular';
  text-align: center;
  color: red;
  font-size: 20px;
  margin-bottom: 15px;
}

.reset_password_div {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: relative;
  bottom: 23px;
  width: 95%;
  margin-bottom: 10px;
}

.reset_password_div label.reset_password_label {
  font-size: 1rem;
  color: black;
  font-weight: 700;
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 7px;
  padding: 0 3px;
  background: white;
  width: fit-content;
  font-family: 'Gabarito-Regular';
}

.reset_password_div input[type=password].reset_password_input {
  padding: 11px 10px;
  font-size: 1rem;
  border: 2px black solid;
  border-radius: 5px;
  background: white;
  width: 100%;
  font-family: 'Gabarito-Regular';
}

.reset_password_div input[type=password].reset_password_input:focus {
  outline: none;
}

.reset_re_passowrd_div {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: relative;
  bottom: 23px;
  width: 95%;
}

.reset_re_passowrd_div label.reset_re_passowrd_label {
  font-size: 1rem;
  color: black;
  font-weight: 700;
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 7px;
  padding: 0 3px;
  background: white;
  width: fit-content;
  font-family: 'Gabarito-Regular';
}

.reset_re_passowrd_div input[type=password].reset_re_passowrd_input {
  padding: 11px 10px;
  font-size: 1rem;
  border: 2px black solid;
  border-radius: 5px;
  background: white;
  width: 100%;
  font-family: 'Gabarito-Regular';
}

.reset_re_passowrd_div input[type=password].reset_re_passowrd_input:focus {
  outline: none;
}

.re_reset_request_submit_btn {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: black;
  background-color: rgb(71, 147, 196);
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  border: none;
  font-size: 20px;
}

.re_reset_request_submit_btn:hover {
  background-color: black;
  color: rgb(71, 147, 196);
  transition: 0.5s;
}

.signupsuccess {
  text-align: center;
  background-color: rgb(52, 34, 0);
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/* Verification Form */

.verification_div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
}

.verification_form {
  width: 600px;
  padding: 20px;
  border-radius: 5px;
  background-color: white;
  height: auto;
  min-width: 600px;
  min-height: 338px;
}

.verification_div_loader_container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.verification_div_loader {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-sizing: border-box;
  border-top: 8px solid black;
  border-left: 8px solid black;
  border-right: 8px solid #ff00;
  animation: loader .7s infinite linear;
}

@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}

.verification_check_div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
  /* Center text within the container */
}

.check_verified {
  font-size: 30px;
  color: rgb(5, 152, 42);
  padding: 30px;
  border-radius: 50%;
  border: 2px solid rgb(5, 152, 42);
  display: inline-block;
  /* Make sure the icon is treated as a block element */
}

.verification_check_txt {
  font-family: 'Gabarito-Regular';
  margin-top: 20px;
  margin-bottom: 0px;
}

.verification_check_sub_txt {
  font-family: 'Gabarito-Regular';
  margin-top: 20px;
  margin-bottom: 0px;
}

.close_verification_btn {
  position: absolute;
  right: -1px;
  top: -4px;
  font-size: 25px;
  margin-right: 20px;
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  background-color: black;
  color: white;
}

.close_verification_btn:hover {
  color: rgb(71, 147, 196);
  transition: 0.5s;
}

.verification_title {
  font-family: 'Gabarito-Regular';
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
  font-size: 40px;
}

.check_div {
  align-items: center;
}

.check {
  font-family: arial;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
  height: auto;
}

.checkword {
  font-family: 'Gabarito-Regular';
  position: relative;
  top: 10px;
}

.error_verification {
  font-family: 'Gabarito-Regular';
  text-align: center;
  color: red;
  font-size: 20px;
  margin-bottom: 15px;
}

/* .check2{
  font-family: Gabarito-Regular;
  font-size: 15px;
  text-align: center;
  background: white;
  padding-bottom: 20px;
  color: red;
}

.checkword2{
  position: relative;
  top: 10px;
} */

/* .varification_input_div {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: relative;
  bottom: 23px;
  width: 95%;
}

.varification_input_div label.verification_label {
  font-size: 1rem;
  color: black;
  font-weight: 700;
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 7px;
  padding: 0 3px;
  background: white;
  width: fit-content;
  font-family: 'BarlowCondensed-Regular';
}

.varification_input_div input[type=email].varification_input {
  padding: 11px 10px;
  font-size: 1rem;
  border: 2px black solid;
  border-radius: 5px;
  background: white;
  width: 100%;
  font-family: 'BarlowCondensed-Regular';
}

.varification_input_div input[type=email].varification_input:focus {
  outline: none;
} */

.verification_input_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.verification_input_div {
  display: flex;
  grid-area: 5px;
}

.verification_input_div input {
  width: 24px;
  font-size: 32px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin: 2px;
  border: 2px solid black;
  font-weight: bold;
  outline: none;
  transition: all 0.1s;
}

.subbtn_verification {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: black;
  background-color: rgb(71, 147, 196);
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  border: none;
  font-size: 20px;
  margin-top: 20px;
}

.subbtn_verification:hover {
  background-color: black;
  color: rgb(71, 147, 196);
  transition: 0.5s;
}

.verification_txt {
  font-family: 'Gabarito-Regular';
  margin-bottom: -0px;
}

.recodebtn {
  width: 100%;
  border: none;
  color: black;
  background-color: transparent;
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  text-decoration: underline;
  text-align: left;
  font-size: 15px;
  margin-left: -5px;
}

.recodebtn:hover {
  text-decoration: none;
}

/*----------------------------------------------------------------------------*/



/* Pricing Popup */

.price_div_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  height: auto;
  width: 500px;
  background-color: white;
  border-radius: 5px;
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.close_price_div_popup_div {
  position: absolute;
  right: -8px;
  top: 11px;
  font-size: 25px;
  margin-right: 20px;
  font-family: Gabarito-Regular;
  cursor: pointer;
  transition: 0.5s;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  background-color: black;
  color: rgb(71, 147, 196);
}

.close_price_div_popup_div:hover {
  background-color: rgb(71, 147, 196);
  color: black;
  transition: 0.5s;
}

.price_div_popup_title {
  text-align: center;
  font-family: Gabarito-Regular;
  margin-bottom: 40px;
}

.price_div_popup_container {
  display: flex;
  justify-content: space-around;
  margin-left: 70px;
  margin-right: 70px;
}

/* Scroll Price */

.scroll_price_description {
  font-family: Gabarito-Regular;
  color: rgb(71, 147, 196);
  text-align: center;
  display: none;
  margin-top: -20px;
}

.scroll_price_container {
  display: none;
}

.scroll_price_div {
  display: flex;
  justify-content: space-between;
  background-color: rgb(47, 47, 47);
  margin: 0 auto;
  padding: 6px;
  border-radius: 5px;
  width: 250px;
  margin-bottom: 20px;
}

.hourly_price_scroll {
  background-color: rgb(71, 147, 196);
  border: none;
  font-size: 20px;
  border-radius: 5px;
  font-family: Gabarito-Regular;
  padding: 10px;
}

.airport_price_scroll {
  border: none;
  font-size: 20px;
  background-color: rgb(47, 47, 47);
  color: white;
  border-radius: 5px;
  font-family: Gabarito-Regular;
  padding: 10px;
}

.event_price_scroll {
  border: none;
  font-size: 20px;
  background-color: rgb(47, 47, 47);
  color: white;
  border-radius: 5px;
  font-family: Gabarito-Regular;
  padding: 10px;
}

/* ----------------------------------------------------------------------------- */

/* Booking Status Form */



.booking_status_popup {

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  display: none;

  z-index: 1001;

}



.booking_status_div_item_container {

  position: fixed;

  top: 50%;

  left: 50%;

  width: 90%;

  transform: translate(-50%, -50%);

}



.booking_status_form {

  top: 150px;

  width: 600px;

  height: auto;

  background-color: white;

  border-radius: 5px;

  padding: 20px;

  min-height: 414px;

}



.booking_status_btn {

  position: absolute;

  right: -35px;

  top: -55px;

  font-size: 25px;

  margin-right: 20px;

  font-family: 'Gabarito-Regular';

  cursor: pointer;

  transition: 0.5s;

  padding-top: 5px;

  padding-bottom: 5px;

  padding-left: 12px;

  padding-right: 12px;

  border-radius: 5px;

  background-color: black;

  color: white;

}



.booking_status_btn:hover {

  background-color: black;

  color: rgb(71, 147, 196);

  transition: 0.5s;

}



.booking_status_title {

  font-family: 'Gabarito-Regular';

  text-align: center;

  margin-bottom: 10px;

  margin-top: 50px;

  font-size: 40px;

}



.errmessage {

  font-family: 'Gabarito-Regular';

  color: red;

  padding-bottom: 20px;

}



.invoice_pin_input_div {

  display: flex;

  flex-direction: column;

  width: fit-content;

  position: static;

  width: 100%;

}



.invoice_pin_input_div label.invoice_pin {

  font-size: 1rem;

  color: black;

  font-weight: 700;

  position: relative;

  top: 1.5rem;

  margin: 0 0 0 7px;

  padding: 0 3px;

  background: white;

  width: fit-content;

  font-family: 'Gabarito-Regular';

}



.invoice_pin_input_div input[type=text].invoice_pin_bar {

  padding: 11px 10px;

  font-size: 1rem;

  border: 2px black solid;

  border-radius: 5px;

  background: white;

  width: 95%;

  font-family: 'Gabarito-Regular';

}



.invoice_pin_input_div input[type=text].invoice_pin_bar:focus {

  outline: none;

}



.vehicle_number_input_div {

  display: flex;

  flex-direction: column;

  width: fit-content;

  position: relative;

  bottom: 23px;

  width: 100%;

  margin-bottom: -46px;

}



.vehicle_number_input_div label.vehicle_number {

  font-size: 1rem;

  color: black;

  font-weight: 700;

  position: relative;

  top: 1.5rem;

  margin: 0 0 0 7px;

  padding: 0 3px;

  background: white;

  width: fit-content;

  font-family: 'Gabarito-Regular';

}



.vehicle_number_input_div input[type=text].vehicle_number_bar {

  padding: 11px 10px;

  font-size: 1rem;

  border: 2px black solid;

  border-radius: 5px;

  background: white;

  width: 95%;

  font-family: 'Gabarito-Regular';

}



.vehicle_number_input_div input[type=text].vehicle_number_bar:focus {

  outline: none;

}



.submit_booking_status {

  width: 100%;

  height: 40px;

  border-radius: 5px;

  color: black;

  background-color: rgb(71, 147, 196);

  font-family: 'Gabarito-Regular';

  cursor: pointer;

  transition: 0.5s;

  border: none;

  font-size: 20px;

  margin-top: 24px;

}



.submit_booking_status:hover {

  background-color: black;

  color: rgb(71, 147, 196);

  transition: 0.5s;

}



.error_login {

  font-family: 'Gabarito-Regular';

  text-align: center;

  color: red;

  font-size: 20px;

  margin-bottom: 0px;

}



/* ----------------------------------------------------------------------------- */



/* _______________________________ */

/* Booking Form Viewer */



.gopark_booking_view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 2100;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 40px 20px;
  box-sizing: border-box;
}



.close_view_booking_btn {

  position: absolute;

  right: -1px;

  top: -4px;

  font-size: 25px;

  margin-right: 20px;

  font-family: 'Gabarito-Regular';

  cursor: pointer;

  transition: 0.5s;

  padding-top: 5px;

  padding-bottom: 5px;

  padding-left: 12px;

  padding-right: 12px;

  border-radius: 5px;

  background-color: black;

  color: white;

}



.close_view_booking_btn:hover {

  background-color: black;

  color: rgb(71, 147, 196);

  transition: 0.5s;

}



.gopark_booking_view_container {

  width: 400px;

  height: auto;

  padding: 20px;

  border: 4px solid white;

  border-radius: 10px;

  background-color: white;

}



.gopark_logo_img_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}



.gopark_logo_img {
  width: 250px;
  height: auto;
  transform: translateX(-10px); /* Visual correction to pull asymmetrical logo left */
}



.gopark_title {

  font-family: 'Gabarito-Regular';

  text-align: center;

  margin: 15px 0px 0px 0px;

}



.gopark_address {

  font-family: 'Gabarito-Regular';

  text-align: center;

}



.gopark_booking_view_line {

  border: 2px solid black;

}



.parking_invoice_div_head_txt {

  font-family: 'Gabarito-Regular';

  text-align: center;

}



.booking_full_name_div {

  display: flex;

  justify-content: space-between;

  margin: 20px 0px 20px 0px;

}



.booking_full_name_title {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.booking_full_name_txt {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}

.parking_options_div {

  display: flex;

  justify-content: space-between;

  margin: 20px 0px 20px 0px;

}



.parking_options_title {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.parking_options_txt {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}

.gopark_pickup_div {

  display: flex;

  justify-content: space-between;

  margin: 20px 0px 20px 0px;

}



.gopark_pickup_title {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.gopark_pickup_txt {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.airport_pickup_div {

  display: flex;

  justify-content: space-between;

  margin: 20px 0px 20px 0px;

}



.airport_pickup_title {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.airport_pickup_txt {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.booked_dates_div {

  display: flex;

  justify-content: space-between;

  margin: 20px 0px 20px 0px;

}



.dates_booked_for_title {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.dates_booked_for_txt {

  font-family: 'Gabarito-Regular';

  margin: 0px;

  width: 122px;

}



.booked_days_div {

  display: flex;

  justify-content: space-between;

  margin: 20px 0px 20px 0px;

}



.booked_days_title {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.booked_days_txt {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.booked_vehicle_plate_number_div {

  display: flex;

  justify-content: space-between;

  margin: 20px 0px 20px 0px;

}



.booked_vehicle_plate_number_title {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.booked_vehicle_plate_number_txt {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.amount_div {

  display: flex;

  justify-content: space-between;

  margin: 0px 130px 20px 130px;

}



.amount_title {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.amount_txt {

  font-family: 'Gabarito-Regular';

  margin: 0px;

}



.invoice_pin_title {

  text-align: center;

  font-family: 'Gabarito-Regular';

}



.invoice_pin_txt {

  text-align: center;

  font-family: 'Gabarito-Regular';

  background-color: rgb(71, 147, 196);

  padding: 10px;

  margin: 0px 80px 0px 80px;

}



/* _______________________________ */

/*______________________*/

/* Small Screen Price Div Popup Container */

.price_div_popup_container_small_display {
  display: none;
}

.price_div_popup_container_small {
  display: flex;
  justify-content: space-around;
}

/* ______________________ */

.hourly_parking_div {
  height: auto;
  width: 350px;
  border-radius: 5px;
  border: 2px solid grey;
  padding: 10px;
  display: none;
}

/* Small Screen Hourly Parking Div */

.hourly_parking_div_small {
  height: 500px;
  width: 350px;
  border-radius: 5px;
  border: 2px solid grey;
  padding: 10px;
  display: none;
}

/* ______________________ */

.hourly_parking_title {
  font-family: Gabarito-Regular;
}

.hourly_parking_description {
  font-family: Gabarito-Regular;
}

.hourly_parking_price_txt {
  font-family: Gabarito-Regular;
}

.airport_parking_div {
  height: auto;
  width: 350px;
  border-radius: 5px;
  border: 4px solid rgb(71, 147, 196);
  padding: 10px;
}

/* Small Screen Airport Parking Div */

.airport_parking_div_small {
  height: 500px;
  width: 350px;
  border-radius: 5px;
  border: 2px solid grey;
  padding: 10px;
}

/* ______________________ */

.prefered_div {
  width: 130px;
  height: 40px;
  background-color: rgb(71, 147, 196);
  display: none;
}

.prefered_text {
  text-align: center;
  font-family: Gabarito-Regular;
  padding: 10px;
}

.airport_parking_title {
  font-family: Gabarito-Regular;
}

.airport_parking_description {
  font-family: Gabarito-Regular;
}

.airport_parking_price_txt {
  font-family: Gabarito-Regular;
}

.old_price_span {
  font-size: 12px;
  font-family: Gabarito-Regular;
}


.event_parking_price_div {
  height: auto;
  width: 350px;
  border-radius: 5px;
  border: 2px solid grey;
  padding: 10px;
  display: none;
}

/* Small Screen Event Parking Div */

.event_parking_price_div_small {
  height: 500px;
  width: 350px;
  border-radius: 5px;
  border: 2px solid grey;
  padding: 10px;
  display: none;
  display: none;
}

/* ______________________ */

.event_parking_title {
  font-family: Gabarito-Regular;
}

.event_parking_description {
  font-family: Gabarito-Regular;
}

.event_parking_price_txt {
  font-family: Gabarito-Regular;
}

.checklist_div {
  margin-top: 30px;
}

.checklist_txt {
  font-family: Gabarito-Regular;
}

.tick_checklist {
  margin-right: 10px;
  color: rgb(71, 147, 196);
}

/* _______________________________ */

/* _______________________________ */
/* Book Now Option Div */

.book_now_option_div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 2001;
}

.book_now_option_div_container {
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
  overflow-y: auto;
}

.book_now_option_div_title {
  text-align: center;
  font-family: Gabarito-Regular;
  font-weight: 900;
}

.scroll_account_solution_div {
  font-family: Gabarito-Regular;
  color: rgb(71, 147, 196);
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.scroll_account_solution_container {
  display: none;
}

.scroll_account_solution_div {
  display: flex;
  justify-content: space-between;
  background-color: rgb(47, 47, 47);
  margin: 0 auto;
  padding: 6px;
  border-radius: 5px;
  width: 160px;
  margin-bottom: 20px;
}

.email_scroll {
  background: linear-gradient(135deg, #4793C4 0%, #2F7CB0 100%);
  color: white;
  border: none;
  font-size: 20px;
  border-radius: 5px;
  font-family: Gabarito-Regular;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.email_scroll:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.gopark_scroll {
  border: none;
  font-size: 20px;
  background-color: rgb(47, 47, 47);
  color: white;
  border-radius: 5px;
  font-family: Gabarito-Regular;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gopark_scroll:hover {
  background-color: #000;
  transform: translateY(-1px);
}

.book_now_option_container {
  display: flex;
  justify-content: space-around;
}

.close_book_now_option_div_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  font-size: 18px;
  font-family: 'Gabarito-Regular', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #333;
  transition: all 0.2s ease;
  z-index: 10;
}

.close_book_now_option_div_btn:hover {
  background-color: #000;
  color: #fff;
}

.mail_option_div {
  border: 2px solid rgba(128, 128, 128, 0.5);
  border-radius: 10px;
  margin-right: 20px;
  transition: 0.5s;
  cursor: pointer;
}

.mail_option_div:hover {
  border: 2px solid rgb(71, 147, 196);
  transition: 0.5s;
}

.mail_option_div_container {
  margin-top: 75px;
}

.mail_option_div_title {
  text-align: center;
  font-family: Gabarito-Regular;
}

.mail_option_div_font_div {
  display: flex;
  justify-content: center;
}

.mail_option_mail_icon {
  font-size: 70px;
}

.mail_option_div_txt {
  font-family: Gabarito-Regular;
  margin: 20px 20px 20px 20px;
}

.book_now_option_recommended_div {
  width: auto;
  height: 40px;
  background-color: rgb(71, 147, 196);
  margin-left: 40px;
  margin-right: 40px;
}

.book_now_option_recommended_txt {
  text-align: center;
  font-family: Gabarito-Regular;
  padding: 10px;
}

.signin_option_div {
  border: 2px solid rgba(128, 128, 128, 0.5);
  border-radius: 10px;
  margin-right: 20px;
  transition: 0.5s;
  cursor: pointer;
}

.signin_option_div:hover {
  border: 2px solid rgb(71, 147, 196);
  transition: 0.5s;
}

.signin_option_div_title {
  text-align: center;
  font-family: Gabarito-Regular;
}

.signin_option_div_font_div {
  display: flex;
  justify-content: center;
}

.signin_option_user_font {
  font-size: 70px;
}

.signin_option_div_txt {
  font-family: Gabarito-Regular;
  margin: 20px 20px 20px 20px;
}

.book_now_option_checklist_div {
  margin: 20px 20px 20px 20px;
}

.book_now_option_checklist_txt {
  font-family: Gabarito-Regular;
}

.book_now_option_checklist {
  margin-right: 10px;
  color: rgb(71, 147, 196);
}

.book_now_option_checklist_cross {
  margin-right: 10px;
  color: red;
}

/* _______________________________ */

/* _______________________________ */
/* Book Now Option Div */
.booking_holder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 2000;
  transition: opacity 0.3s ease-in-out;
  overflow-y: auto;
  padding: 80px 20px 40px; /* More top space to push form down */
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
}

.booking_div {
  position: relative; /* No longer fixed — flows inside the scrollable overlay */
  margin: 0 auto;    /* Center horizontally */
  z-index: 2001;
  display: flex;
  align-items: flex-start;
  max-width: 95vw;
}

.close_booking_div_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  font-size: 18px;
  font-family: 'Gabarito-Regular', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #333;
  transition: all 0.2s ease;
  z-index: 10;
}

.close_booking_div_btn:hover {
  background-color: #000;
  color: #fff;
}

.booking_div_loader_container {
  position: fixed;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  display: none;
}

.booking_div_loader {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  box-sizing: border-box;
  border-top: 8px solid black;
  border-left: 8px solid black;
  border-right: 8px solid #ff00;
  animation: loader .7s infinite linear;
}

@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}

.booking_confirm_div {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  min-height: 350px;
  width: 400px;
  max-width: 100%;
  box-sizing: border-box;
}

.booking_confirm {
  font-size: 30px;
  color: rgb(5, 152, 42);
  padding: 30px;
  border-radius: 50%;
  border: 2px solid rgb(5, 152, 42);
  display: inline-block;
  /* Make sure the icon is treated as a block element */
}

.booking_confirm_txt {
  font-family: 'Gabarito-Regular';
  margin-top: 20px;
  margin-bottom: 0px;
}

.view_booked_invoice {
  width: 100%;
  height: 54px;
  border-radius: 12px;
  color: white;
  background: linear-gradient(135deg, #4793C4 0%, #2F7CB0 100%);
  font-family: 'Gabarito-Regular', sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-size: 1.1rem;
  margin-top: 25px;
  box-shadow: 0 10px 20px rgba(71, 147, 196, 0.2);
}

.view_booked_invoice:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(71, 147, 196, 0.3);
  filter: brightness(1.1);
}

.view_booked_invoice_btn {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: black;
  background-color: rgb(71, 147, 196);
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  transition: 0.5s;
  border: none;
  font-size: 20px;
  margin-top: 20px;
}

.view_booked_invoice_btn:hover {
  background-color: black;
  color: rgb(71, 147, 196);
  transition: 0.5s;
}

.booking_form {
  width: 100%;
  max-width: 650px;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
  /* No overflow/max-height here — the overlay handles scrolling */
}

@media (max-width: 480px) {
  .booking_form {
    padding: 30px 15px; /* Further reduced padding */
  }
}

@media (max-width: 380px) {
  .booking_form {
    padding: 25px 10px; /* Bare minimum padding for narrow devices */
  }
}

.booking_div_container {
  display: block;
}

.booking_div_title {
  text-align: center;
  font-family: Gabarito-Regular;
}

.booking_error_txt {
  font-family: 'Gabarito-Regular';
  text-align: center;
  color: red;
  font-size: 20px;
  margin-bottom: 20px;
}

.booking_email_div {
  margin-bottom: 24px;
  width: 100%;
}

.booking_email_input_label {
  display: block;
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Gabarito-Regular', sans-serif;
}

.booking_email_input {
  padding: 14px 18px;
  font-size: 1.1rem;
  border: 1.5px #eaeaea solid;
  border-radius: 12px;
  background: #fdfdfd;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
}

.booking_email_input:focus {
  outline: none;
  border-color: #4793C4;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.booking_contact_div {
  margin-bottom: 24px;
  width: 100%;
}

.booking_contact_input_label {
  display: block;
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Gabarito-Regular', sans-serif;
}

.booking_contact_input {
  padding: 14px 18px;
  font-size: 1.1rem;
  border: 1.5px #eaeaea solid;
  border-radius: 12px;
  background: #fdfdfd;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
}

.booking_contact_input:focus {
  outline: none;
  border-color: #4793C4;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.booking_contact_div_extra_txt {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Gabarito-Regular';
}

.fullname_div {
  margin-bottom: 24px;
  width: 100%;
}

.user_full_name_label {
  display: block;
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Gabarito-Regular', sans-serif;
}

.user_full_name_input {
  padding: 14px 18px;
  font-size: 1.1rem;
  border: 1.5px #eaeaea solid;
  border-radius: 12px;
  background: #fdfdfd;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
}

.user_full_name_input:focus {
  outline: none;
  border-color: #4793C4;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}


.parking_wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.parking-option {
  display: none;
  align-items: center;
  background-color: rgb(47, 47, 47);
  padding: 5px 15px;
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  max-width: 100%;
  cursor: pointer;
}

.parkingcheckbox {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  cursor: pointer;
  appearance: none;
  border: 2px solid white;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.3s ease;
}

.parkingcheckbox:checked {
  background-color: white;
  border-color: white;
}

.parkingcheckbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid rgb(47, 47, 47);
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}

.parkinglabel h3 {
  font-size: 18px;
  font-weight: normal;
  color: white;
  margin-left: 5px;
  font-family: 'Gabarito-Regular';
  cursor: pointer;
  margin: 0px;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.outline_shuttle {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  /* Adjust thickness as needed */
}

.parking_option_div {
  margin-bottom: 24px;
  width: 100%;
}

.parking_option_label {
  display: block;
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Gabarito-Regular', sans-serif;
}

.parking_option_input {
  padding: 14px 18px;
  font-size: 1.1rem;
  border: 1.5px #eaeaea solid;
  border-radius: 12px;
  background: #fdfdfd;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}

.parking_option_input:focus {
  outline: none;
  border-color: #4793C4;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.date_div {
  margin-bottom: 24px;
  width: 100%;
}

.date_input_label {
  display: block;
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Gabarito-Regular', sans-serif;
  width: 100%; /* Ensure it spans the full width */
}

.date_input,
.flatpickr-input {
  padding: 14px 18px;
  font-size: 1.1rem;
  border: 1.5px #eaeaea solid;
  border-radius: 12px;
  background: #fdfdfd;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
}

.date_input:focus,
.flatpickr-input:focus {
  outline: none;
  border-color: #4793C4;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.pax_div {
  margin-bottom: 24px;
  width: 100%;
}

.pax_input_label {
  display: block;
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Gabarito-Regular', sans-serif;
}

.pax_input {
  padding: 14px 18px;
  font-size: 1.1rem;
  border: 1.5px #eaeaea solid;
  border-radius: 12px;
  background: #fdfdfd;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
}

.pax_input:focus {
  outline: none;
  border-color: #4793C4;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.pickup_dropof_div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 20px;
}

@media (max-width: 600px) {
  .pickup_dropof_div {
    flex-direction: column;
    align-items: stretch;
  }

  .pickup_dropof_div_container {
    margin-right: 0 !important;
  }
}

.time_input_group {
  margin-bottom: 24px;
  width: 100%;
  flex: 1;
}

.time_input_label {
  display: block;
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Gabarito-Regular', sans-serif;
  min-height: 40px; /* Ensures alignment even if one label wraps */
  line-height: 1.2;
}

.time_input_field {
  padding: 14px 18px;
  font-size: 1.1rem;
  border: 1.5px #eaeaea solid;
  border-radius: 12px;
  background: #fdfdfd;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
  min-width: 0; /* Prevents overflow in flex containers */
}

.time_input_field:focus {
  outline: none;
  border-color: #4793C4;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.pickup_dropof_div_extra_txt {
  text-align: center;
  font-family: 'Gabarito-Regular';
}

.plan_arrival_number_div {
  margin-bottom: 24px;
  width: 100%;
}

.plan_arrival_number_input_label {
  display: block;
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Gabarito-Regular', sans-serif;
}

.plan_arrival_number_input {
  padding: 14px 18px;
  font-size: 1.1rem;
  border: 1.5px #eaeaea solid;
  border-radius: 12px;
  background: #fdfdfd;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
}

.plan_arrival_number_input:focus {
  outline: none;
  border-color: #4793C4;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.airport_container_div {
  display: flex;
  justify-content: space-between;
}

.airport_div {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}

.airport_label {
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 14px;
  padding: 0 8px;
  background: #fff;
  z-index: 5;
  font-family: 'Gabarito-Regular', sans-serif;
}

.airport_input {
  padding: 18px 20px;
  font-size: 1.1rem;
  border: 2px #e0e0e0 solid;
  border-radius: 12px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
}

.airport_input:focus {
  outline: none;
  border-color: #4793C4;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.airport_arrival_div {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}

.airport_arrival_label {
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  position: absolute;
  top: -12px;
  left: 14px;
  padding: 0 8px;
  background: #fff;
  z-index: 5;
  font-family: 'Gabarito-Regular', sans-serif;
}

.airport_arrival_input {
  padding: 18px 20px;
  font-size: 1.1rem;
  border: 2px #e0e0e0 solid;
  border-radius: 12px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
}

.airport_arrival_input:focus {
  outline: none;
  border-color: #4793C4;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.vehicle_number_div {
  margin-bottom: 24px;
  width: 100%;
}

.vehicle_number_label {
  display: block;
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Gabarito-Regular', sans-serif;
}

.vehicle_number_input {
  padding: 14px 18px;
  font-size: 1.1rem;
  border: 1.5px #eaeaea solid;
  border-radius: 12px;
  background: #fdfdfd;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Gabarito-Regular', sans-serif;
  transition: all 0.2s ease;
}

.vehicle_number_input:focus {
  outline: none;
  border-color: #4793C4;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(71, 147, 196, 0.1);
}

.one_day_parking_rule_div {
  display: none;
  background: #f9f9f9;
  padding: 24px;
  border-radius: 16px;
  margin-top: 20px;
  border: 1px solid #eee;
}

.one_day_parking_rule_title {
  font-family: 'Gabarito-Regular', sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.one_day_parking_validity_title,
.one_day_liability_title,
.one_day_compliance_title {
  font-family: 'Gabarito-Regular', sans-serif;
  font-weight: 700;
  color: #4793C4;
  font-size: 1rem;
  margin-bottom: 8px;
}

.one_day_parking_validity_text,
.one_day_liability_text,
.one_day_compliance_text {
  font-family: 'Gabarito-Regular', sans-serif;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* _______________________________ */

/* _______________________________ */
/* Payment Div */
.payment_div {
  width: 100%;
  max-width: 380px;
  padding: 40px;
  background-color: white;
  border-radius: 24px;
  margin-left: 20px;
  display: none;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  height: auto; /* Ensure it only takes needed height */
  align-self: flex-start; /* Double ensure it doesn't stretch */
}

.payment_number_of_days_div {
  display: flex;
  justify-content: space-between;
}

.payment_number_of_days_title,
.payment_total_title,
.payment_amount_title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #666;
  font-size: 0.95rem;
}

.payment_number_of_days_txt,
.payment_total_txt,
.payment_amount_txt {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 1.1rem;
}

.payment_div_line {
  border: none;
  border-top: 1.5px solid #eaeaea;
  margin: 20px 0;
}

.payment_confirm_button {
  width: 100%;
  height: 54px;
  border-radius: 12px;
  color: white;
  background: linear-gradient(135deg, #4793C4 0%, #2F7CB0 100%);
  font-family: 'Gabarito-Regular', sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-size: 1.1rem;
  margin-top: 25px;
  box-shadow: 0 10px 20px rgba(71, 147, 196, 0.2);
}

.payment_confirm_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(71, 147, 196, 0.3);
  filter: brightness(1.1);
}

/* _______________________________ */
/* One Day Payment Div */
.one_day_payment_div {
  width: 100%;
  max-width: 350px;
  padding: 30px;
  background-color: white;
  border-radius: 20px;
  margin-left: 20px;
  display: none;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}

.one_day_payment_number_of_days_div {
  display: flex;
  justify-content: space-between;
}

.one_day_payment_number_of_days_title {
  font-family: 'Gabarito-Regular';
}

.one_day_payment_number_of_days_txt {
  font-family: 'Gabarito-Regular';
}

.one_day_payment_div_line {
  border: 1px solid black;
  opacity: 0.3;
}

.one_day_payment_complimentary_div {
  display: flex;
  justify-content: space-between;
  margin-bottom: -20px;
}

.one_day_payment_complimentary_title {
  font-family: 'Gabarito-Regular';
}

.one_day_payment_complimentary_txt {
  font-family: 'Gabarito-Regular';
}

.one_day_payment_not_included_div {
  display: flex;
  justify-content: space-between;
}

.one_day_payment_not_included_div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}

.one_day_payment_not_included_title {
  font-family: 'Gabarito-Regular';
}

.one_day_payment_not_included_txt {
  font-family: 'Gabarito-Regular';
  text-decoration: line-through;
}

.one_day_payment_amount_div {
  display: flex;
  justify-content: space-between;
}

.one_day_payment_amount_title {
  font-family: 'Gabarito-Regular';
}

.one_day_payment_amount_txt {
  font-family: 'Gabarito-Regular';
}

.payment_txt {
  font-family: 'Gabarito-Regular';
  text-align: center;
  margin: 0px;
}

/* Flatpickr Modern White Premium Styling */
/* Prevent Flatpickr from being clipped in static mode */
.flatpickr-wrapper {
  width: 100%;
}

.flatpickr-calendar {
  background: #ffffff !important;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #eaeaea !important;
  border-radius: 16px !important;
  font-family: 'Inter', sans-serif !important;
  padding: 10px !important;
  width: 100% !important; /* Fluid — fills its container, no fixed clipping */
  max-width: 340px !important; /* Cap for large screens */
  box-sizing: border-box !important;
  margin: 10px 0 0 0 !important;
}

/* Hide the arrow/beak as it misaligns in static mode */
.flatpickr-calendar.static:before,
.flatpickr-calendar.static:after {
  display: none !important;
}

/* Make day cells fluid so they fill the dynamically sized calendar */
.flatpickr-days,
.dayContainer {
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
}

.flatpickr-day {
  max-width: unset !important;
  flex: 1 1 13% !important;
}

.flatpickr-day.selected, 
.flatpickr-day.startRange, 
.flatpickr-day.endRange {
  background: #4793C4 !important;
  border-color: #4793C4 !important;
  border-radius: 8px !important;
  color: #ffffff !important; /* Force high-contrast white */
}

.flatpickr-day.inRange {
  background: #f0f7ff !important;
  box-shadow: -5px 0 0 #f0f7ff, 5px 0 0 #f0f7ff !important;
  color: #1a1a1a !important; /* Ensure dark text on light blue */
}

.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover {
  background: #f0f7ff !important;
  border-radius: 8px !important;
  color: #4793C4 !important; /* Bold blue on hover */
}

.flatpickr-months .flatpickr-month {
  color: #1a1a1a !important;
  fill: #1a1a1a !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 700 !important;
}

.flatpickr-weekday {
  color: #999 !important;
  font-weight: 600 !important;
}