html,body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #EBEBEC;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 14px;
   
  }

  input:focus {
    outline: none; /* Removes the default outline */
    border-color: #333; /* Apply your desired border color */
  }
  
  /* For autofill cases */
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
    border-color: #333; /* Custom border color for autofill */
  }
  
  *::-webkit-scrollbar {
    display: none; 
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
  }
    
  /* Main Container */
  .main {
    /* max-width: 1200px; */
    height: 100vh; 
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url(assets/blue_bg.png); */
  }

  #responseData {
    margin-top: 20px;
    white-space: pre-wrap;
    font-family: monospace;
}
  
  /* Login Container */
  .login-container{
    background-color: #ffffff;
    padding: 10px 40px;
    width: 300px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    min-height: 500px;
  }

  .app-icon img {
    width: 100px; 
    height: auto;
  }

  .main-content {
    display: flex;
    flex-direction: row;
    /* height: 100vh; */
  }

  .app-heading {
    text-align: center;
    color: white;
  }

  .login-heading {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    margin-top: 30px;
    font-size: 1rem;
  
}


  .login-heading h3 {
    text-align: center;
    font-size: 20px;
    color: #022f4d;
  }
  
header {
    justify-content: center;
    margin-bottom: 2rem;
    position:sticky;
}

header h1 {
    margin-bottom: 10px;
    text-align: center;
    color: #022f4d;
  }
  
  /* Login Form Content */
  .login-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 5rem; */
  }
  
  .form-field {
    margin-bottom: 10px;

  }
 
  
/*   
  label {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2px;
    display: block;
  } */

  p {
    text-align: center;
  }
  
  input {
    width: 300px;
    padding: 10px 15px;
    min-width: 200px;
    max-width: 250px;
    border: none; 
    border-bottom: 1px solid #ccc; 
    transition: border-color 0.3s ease;
  }
  
  input:focus{
    border-color: #333;
  }
  
  .Login{
    margin-top: 2rem;
    background-color: #022f4d;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    width: 200px;
    transition: background-color 0.3s ease;
    justify-self: center;
  }

  .login-button {
    justify-content: center;
    display: flex;
  }
  
  button.Login:hover {
    background: linear-gradient(#022f4d);
    box-shadow: 2px 5px 8px #022f4d;
  }

    
.remember-me {
  display: flex;
  align-items: center;
  gap: 2px;
}

.remember-me p {
  color: #666;
}
  
  /* Responsive Design */
@media (max-width: 500px) {
    .login-container {
      width: 280px;
      padding: 10px 20px 10px 20px;
      border-radius: 8px;
    }
  
    .app-icon {
      display: none;
    }
    
    .Login {
      width: 100px;
      height: 30px;
      padding: 0;
    }

    header h1 {
      font-size: 2rem;
    }
  
    header h3 {
      font-size: 1.25rem;
    }
  
    input{
      font-size: 14px;
      width: auto;
    }
  }


  
  .hidden{
    display: none;
  }


  #city-field {
    margin: 10px 0;
  }

  label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
    display: inline-block;
  }

  #city {
    width: 100%;
    padding: 8px 4px;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #333;
    transition: border-color 0.3s ease;
  }

  #city:focus {
    border-color: #007bff;
    outline: none;
    background-color: #fff;
  }

  #city option {
    padding: 12px;
  }


  #business-type {
    width: 100%;
    padding: 8px 4px;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: #333;
    transition: border-color 0.3s ease;
  }

  #business-type:focus {
    border-color: #007bff;
    outline: none;
    background-color: #fff;
  }

  #business-type option {
    padding: 12px;
  }

  #business-type-field {
    margin: 10px 0;
  }
  

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; 
}

  
  .loader {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(31, 7, 106, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
  }
  
  @keyframes spin {
    to { transform: rotate(360deg); }
  }
  
  @-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
  }
  


  .mobile-number-wrapper {
    display: flex;
}
.fixed-prefix {
    /* background-color: #f1f1f1; */
    padding-top:8px;
    /* border: 1px solid #ccc; */
    /* border-right: none; */
    cursor: not-allowed; /* Disable editing */
}





/* Wrapper for the dropdown */
.city-dropdown-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
}

/* Dropdown button */
.dropdown-button {
  width: 100%;
  padding: 10px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-button:hover {
  background: #f9f9f9;
}

/* Dropdown container */
.dropdown-content {
  position: absolute;
  bottom: 60%; /* Positions dropdown above the button */
  left: 0;
  width: 100%;
  max-height: 300px; /* Prevents it from getting too large */
  overflow-y: auto;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 5px;
}




.dropdown-search {
  width: calc(100% - 20px);
  padding: 8px;
  margin: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  position: sticky;
  top: 0;
  background: white;
  z-index: 5;
}


/* City options list */
#city-options {
  max-height: 160px; /* Leaves space for search and cancel button */
  overflow-y: auto;
  flex-grow: 1;
}

/* Individual city option */
.dropdown-item {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s ease;
  border-bottom: 1px solid #f1f1f1;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background: #f1f1f1;
}

.cancel-button {
  width: 100%;
  padding: 8px;
  background: #e74c3c;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.cancel-button:hover {
  background: #c0392b;
}
