.border-none {
    border: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.tab-m-content {
    padding: 5px !important;
}

.nav-m-pills button {
    padding: 5px 8px !important;
}

.nav-m-pills button span {
    font-size: 15px !important;
}

.input-group-m {
    flex-wrap: nowrap !important;
}

.input-group-m>.select-vehicle {
    max-width: 27% !important;
}

.center-all-input {
    text-align: center !important;
}

.text-rutGon {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    font-size: 18px;
}

.faq-banner-img {
    background-image: url("/clients/images/header.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.input-wrapper {
    position: relative;
    inline-size: 100%;
    width: 100%;
    margin: 0 auto;
    max-inline-size: 55%;
}

.input-wrapper>input {
    background-color: white;
}

.input-wrapper>input:focus {
    background-color: white;
    padding: 0px 0px 0px 5px;
}

.input-group::before {
    border: none;
}

.input-wrapper>span {
    background-color: white;
}

.container-m {
    margin: 0 auto;
    width: 94% !important;
    min-width: 60% !important;
}

.mt-vip-ok {
    margin-top: 20px;
}

.list-group:not([class*=list-group-flush]) .list-group-item:first-of-type {
    padding-block-start: 10px !important;
}

.info-result {
    margin: 10px 0px;
    text-align: center;
}

.info-result>.list-group>li {
    padding: 8px;
}

.info-result>.list-group>li>span:first-child {
    text-align: start !important;
    justify-content: left !important;
    font-weight: bold;
}

.VietHoa {
    text-transform: uppercase;
}

.info-result>.list-group>li>span:last-child {
    text-align: end !important;
    justify-content: right !important;
    width: 50% !important;
}

@media (max-width: 750px) {
    .container-m {
        width: 100%;
    }

    .mt-vip-ok {
        margin-top: 50px;
    }
}

.fa-loader {
    animation: spin 1s linear infinite;
    margin-right: 5px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Enable browser default password reveal icons */
input::-ms-reveal,
input::-ms-clear {
    display: block !important;
}

/* =========================================
   COMPONENTS: Dual Row App Header Layout
   ========================================= */
.app-header {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    z-index: 1080;
    font-family: 'Be Vietnam Pro', -apple-system, sans-serif;
}

/* Row 1: Top Bar */
.header-top {
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
    padding: 14px 0;
    background: #ffffff;
}

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

.header-logo img {
    height: 44px;
    width: auto;
    transition: transform 0.2s ease;
}

.header-logo img:hover {
    transform: scale(1.02);
}

/* Center Search Container with scale design box item */
.header-search-box {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    background-color: rgba(15, 23, 42, 0.04);
    border-radius: 6px;
    width: 45%;
    max-width: 480px;
    overflow: hidden;
    transition: background-color 0.2s;
}

.header-search-box:focus-within {
    background-color: #f8fafc;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.1);
}

.search-category {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    font-size: 0.88rem;
    color: #334155;
    font-weight: 600;
    background: rgba(15, 23, 42, 0.06);
    cursor: pointer;
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 16px;
    outline: none;
    font-size: 0.88rem;
    color: #1e293b;
}

.search-btn {
    background: #dc2626;
    border: none;
    color: #ffffff;
    padding: 12px 18px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.search-btn:hover {
    background: #b91c1c;
}

.header-actions,
.header-top-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.action-item-circle {
    background: rgba(15, 23, 42, 0.04);
    border-radius: 8px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b !important;
    transition: all 0.2s;
    text-decoration: none;
}

.action-item-circle:hover {
    background: rgba(15, 23, 42, 0.08);
    color: #1e293b !important;
}

.auth-btn.red-btn {
    background: #dc2626;
    border: none;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 10px 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
    text-decoration: none;
}

.auth-btn.red-btn:hover {
    background: #b91c1c;
}

/* Row 2: Navigation Bar */
.header-bottom {
    padding: 12px 0;
    background: #ffffff;
}

.header-bottom .header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-menu .menu-item {
    position: relative;
}

.header-menu .menu-item a {
    color: #334155 !important;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s;
}

.header-menu .menu-item a i {
    font-size: 1rem;
    color: #64748b;
    transition: color 0.2s;
}

.header-menu .menu-item:hover a,
.header-menu .menu-item:hover a i,
.header-menu .menu-item.active a,
.header-menu .menu-item.active a i {
    color: #dc2626 !important;
}

.header-menu .menu-item.active::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #dc2626;
    transition: all 0.2s ease;
}

.header-toggler {
    background: rgba(15, 23, 42, 0.04);
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    color: #334155;
    cursor: pointer;
}

.app-spacer {
    display: none;
}

@media (max-width: 991.98px) {
    .container-m {
        width: 100% !important;
        padding: 0 !important;
    }

    .card.search-card {
        border-radius: 0px !important;
    }

    .app-spacer {
        height: 74px;
    }

    .header-bottom {
        position: absolute;
        top: 73px;
        left: 0;
        right: 0;
        background: #ffffff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }

    .header-bottom .header-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
    }

    .header-menu .menu-item a {
        padding: 12px 16px;
        border-radius: 6px;
    }

    .header-menu .menu-item a:hover {
        background: rgba(220, 38, 38, 0.05);
    }

    .header-menu .menu-item.active::after {
        display: none;
    }
}