.dial-input {
  flex: 1;
}
.dial-input .q-field__control {
  padding-left: 1px;
}
.dial {
  min-width: 60px;
  padding: 0 6px;
}
.dial body.desktop .q-focusable:focus > .q-focus-helper, .dial body.desktop .q-manual-focusable--focused > .q-focus-helper, .dial body.desktop .q-hoverable:hover > .q-focus-helper {
  opacity: 0 !important;
}
.q-field--filled .q-field__control {
  border-radius: 8px !important;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.57);
}
.vue-tel-input:hover {
  transition: all 0.36s !important;
  -webkit-transition: all 0.36s !important;
  -moz-transition: all 0.36s !important;
  -o-transition: all 0.36s !important;
}
.vue-tel-input:focus-within {
  box-shadow: none !important;
  border-color: transparent !important;
}
.vti__dropdown {
  margin-right: 0;
  margin-left: 2px;
  padding-left: 5px;
  color: #323232 !important;
}
.field .q-field__inner .q-field--outlined, .field .q-field__inner .q-field--outlined, .field .q-field__inner .q-field__control {
  padding: 0 !important;
}
.label {
  font-size: 16px;
  color: black;
}
.vti__dropdown-list.below {
  top: 45px;
}
.login-input {
  font-size: 17px;
}
.login-input .q-field__control {
  height: 60px;
  border-radius: 8px;
}
.login-input .q-field__control:before {
  border: 1px solid transparent;
  box-shadow: 0 2px 2px 0 #dfe0e3;
  -webkit-box-shadow: 0 2px 2px 0 #dfe0e3;
  -moz-box-shadow: 0 2px 2px 0 #dfe0e3;
}
.login-input > * > .q-field__control {
  background: #F2F2F2;
  border: none;
}
.message-input {
  font-size: 17px;
}
.message-input .q-field__control {
  border-radius: 8px;
}
.message-input .q-field__control:before {
  border: 1px solid transparent;
  box-shadow: 0 2px 2px 0 #dfe0e3;
  -webkit-box-shadow: 0 2px 2px 0 #dfe0e3;
  -moz-box-shadow: 0 2px 2px 0 #dfe0e3;
}
.message-input > * > .q-field__control {
  background: #F2F2F2;
  border: none;
  min-height: 250px;
}
.send-btn {
  font-weight: 600;
  font-size: 17px;
  padding: 22px 20px;
  text-transform: capitalize;
}
.send-btn {
  color: white;
  background: #0370F7;
}
.send-btn .q-btn__wrapper {
  padding: 0 !important;
}
.contact-tag, .contact-wrapper {
  border-radius: 30px;
  box-shadow: 0 2px 2px 0 #dfe0e3;
  -webkit-box-shadow: 0 2px 2px 0 #dfe0e3;
  -moz-box-shadow: 0 2px 2px 0 #dfe0e3;
}
@media screen and (max-width: 1023px) {
.contact-tag-wrapper {
    justify-content: center !important;
}
.contact-wrapper {
    border-radius: 0 !important;
    box-shadow: none;
    height: initial !important;
}
}

/*# sourceMappingURL=527.27c22d8f.css.map*/