@import url(bootstrap.min.css);
@import url(bootstrap-icons.min.css);
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Hind:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

:root {
    --mp-toursim-white: #ffffff;
    --mp-tourism-bg: #112b5a;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #202021;
    font-family: "Poppins", sans-serif;
    font-display: swap;
}

a {
    color: #111111;
    text-decoration: none;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

p {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    font-family: "Poppins", sans-serif;
}

span {
    font-size: 15px;
    line-height: 1.6;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Background */
.ls-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ls-bg-inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Header */
header {
    position: relative;
    z-index: 10;
}

/*============================
    TOP HEADER
=============================*/

.top-brand-header {
    background: #F6F5EE;
    position: relative;
    z-index: 999;
}

.brand-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-right: 30px;
}

.brand-logo {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 80px 6px 20px;
    overflow: visible;
}

.brand-bg {
    position: absolute;
    inset: 0;
    background: #282062;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    z-index: 0;
}

.brand-logo img {
    position: relative;
    z-index: 2;
    max-height: 90px;
    width: auto;
}

/*============================
    BUTTONS
=============================*/

.brand-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-brand {
    position: relative;
    overflow: hidden;
    padding: 8px 14px;
    /* border-radius:50px; */
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    width: auto;
    flex: none;
    font-size: 15px;
    transition: .35s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.btn-brand i {
    font-size: 16px;
}

.btn-contact {
    background: linear-gradient(135deg, #282062, #4336a8);
}

.btn-main {
    background: linear-gradient(135deg, #b61b47, #9F1239);
}

/* Shine Effect */

.btn-brand:before {
    content: '';
    position: absolute;
    top: 0;
    left: -80px;
    width: 40px;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    transform: skewX(-25deg);
}

.btn-brand:hover:before {
    left: 120%;
    transition: .8s;
}

.btn-brand:hover {
    transform: translateY(-4px);
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .25);
}

/* Pulse Animation */

.btn-main {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(204, 43, 15, 0.5);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(30, 170, 70, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(30, 170, 70, 0);
    }
}

/*============================
    RESPONSIVE
=============================*/

@media(max-width:991px) {

    .brand-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 9px;
    }

    .captcha-img {
        width: 138px !important;
    }

    .btn-brand {
        /* width: 100%; */
        justify-content: center;
    }

}

@media(max-width:576px) {

    .brand-logo img {
        max-height: 60px;
    }

    .brand-buttons {
        width: 100%;
        flex-direction: column;
        margin-bottom: 10px;
    }



    .btn-brand {
        /* width: 100%; */
        justify-content: center;
    }

}

.middle_header {
    background: #282062;
    /* backdrop-filter: blur(6px);           */
    padding: 8px 0;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right,
            rgba(255, 255, 255, 0.10),
            rgba(255, 255, 255, 0)) 1;
}

/* Logo */
.logo_inline {
    display: flex;
    align-items: center;
}

.logo_box {
    max-width: 85px;
    flex-shrink: 0;
}

.logo_text {
    margin-left: 10px;
    padding-left: 10px;
    /* border-left:1px solid #ddd; */
}

.logo_inline h2.int-name-hn {
    font-size: 32px;
    color: #2f328f;
    margin: 0;
}

.logo_inline h1 {
    font-size: 30px;
    color: var(--mp-toursim-white);
    margin: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 45px;
}

.logo_inline h2 {
    font-size: 28px;
    color: var(--mp-toursim-white);
    margin: 0;
    font-family: "Bricolage Grotesque", sans-serif;
}

.logo_inline h6 {
    font-size: 14px;
    margin: 0;
    color: #ffffff
}

.important-inst {
    font-family: "Hind", sans-serif !important;
}

.important-font {
    font-weight: 500;
}

#sp-copyright {
    position: relative;
    background: #1E1E1E;
}

#sp-copyright p {
    margin-bottom: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.text_center,
.text_center p {
    text-align: center;
}

.text_right,
.text_right p {
    text-align: right;
}

.text_left,
.text_left p {
    text-align: left;
}

.form-control {
    background: none;
}

.form-control:hover {
    background: none;
}

.form-control:focus {
    background: none;
}

#sp-copyright p a {
    color: #fff;
}

.introduction_section_login {
    flex: 1;
    display: flex;
    align-items: center;
    /* Vertical Center */
    justify-content: flex-start;
    z-index: 10;
}

.login-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.login-divider .line {
    flex: 1;
    height: 2px;
    background: #282062;
}

.login-tab {
    position: relative;
    /* margin:0 20px; */
    padding: 8px 50px;
    background: #282062;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;

    clip-path: polygon(10% 0,
            100% 0,
            90% 100%,
            0% 100%);
}

.important-font li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    text-align: justify;
    /* line-height: 1.6; */
}

.important-title {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #112b5a;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 0.375rem 0px 0px 0px;
    color: var(--mp-toursim-white) !important;
}

.important-title::before {
    content: "";
    position: absolute;
    top: -30%;
    left: -120%;
    width: 50%;
    height: 160%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .6),
            transparent);
    transform: skewX(-25deg);
    animation: glassShine 3s linear infinite;
}

@keyframes glassShine {
    0% {
        left: -120%;
    }

    100% {
        left: 150%;
    }
}

/* landing card css */

.ecs-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 340px;
    padding: 45px 25px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    font-family: "Bricolage Grotesque", sans-serif;
    text-decoration: none;
    border: 1px solid rgba(40, 32, 98, 0.15);
    transition: .45s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.ecs-card::before {
    content: "";
    position: absolute;
    left: -100%;
    top: -100%;
    width: 220%;
    height: 220%;

    background: linear-gradient(
        45deg,
        transparent 35%,
        rgba(40, 32, 98, 0.12) 50%,
        transparent 65%
    );

    transform: rotate(20deg);
    transition: .8s;
}

.ecs-card:hover::before {
    left: 0;
    top: 0;
}

.ecs-card:hover::before {
    left: 0;
    top: 0;
}

.ecs-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
    border-color: #282062;
}

.ecs-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #282062, #4336a8);
    color: #fff;
    font-size: 42px;
    margin-bottom: 25px;
    transition: .45s;
}

.ecs-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.ecs-card:hover .ecs-icon {
    transform: rotate(360deg) scale(1.12);
    box-shadow: 0 12px 35px rgba(25, 0, 255, 0.45);

}

.ecs-card h3 {
    font-size: 27px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 600;
}

.ecs-card p {
    color: #666;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 500;
}

.ecs-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #111;
    color: #fff;
    padding: 5px 16px;
    border-radius: 40px;
    transition: .35s;
    font-weight: 600;
}

.ecs-btn i {
    font-size: 22px;
    transition: .35s;
}

.ecs-card:hover .ecs-btn {
    background: linear-gradient(135deg, #b61b47, #9F1239);
}

.ecs-card:hover .ecs-btn i {
    transform: translateX(8px);
}

@media(max-width:991px) {
    .ecs-card {
        min-height: 290px;
    }

    .ecs-card h3 {
        font-size: 26px;
    }

}

/* icon before each li */
.important-font li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url("../images/right.svg");
    /* 👈 apni image ka path */
    background-size: contain;
    background-repeat: no-repeat;
}

.captcha .preview {
    color: #555;
    width: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #888;
}

.captcha-refresh {
    width: 40px;
    border: none;
    outline: none;
    background: #888 !important;
    color: #eee;
    cursor: pointer;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-input {
    flex: 1;
}

.captcha-img {
    width: 145px;
    height: 45px;
    border: 1px solid #ccc;
}

.icon_refresh {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 13px;
}

.btn-login {
    background: #282062;
    color: white;
}

.btn-login:hover {
    background: #112b5a;
    color: white;
}

#sp-copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.box-header,
.box-header {
    color: #112b5a;
}


.text-bg-light {
    color: #000 !important;
    background-color: rgb(222 234 255) !important;
}

@media (max-width: 767.98px) {
    .select_list_control.right_alignment {
        text-align: center;
    }

    .middle_header {
        background: var(--mp-tourism-bg);
    }

    .logo_inline h1 {
        font-size: 15px;
        line-height: 20px;
    }

    .select_list li {
        display: inline;
        border-left: none;
        padding: 5px 0;
        font-size: 12px;
    }

    .text_left,
    .text_left p {
        text-align: center;
    }

    .text_right,
    .text_right p {
        text-align: center;
    }

    #sp-copyright p {
        padding: 4px 0;
    }

    .logo_inline h2.int-name-hn {
        font-size: 13px;
        text-align: center;
    }

    .logo_inline h2 {
        font-size: 14px;
    }

    .introduction_section_login {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .logo_inline h6 {
        font-size: 7px;
    }

    .logo_inline .logo_box {
        width: 50px;
    }

    .h4 {
        font-size: calc(1.2rem + .3vw) !important;
    }
}

@media (max-width: 991.98px) {
    #sp-copyright {
        position: relative;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .text_right,
    .text_right p {
        text-align: center;
    }

    .text_left,
    .text_left p {
        text-align: center;
    }

    .middle_header {
        background: var(--mp-tourism-bg);
    }

    .introduction_section_login {
        margin-top: 15px;
        margin-bottom: 15px;
    }

}


@media (max-width: 1199.98px) {
    .middle_header {
        background: var(--mp-tourism-bg);
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 93% !important;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 95% !important;
    }
}


/* Student Registration */

.student-rg {
    position: relative !important;
}

.program-title {
    padding: 10px 0px 10px 20px;
    font-weight: 600;
    color: #fff !important;
    background: #2f328f;
    font-size: 18px;
    border-top: 2px solid #e3e3e3 !important;
    border-left: 2px solid #e3e3e3 !important;
    border-right: 2px solid #e3e3e3 !important;
    border-radius: 2px;
}

.shadow-card {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px !important;
    border-radius: 0px !important;
    border-bottom: 2px solid #e3e3e3 !important;
    border-left: 2px solid #e3e3e3 !important;
    border-right: 2px solid #e3e3e3 !important;
}

.uplift {
    position: absolute;
    top: -12px;
    padding: 5px 15px;
    background: #e6e7ff;
}

.required::after {
    content: "*";
    color: red;
    margin-left: 2px;
}

/* textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
    text-transform: uppercase;
} */

.section-title {
    font-weight: 600;
    /* border-bottom: 2px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px; */
}

.highlight {
    color: purple;
}

.bg-payment {
    background-color: rgb(231 232 255);
}

.bg-success-subtle {
    color: #fff !important;
    background: #2f328f !important;
}

.card-bg {
    background-color: #fbfbff;
}

.alumni-text {
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    /* border-top: 1px solid #edc9ff; */
    margin-top: 10px;
}

.btn-social {
    border: 1px solid #ccc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.btn-social:hover {
    border: 1px solid #ccc;
    border-radius: 12px;
    background-color: rgb(234, 230, 254);
}

.btn-social img {
    width: 20px;
    margin-right: 10px;
}

.or-divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.or-divider::before,
.or-divider::after {
    content: '';
    height: 1px;
    width: 40%;
    background: #ccc;
    position: absolute;
    top: 50%;
}

.or-divider::before {
    left: 0;
}

.or-divider::after {
    right: 0;
}

.custom-list-bio {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list-bio li {
    position: relative;
    padding-left: 1.4rem;
    margin: 0.3rem 0;
    line-height: 1.6;
}


.custom-list-bio li::before {
    font-family: "bootstrap-icons" !important;
    line-height: 1;
    display: inline-block;
    position: absolute;
    left: 0;
    color: #202021;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    content: "\f51b";

}

/* =========================================================
   MODERN DATA PORTING PAGE
   ========================================================= */

.modern-page {
    --card-radius: 14px;
}

    /* Cards */
    .modern-page .card {
        border-radius: var(--card-radius);
        overflow: hidden;
    }

    /* Card header */
    .modern-page .card-header {
        background: #ffffff;
    }

/* Section icons */
.section-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Form labels */
.modern-page .form-label {
    color: #344054;
    font-size: 14px;
    margin-bottom: 7px;
}

/* Select */
.modern-page .form-select {
    min-height: 44px;
    border-radius: 8px;
    border-color: #d0d5dd;
    font-size: 14px;
    transition: all .2s ease;
}

    .modern-page .form-select:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 .2rem rgba(13,110,253,.12);
    }

/* Large select */
.modern-page .form-select-lg {
    min-height: 48px;
    font-size: 15px;
}

/* Buttons */
.modern-page .btn {
    border-radius: 8px;
    font-weight: 600;
    transition: all .2s ease;
}

    .modern-page .btn:hover {
        transform: translateY(-1px);
    }

/* Selection boxes */
.selection-box {
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    padding: 16px 18px;
}

.selection-label {
    color: #667085;
    font-size: 13px;
    margin-bottom: 6px;
}

.selection-value {
    color: #c00000;
    font-size: 15px;
}

/* Option cards */
.option-card {
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 16px;
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    background: #ffffff;
    transition: all .2s ease;
}

    .option-card:hover {
        border-color: #86b7fe;
        box-shadow: 0 4px 12px rgba(16,24,40,.08);
    }

    .option-card input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .option-card input[type="radio"]:checked + .option-content {
            color: #0d6efd;
        }

    .option-card:has(input[type="radio"]:checked) {
        border-color: #0d6efd;
        background: #f5f9ff;
    }

.option-content {
    display: flex;
    align-items: center;
    gap: 14px;
}

.option-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 19px;
}

/* Warning */
.modern-page .alert {
    border-radius: 12px;
}

.alert-icon {
    font-size: 22px;
}

/* Grid */
.modern-grid {
    border: 0 !important;
    font-size: 13px;
}

    .modern-grid th {
        background: #f8fafc !important;
        color: #344054 !important;
        font-weight: 700;
        font-size: 12px;
        white-space: nowrap;
        padding: 13px 12px !important;
        border-bottom: 1px solid #e4e7ec !important;
    }

    .modern-grid td {
        padding: 12px !important;
        color: #475467;
        vertical-align: middle;
    }

    .modern-grid tbody tr:hover {
        background-color: #f8fafc;
    }

    /* Grid paging */
    .modern-grid tr:last-child td {
        border-bottom: 0;
    }

/* Responsive */
@media (max-width: 767.98px) {

    .modern-page .card-body {
        padding: 1rem !important;
    }

    .modern-page .btn-lg {
        min-height: 46px;
    }

    .section-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .selection-box {
        padding: 14px;
    }
}


/* =========================================================
   EXAM FORMS ACCEPTANCE - MODERN UI
   ========================================================= */

.exam-page {
    min-height: 100vh;
    padding: 10px 0 40px;
    background: #f6f8fb;
}


/* PAGE HEADER */

.exam-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 25px;
    padding: 0 5px;
}

.exam-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    color: #98a2b3;
    font-size: 12px;
}

.exam-page-title {
    margin: 0;
    color: #101828;
    font-size: 27px;
    font-weight: 700;
}

.exam-page-subtitle {
    margin: 6px 0 0;
    color: #667085;
    font-size: 13px;
}

.exam-header-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eef4ff;
    color: #175cd3;
    font-size: 22px;
}


/* CARD */

.exam-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #eaecf0;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(16, 24, 40, .04);
}


.exam-card-header {
    padding: 20px 25px;
    border-bottom: 1px solid #eaecf0;
}


.exam-card-title {
    display: flex;
    align-items: center;
}


.exam-card-icon {
    width: 43px;
    height: 43px;
    margin-right: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #eef4ff;
    color: #175cd3;
}


.exam-card-title h5 {
    margin: 0;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
}


.exam-card-title span {
    display: block;
    margin-top: 3px;
    color: #98a2b3;
    font-size: 12px;
}


.exam-card-body {
    padding: 25px;
}


/* MESSAGE */

.exam-message {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}


/* INSTRUCTIONS */

.exam-instructions {
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid #dbe5f5;
    border-radius: 12px;
    background: #f8fbff;
}


.exam-instructions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 17px;
    cursor: pointer;
    color: #175cd3;
    font-size: 13px;
    font-weight: 600;
}


.exam-instructions-body {
    padding: 0 20px 15px;
    color: #667085;
    font-size: 12px;
    line-height: 1.8;
}


    .exam-instructions-body ul {
        margin: 0;
        padding-left: 18px;
    }


/* SECTION */

.exam-section-heading {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}


.exam-step {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef4ff;
    color: #175cd3;
    font-size: 12px;
    font-weight: 700;
}


.exam-section-heading h6 {
    margin: 0;
    color: #344054;
    font-size: 15px;
    font-weight: 700;
}


.exam-section-heading small {
    color: #98a2b3;
    font-size: 11px;
}


/* FIELD */

.exam-field {
    display: grid;
    grid-template-columns: 220px minmax(300px, 600px);
    gap: 30px;
    align-items: center;
    margin-bottom: 21px;
}


.exam-label label {
    display: block;
    margin-bottom: 3px;
    color: #344054;
    font-size: 13px;
    font-weight: 600;
}


    .exam-label label span {
        color: #d92d20;
    }


.exam-label small {
    color: #98a2b3;
    font-size: 11px;
}


.exam-control {
    width: 100%;
}


/* SELECT */

.modern-select {
    min-height: 45px;
    padding: 8px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 9px;
    color: #344054;
    font-size: 13px;
    transition: .2s;
}


    .modern-select:hover {
        border-color: #98a2b3;
    }


    .modern-select:focus {
        border-color: #84adff;
        box-shadow: 0 0 0 3px rgba(13, 110, 253, .10);
    }


/* VALIDATION */

.field-error {
    display: block;
    margin-top: 4px;
    font-size: 11px;
}


/* RADIO */

.accept-options {
    display: flex;
    gap: 12px;
}


.accept-option {
    min-width: 100px;
    padding: 10px 15px;
    border: 1px solid #d0d5dd;
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
    transition: .2s;
}


    .accept-option:hover {
        border-color: #98b6e8;
        background: #f8fbff;
    }


    .accept-option input {
        margin-right: 7px;
    }


/* SEARCH */

.exam-search-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #eaecf0;
}


.modern-button {
    min-width: 110px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}


/* COUNT */

.exam-count {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 22px 0 10px;
    padding: 7px 12px;
    border-radius: 20px;
    background: #f2f4f7;
    color: #667085;
    font-size: 12px;
}


/* GRID */

.exam-grid-card {
    overflow: hidden;
    border: 1px solid #eaecf0;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(16, 24, 40, .04);
}


.exam-grid-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 18px;
    border-bottom: 1px solid #eaecf0;
}


    .exam-grid-toolbar h6 {
        margin: 0;
        color: #344054;
        font-size: 14px;
        font-weight: 700;
    }


    .exam-grid-toolbar small {
        color: #98a2b3;
        font-size: 11px;
    }


.grid-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}


.select-all-control {
    margin-right: 5px;
    color: #475467;
    font-size: 12px;
}


.modern-small-button {
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
}


/* TABLE */

.modern-table {
    margin: 0 !important;
    font-size: 12px;
}


    .modern-table thead th {
        padding: 13px 12px;
        border: 0 !important;
        background: #f8fafc;
        color: #475467;
        font-size: 11px;
        font-weight: 700;
        white-space: nowrap;
    }


    .modern-table tbody td {
        padding: 11px 12px;
        border-color: #f0f2f5;
        color: #344054;
        vertical-align: middle;
    }


    .modern-table tbody tr {
        transition: background .15s;
    }


        .modern-table tbody tr:hover {
            background: #f8fbff;
        }


/* LOADING */

.modern-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, .45);
    backdrop-filter: blur(3px);
}


.modern-loader {
    min-width: 180px;
    padding: 25px;
    text-align: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .18);
    color: #344054;
    font-size: 13px;
}


    .modern-loader small {
        color: #98a2b3;
    }


/* MOBILE */

@media (max-width: 767px) {

    .exam-page {
        padding: 5px 0 25px;
    }

    .exam-page-header {
        margin-top: 10px;
    }

    .exam-page-title {
        font-size: 21px;
    }

    .exam-header-icon {
        display: none;
    }

    .exam-card-body {
        padding: 18px;
    }

    .exam-field {
        display: block;
        margin-bottom: 18px;
    }

    .exam-label {
        margin-bottom: 7px;
    }

    .exam-grid-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .grid-actions {
        flex-wrap: wrap;
    }
}


@media (max-width: 480px) {

    .exam-card-header {
        padding: 16px;
    }

    .exam-card-body {
        padding: 14px;
    }

    .exam-search-actions {
        flex-direction: column;
    }

    .modern-button {
        width: 100%;
    }

    .accept-options {
        width: 100%;
    }

    .accept-option {
        flex: 1;
    }
}

/* =========================================
   CAPTCHA
   ========================================= */

.captcha-wrapper_diw {
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
}

    /* CAPTCHA Question */
    .captcha-wrapper_diw .captcha-question {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
        height: 48px;
        padding: 8px 18px;
        background-color: #f8f9fa;
        border: 1px solid #ced4da;
        border-radius: 6px;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #212529;
        vertical-align: middle;
    }

    /* Refresh Button */
    .captcha-wrapper_diw .captcha-refresh {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        margin-left: 8px;
        padding: 0;
        background-color: #ffffff;
        border: 1px solid #ced4da;
        border-radius: 6px;
        color: #0d6efd;
        font-size: 24px;
        line-height: 1;
        cursor: pointer;
        vertical-align: middle;
        transition: all 0.2s ease;
    }

        .captcha-wrapper_diw .captcha-refresh:hover {
            background-color: #0d6efd;
            color: #ffffff;
            border-color: #0d6efd;
        }

        .captcha-wrapper .captcha-refresh:focus {
            outline: none;
            box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
        }

    /* CAPTCHA Input */
    .captcha-wrapper_diw .captcha-input {
        display: block;
        width: 150px;
        height: 42px;
        margin-top: 10px;
        padding: 6px 12px;
        border: 1px solid #ced4da;
        border-radius: 6px;
        background-color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        letter-spacing: 2px;
        outline: none;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .captcha-wrapper_diw .captcha-input:focus {
            border-color: #86b7fe;
            box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
        }

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

    .captcha-wrapper_diw {
        max-width: 100%;
    }

        .captcha-wrapper_diw .captcha-question {
            min-width: 135px;
            height: 44px;
            font-size: 20px;
        }

        .captcha-wrapper_diw .captcha-input {
            width: 135px;
        }

        .captcha-wrapper_diw .captcha-refresh {
            width: 40px;
            height: 40px;
        }
}