*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grecaptcha-badge {
  z-index: 10;
}

.nublogin form.checkout_coupon,
.nublogin form.login,
.nublogin form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}

.nublogin form.checkout_coupon,
.nublogin form.login,
.nublogin form.register {
  border-radius: 15px;
  border: 1px solid var(--theme-hover-color, #0b5b4c);
}

.nublogin-Button.nublogin-button.button.nublogin-form-register__submit,
.nublogin-button.button.nublogin-form-login__submit {
  margin-top: 0.5em;
  background-color: var(--theme-primary, #0b5b4c);
  color: var(--theme-primary-text, #fff);
  width: 100%;
}

form.nublogin-form input[type="text"],
form.nublogin-form input[type="email"],
form.nublogin-form input[type="password"],
form.nublogin-form input[type="date"] {
  margin-top: 10px;
  width: 100%;
}

form.nublogin-form input,
form.nublogin-form button {
  border-radius: 4px !important;
}

span.required {
  color: red;
  font-weight: bold;
}

.password-container .heading-2 {
  font-weight: 700;
  color: #0d3f67;
  font-size: 2rem;
  margin: 1rem 0;
  text-transform: capitalize;
}

.password-container .form-inline {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.password-container .form-inline .input-password {
  transition: border 0.4s ease-in-out;
}

.password-container .form-inline .meter-text {
  display: flex;
  width: 70%;
  justify-content: space-between;
  margin: 1rem 0 0.1rem 0;
  text-transform: capitalize;
}

.password-container .form-inline .meter-text .meter-status {
  text-transform: capitalize;
}

.password-container .form-inline .meter {
  display: block;
  width: 70%;
  height: 16px;
  border-radius: 3px;
  background: rgba(17, 17, 17, 0.1);
  overflow: hidden;
}

.password-container .form-inline .meter .meter-bar {
  display: block;
  width: 0;
  height: 100%;
  transition: width 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.password-wrapper {
  display: flex;
  width: 100%;
}

.password-wrapper input {
  flex: 1;
  border-right: 0px;
}

.password-wrapper button {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

input[type="submit"]:disabled {
  color: #fff;
  background-color: #b9b9b9;
  pointer-events: none;
}

button:disabled {
  color: #fff;
  background-color: #b9b9b9;
  pointer-events: none;
}

.p-viewer {
  float: right;
  margin-top: -45px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 10px;
}

.p-viewer svg {
  color: rgb(77, 77, 77);
}

.nublogin-form.nublogin-reset-password {
  border-radius: 15px;
  border: 1px solid var(--theme-primary, #0b5b4c);
  padding: 20px;
  background-color: #fdfefe;
}

.lost-password-p {
  margin-bottom: 10px;
}

.nublogin_register_block {
  background-color: #ccc;
  border-radius: 5px;
  margin: 10px 0;
  padding: 20px;
}

.nublogin_textarea_error_message {
  color: red;
  font-weight: bold;
  margin: -5px 0 10px;
  background: #ff00001c;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid red;
  color: red;
  width: 100%; 
  margin: 0px 18px;
}

.nublogin_register_block p {
  margin-bottom: 5px;
}

.nublogin-textarea {
  margin-top: 5px;
}
.previous-field-text {
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 13px !important;
}
.nublogin-field-description {
  margin-top: -15px;
  font-size: 13px;
  color: #777;
}

.child-field:not(.child-enabled) {
  display: none;
}

.nublogin-next-page, .nublogin-prev-page {
  margin-top: 0.5em;
    background-color: var(--theme-secundary, #0b5b4c) !important;
    color: var(--theme-secundary-text, #0b5b4c) !important;
}

.nublogin-form .select2-selection{
  border:none !important;
  box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;
  border-radius:20px;
  border-radius:15px !important;
  background-color:#fff !important;
  height: 34px !important;
}
.nublogin-form .select2-container{
  border-radius:15px !important;
  margin-top: 10px;
  display:grid;
}
.nublogin-form .select2-selection > .select2-selection__rendered {
  line-height: 34px;
}

.nublogin-form .select2-selection > .select2-selection__arrow {
  top: 5px !important;
}

.nublogin-form .select2-container .select2-selection--multiple {
  min-height: 44px !important;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  display: none;
}

#ibanError, #swiftError {
  color: red;
  font-weight: bold;
}

.alert-custom {
  color: var(--theme-primary);
  background-color: var(--theme-primary-transparent);
  border-color: var(--theme-primary);
}

.password-reset-instructions {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid var(--theme-primary, #e9ecef);
}

.instruction-step {
    position: relative;
}

.instruction-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 35px;
    width: 2px;
    height: calc(100% - 15px);
    background: linear-gradient(to bottom, #dee2e6, transparent);
}

.step-icon {
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.step-title {
    font-weight: 600;
    font-size: 14px;
}

.step-description {
    line-height: 1.4;
}

.border-left-warning {
    border-left: 4px solid #ffc107 !important;
}

.alert-light {
    background-color: #fefefe;
}

@media (max-width: 576px) {
    .instruction-step {
        margin-bottom: 20px !important;
    }

    .password-reset-instructions {
        padding: 15px;
    }
}

.password-security-info, .form-reset-password {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid var(--theme-primary, #e9ecef);
}

.security-step {
    position: relative;
}

.security-step:not(:last-of-type)::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 35px;
    width: 2px;
    height: calc(100% - 15px);
    background: linear-gradient(to bottom, #dee2e6, transparent);
}

.step-icon {
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.step-title {
    font-weight: 600;
    font-size: 14px;
}

.step-description {
    line-height: 1.4;
}

.border-left-warning {
    border-left: 4px solid #ffc107 !important;
}

.progress-bar {
    transition: all 0.3s ease;
}

.progress-bar.bg-danger {
    background-color: #dc3545 !important;
}

.progress-bar.bg-warning {
    background-color: #ffc107 !important;
}

.progress-bar.bg-success {
    background-color: #28a745 !important;
}

.input-group-text.password-match-indicator {
    background-color: #f8f9fa;
    border-color: #ced4da;
}

.nublogin-form .form-group {
    margin-bottom: 1.5rem;
}

#show-password {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
@media (max-width: 576px) {
    .security-step {
        margin-bottom: 20px !important;
    }

    .password-security-info {
        padding: 15px;
        margin-bottom: 20px;
    }
}
