@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

.react-tel-input .form-control {
  width: 100% !important;
  height: 56px !important;
  font-size: 15px !important;
  border-radius: 8px !important;
  border: none !important;
}

.react-tel-input {
  border: 1px solid #CACACA !important;
  border-radius: 8px !important;
}

.react-tel-input:hover {
  border: 1px solid black !important;
  border-radius: 8px !important;
}

.react-tel-input .form-control.invalid-number {
  border: none !important;
  background-color: transparent !important;
}

.react-tel-input .flag-dropdown.invalid-number {
  border: none !important;
  border-right: 1px solid #CACACA !important;
  border-radius: 8px 0 0 8px !important;
}

.react-tel-input .flag-dropdown {
  border: none !important;
  border-right: 1px solid #CACACA !important;
  border-radius: 8px 0 0 8px !important;
  padding-right: 8px !important;
  width: 40px !important;
}

.react-tel-input .country-list {
  min-height: 300px !important;
  border-radius: 6px !important;
  scrollbar-width: thin !important;
}

.react-tel-input .selected-flag:hover {
  border-radius: 10px 0 0 10px !important;
}

.react-tel-input .flag-dropdown.open .selected-flag {
  border-radius: 10px 0 0 10px !important;
}

.css-12h2fn7 {
  padding-bottom: 0px !important;
}