.hide-modal-link:before {
    content: '';
    display: inline-block;
    height: 11px;
    margin-bottom: -1px;
    margin-right: 8px;
    aspect-ratio: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 15 15'%3E%3Cpath fill='none' stroke='black' stroke-linecap='square' d='M10 14L3 7.5L10 1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

#modal-login-register .basic-btn-secondary {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border-color: #000000;
}

#modal-login-register .modal-body
{
    padding: 30px 10px;
}

#modal-login-register .modal-header {
    padding: 6px 10px 15px 10px;
}

.modal-section {
    border: 1px solid #E1E1E1;
    padding: 19px 13px;
    margin-bottom: 16px;
}

.modal-section h4, .modal-section .h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

#modal-login-register .login-form .form-group {
    margin-top: 30px;
}

#modal-login-register .modal-dialog.modal-fullscreen {
    width: 100vw;
    max-width: initial;
    min-height: 100vh;
    margin: 0;
}

#modal-login-register .modal-content {
    position: absolute;
    height: 100%;
    border-radius: initial;
    min-height: 100vh;
}

#modal-login-register .section-register p.light {
    margin-top: 25px;
}

#modal-login-register #register-form {
    margin-top: 30px;
}

#modal-login-register label.control-label {
    font-weight: 300;
}

#modal-login-register .radio-inline {
    padding-left: 0;
    font-weight: 300;
}

#modal-login-register .radio-list {
    margin: 12px 0 25px 0;
}

#modal-login-register div.form-group:has(.checkbox-list) {
    margin-top: 40px;
}

#modal-login-register .checkbox-list .checkbox {
    margin: 30px 0;
}

#modal-login-register .checkbox-list .checkbox span {
    font-weight: 300;
}

#modal-login-register #create-account-btn {
    margin-top: 28px;
}

#modal-login-register .consent {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 300;
}

#modal-login-register .consent a {
    text-decoration: underline;
    font-weight: 400;
}

#modal-login-register .section-checkout-no-login p {
    margin: 22px 0 28px 0;
}

#modal-login-register #register-form .field-default_agreement {
    margin-bottom: 30px;
    --form-input-height: 45px;
}

#modal-login-register .section-password-reset-request h4,
#modal-login-register .section-password-reset-info h4,
#modal-login-register .section-register-info h4,
#modal-login-register .section-password-reset-request .h4,
#modal-login-register .section-password-reset-info .h4,
#modal-login-register .section-register-info .h4 {
    margin-bottom: 22px;
}

#modal-login-register .section-password-reset-info .check-email,
#modal-login-register .section-register-info .check-email {
    margin-bottom: 30px;
}

#modal-login-register #password-reset-form {
    margin-top: 30px;
}

#modal-login-register p.light {
    font-weight: 300;
}

#modal-login-register #password-reset-request-form {
    margin-top: 20px;
}

.password-reset-link {
    display: block;
    text-align: center;
    text-decoration: underline;
    font-weight: 400;
    margin: 20px auto 35px auto;
    cursor: pointer;
    width: fit-content;
    text-wrap: nowrap;
}

.external-login-options .external-login-options-text {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 20px;
}

.external-login-options .external-login-options-text > span {
    position: absolute;
    margin-top: -8px;
    background-color: white;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding: 0 15px;
    font-weight: 300;
}

.external-login-options-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 30px;
    gap: 17px;
}

.external-login-option {
    display: block;
    height: 42px;
    aspect-ratio: 1;
    padding: 10px;
    border: 1px solid #000000;
}

#modal-login-register #account-creation-benefits {
    list-style-type: none;
    padding: 20px 0 0 0;
    margin: 0;
}

#modal-login-register #account-creation-benefits li {
    font-weight: 300;
    padding: 5px 0;
}

#modal-login-register #account-creation-benefits li iconify-icon {
    color: #a2a2a2;
    margin-right: 13px;
}

@media screen and (min-width: 992px) {
    #modal-login-register .modal-content {
        position: relative;
    }
    #modal-login-register #account-creation-benefits li {
        display: inline-block;
        width: 48%;
    }

    #modal-login-register #account-creation-benefits li:nth-child(even) {
        float: right;
    }

    #modal-login-register .modal-header,
    #modal-login-register .modal-body {
        position: relative;
        width: 1170px;
        padding: 25px 0 0 0;
        margin-left: auto;
        margin-right: auto;
    }

    #modal-login-register .modal-body {
        padding-top: 60px;
        width: fit-content;
    }

    #modal-login-register .sections {
        display: flex;
        gap: 16px;
    }

    #modal-login-register .modal-section {
        padding: 30px 25px;
        width: 577px;
        margin-left: auto;
        margin-right: auto;
    }

    #modal-login-register .password-reset-link {
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 993px) {
    #modal-login-register .modal-content {
        position: fixed;
        height: var(--app-height);
        min-height: unset;
        bottom: unset;
        top: calc(100vh - var(--app-height));
    }
}
