

/*.inter-tight-<uniquifier > {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: ;
    font-style: normal;
}*/
body {
    font-family: "Inter Tight", sans-serif !important;
    background: #fff;
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    justify-content: center;
    background: #e0e9f3;
    border-radius: 40px;
    margin: 20px auto 0 auto;
    width: fit-content;
    min-width: 320px;
    max-width: 98vw;
    padding: 8px 0;
    gap: 0;
}

    .navbar a {
        /* ...existing code... */
        min-width: 180px;
        padding: 2px 2px;
        font-size: 1rem;
        font-weight: 600;
        white-space: normal;
        text-align: center;
    }

    .navbar a {
        background: #e0e9f3;
        color: #003F62;
        border: none;
        border-radius: 30px;
        padding: 10px 10px;
        margin: 0 16px;
        cursor: pointer;
        font-weight: 700;
        position: relative;
        transition: color 0.2s, background 0.3s, box-shadow 0.3s;
        z-index: 1;
    }

        .navbar a.active {
            background: #003F62;
            color: #fff;
            box-shadow: 0 4px 16px rgba(10, 60, 92, 0.08);
            transition: background 0.3s, color 0.2s, box-shadow 0.3s;
        }

        .navbar a:not(.active):hover {
            background: #003F62;
            color: #fff;
            box-shadow: 0 2px 8px rgba(10, 60, 92, 0.04);
        }

.container {
    margin: 40px auto;
    width: 80%;
    /* max-width: 900px; */
}

.lookup-box {
    background: #e0e9f3;
    border-radius: 20px;
    padding: 20px 32px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 70px;
}

.lookup-title {
    text-align: center;
    font-size: 1.8rem;
    /* font-weight: bold; */
    font-weight: 500;
    color: #003F62;
}

.lookup-desc {
    text-align: center;
    color: #003F62;
    margin-bottom: 32px;
    font-weight: 600;
}

.radio-group {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
}

    .radio-group label {
        font-size: 0.9rem;
        color: #003F62;
        font-weight: 500;
    }

.form-group {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 18px;
}

.input-row {
    display: flex;
    flex: 1;
    gap: 18px;
    align-items: center;
}

    .input-row input[type='text'] {
        flex: 1;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #cfd8dc;
        font-size: 1.5rem !important
    }

        .input-row input[type='text']:focus {
            outline: none;
        }

        .input-row input[type='text']::placeholder {
            color: #bdbdbd;
            font-size: 1rem;
        }





.captcha-img {
    height: 48px;
    width: 160px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #cfd8dc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-family: 'Courier New', monospace;
    color: #b71c1c;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: line-through;
}

.captcha-refresh {
    background: #003F62;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    margin-left: 8px;
}

.support {
    color: #003F62;
    margin: 12px 0 24px 0;
    font-size: 1rem;
    font-weight: 500;
}

.submit-btn {
    background: #003F62;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 15px 60px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    /* margin: 0 auto; */
    display: block;
}

.label-hover {
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .label-hover:hover,
    .label-hover:focus {
        border-color: #003F62;
        box-shadow: 0 0 0 2px #eaf3fa;
        background: #f7fbff;
    }



/* Footer responsive */
.footer-main {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0 24px;
    align-items: center;
}

@media (max-width: 1200px) {
    .footer-main {
        max-width: 1000px;
        gap: 18px;
        padding: 0 12px;
    }

        .footer-main h1 {
            font-size: 1.5rem !important;
            text-align: center !important;
            padding: 0 16px;
        }
}


@media (max-width: 900px) {
    .footer-main > div {
        min-width: unset !important;
        width: 100%;
    }

    .footer-main h1 {
        font-size: 1.5rem !important;
        text-align: center !important;
        padding: 0 8px;
    }
}


.input-qr-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .input-qr-container input[type="text"] {
        width: 100%;
        padding-right: 48px;
        box-sizing: border-box;
    }

.input-qr-icon {
    position: absolute;
    z-index: 99;
    right: 10px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    object-fit: contain;
}



.input-qr-capcha {
    position: absolute;
    z-index: 99;
    right: 40px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    height: 40px;
    object-fit: contain;
    border-radius: 6px;
    background: #fff;
    border: 1px none solid #ccc;
    overflow: hidden;
}

.input-qr-reload {
    position: absolute;
    z-index: 99;
    right: 10px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .container {
        padding: 16px;
    }

    .lookup-box {
        max-width: 100% !important;
        padding: 16px;
    }

    .navbar {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        width: 80% !important;
        max-width: none !important;
        min-width: auto !important;
        background: #eaf3fa !important;
        border-radius: 20px !important;
    }

        .navbar a {
            width: 90% !important;
            margin: 0 !important;
            padding: 12px 16px !important;
            font-size: 0.9rem !important;
            min-width: auto !important;
            text-align: center !important;
            display: block !important;
            border-radius: 15px !important;
        }



    .lookup-title {
        font-size: 1.5rem;
        text-align: center;
    }

    .lookup-desc {
        font-size: 0.9rem;
        text-align: center;
        margin: 16px 0;
    }

    /* Form responsive */
    .input-row > div {
        flex-direction: column !important;
        gap: 12px !important;
    }

        .input-row > div > div {
            flex: none !important;
            width: 100%;
        }

    /* Captcha mobile */
    .input-qr-capcha {
        width: 130px !important;
        height: 40px !important;
    }

    .input-qr-reload {
        /* flex-direction: row !important; */
        gap: 8px !important;
        right: 10px;
    }

    /* Support text mobile */
    .support {
        text-align: center !important;
        font-size: 0.8rem;
        padding: 8px;
        background: #f5f5f5;
        border-radius: 6px;
    }

    /* Submit button mobile */
    .submit-btn {
        width: 100%;
        padding: 16px;
        font-size: 1rem;
    }

    /* Radio group mobile */
    .radio-group {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    /* Modal mobile */
    #qrModal > div {
        min-width: 90vw !important;
        margin: 16px;
        padding: 24px 16px;
    }

    #video {
        width: 100% !important;
        max-width: 280px;
        height: auto !important;
    }
}

@media (max-width: 600px) {
    .container,
    .lookup-box {
        padding: 18px 8px;
    }
}


@media (max-width: 480px) {
    .lookup-title {
        font-size: 1.2rem;
    }

    .navbar a {
        padding: 10px;
        font-size: 0.8rem;
    }

    .input-qr-capcha {
        width: 130px !important;
        height: 35px !important;
    }

    .input-qr-reload > div {
        width: 16px !important;
        height: 16px !important;
    }

    .input-qr-reload img {
        width: 12px !important;
        height: 12px !important;
    }

    /* Captcha viewBox adjustment for small screens */
    .captcha-small {
        transform: scale(0.8);
        transform-origin: left center;
    }
}
/* Warranty Result Styles */
.collapse-box__header {
    padding: 16px 24px;
    color: #003F62;
    font-weight: 600;
}

.head_tracking {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    font-size: 1.05rem;
}

.tracking-items {
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.tracking__history {
    margin-bottom: 16px;
    border-radius: 4px;
    overflow-x: auto;
}

.light-table {
    width: 100%;
    border-collapse: collapse;
}

    .light-table th, .light-table td {
        padding: 10px 12px;
        text-align: center;
        font-size: 0.98rem;
    }

    .light-table th {
        background: #003F62;
        color: #fff;
        font-weight: 600;
        border: 1px solid #eaf3fa;
    }

    .light-table td {
        border: 1px solid #eaf3fa;
    }

    .light-table tr:nth-child(even) {
        background: #f9fafb;
    }

    .light-table tr:hover {
        background: #e6f7ff;
    }

    .light-table .light-table-data {
        color: #003F62;
    }

.text-warning-custom {
    color: #f7b32b;
    border-bottom: 1px solid #eaf3fa;
}

.fa-pull-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.btn-view-detail {
    background: #f7b32b;
    border: none;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    transition: background 0.2s;
    cursor: pointer;
}

    .btn-view-detail:hover, .btn-view-detail:focus {
        background: #005fa3;
        color: #fff;
    }

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #0074D9;
    cursor: pointer;
}

.divCheckWarrantyResult {
    border-radius: 20px;
}

.aw-form-container {
    background: #e3edf7;
    border-radius: 12px;
    margin: 32px auto;
    padding: 0;
    max-width: 98vw;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.aw-form-header {
    background: #05486b;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 12px 12px 0 0;
    padding: 22px 32px;
    letter-spacing: 0.2px;
}

.aw-form-body {
    padding: 32px 40px 32px 40px;
}

.aw-form-group {
    margin-bottom: 22px;
}

.aw-label {
    font-weight: 600;
    color: #05486b;
    margin-bottom: 8px;
    display: block;
}

.aw-required {
    color: #e53935;
    margin-left: 2px;
}

.aw-input, .aw-select {
    width: 100%;
    border-radius: 4px;
    font-size: 1rem;
    background: #fff;
    color: #222;
    box-sizing: border-box;
    margin-bottom: 0;
    outline: none;
    transition: border-color 0.2s;
    border-color: #80bdff;
    border: 1px solid #ced4da;
    padding: 0.46875rem 0.75rem;
    height: calc(2.25rem + 2px);
}

.aw-textarea {
    width: 100%;
    border-radius: 4px;
    font-size: 1rem;
    background: #fff;
    color: #222;
    box-sizing: border-box;
    margin-bottom: 0;
    outline: none;
    transition: border-color 0.2s;
    border-color: #80bdff;
    border: 1px solid #ced4da;
    padding: 0.46875rem 0.75rem;
}


.aw-input:focus, .aw-select:focus {
    border-color: #05486b;
}

.aw-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #05486b;
    font-size: 1.2rem;
    opacity: 0.7;
}

.aw-input-wrapper {
    position: relative;
}

.aw-input.has-icon {
    padding-left: 40px;
}

.aw-row {
    display: flex;
    gap: 24px;
}

    .aw-row > .aw-col {
        flex: 1;
    }

.aw-btn-submit {
    background: #05486b;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 48px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.2s;
}

    .aw-btn-submit:hover, .aw-btn-submit:focus {
        background: #032d41;
        color: #fff;
    }

@media (max-width: 900px) {
    .aw-form-body {
        padding: 18px 8px;
    }

    .aw-row {
        flex-direction: column;
        gap: 0;
    }
}