.name-email-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.name-email-wrapper .flex-fields {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  width:100%;
}

.custom-field-groups-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#edit-custom-field-groups-pass > div:first-of-type {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1rem;
}

#edit-custom-field-groups-pass #edit-pass--description {
  display: block;
}

.custom-field-groups-wrapper.form-disabled {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  opacity: 0.8;
  pointer-events: none;
}

.field-group, .js-form-item-pass-pass1, .js-form-item-pass-pass2 {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 280px;
}

.reset_password_form form {
  width: 400px !important;
}

.reset_password_form input[type="submit"] {
    margin: 1rem;
    background: #0395cf !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.password-suggestions {
  color: #ff0000;
}

.form-item {
    margin: 0.5rem !important;
}
.field-group > *:not(:last-child) {
  margin-bottom: 0rem;
}

.custom-submit-style {
    display: block;
    margin: 2rem auto 0 auto;
    text-align: center;
    background: #0395cf !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 0.25rem;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.custom-login-submit-style {
    display: block;
    margin: 2rem auto 0 auto;
    text-align: center;
    background: #0395cf !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.custom-pass-submit-style{
    margin: 2rem auto 0 auto;
    background: #0395cf !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.reset-your-password-page-content #block-deoquest-local-tasks {
  display: none;
}

.cancel-account-form {
  border-top: 1px solid #666;
  padding-top: 20px;
  margin-top: 50px !important;
}

.cancel-account-form input[type=submit] {
    margin: 2rem auto 0 auto;
    background: #ff0000 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.user-register-form input[type=email] {
    height: 24px !important;
}

.user-register-form textarea, #user-form textarea  {
    height: 117px !important;
}

.user-register-form select, #user-form select {
    width: 95% !important;
    max-width: 95% !important;
    height: 24px !important;  
    box-sizing: border-box;
    background: #f6f8f9;
    border:#d8e0e2 1px solid;
}

.toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
}

.toggle-checkbox input[type="checkbox"] {
  display: none;
}

.toggle-checkbox + label,
.toggle-wrapper label {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 24px;
  background-color: #ccc;
  border-radius: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Bolinha branca */
.toggle-checkbox + label::after,
.toggle-wrapper label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

/* Toggle ativado */
.toggle-checkbox input[type="checkbox"]:checked + label,
.toggle-wrapper input[type="checkbox"]:checked + label {
  background-color: #0395cf;
}

.toggle-checkbox input[type="checkbox"]:checked + label::after,
.toggle-wrapper input[type="checkbox"]:checked + label::after {
  transform: translateX(24px);
}

/* Texto fora do botão */
.toggle-label {
  flex: 1;
  min-width: 200px;
  font-size: 16px;
  line-height: 1.4;
}

.faith-login-message {
  text-align:center !important;
}