.clickable {
    cursor: pointer !important;
}

/*----- select2 customization -----*/
.select2-container--default .select2-selection--single {
    height: 38px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px;
    }
/*----- end select2 customization -----*/

/*----- smartwizard customization -----*/
:root {
    /*Base*/
    --red: #dc121a;
    --red-dark: #a80e13;
    --red-light: #fff0f0;
    --ink: #1a1a2e;
    --ink-mid: #3d3d55;
    --ink-soft: #6b7280;
    --surface: #ffffff;
    --surface-2: #f9fafb;
    --border: #e5e7eb;
    --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
    --shadow-md: 0 4px 16px rgba(0,0,0,.10);
    --shadow-lg: 0 12px 40px rgba(0,0,0,.14);
    --radius: 14px;
    --radius-sm: 8px;
    --transition: .22s cubic-bezier(.4,0,.2,1);
    /*SmartWizard*/
    --sw-border-color: #eeeeee;
    --sw-toolbar-btn-color: #ffffff;
    --sw-toolbar-btn-background-color: #dc121a;
    --sw-anchor-default-primary-color: #f8f9fa;
    --sw-anchor-default-secondary-color: #b0b0b1;
    --sw-anchor-active-primary-color: #dc121a;
    --sw-anchor-active-secondary-color: #ffffff;
    --sw-anchor-done-primary-color: #f0b2b5;
    --sw-anchor-done-secondary-color: #fefefe;
    --sw-anchor-disabled-primary-color: #f8f9fa;
    --sw-anchor-disabled-secondary-color: #dbe0e5;
    --sw-anchor-error-primary-color: #dc3545;
    --sw-anchor-error-secondary-color: #ffffff;
    --sw-anchor-warning-primary-color: #ffc107;
    --sw-anchor-warning-secondary-color: #ffffff;
    --sw-progress-color: #dc121a;
    --sw-progress-background-color: #f8f9fa;
    --sw-loader-color: #dc121a;
    --sw-loader-background-color: #f8f9fa;
    --sw-loader-background-wrapper-color: rgba(255, 255, 255, 0.7);
}

.app-header {
    background-color: #dc121a;
    padding-top: max(env(safe-area-inset-top), 0px);
}

@media (max-width: 44em) {
    html {
        background-color: #dc121a;
    }

    .sticky .app-header {
        position: fixed;
        top: 0;
        width: 100vw;
        height: calc(5rem + env(safe-area-inset-top));
        z-index: 999;
        box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
    }

    .sticky .app-content {
        margin-top: calc(5.3rem + env(safe-area-inset-top));
    }
}

@media (max-width: 25em) {
    html {
        font-size: 90%;
    }
}

/*----- end smartwizard customization -----*/

/*----------------------------------------------------------------------------------------------------*/

/*----- BODY -----*/

body {
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

main {
    background: url(../assets/img/bg_cover.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.text-brand {
    color: #dc121a
}

.sidebar-overlay {
    display: none !important;
}

.required::after {
    font-weight: bold;
    color: #D62929;
    content: "*";
    position: relative;
    top: 0.1rem;
    left: 0.2rem;
}

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

    #cover-spin::after {
        content: '';
        display: block;
        position: absolute;
        left: 48%;
        top: 40%;
        width: 40px;
        height: 40px;
        border: 4px solid var(--red-light);
        border-top: 4px solid var(--red);
        border-radius: 50%;
        animation: spin .8s linear infinite;
    }

.toast-success {
    background-color: #51A351 !important;
}

.error {
    border: 1px solid #D62929 !important;
}

@media (max-width: 44em) {
    :root {
        --bs-body-font-size: 0.85rem !important;
    }

    h3 {
        font-size: 1.2rem !important;
    }

    h5 {
        font-size: 1rem !important;
        font-weight: 600 !important;
    }

    .form-checkbox[type=checkbox] {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }
}

/*----- END BODY -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- MODAL -----*/

.modal-content {
    border-radius: 14px;
    padding: 10px;
}

.modal {
    overflow: auto !important;
}

:nth-child(2 of .modal) {
    z-index: 1060 !important;
}

:nth-child(2 of .modal-backdrop) {
    z-index: 1059 !important;
}

:nth-child(3 of .modal) {
    z-index: 1065 !important;
}

:nth-child(3 of .modal-backdrop) {
    z-index: 1064 !important;
}

:nth-child(4 of .modal) {
    z-index: 1070 !important;
}

:nth-child(4 of .modal-backdrop) {
    z-index: 1069 !important;
}

:nth-child(5 of .modal) {
    z-index: 1075 !important;
}

:nth-child(5 of .modal-backdrop) {
    z-index: 1074 !important;
}

.select2-container--open {
    z-index: 1111;
}

.confirm-paragraph {
    font-size: .9rem;
    line-height: 1.5;
    color: #333;
}

    .confirm-paragraph strong {
        color: #000;
    }

    .confirm-paragraph br {
        margin-bottom: 6px;
    }

.data-protect-regulation-paragraph {
    background-color: #fcf4b9;
    padding: 1rem;
    border: 1px solid #d4c78a;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #333;
    border-radius: 5px;
}

/*----- END MODAL -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- INDEX -----*/
.btn-back {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .85rem;
    font-weight: 600;
    color: var(--red);
    background: none;
    border: none;
    padding: .6rem 0.4rem;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background var(--transition), color var(--transition);
    letter-spacing: .2px;
}

    .btn-back:hover {
        background: var(--red-light);
    }

.product-list .product-container:nth-child(odd) img {
    max-height: 4rem;
    max-width: 4rem;
}

.product-list .product-container:nth-child(even) img {
    max-height: 3.5rem;
    max-width: 3.5rem;
}

.product-list {
    margin-top: 4rem;
    display: grid;
    column-gap: 2rem;
    row-gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
}

.product-container {
    padding: 0.8rem 1.5rem !important;
    border: 2px solid #ededed;
    border-radius: 2rem;
    min-height: 6rem;
    gap: 1rem;
    background-color: #fff;
    transition: .2s ease-in-out;
    align-content: center;
}

    .product-container:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 18px rgba(0,0,0,.12);
    }

        .product-container:hover .img-link {
            color: #dc121a;
        }

            .product-container:hover .img-link img {
                transform: scale(1.05);
                outline: none;
            }

.img-link {
    display: flex;
    gap: 2rem;
    cursor: pointer;
    text-decoration: unset;
    color: #000;
    transition: color .2s ease-in-out;
}

    .img-link span {
        display: inline-block;
        align-content: center;
    }

    .img-link img {
        display: block;
        transition: transform .3s ease-in-out;
    }

    .img-link:focus-visible {
        box-shadow: 0 0 0 4px rgba(0,123,255,.18);
    }

.product-info {
    align-content: center;
}

    .product-info h4 {
        font-size: 1rem;
        margin-bottom: 0.25rem;
        font-weight: 700;
    }

    .product-info p {
        margin: unset;
    }

@media (max-width: 44em) {
    .product-container {
        padding: 1.2rem 1.5rem !important;
    }

    .img-link {
        gap: 1.5rem;
    }

    .product-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 2rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

        .product-list .product-container img {
            max-height: 3.5rem !important;
            max-width: 3.5rem !important;
        }
}

/*----- END INDEX -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- PRODUCT INTRO -----*/

.intro-list .intro-container img {
    max-height: 4rem;
    max-width: 4rem;
}

.intro-list {
    margin-top: 2rem;
    display: grid;
    column-gap: 2rem;
    row-gap: 2rem;
}

.intro-container {
    padding: 0.8rem 1.5rem !important;
    border: 2px solid #ededed;
    border-radius: 0.5rem;
    height: fit-content;
    gap: 1rem;
    background-color: #fff;
    transition: .2s ease-in-out;
}

    .intro-container:hover .img-link {
        color: unset;
    }

.intro-info {
    align-content: center;
}

    .intro-info p {
        margin: unset;
        color: #767676;
    }

.buy-now {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0.8rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
}

    .buy-now .sticky-btn {
        padding: 0.5rem 25%;
        background: #dc121a;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 1rem;
        cursor: pointer;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        text-decoration: unset;
    }

@media (max-width: 44em) {

    .intro-container {
        padding: 1rem 0.8rem !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    }

    .intro-info h4 {
        font-size: 1rem;
        margin-bottom: 0.25rem;
    }

    .intro-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 1rem;
        margin-top: 1rem;
    }

        .intro-list .intro-container img {
            max-height: 3.5rem !important;
            max-width: 3.5rem !important;
        }
}

/*----- END PRODUCT INTRO -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- FORM -----*/

.form-label {
    font-weight: bold;
}

/*----- END FORM -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- PREMIUM PREVIEW -----*/

.custom-form-group {
    box-shadow: 0 1.5px 4px #272a431c, 0 0 3px .25px #272a432e;
    background-color: #fff;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #c2c2c2;
    border-radius: .5rem;
    padding: 2rem 1rem 1rem 1rem;
    margin-bottom: 1rem !important;
}

    .custom-form-group .header {
        position: absolute;
        top: -1rem;
        left: auto;
        right: auto;
        bottom: auto;
        padding: .2rem .5rem;
        background-color: #f8f9fa;
        color: #dc121a;
        border-style: double;
        border-width: .3rem;
        border-color: #a6a2a2;
        border-radius: .2rem;
        font-size: .9rem;
        font-weight: 700;
    }

    .custom-form-group h4 {
        padding-left: .5rem;
        margin-bottom: 1rem;
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: underline;
        color: #dc121a;
    }

    .custom-form-group label {
        font-size: .8rem;
    }

/*----- END PREMIUM PREVIEW -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- OCR -----*/

.ocr-desc {
    font-size: 0.8rem;
}

.vehicle-regis-img {
    background-color: #d4d4d4;
    max-width: 7rem;
    max-height: 4rem;
    object-fit: contain;
    padding: 0.3rem;
    border-radius: 8px;
}

.taken-img-front {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/img/vehicle_regis_front.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.taken-img-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/img/vehicle_regis_back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.id-taken-img-front {
    background-image: url(../assets/img/citizen_identity_front.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.id-taken-img-back {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../assets/img/citizen_identity_back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.vehicle-taken-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../assets/img/add_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*----- END OCR -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- RESERVE -----*/

.sub-info-header {
    background: #fff8f8;
}

.toggle-icon {
    transition: transform 0.25s ease;
}

    .toggle-icon.open {
        transform: rotate(180deg);
    }

.radio-card-group {
    display: flex;
    gap: 16px;
}

.radio-card {
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 0.5rem;
    width: 10rem;
    transition: 0.2s;
}

    .radio-card input[type="radio"] {
        display: none;
    }

.radio-card-body {
    text-align: left;
    display: flex;
    gap: .5rem;
}

    .radio-card-body i {
        padding-top: .05rem;
    }

    .radio-card-body p {
        margin-bottom: 0;
    }

.radio-card:hover {
    border-color: #dc121a;
}

.radio-card input[type="radio"]:checked + .radio-card-body,
.radio-card input[type="radio"]:checked ~ .radio-card-body {
    border-color: #dc121a;
}

    .radio-card input[type="radio"]:checked ~ .radio-card-body i {
        color: #dc121a;
    }

.radio-card:has(input[type="radio"]:checked) {
    border: 2px solid #dc121a;
    background-color: #fff5f5;
}

.ocr-group {
    padding: 1rem;
    background: var(--surface-2);
    border-radius: 1rem;
}

/*----- END RESERVE -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- CONFIRMINFO -----*/

.cfm-card {
    max-width: 680px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
}

.cfm-header {
    background: #dc3545;
    padding: 1rem 1.5rem;
    text-align: center;
}

.cfm-header-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.04em;
}

.cfm-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cfm-section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
}

.cfm-section-bar {
    width: 3px;
    height: 16px;
    background: #dc3545;
    border-radius: 2px;
    flex-shrink: 0;
}

.cfm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.cfm-tile {
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 8px;
    padding: 10px 12px;
}

.cfm-tile--full {
    grid-column: 1 / -1;
}

.cfm-tile-label {
    font-size: 0.7rem;
    color: #9ca3af;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.cfm-tile-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    word-break: break-word;
}

.cfm-tile-value--mono {
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.04em;
}

.cfm-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff5f5;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 8px;
}

.cfm-total-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #7f1d1d;
}

.cfm-total-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #dc3545;
}

.cfm-captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
}

.cfm-captcha-hint {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0;
    text-align: center;
}

.cfm-captcha-img {
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.cfm-captcha-input {
    width: 130px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 8px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 6px 10px;
    outline: none;
    transition: border-color 0.15s;
}

    .cfm-captcha-input:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
    }

.cfm-captcha-btn {
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 28px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, transform 0.1s;
}

    .cfm-captcha-btn:hover {
        background: #b91c2c;
    }

    .cfm-captcha-btn:active {
        transform: scale(0.97);
    }

.cfm-footer {
    padding: 0.75rem 1.5rem;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
    text-align: center;
    font-size: 0.75rem;
    color: #9ca3af;
}

@media (max-width: 44em) {
    .cfm-grid {
        grid-template-columns: 1fr;
    }

    .cfm-tile--full {
        grid-column: 1;
    }
}

/*----- END CONFIRMINFO  -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- OTP VALIDATION -----*/

.main-member-box {
    border-radius: 1rem;
    background: #ffffff;
    padding: 1rem 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    border: 1px solid #e9ecef;
}

    .main-member-box h5 {
        font-weight: 700;
        color: #d9534f;
        margin-bottom: 1rem;
    }

.main-member-row {
    margin-bottom: .45rem;
}

    .main-member-row .label {
        font-weight: 700;
        font-size: 1rem;
    }

        .main-member-row .label i {
            color: #dc3545;
        }

    .main-member-row .value {
        font-weight: 600;
        color: #6c757d;
        margin-top: .3rem;
        margin-left: 1.5rem;
    }

.temp-member-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f8f9fa;
    border-radius: .25rem;
    padding: .5rem .6rem;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: all .25s ease;
    color: #d9534f;
    font-size: 1rem;
    font-weight: 500;
}

    .temp-member-card:hover {
        background: #e9ecef;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

.collapse-toggle {
    cursor: pointer;
    color: #dc3545;
    font-weight: 600;
    user-select: none;
    display: block;
    margin-bottom: 1rem;
    text-decoration: underline;
}

    .collapse-toggle i {
        display: inline-block;
        transition: transform .25s ease;
    }

    .collapse-toggle.collapsed i {
        transform: rotate(0deg);
    }

    .collapse-toggle:not(.collapsed) i {
        transform: rotate(90deg);
    }

/*----- END OTP VALIDATION -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- PAYMENT -----*/

.qr-preview-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-preview-content {
    text-align: center;
    padding: 16px;
}

    .qr-preview-content img {
        max-width: 85vw;
        max-height: 65vh;
        border-radius: 16px;
        background: #fff;
        padding: 12px;
    }

#checking-status {
    animation: bounceText 0.8s infinite alternate ease-in-out;
}

@keyframes bounceText {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-3px);
    }
}

/*----- END PAYMENT -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- HEADER -----*/

.header-logo {
    height: 6rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

.header-center {
    min-width: 25rem;
}

.header-company_name {
    padding: 1rem;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    max-width: 40rem;
    text-align: center;
}

.header-links {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0.75rem;
}

    .header-links a {
        font-size: 1.2rem;
        color: #ededed;
        text-decoration: unset;
        display: inline-block;
        transition: transform 0.15s ease, text-decoration 0.15s ease;
    }

        .header-links a:hover {
            transform: scale(1.1);
            color: #fff;
            text-decoration: underline;
        }

.nav-icon {
    width: 30px;
    position: relative;
    cursor: pointer;
    display: none;
    align-items: center;
    padding: 1rem 0 1rem;
    z-index: 9999;
}

    .nav-icon span {
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 1px;
        transition: all 0.3s ease-in-out;
        top: 50%;
        transform: translateY(-50%);
    }

        .nav-icon span:before,
        .nav-icon span:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #fff;
            border-radius: 1px;
            transition: all 0.3s ease-in-out;
        }

        .nav-icon span:before {
            top: -8px;
        }

        .nav-icon span:after {
            bottom: -8px;
        }

    .nav-icon.active span {
        background-color: transparent;
    }

        .nav-icon.active span:before {
            top: 0;
            transform: rotate(45deg);
            background-color: #767676;
        }

        .nav-icon.active span:after {
            bottom: 0;
            transform: rotate(-45deg);
            background-color: #767676;
        }

@media (max-width: 75em) {
    .header-company_name {
        font-size: 1.5rem;
        max-width: 32rem;
    }

    .header-center {
        min-width: 20rem;
    }

    .header-links a {
        font-size: 1rem;
    }
}

@media (max-width: 34em) {
    .app-header .container-fluid {
        padding: 0.5rem 1rem !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .app-header .container-fluid div:first-child img {
            height: 60% !important;
        }

    .app-header .container-fluid {
        font-size: 1.2rem !important;
    }

    .header-center {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 1rem;
        flex: 1;
        min-width: 16rem;
    }

    .header-logo {
        height: 3.25rem;
    }

    .header-company_name {
        font-size: 1rem;
        text-align: end;
        margin-bottom: 0 !important;
        max-width: 18rem;
        color: #fff;
        padding: 0.75rem 1rem !important;
    }

    .nav-icon {
        display: flex;
    }

    .header-links {
        display: none !important;
    }
}

/*----- END HEADER -----*/

/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

/*----- SMARTWIZARD -----*/

.sw-theme-dots > .nav .nav-link::after {
    border: unset !important;
}

@media (max-width: 34em) {
    :root {
        --sw-anchor-default-primary-color: #808080;
        --sw-anchor-default-secondary-color: #fff;
        --sw-anchor-active-primary-color: #fff;
        --sw-anchor-active-secondary-color: #ff2b2b;
        --sw-progress-color: #ff2b2b;
        --sw-loader-color: #ff2b2b;
    }

    .sw > .nav {
        flex-direction: unset !important;
    }

    .sw-theme-dots > .nav {
        margin-bottom: 1.5rem;
    }

        .sw-theme-dots > .nav::before {
            bottom: 30%;
            top: unset;
            left: unset;
            width: calc(100% - 6rem);
            height: .3rem;
            margin-left: 3rem
        }

    .sw-theme-dots > .nav-progress::after {
        bottom: 30%;
        top: unset;
        left: unset;
        width: calc(var(--sw-progress-width) - 6rem);
        height: .3rem;
        margin-left: 3rem
    }

    .sw-theme-dots > .nav .nav-link.done::after {
        border: 3px solid #ff2b2b !important;
    }

    .sw-theme-dots > .nav .nav-link.active::after {
        border: 3px solid #ff2b2b !important;
    }

    .sw-theme-dots > .nav .nav-link::after {
        border: 3px solid #808080 !important;
        left: 25%;
    }

    .sw-theme-dots > .nav .nav-link {
        text-align: center !important;
    }

        .sw-theme-dots > .nav .nav-link > .num {
            left: 25%;
        }

        .sw-theme-dots > .nav .nav-link > .title {
            display: none;
        }
}

@media (max-width: 25em) {
    .sw-theme-dots > .nav::before {
        bottom: 40%;
    }

    .sw-theme-dots > .nav .nav-link::after {
        width: 40px;
        height: 40px;
    }

    .sw-theme-dots > .nav .nav-link > .num {
        left: 20%;
    }
}

/*----- END SMARTWIZARD -----*/
