body {
    background: #eef1f5;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

.custom-navbar {
    background-color: #243c57;
    padding: 7px 0;
}

.top-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0;
}

.gov-logo {
    height: 85px;
    object-fit: contain;
}

.arti-logo {
    height: 60px;
    object-fit: contain;
}

.header-title {
    color: #06144a;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.header-subtitle {
    color: #111;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.exam-title {
    color: #06144a;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.login-wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
}

.login-card {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.left-image img {
    width: 100%;
    max-width: 650px;
}

.login-box {
    max-width: 520px;
    width: 100%;
}

.logo {
    text-align: center;
    margin-bottom: 25px;
}

.logo img {
    width: 120px;
}

.login-title {
    text-align: center;
    color: #003cff;
    font-weight: 600;
    margin-bottom: 35px;
}

.required {
    color: red;
}

.captcha-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.captcha-img {
    height: 42px;
    border: 1px solid #ddd;
}

.refresh-btn {
    width: 46px;
    height: 42px;
    border: none;
    background: #ef3d4e;
    color: #fff;
    border-radius: 4px;
}

.login-btn {
    background: #0069aa;
    border: none;
    padding: 6px 30px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    min-width: 130px;
}

.login-btn:hover {
    background: #005b92;
}

.main-wrapper {
    padding: 25px;
}

.wizard-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 14px 16px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

/* Tabs */

.nav-pills .nav-link {
    color: #111;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    padding: 6px 12px;
}

.nav-pills .nav-link.active {
    background: transparent;
    color: #1f33ff;
    font-weight: 700;
}

/* Title */

.form-title {
    color: #1f33ff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
}

/* Labels */

.form-label {
    font-weight: 600;
    color: #111;
    font-size: 12px;
    margin-bottom: 3px;
    line-height: 1.3;
}

.required {
    color: red;
}

/* Inputs */

.form-control,
.form-select {
    width: 100%;
    box-sizing: border-box;
    height: 32px !important;
    min-height: 32px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 10px;
    background: #fff;
}

.form-control::placeholder {
    font-size: 12px;
}

textarea.form-control {
    width: 100%;
    box-sizing: border-box;
    height: 60px !important;
    resize: none;
}

.select2-container--bootstrap-5,
.select2-container--bootstrap-5 .select2-selection--single {
    width: 100% !important;
    display: block;
}

.select2-container--bootstrap-5 .select2-selection--single {
    height: 32px;
    min-height: 32px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 4px 10px;
    box-sizing: border-box;
    background: #fff;
}

.select2-container--bootstrap-5 .select2-selection__rendered {
    line-height: 24px;
    padding-left: 0;
}

.select2-container--bootstrap-5 .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--bootstrap-5 .select2-selection--single {
    border-color: #d1d5db;
    box-shadow: none;
}

.select2-container--bootstrap-5 .select2-selection--single:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection--single {
    border-color: #d1d5db;
    box-shadow: none;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    min-height: 24px;
}

.select2-dropdown {
    width: 100% !important;
}

/* Buttons */

.wizard-btn {
    border: none;
    padding: 5px 16px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
}

/* Tab content */

.tab-pane {
    padding-top: 14px;
}

.row.g-3 {
    --bs-gutter-y: 0.7rem;
    --bs-gutter-x: 0.8rem;
}

hr {
    margin-top: 10px;
    margin-bottom: 0;
}

.blank-content {
    min-height: 220px;
}

.logo-img {
    height: 60px;
    width: auto;
}

.table-head {
    background-color: #7f8387 !important;
}

#navbarContent .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin-left: 15px;
}

.logout-btn {
    background-color: #324b69;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
}

.logout-btn:hover {
    background-color: #3d5b7f;
}

.main-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 35px 25px;
    margin-top: 25px;
}

.page-title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}

.status-btn {
    min-width: 100px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 15px;
    text-align: center;
    border: none;
}

.pending-btn {
    background: #ffc107;
    color: #000;
}

.approved-btn {
    background: #198754;
    color: #fff;
}

.rejected-btn {
    background: #dc3545;
    color: #fff;
}

.select2-dropdown {
    /* width: auto !important; */
    width: 31% !important;
}

/* Mobile */
@media (max-width: 992px) {

    .header-title {
        font-size: 18px;
    }

    .exam-title {
        font-size: 20px;
    }

    .header-subtitle {
        font-size: 10px;
    }

    .gov-logo,
    .arti-logo {
        height: 70px;
    }

    .left-image {
        display: none;
    }

    .login-card {
        padding: 25px;
    }

    .select2-dropdown {
        /* width: auto !important; */
        width: 100% !important;
    }
}

@media (max-width: 768px) {

    .top-header {
        text-align: center;
    }

    .logo-wrapper {
        justify-content: center !important;
        margin-bottom: 15px;
    }

    .header-title {
        font-size: 18px;
    }

    .exam-title {
        font-size: 18px;
    }

    .gov-logo {
        height: 60px;
    }

    .arti-logo {
        height: 50px;
    }

    .nav-pills .nav-link {
        width: 100%;
        text-align: left;
        font-size: 12px;
    }

    .wizard-wrapper {
        padding: 12px;
    }

    .form-control,
    .form-select {
        height: 30px !important;
        font-size: 11px;
    }

    .main-wrapper {
        padding: 10px;
    }

    .page-title-main {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .status-btn {
        width: 100%;
        min-width: 100%;
        font-size: 1.1rem;
    }

    .status-wrapper {
        width: 100%;
    }

    .select2-dropdown {
        /* width: auto !important; */
        width: 100% !important;
    }
}