.set_auth .alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: top calc(1.5rem + 0.375em) left calc(1rem + 0.375em);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding: 1.5rem 1rem;
    padding-left: calc(1.5rem + 1.5em + 0.25em);
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert--title {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.6;
    color: white;
    margin-bottom: 0;
}

.alert--title+.alert--description {
    margin-bottom: 0.25rem;
}

.alert--description {
    color: var(--exl-neutral-gray-200);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.alert--actions a.btn {
    margin-top: 0 !important;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    color: inherit;
}

.alert--close {
    padding-left: 30px;
    border-left: 1px solid transparent;
}

.alert--close>svg {
    cursor: pointer;
}

.alert__danger {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667H9.00833M8.16667 9H9V12.3333H9.83333M16.5 9C16.5 13.1421 13.1421 16.5 9 16.5C4.85786 16.5 1.5 13.1421 1.5 9C1.5 4.85786 4.85786 1.5 9 1.5C13.1421 1.5 16.5 4.85786 16.5 9Z' stroke='%23EC4046' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    color: var(--exl-white);
    background-color: var(--exl-primary-red-1000);
    border: 1px solid var(--exl-primary-red-900);
}

.alert__danger .alert--close {
    border-color: var(--exl-primary-red-900);
}

.alert__success {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667H9.00833M8.16667 9H9V12.3333H9.83333M16.5 9C16.5 13.1421 13.1421 16.5 9 16.5C4.85786 16.5 1.5 13.1421 1.5 9C1.5 4.85786 4.85786 1.5 9 1.5C13.1421 1.5 16.5 4.85786 16.5 9Z' stroke='%231BBC82' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    color: var(--exl-white);
    background-color: rgba(10, 70, 49, 0.6);
    border: 1px solid var(--exl-success-green-700);
}

.alert__success .alert--actions a.btn {
    color: var(--exl-success-green-400);
    margin-right: 1.25rem;
}

.alert__warning {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667H9.00833M8.16667 9H9V12.3333H9.83333M16.5 9C16.5 13.1421 13.1421 16.5 9 16.5C4.85786 16.5 1.5 13.1421 1.5 9C1.5 4.85786 4.85786 1.5 9 1.5C13.1421 1.5 16.5 4.85786 16.5 9Z' stroke='%23C68E20FF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    color: var(--exl-white);
    background-color: var(--exl-warning-yellow-800);
    border: 1px solid var(--exl-warning-yellow-700);
}

.alert__warning .alert--close {
    border-color: var(--exl-warning-yellow-600);
}

.rounded-2 {
    border-radius: 0.5rem !important;
}

.checkout .user {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--exl-neutral-gray-1000);
    border: 1px solid var(--exl-neutral-gray-800);
    transition: all 0.2s;
}

.checkout .user--register-form .user--form-inputs {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: var(--exl-neutral-gray-1000);
    border: 1px solid var(--exl-neutral-gray-800);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 1rem;
}

.checkout .user:hover:not(.user__logged-in),
.checkout .user:focus-within:not(.user__logged-in),
.checkout .user--register-form .user--form-inputs:hover,
.checkout .user--register-form .user--form-inputs:has(.form-control:focus-within),
.checkout .user--login-area__invalid,
.checkout .user--register-area__invalid .user--form-inputs {
    background-color: var(--exl-neutral-gray-950);
}

.checkout .user--login-area {
    padding: 1.25rem 2.5rem;
}

.checkout .user--login-area__invalid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.checkout .user--register {
    height: 100%;
    width: 100%;
    padding: 1rem;
}

.checkout .user--register-area {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1008px;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
}

.checkout .user--login-form input:-webkit-autofill,
.checkout .user--login-form input:-webkit-autofill:focus,
.checkout .user--register-form input:-webkit-autofill,
.checkout .user--register-form input:-webkit-autofill:focus {
    -webkit-transition: background-color 0s 600000s, color 0s 600000s;
    transition: background-color 0s 600000s, color 0s 600000s;
}

.checkout .user--login-form label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
}

.checkout .user--register-form label {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.7;
    color: white;
}

.checkout .user--login-form .form-control:not(textarea),
.checkout .user--register-form .form-control:not(textarea) {
    height: 48px;
    background-color: var(--exl-neutral-gray-1000) !important;
    border: 1px solid var(--exl-neutral-gray-700) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 0.5rem !important;
}

.checkout .user--login-form .form-control:hover,
.checkout .user--login-form .form-control:focus,
.checkout .user--register-form .form-control:hover,
.checkout .user--register-form .form-control:focus {
    background-color: var(--exl-neutral-gray-800) !important;
    border: 1px solid var(--exl-neutral-gray-500) !important;
    color: var(--exl-white) !important;
}

.checkout .user--login-form .input-group-text,
.checkout .user--register-form .input-group-text {
    background-color: var(--exl-neutral-gray-1000);
    border: 1px solid var(--exl-neutral-gray-700);
}

.checkout .user--login-form .invalid-feedback,
.checkout .user--register-form .invalid-feedback {
    padding-left: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    color: var(--exl-white);
    margin-top: 0.5rem;
}

.checkout .user--login-form .form-control + .form-text {
    margin-top: 8px;
}

.checkout .user--login-form .form-inline,
.checkout .user--register-form .form-inline,
.checkout .user--register-form .form-inline + .password-generate-link {
    margin-bottom: 32px;
}

.checkout .user--register-form .form-inline:has(+ .password-strength-meter) {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .checkout .user--register-form .form-inline:has(+ .password-generate-link) {
        margin-bottom: 0;
    }
}

.user--register-form .iradio_square-blue,
.user--register-form .icheckbox_square-blue {
    border-radius: 4px;
}

.checkout .user .alert {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    margin-bottom: 32px;
}

.checkout .user .alert-danger {
    color: var(--exl-white);
    background-color: rgba(98, 16, 16, 0.6);
    background-image: url("data:image/svg+xml,%3Csvg class='mr-2' width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.66667H9.00833M8.16667 9H9V12.3333H9.83333M16.5 9C16.5 13.1421 13.1421 16.5 9 16.5C4.85786 16.5 1.5 13.1421 1.5 9C1.5 4.85786 4.85786 1.5 9 1.5C13.1421 1.5 16.5 4.85786 16.5 9Z' stroke='%23EC4046' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    border: 1px solid var(--exl-primary-red-900);
    padding-left: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: left calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.checkout .user__logged-out {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
}

.checkout .user__logged-in {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 1008px;
    padding: 48px;
    color: var(--exl-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout .user--icon {
    margin: 0 auto 16px auto;
}

.checkout .user--title {
    font-size: 24px;
    font-weight: 500;
}

.checkout .user--text {
    color: var(--exl-neutral-gray-400);
}

.checkout .user .btn--logout {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    color: var(--exl-primary-red-500);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0em;
    text-decoration: none;
    margin-top: 2rem;
}

.checkout .user .btn--logout:focus,
.checkout .user .btn--logout:focus-visible {
    border-color: transparent;
    outline: none;
}

.checkout .user .btn--logout:hover {
    text-decoration: underline;
}

.checkout .user .generate-password {
    color: var(--exl-neutral-gray-300);
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-decoration: underline;
    background-color: transparent;
    border: none;
    padding: 0;
}

.checkout .user .generate-password:hover {
    color: var(--exl-white);
}

.checkout .user .generate-password:focus,
.checkout .user .generate-password:focus-visible {
    border-color: transparent;
    outline: none;
}

.checkout .user--already-have-account {
    color: var(--exl-neutral-gray-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

.checkout .user--already-have-account .btn-sign-in {
    color: var(--exl-white);
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.checkout .user--already-have-account .btn-sign-in:hover {
    text-decoration: underline;
}

.checkout .user--already-have-account .btn-sign-in:focus,
.checkout .user--already-have-account .btn-sign-in:focus-visible {
    border-color: transparent;
    outline: none;
}
