.intl-tel-input {
  width: 100% !important;
  position: relative;
  transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  background-color: rgba(255, 255, 255, 0.09);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  cursor: text;
  display: inline-flex;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: Elza, sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
  border-bottom: 1px solid white;
}

.intl-tel-input.allow-dropdown input {
  /*width: 100% !important;*/
  /*!*background: pink;*!*/
  /*height: 56px;*/
  /*border-color: rgba(255, 255, 255, 0.23);*/
  /*border-radius: 4px !important;*/
  /*color: currentColor !important;*/
  /*font-size: 1rem !important;*/
  /*font-family: Roboto Slab, sans-serif !important;*/
  /*font-weight: 400 !important;*/
  /*line-height: 1.43 !important;*/
  padding: 20px 12px 20px;
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  /*display: block;*/
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}

.intl-tel-input .country-list .country-name {
  /*background: #2d2d2d;*/
}

.intl-tel-input .country-list .country.highlight {
  /*background-color: #2d2d2d;*/
}

.intl-tel-input .country-list {
  background-color: #2d2d2d !important;
  /*border-radius: .5rem;*/
  border: 0px solid #121212 !important;
  width: 100% !important;
  /*max-height: 400px !important;*/
}
.IntTelInputContainer {
  padding-top: 8px !important;
  /* padding-bottom: 20px !important; */
  margin-bottom: 1rem !important;
  /*background-color: '#383838';*/
}

.labelInputPhone {
  text-align: left !important;
  font-size: 0.77rem !important;
  margin-left: 14px !important;
  margin-bottom: 3px !important;
}
