.PhoneInputInput:focus-visible {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
  }
  
  .form-control {
    /* border: 1px solid #efefef !important; */
    border:none !important;
    border-radius: 0.5rem !important;
    height: 25px !important;
    width: 100% !important;
  }
  
  .selected-flag {
    border: none !important;
    border-right: 1px solid #cacaca !important;
    width: 3.5rem !important;
    padding-left: 10px !important;
  }
  .flag-dropdown {
    border: none !important;
    background: none !important;
    border-right: 1px !important;
  }
  .PhoneInputCountryIcon {
    border: none !important;
    background: transparent !important;
  }
  .special-label {
    display: none !important;
  }
  .react-tel-input .selected-flag:hover,
  .react-tel-input .selected-flag:focus {
    background-color: transparent !important;
  }
  
  .react-tel-input .selected-flag {
    background-color: transparent !important;
  }
  
  .react-tel-input .country-list .search {
    border-bottom: 1px solid #ddd !important;
  }
  
  .react-tel-input .country-list .search-box {
    width: 90% !important;
    padding: 10px 15px !important;
    color: #000000 !important;
    font-weight: 500 !important;
  }
  
  .react-tel-input .country-list {
    outline: none !important;
    z-index: 1 !important;
    list-style: none !important;
    position: absolute !important;
    padding: 0 !important;
    margin: 10px 0 10px -1px !important;
    box-shadow: 1px 2px 10px #00000059 !important;
    background-color: #fff !important;
    max-height: 224px !important;
    overflow-y: scroll !important;
    border-radius: none !important;
    border:none !important;
  }
  
  .react-tel-input .country-list .search-box {
    width: 90% !important;
    padding: 10px 15px !important;
    color: #000000 !important;
    font-weight: 500 !important;
    border-radius: 5px !important;
    border: none !important;
    outline: none !important;
    transition: width 0.3s ease-in-out !important;
  }
  
  /* Extra small (mobile) screens */
  @media (max-width: 400px) {
    .react-tel-input .country-list {
      width: 300px !important;
    }
  }
  
  /* Small (tablet and mobile) screens */
  @media (min-width: 401px) and (max-width: 768px) {
    .react-tel-input .country-list {
      width: 340px !important;
    }
  }
  
  /* Medium (tablet) screens */
  @media (min-width: 769px) and (max-width: 1024px) {
    .react-tel-input .country-list {
      width: 370px !important;
    }
  }
  
  /* Large (desktop) screens */
  @media (min-width: 1025px) and (max-width: 1200px) {
    .react-tel-input .country-list {
      width: 420px !important;
    }
  }
  
  /* Extra large (large desktop) screens */
  @media (min-width: 1201px) {
    .react-tel-input .country-list {
      width: 432px !important;
    }
  }
  

  /* Hide default calendar icon */
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

  