@font-face {
  font-family: 'meteocons';
  src:
    url('./fonts/meteocons.ttf?kx31oc') format('truetype'),
    url('./fonts/meteocons.woff?kx31oc') format('woff'),
    url('./fonts/meteocons.svg?kx31oc#meteocons') format('svg');
  font-weight: normal;
  font-style: normal;
}


.meteocons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'meteocons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.muiltr-e8kd82-MuiPaper-root-MuiAccordion-root:before{
  display: none;
}



.react-international-phone-input-container{
  padding: 5px 0px 5px 14px !important;
}

.react-international-phone-input-container .react-international-phone-country-selector-button{
  border: none !important;
  height: unset !important;
}

.react-international-phone-input-container .react-international-phone-input{
  width: 100%;
border: none !important;
font-size: 14px !important;
height: unset !important;
background-color: transparent !important;
}


.react-international-phone-country-selector-dropdown{
  z-index: 9999 !important;
}


#remove-background .muiltr-sox5kk-MuiBackdrop-root{
  background-color: transparent !important;
}


.custom-select {
  width: 100%;
  padding: 15px 12px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  background-color: #f3f4f6; /* Light gray for filled style */
  border: 1px solid #ccc; /* Default border for outlined style */
  border-radius: 4px; /* Slightly rounded corners */
  box-shadow: none;
  appearance: none; /* Remove native dropdown arrow */
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* For hover/focus effects */
.custom-select:focus {
  border-color: #3f51b5; /* MUI primary color */
  box-shadow: 0 0 0 2px rgba(63, 81, 181, 0.25); /* MUI focus effect */
}


.custom-select:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}

.doctor-pad {
  width: 8.5in;
  margin: 0 auto;
}
