/* .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    color: var(--primary) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
} */


.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    /* color: var(--primary) !important; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    height: 2.5rem;
    display: flex !important;
    padding: 0px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.5rem;
    border: 0.0625rem solid var(--primary);
    border-radius: 2.8125rem;
    padding: 0 0 0.75rem;
    line-height: 2.5rem;
    margin: 0 0.625rem;
    display: inline-block;
    color: var(--primary) !important;
}

.authincation .login-aside {
    /* background: var(--primary); */
    /*background-image: url(../images/tRI5.png) !important;*/
    background-color: transparent !important;
    padding-top: 5rem;
    background-repeat: no-repeat;
    max-width: 45rem;
    background-size: cover;
    width: 100%;
    z-index: 1;
    position: relative;
}


table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td,
table.dataTable>tfoot>tr>th,
table.dataTable>tfoot>tr>td {
    border-color: #d5d5d5 !important;
    border: 1px solid;
    font-weight: 600;
    font-size: 14px;
}

table.dataTable.row-border>tbody>tr>th,
table.dataTable.row-border>tbody>tr>td,
table.dataTable.display>tbody>tr>th,
table.dataTable.display>tbody>tr>td {
    border-color: #d5d5d5 !important;
    border: 1px solid;
}

.card-header {
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}


table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
    border-color: #d5d5d5 !important;
    border: 1px solid;
}

.card-header {
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}


.icon.icon-16 {
    font-weight: bold;
    background-color: #fff;
    width: 20px;
    height: 20px;
    padding: 2px;
    /* margin: 0% auto; */
    display: flex;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.popover-header {
    display: flex;
    justify-content: space-between;
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: #3693ff;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
    left: 0;
    border-right-color: rgb(54 147 255);
}



.icon.icon-16 {
    font-weight: bold;
    background-color: #fff;
    width: 20px;
    height: 20px;
    padding: 2px;
    /* margin: 0% auto; */
    display: flex;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.popover-header {
    display: flex;
    justify-content: space-between;
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: #3693ff;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
    left: 0;
    border-right-color: rgb(54 147 255);
}


.full-body.bg {
    background-color: #00000054;
    position: fixed;
    left: 0;
    /* right: 0; */
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-body {
    width: 100%;
    background: #3736af !important;
    color: #fff;
    padding: 10px 0px;
}



.importantupd {
    border: 1px solid #3736AF !important;
    border-radius: 8px;
    padding: 20px;
}

    .importantupd h4 {
        color: #3736af;
        font-size: 20px;
        margin-bottom: 14px;
    }

.threenew ul li {
    color: #292929;
    font-size: 14px;
    margin-bottom: 10px;
    list-style-type: none;
}

.importantnew i {
    color: #fff;
    background-color: #3736af;
    padding: 10px;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 8px;
}

.threenew ul li span {
    background-color: #e8e8ff;
    color: #3f3fc6;
    padding: 3px 17px;
    border-radius: 40px;
    display: inline-block;
    margin-left: 10px;
}



.threenew ul li:nth-child(odd) {
    /* list-style-type: circle;
    color: #000; */
}


.threebox {
    width: calc(100% / 3 - 11px);
    border: 1px solid #3f3fc6;
    border-radius: 9px;
    padding: 24px 45px 16px 45px;
    min-height: 160px;
}

.threeimage {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.threedub {
    display: flex;
    justify-content: center;
}

.threecontent {
    color: #0D4682;
}

    .threecontent p {
        font-size: 14px;
        text-align: center;
        color: #3f3fc6;
    }

.threecontent h6 {
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        color: #2b2b2b;
}

.slider {
    border-radius: 8px;
    border: 1px solid #0D4682;
}

.carousel-item img {
    border-radius: 8px;
}


@media only screen and (max-width: 768px) {
    .threeimage {
        display: block !important;
        /* margin: 10px 0px; */
    }

    .threebox {
        width: 100%;
        margin-bottom: 20px;
    }

    .left-col {
        order: 2;
        margin-top: 20px;
    }

    .right-col {
        order: 1;
    }

    /* .threebox {
        margin: 10px 0px;
    } */

}

.threedub img {
    width: 70px;
}

.form-control {
    background-color: #F9F9F9;
    /* border-color: #BFC1C5; */
    /* border: none !important; */
    border: 1px solid #BFC1C5;
    color: #1C1D1F;
    line-height: 1.7;
    font-size: 0.9rem;
    border-color: var(--border);
    height: 2.75rem;
    border-radius: 0.5rem;
}

/* .form-label {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 14px;
} */


.sidepart {
    background-color: #fff;
    padding: 10px 50px;
    border: 1px solid #3736af;
    border-radius: 10px;
    height: 605px;
}


.input-group {
    border: 1px solid #BFC1C5;
    border-radius: 4px;

}


.loginhead {
    color: #333333;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
}

input::placeholder {
    color: #1C1D1F;
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #1C1D1F;
}

.frgt a {
    /*display: flex;
    justify-content: end;*/
    color: #333333;
    font-size: 16px;
    text-decoration: none;
}

.btn-sign {
    background-color: #3736af !important;
    border: transparent !important;
    width: 100%;
    line-height: 16px;
    padding: 16px 0px;
}

.sidebottom {
    text-align: center;
    margin-top: 14px;
}

.sidebottom h6 a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

    .sidebottom h6 a span {
        color: #fff !important;
        text-decoration: underline;
    }

.sidebottom p a {
    color: #0D4682 !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

/* input[placeholder] {
    color: red !important;
} */


.loginradio {
    text-align: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #BFC1C5;
    border-radius: 20px;
    display: inline-block;
    padding: 12px 0px;
    width: 50%;
    margin: 0% auto;
}



input#exampleFormControlInput1::placeholder {
    color: #1C1D1F;
    opacity: 1;
    font-size: 16px;
}


.input-group-text {
    border: none;
}

.sidebottom p {
    margin-top: 18px;
}

.form-check-input:checked {
    background-color: #E37B00;
    border-color: #E37B00;
}

.btn-login a {
    padding: 12px 30px;
    background-color: #fff;
    color: #0D4682;
    font-size: 18px;
    text-decoration: none;
    border-radius: 8px;
}

.btn-signup a {
    padding: 12px 35px;
    background-color: #E37B00;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 8px;
}

.importantnew {
    display: flex;
    align-items: center;
}

.footer {
    background-color: #3736af !important;
    color: #fff;
    padding: 0px !important;
}


@media (min-width: 768px) and (max-width: 991px) {
    .threecontent h6 {
        font-size: 18px;
    }

    .left-col {
        order: 2;
        margin-top: 20px !important;
    }

    .right-col {
        order: 1;
    }
}

@media (max-width: 768px) {
    .threecontent h6 {
        font-size: 18px;
    }

    .threebox {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .left-col {
        order: 2;
        margin-top: 20px !important;
    }

    .right-col {
        order: 1;
    }
}

@media (max-width: 1200px) {
    .main-login {
        height: auto;
    }
}


@media (min-width: 991px) and (max-width: 1200px) {

    .left-col {
        order: 2;
        margin-top: 20px;
    }
}

.role ul li .nav-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-weight: 500;
    color: #333;
    /*background-color: #f8f8f8;*/
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.3s, color 0.3s;
    border-color: #dee2e6 #dee2e6 #fff;
}


    .role ul li .nav-link.active {
        background-color: #3f3fc6;
        color: white;
        font-weight: 600;
    }

.role ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
    .role ul li {
        flex: 1;
    }

.role .tab-content {
    padding: 20px 0px;
}

.forgt a {
    display: flex;
    justify-content: center;
    color: #2b2b2b !important;
    text-decoration: underline;
    font-weight: 700;
}

/* Start -- Disable Menu*/
.disabled-link {
    pointer-events: none; /* block clicks */
    color: gray !important; /* make it look disabled */
    cursor: not-allowed; /* show disabled cursor */
    text-decoration: none; /* remove underline */
}
/* End -- Disable Menu*/

/* Start -- New Login CSS */
/* Global Font and Variables */
@import url('https://fonts.googleapis.com/css2?family=Segoe+UI:wght@300;400;600;700&display=swap');

/* 1. Define the spinning animation */
@keyframes spin-slow {
    from {
        /* Keep it centered, start at 0 degrees */
        transform: translate(-50%, -60%) rotate(0deg);
    }

    to {
        /* Keep it centered, end at 360 degrees */
        transform: translate(-50%, -60%) rotate(360deg);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0px 0px;
    }

    100% {
        /* CRITICAL: Change '40px' to match the exact width of your rendered pattern image. 
           If the loop "jumps", adjust this number up or down. */
        background-position: 40px 0px;
    }
}

:root {
    --header-red: #3B6790;
    --dark-primary: #002857;
    --text-dark: #333;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--bg-beige);
    overflow-x: hidden;
}

/* ================= HEADER STYLES ================= */
.main-header {
    background-color: var(--header-red);
    padding: 5px 0;
}

.emblem-img {
    height: 65px;
    border-radius: 4px;
}

.brand-text h1 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
}

.brand-text p {
    color: #ddd;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
}

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-color: var(--header-red);
        text-decoration-thickness: 3px;
    }

/* ================= MARQUEE SECTION ================= */
.marquee-section {
    background-color: #fff;
    position: relative;
}

.marquee-border-top {
    height: 20px;
    background-image: url(../images/top-pattern.png);
    /* The zig-zag pattern */
    background-repeat: repeat-x;
    background-size: contain;
   /* animation: slide-pattern 1s linear infinite;*/
}

.important-updates-box {
    background-color: var(--header-red);
    color: white;
    font-weight: bold;
    padding: 0px 12px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.marquee-container {
    background-color: #FFFFFF;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

marquee {
    font-weight: 500;
    /*color: var(--header-red);*/
    color: #ffffff;
}

/* ================= MAIN CONTENT STYLES ================= */
.main-content-wrapper {
    min-height: calc(100vh - 180px);
    padding-top: 2rem;
    position: relative;
}

/* Subtle Tribal Background Pattern Overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Uses the faint background image */
    background-image: url(../images/bg-pattern.png); 
    background-repeat: repeat;
    background-size: 400px;
    /* Adjust scale of pattern */
    background-position: center;
    pointer-events: none;
    z-index: 0;
}

/* Right Side Border Pattern */
.side-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 100%;
    background-image: url(../images/side-pattern.png);
    background-repeat: repeat-y;
    background-size: contain;
    z-index: 1;
}

/* ================= STATUE AREA ================= */
.statue-wrapper {
    position: relative;
    z-index: 2;
    min-height: 500px;
}

.statue-img {
    max-height: 65vh;
    object-fit: contain;
    object-position: bottom center;
    position: relative;
    z-index: 3;
    /* Top layer */
}

/* The Spiral Background behind the statue */
.statue-spiral-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    /* Centers and lifts slightly */
    width: 110%;
    max-width: 350px;
    opacity: 0.7;
    /* Faint look */
    z-index: 1;
    /* Behind statue */
    pointer-events: none;
    /* Add this line to make it spin: */
    /* animation name | duration | timing-function | iteration-count */
    animation: spin-slow 30s linear infinite;
}

/* ================= LOGIN CARD STYLES ================= */
.login-card {
    background: #fff;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 10;
}

.login-header-separator {
    position: relative;
    color: #555;
    font-weight: 600;
    font-size: 1.3rem;
}

    .login-header-separator::before,
    .login-header-separator::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 30%;
        height: 2px;
        background-color: #ddd;
    }

    .login-header-separator::before {
        left: 0;
    }

    .login-header-separator::after {
        right: 0;
    }

.login-toggles {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    padding: 3px;
}

.toggle-btn {
    flex: 1;
    border: none;
    border-radius: 25px !important;
    font-weight: 600;
    font-size: 0.85rem;
    color: #777;
    padding: 10px 5px;
    white-space: nowrap;
}

    .toggle-btn.active {
        background-color: var(--header-red) !important;
        color: white !important;
    }

/* Form Inputs */
.custom-input-group .input-group-text {
    background: transparent;
    color: #777;
}

.custom-input-group .form-control {
    padding-left: 10px;
}

    .custom-input-group .form-control:focus {
        border-color: var(--header-red);
    }

    .custom-input-group .form-control::-ms-reveal,
    .custom-input-group .form-control::-ms-clear {
        display: none;
    }

.custom-input-control {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 30px;
    padding: 10px 20px;
}

.forgot-password-link,
.how-to-link {
    color: #777;
    font-size: 0.9rem;
    text-decoration: none;
}

    .forgot-password-link:hover,
    .how-to-link:hover {
        color: var(--header-red);
    }

.captcha-box img {
    height: 45px;
}

.refresh-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
    color: #555;
}

.submit-btn {
    background-color: var(--header-red) !important;
    border: none;
    border-radius: 30px !important;
    padding: 6px;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

    .submit-btn:hover {
        background-color: #cf6512;
    }

.register-links p {
    color: #555;
}

.register-links a.fw-bold {
    color: #000 !important;
}

/* ================= FOOTER STYLES ================= */
.footer-border-top {
    height: 40px;
    background-image: url(../images/footer-pattern.png);
    /* The cart strip */
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-color: var(--header-red);
}

.main-footer {
    background-color: var(--header-red);
    font-size: 0.9rem;
}

    .main-footer a {
        opacity: 0.8;
        transition: opacity 0.3s;
    }

        .main-footer a:hover {
            opacity: 1;
        }

/* Responsive */
@media (max-width: 991px) {
    .statue-img {
        max-height: 50vh;
    }

    .statue-spiral-bg {
        width: 100%;
        max-width: 400px;
    }

    .login-card {
        margin-bottom: 3rem;
    }

    .side-pattern {
        display: none;
    }
}

/* ===========================
   RESPONSIVE FIXES ONLY
   =========================== */

/* ---------- Large tablets & small laptops ---------- */
@media (max-width: 1199px) {
    .statue-img {
        max-height: 60vh;
    }

    .statue-spiral-bg {
        max-width: 300px;
    }
}

/* ---------- Tablets ---------- */
@media (max-width: 991px) {
    .main-content-wrapper {
        padding-top: 1.5rem;
    }

    .navbar-brand h1 {
        font-size: 1rem;
    }

    .brand-text p {
        font-size: 0.75rem;
    }

    .statue-wrapper {
        min-height: auto;
    }

    .statue-img {
        max-height: 45vh;
    }

    .statue-spiral-bg {
        max-width: 280px;
    }

    .login-card {
        max-width: 100%;
        border-radius: 20px;
    }

    .login-toggles {
        flex-wrap: wrap;
        gap: 5px;
    }

    .toggle-btn {
        font-size: 0.8rem;
        padding: 8px;
    }
}

/* ---------- Mobile devices ---------- */
@media (max-width: 767px) {

    /* Header */
    .navbar-brand {
        flex-direction: column;
        text-align: center;
    }

    .emblem-img {
        height: 55px;
        margin-bottom: 5px;
    }

    /* Marquee */
    .important-updates-box {
        padding: 8px 15px;
        font-size: 0.85rem;
    }

    marquee {
        font-size: 0.85rem;
    }

    /* Statue section */
    .statue-wrapper {
        justify-content: center !important;
    }

    .statue-img {
        max-height: 35vh;
    }

    .statue-spiral-bg {
        max-width: 220px;
    }

    /* Login Card */
    .login-card {
        padding: 15px 12px;
        border-radius: 18px;
    }

    .login-header-separator {
        font-size: 1.1rem;
    }

        .login-header-separator::before,
        .login-header-separator::after {
            width: 22%;
        }

    .toggle-btn {
        font-size: 0.75rem;
    }

    .submit-btn {
        font-size: 1rem;
        padding: 8px;
    }

    /* Captcha */
    .captcha-box {
        flex-wrap: wrap;
        gap: 8px;
    }

    /* Footer */
    .main-footer {
        text-align: center;
        font-size: 0.8rem;
    }
}

/* ---------- Small phones ---------- */
@media (max-width: 480px) {

    .navbar-nav .nav-link {
        padding: 0.4rem 0;
    }

    .statue-img {
        max-height: 30vh;
    }

    .login-card {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .register-links p,
    .how-to-link {
        font-size: 0.85rem;
    }
}

.captcha-wrapper-material {
    position: relative;
    display: inline-block;
    width: 100%;
}

.refresh-overlay {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s;
}

    .refresh-overlay:hover {
        background: #fff;
    }

.captcha-material-img {
    /*width: 100%;*/
    max-height: 40px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
}

.captcha-input {
    border-radius: 20px;
}

/*.imp-container {
    position: relative;
    z-index: 10;
    border: 1px solid #000000;
    padding: 0px !important;
    margin: 0px 40px 0px 20px;
}*/

ul.navbar-nav {
    margin-right: 3rem;
}

.breadcrumb-header h5 {
    margin-bottom: 0px;
}

.breadcrumb-header h5 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
}

.breadcrumb-title {
    border-radius: 6px;
    padding: 7px 20px 7px 20px;
    /* color: #fff; */
    background: #3B6790 !important;
}

li.breadcrumb-item a {
    color: #fff;
}
/* End -- New Login CSS*/