/* General styles */

@font-face {
  font-family: 'Montserrat-bold';
  src: url('../fonts/b2bfonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/b2bfonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}
@font-face {
  font-family: 'Montserrat-reg';
  src: url('../fonts/b2bfonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/b2bfonts/Montserrat-Regular.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}
body,p {
    font-family: 'Montserrat-reg', sans-serif;
    color: #333;
  }
  h1,h2,h3,h4,h5,h6,.form-label{
    font-family: "Montserrat-bold", sans-serif;
  }
  /* Background styles */
  .bg-map {
    background-image: url('../images/login/bgimage.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
  }
.ml-1{
  margin-left: 0.25rem;
}  
  /* Logo styles */
  .logo-height {
    width: 20vh;
  }
  
  /* Login card styles */
  .login-card {
    border-radius: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: none;
    background-color: #fff;
  }
  

  
  /* Form styles */
  .form-label {
  font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 8px;
  }
  
  .login-input {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    padding: 17px;
  font-size: 0.875rem;
  }
  .login-input_select .select2-container{
    background-color: #f5f5f5 !important;
      border: 1px solid #f5f5f5 !important;
      border-radius: 15px !important;
      padding: 10px 0px !important; 
      font-size: 0.875rem !important;
       width: 100% !important;
  }
  .login-input_select .select2-selection{
    background-color: transparent;
      border: none;
  }
  .login-input_select .select2-selection__arrow{
    top: 8px !important;
  }
  .login-input:focus {
    border-color: #ddd;
    box-shadow: none;
  }
  
  /* Password field styles */
  .password-field {
    position: relative;
  }
  
  .password-field .toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    border: none;
    color: #6c757d;
  }
  
  /* Checkbox styles */
  .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.15em;
  }
  
  .form-check-label {
  font-size: 0.875rem;
    padding-left: 4px;
  }
  
  /* Link styles */
  .forgot-password {
    color: #FF3B30;
    /* text-decoration: none; */
  font-size: 0.875rem;
    font-weight: 500;
  }
  
  .create-account {
    color: #007AFF;
    /* text-decoration: none; */
    font-weight: 500;
  }
  .toggle-password svg{
    color: #000;
  }
  /* Button styles */
  .login-btn {
    background-color: #419EEE !important;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
  }
  .btn-primary-login{
    background-color: #419EEE !important;
    color: #fff;
  }
  
  .login-btn:hover {
    background-color: #ccc;
    color: #000;
  }
  
  /* Forgot Password Styles */

  
  .forgot-subtitle {
    color: #666;
  font-size: 0.875rem;
    margin-bottom: 24px;
  }
  
  .forgot-input {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    padding: 12px 16px;
  font-size: 0.875rem;
  }
  
  .forgot-input:focus {
    border-color: #ddd;
    box-shadow: none;
  }
  
  .back-to-login {
    color: #666;
    text-decoration: none;
  font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  
  .back-to-login:hover {
    color: #4A95E8;
  }
  
  /* OTP Verification Styles */
  .title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
  }
  
  .otp-subtitle {
  font-size: 0.875rem;
    margin-bottom: 4px;
    color: #333;
    display: flex;
        align-items: center;
  }
  
  .otp-description {
  font-size: 0.875rem;
    margin-bottom: 24px;
    color: #333;
  }
  
  .user-email {
    color: #007AFF;
    font-weight: 500;
    text-decoration: none;
    position: relative;
  }
  

  
  .otp-input-container {
    margin-top: 16px;
    margin-bottom: 24px;
  }
 
  
  .otp-input-box {
  width: 20% !important;
    /* margin: 0 8px; */
    height: 75px !important;
    height: auto;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    line-height: normal;
  }
  
  .otp-input-box:focus {
    border-color: #4A95E8;
    box-shadow: none;
  }
  
  .otp-tip {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
  }
  
  .verify-btn {
    background-color: #4A95E8;
    color: #fff;
    border: none;
    padding: 14px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  
  .verify-btn:hover {
    background-color: #3a85d8;
    color: #fff;
  }
  
  /* Create New Password Styles */

  
  .new-password-subtitle {
    color: #666;
  font-size: 0.875rem;
    margin-bottom: 30px;
  }
  
  .password-input {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    padding: 17px;
  font-size: 0.875rem;
  }
  
  .password-input:focus {
    border-color: #ddd;
    box-shadow: none;
  }
  


  .custom-btn {
    background-color: #4A95E8;
    color: #fff;
    border: none;
    padding: 14px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
  }
    .custom-btn.login_btn{
          padding: 18px 16px;
    }
  
  .custom-btn:hover {
    background-color: #3a85d8;
    color: #fff;
  }


  

/* Country code selector styling */
.phone-input-container {
  display: flex;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background-color: #f8f9fa;
}

.country-code-wrapper .select2-selection__arrow{
  top: 25% !important;
}
.country-code-wrapper {
  width: 100%;
  min-width: 120px;
  background-color: #f5f5f5;
  border-radius: 15px;
}

.phone-input-wrapper {
  flex: 1;
}

.phone-input {
  border: none !important;
  box-shadow: none !important;
  font-size: 18px;
  height: 100%;
  background-color: #f8f9fa;
}

.phone-input:focus {
  background-color: #f8f9fa;
}


/* Select2 customization */
.country-code-wrapper .select2-container {
  width: 100% !important;
  padding: 14px 0px !important;
}

.country-code-wrapper .select2-selection {
  border: none !important;
  background-color: #f8f9fa !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 0px !important;
}

.select2-selection__arrow .select2-selection__arrow {
  height: 48px !important;
}
.country_dropdown-select-dropdown  .select2-search input{
  border: none !important;
  padding: 12px 10px 12px 32px !important;
    background: #F1F1F1 !important;
    outline: none !important;
    border-radius: 10px !important;
}

/* Dropdown styling */
.country_dropdown-select-dropdown .select2-dropdown {
  border: 1px solid #eee;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1051;
}
.country_dropdown-select-dropdown{
  width: 300px !important;
}
.country_dropdown-select-dropdown .select2-results__option {
  padding: 10px !important;
}

.country_dropdown-select-dropdown .select2-results__option--highlighted {
  background-color: #f5f5f5 !important;
  color: #333 !important;
}

/* Flag and country styling */
.country_dropdown-select-dropdown .flag-icon {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}

.country_dropdown-select-dropdown .flag-icon img {
  width: 28px;
  height: auto;
  object-fit: contain;
  border-radius: 2px;
}

.country_dropdown-select-dropdown .country-option {
  display: flex;
  align-items: center;
}

.country_dropdown-select-dropdown .country-name {
  flex: 1;
}

.country_dropdown-select-dropdown .country-code {
  margin-left: auto;
  color: #777;
}

.country_dropdown-select-dropdown .selected-country-code {
  font-weight: 500;
  margin-left: 5px;
}

/* Search box styling */
.select2-search__field {
  border-radius: 4px !important;
  padding: 8px 10px 8px 32px !important; /* Added left padding for search icon */
  font-size: 14px !important;
}

.select2-search {
  position: relative;
  padding: 8px;
}

/* Search icon styling */
.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 14px;
  z-index: 10;
}

/* Custom scrollbar */
.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
 .select2-search .search-icon{
    color: #000 !important;
  }
  .verify_select .select2-container{
    padding: 13px 0px !important;
  }
  .verify_select .select2-selection__arrow{
    top: 16px !important;
  }
  .badge_custom_wrap{
        height: 30px;
    display: inline-flex;
    padding: 0px;
    width: 30px;
    justify-content: center;
    align-items: center;
  }
    .badge_custom_wrap a{
      color: #fff;
    }
    .country_dropdown-select-dropdown .select2-results__options{
      
    padding-left: 10px;
    padding-right: 10px;

    }

    .country_dropdown-select-dropdown .select2-results__option--selected{
      margin-bottom: 10px;
      border-radius: 10px;
      background-color: #F7F7F7 !important;
    }
    .toggle-icon{
      width: 15px;
    }
/* Mobile responsive adjustments */
@media (max-width: 576px) {
  .country-code-wrapper {
    min-width: 100px;
  }
  
  .country-name {
    font-size: 14px;
  }
}
