.request-call .modal-content {
  height: 100vh;
}
.request-call .modal-header {
  border-bottom: 0;
}
.request-call .modal-dialog-right {
  margin-left: auto;
  margin-right: 0;
}
.request-call input,
.request-call textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 14px;
  background: rgba(220, 220, 220, 0.25) !important;
}
.request-call input:focus,
.request-call textarea:focus {
  border: 1px solid rgb(154, 138, 255);
  box-shadow: 0 0 0 0 rgb(154, 138, 255);
}
.request-call button {
  background-color: rgb(154, 138, 255);
  border: none;
  color: rgb(17, 17, 17);
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
}
.request-call button:hover {
  background-color: rgb(154, 138, 255);
  color: rgb(17, 17, 17);
}
.request-call .email-icon {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(154, 138, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
  border-radius: 50%;
}
.request-call label {
  font-weight: 700;
  margin-bottom: 10px;
}
.request-call .blue-spinner {
  color: rgb(154, 138, 255);
}/*# sourceMappingURL=request-call.css.map */