@media (min-width: 992px) {
    .sidebar-main {
        --sidebar-width: 13.5rem;
    }

    .sidebar-main .sidebar-section-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sidebar-main .sidebar-section .nav-sidebar .nav-link i{
        margin-right: 0.5rem !important;
    }

    .sidebar-main .sidebar-section .nav-group-sub .nav-link {
        padding-left: 3.5rem !important;
    }

    .btn-xs {
        padding: 0.3rem 0.45rem;
        font-size: 0.8rem;
        line-height: 1.2;
        border-radius: 0.35rem;
    }

    .pagination .page-link {
        padding: 0.2rem 0.5rem;
        font-size: 0.75rem;
    }

    .dt-length {
        font-size: 12px;
    }

    .dt-length select,
    .dt-length .form-select {
        height: 28px !important;
        min-width: 60px;
        padding: 2px 22px 2px 6px !important;
        font-size: 12px !important;
        border-radius: 6px;
    }

    #vehicleTable thead tr,
    #vehicleTable thead th,
    table.dataTable thead tr,
    table.dataTable thead th {
        background-color: #f8f8f8 !important;
        color: #333 !important;
    }
}

.vehicle-table-wrap {
    /* overflow-x: auto; */
    padding: 0;
    border-top: 1px solid #d8d8d8;
}

.vehicle-manage-table {
    min-width: 1460px;
    table-layout: fixed;
    border-collapse: collapse !important;
    border-color: #d7d7d7 !important;
    background: #fff;
    color: #222;
    font-size: 11px;
    line-height: 1.35;
}

.vehicle-manage-table.dataTable {
    margin: 0 !important;
}

.vehicle-manage-table th,
.vehicle-manage-table td {
    padding: 6px 6px !important;
    border-color: #d7d7d7 !important;
    vertical-align: middle;
    word-break: keep-all;
}

.vehicle-manage-table thead th {
    height: 28px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    background: #f7f7f7 !important;
    color: #333 !important;
    font-size: 11px;
    font-weight: 700;
    text-align: center !important;
    white-space: nowrap;
    border-bottom: 1px solid #cfcfcf !important;
}

.vehicle-manage-table tbody tr:hover > * {
    background-color: #fbfdff !important;
}

.vehicle-manage-table th:nth-child(1),
.vehicle-manage-table td:nth-child(1) {
    width: 48px !important;
}

.vehicle-manage-table th:nth-child(2),
.vehicle-manage-table td:nth-child(2) {
    width: 230px !important;
}

.vehicle-manage-table th:nth-child(3),
.vehicle-manage-table td:nth-child(3) {
    width: 122px !important;
}

.vehicle-manage-table th:nth-child(4),
.vehicle-manage-table td:nth-child(4) {
    width: 80px !important;
}

.vehicle-manage-table th:nth-child(5),
.vehicle-manage-table td:nth-child(5),
.vehicle-manage-table th:nth-child(6),
.vehicle-manage-table td:nth-child(6),
.vehicle-manage-table th:nth-child(7),
.vehicle-manage-table td:nth-child(7),
.vehicle-manage-table th:nth-child(8),
.vehicle-manage-table td:nth-child(8),
.vehicle-manage-table th:nth-child(10),
.vehicle-manage-table td:nth-child(10) {
    width: 90px !important;
}

.vehicle-manage-table th:nth-child(9),
.vehicle-manage-table td:nth-child(9) {
    width: 116px !important;
}

.vehicle-manage-table th:nth-child(11),
.vehicle-manage-table td:nth-child(11),
.vehicle-manage-table th:nth-child(12),
.vehicle-manage-table td:nth-child(12) {
    width: 100px !important;
}

.vehicle-manage-table th:nth-child(13),
.vehicle-manage-table td:nth-child(13) {
    width: 110px !important;
}

.vehicle-manage-table th:nth-child(14),
.vehicle-manage-table td:nth-child(14) {
    width: 116px !important;
}

.vehicle-manage-table th:nth-child(15),
.vehicle-manage-table td:nth-child(15) {
    width: 70px !important;
}

.vehicle-manage-table th:nth-child(16),
.vehicle-manage-table td:nth-child(16) {
    width: 60px !important;
}

.vehicle-no {
    color: #333;
}

.vehicle-title {
    margin-top: 2px;
    color: #111;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}

.vehicle-muted {
    margin-top: 2px;
    color: #7f8790;
    font-size: 9.5px;
    line-height: 1.35;
}

.vehicle-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
}

.vehicle-chip {
    display: inline-flex;
    align-items: center;
    min-height: 14px;
    padding: 1px 4px;
    border-radius: 3px;
    background: #3b82b6;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.vehicle-chip:nth-child(3) {
    background: #1687c9;
}

.vehicle-chip:nth-child(4) {
    background: #f5a623;
}

.vehicle-chip:nth-child(5) {
    background: #01556e;
}

.vehicle-chip:nth-child(6) {
    background: #5c6670;
}

.vehicle-date {
    color: #1e3648;
    font-size: 11px;
}

.vehicle-insurance-tags {
    display: flex;
    gap: 3px;
    margin-bottom: 2px;
}

.vehicle-insurance-tags span {
    display: inline-flex;
    align-items: center;
    padding: 2px 5px;
    border-radius: 3px;
    background: #2792cc;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.vehicle-insurance-tags span + span {
    background: #4bb4ce;
}

.vehicle-insurance-tags span + span + span {
    background: #016983;
}

.vehicle-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    min-height: 20px;
    padding: 3px 7px;
    border-radius: 4px;
    background: #2938e8;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.vehicle-doc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    color: #7a6f63;
    background: #fff;
    font-size: 15px;
}

.vehicle-memo-cell {
    padding: 6px 5px !important;
}

.dt-container .dt-scroll-head table.vehicle-manage-table,
.dt-container .dt-scroll-body table.vehicle-manage-table {
    border-top: 0 !important;
}

.content-wrapper .content-inner .content{
    padding: 0.75rem !important;
}

.form-label {
    margin-bottom: 0.1rem;
}

.fw-semibold{
    color: #555555;
    font-size: 0.8rem;
}

.dt-search {
    font-size: 12px;
}

.dt-search input.form-control,
.dt-search input {
    height: 30px !important;
    min-width: 220px;
    border-radius: 6px;
    font-size: 12px !important;
    padding: 4px 10px !important;
}

.auth-page {
    min-height: 100vh;
    margin: 0;
    background: #fff;
    color: #39424e;
    font-family: Inter, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.auth-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 44px 18px 30px;
}

.auth-panel {
    width: 100%;
    max-width: 360px;
    text-align: center;
}

.auth-title {
    margin: 0 0 26px;
    color: #414a55;
    font-size: 31px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
}

.auth-subtitle {
    margin: 0 0 20px;
    color: #747c86;
    font-size: 12px;
    line-height: 1.45;
}

.auth-form {
    width: 100%;
}

.auth-field {
    position: relative;
    margin-bottom: 14px;
}

.auth-field input {
    width: 100%;
    height: 39px;
    padding: 0 10px;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
    color: #333;
    font-size: 12px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.auth-field input::placeholder {
    color: #9ba2aa;
}

.auth-field input:focus {
    border-color: #7c59eb;
    box-shadow: 0 0 0 2px rgba(93, 55, 232, 0.12);
}

.auth-check {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 4px 0 16px;
    color: #5d6570;
    font-size: 12px;
    text-align: left;
}

.auth-check input {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #1f8fd5;
}

.auth-submit {
    width: 100%;
    height: 54px;
    border: 0;
    border-radius: 13px;
    background: #5d37e8;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 7px 15px rgba(93, 55, 232, 0.18);
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.auth-submit:hover {
    background: #4f2ed5;
}

.auth-submit:active {
    transform: translateY(1px);
}

.auth-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    color: #7a828c;
    font-size: 11px;
}

.auth-links a {
    color: #324a9b;
    text-decoration: none;
}

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

.auth-links span {
    width: 1px;
    height: 9px;
    background: #d4d8dd;
}

.auth-brand {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 40px;
    color: #3f4650;
    font-size: 18px;
    font-weight: 800;
}

.auth-brand i {
    font-size: 20px;
}

@media (max-width: 480px) {
    .auth-shell {
        padding-top: 36px;
    }

    .auth-title {
        font-size: 28px;
    }

    .auth-links {
        flex-wrap: wrap;
        line-height: 1.7;
    }
}
