/* COMMON STYLE TEMPLATE */
.text-underline {
    text-decoration: underline;
}

.vertical-rl {
    writing-mode: vertical-rl;
}

.tax-include {
    color: var(--color-text-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.img-wrap {
    position: relative;
    height: auto;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 56.25%;
}

.img-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.swal2-container {
    z-index: 3060 !important;
}

.form-input-custom {
    width: 100%;
    height: 40px;
    padding: 0 18px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    font-size: 14px;
    line-height: 28px;
    color: #000 !important;
}

.form-input-custom[type="password"] {
    font-family: var(--body-font);
}

.form-input-custom::placeholder {
    color: #E7E7E7;
}

.form-check-input-custom {
    width: 18px;
    height: 18px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    border-radius: 0 !important;
}

.form-checkout-input {
    display: flex;
    width: 100%;
    padding: 16px !important;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--form-input-checkout-border-color) !important;
    background: #FFF !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    color: #000 !important;
    line-height: normal !important;
}

.form-checkout-input::placeholder {
    color: #B1B0AF;
}

.btn-template-custom {
    width: 218px;
    height: 40px;
    border: 1px solid var(--border-button-primary);
    background: var(--bg-button-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    line-height: 28px;
    margin: 0 auto;
}

.btn-template-custom-outline {
    width: 218px;
    height: 40px;
    border: 1px solid var(--border-button-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-button-color-primary);
    font-size: 14px;
    line-height: 28px;
    margin: 0 auto;
}

.cursor-default {
    cursor: default;
}

a.text-underline:hover {
    text-decoration: underline;
}

.header-template {
    width: 100%;
    height: 100px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
}

.header-template .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-template .header-logo {
    background: #FFF;
    padding: 0 40px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-template .header-logo a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-template .header-menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.header-template .header-menu-list li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 28px */
}

.header-template .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.header-template .header-right-action a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 24px;
    font-size: 40px;
    line-height: 24px;
    color: #fff;
}

.header-template .header-action-mobile {
    display: none;
}

.header-template-mobile {
    display: none;
}

.auth-area {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url('/assets/tenant/frontend/img/bg-image-auth.png'), lightgray -192.365px -339.467px / 138.919% 175.406% no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: calc(100vh - 100px);
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.auth-area .auth-card {
    position: relative;
    max-width: 472px;
    background: #fff;
    margin: 0 auto;
    border-radius: 8px;
    padding: 40px;
}

.auth-area h4.title {
    color: #333 !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.auth-area .form-group label {
    color: var(--color-text-primary);
    font-size: 14px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 28px */
    margin-bottom: 0;
}

.auth-area .txt-link-forgot-pass {
    color: #3C3A36;
    font-family: var(--font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.auth-area .forget-success-wrapper .text-forget-success {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 1.2px;
    margin-bottom: 40px;
}

.auth-area .forget-success-wrapper a.btn-template-custom:hover {
    color: #fff;
}

.auth-area .reset-password-wrapper .btn-wrapper {
    margin-top: 40px;
}

.auth-area .forgot-wrapper {
    margin-top: 8px;
}

.auth-area .alert {
    padding: 8px;
}

.auth-area .error-wrap ul li,
.auth-area .alert {
    font-size: 14px;
}

.auth-area .alert li {
    white-space: pre-line;
}

.auth-area .btn-wrapper .btn-template-custom.success {
    font-size: 12px;
}

.auth-area .alert.alert-danger p {
    color: #842029 !important;
}

@media screen and (max-width: 992px) {
    .header-responsive {
        height: 160px;
    }
    .header-responsive .header-logo {
        padding: 0 20px;
        height: 67px;
    }
    .header-responsive .header-logo a {
        color: var(--primary-color);
        font-size: 48px;
        line-height: 67px;
    }
    .header-responsive .header-menu {
        display: none;
    }
    .header-template .header-action-mobile {
        display: block;
        text-align: right;
    }
    .header-template .header-action-mobile button {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        box-shadow: none;
        cursor: pointer;
    }
    .header-template .header-action-mobile span:nth-child(1) {
        width: 104px;
        height: 9.244px;
        background: #fff;
        margin-bottom: 16px;
    }
    .header-template .header-action-mobile span:nth-child(2) {
        width: 60.089px;
        height: 9.244px;
        background: #fff;
    }
    .header-template .header-action-mobile span:nth-child(3) {
        color: #fff;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 50.4px;
    }

    /* Menu Mobile */
    .header-template-mobile {
        display: block;
    }
    .header-template-mobile.header-menu-mobile {
        background: #dde1df;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(120%);
        transition: transform 0.4s ease-in-out;
        z-index: 9999;
    }
    .header-template-mobile.header-menu-mobile.show {
        transform: translateX(0%);
    }

    .header-template-mobile.header-menu-mobile .btn-close-menu-mobile {
        position: absolute;
        top: 80px;
        right: 80px;
        box-shadow: none;
    }

    .header-template-mobile.header-menu-mobile .header-menu {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .header-template-mobile.header-menu-mobile .header-menu li a {
        color: #000;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 57.6px;
    }
}

@media screen and (max-width: 768px) {
    /* HEADER */
    .header-template .header-right-action a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 69px;
        font-size: 60px;
        line-height: 69px;
    }
    .header-template .header-right-action.my-cart a {
        height: 65px;
        line-height: 65px;
    }
    /* End HEADER */
    .auth-area {
       height: auto;
       padding: 80px 15px 217px;
    }
    .auth-area .auth-card {
        width: 100%;
        padding: 32px 16px;
    }
    .auth-area h4.title {
        font-size: 18px;
    }
    .auth-area .forget-success-wrapper .text-forget-success {
        font-size: 13px;
        line-height: 180%; /* 50.4px */
    }
    .auth-area .btn-wrapper .btn-template-custom {
        width: 100% !important;
        height: 50px;
    }
    .auth-area .forget-success-wrapper .btn-wrapper .btn-template-custom {
        width: 218px !important;
        height: 40px !important;
    }

    .container, .container-sm {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 650px) {
    .header-responsive {
        height: 120px;
    }
    .header-responsive .header-logo {
        height: 37px;
    }
    .header-responsive .header-logo a {
        font-size: 24px;
        line-height: 37px;
    }
    .header-template .header-action-mobile span:nth-child(1) {
        width: 64px;
    }
    .header-template .header-action-mobile span:nth-child(2) {
        width: 34.089px;
    }
    .header-template .header-action-mobile span:nth-child(3) {
        font-size: 20px;
    }
    .header-template-mobile.header-menu-mobile .btn-close-menu-mobile {
        top: 20px;
        right: 20px;
    }
    .header-template-mobile.header-menu-mobile .header-menu {
        gap: 20px;
    }
    .header-template-mobile.header-menu-mobile .header-menu li a {
        font-size: 24px;
        line-height: 48px;
    }
}
