﻿/*Updated CSS*/
body {
    font-family: 'Inter',sans-serif;
    background-color: white !important;
    overflow-x: hidden;
}
/*body { background-color: #f0f2f5;  }*/

.portal-wrapper {
    min-width: 300px;
    max-width: 680px;
    margin: 50px auto;
    padding: 0 20px;
}


.main-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease;
}


.alert-header {
    padding: 35px;
    display: flex;
    align-items: center;
    background: #9d7600;
    border-bottom: 1px solid #f1f5f9;
}

.icon-box {
    width: 54px;
    height: 54px;
    background-color: #fff1f0;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(255, 77, 79, 0.15);
    border: 0.5px solid #ff4d4f;
}

    .icon-box i {
        color: #ff4d4f;
        font-size: 1.4rem;
    }

.alert-title {
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
}

.alert-desc {
    color: #FFF;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}


.instruction-pane {
    padding: 20px 35px;
    background-color: #ffffff;
}

.action-text {
    color: #16a34a;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

    .action-text i {
        background: #f0fdf4;
        padding: 8px;
        border-radius: 8px;
        margin-right: 12px;
        border: 0.5px solid #16a34a;
    }

.security-footer {
    background-color: #f8fafc;
    padding: 30px 35px;
    border-top: 1px dashed #e2e8f0;
}

.form-control,
.form-select {
    background-color: #FBF7E9;
    border: 0.5px solid #89b4d8;
    color: #9d7600;
    /*font-weight:bold;*/
}

.security-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .security-list li {
        margin-bottom: 12px;
        color: #475569;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
    }

        .security-list li::before {
            content: "\f058"; /* FontAwesome  */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            margin-right: 12px;
            color: #660066;
            font-size: 1rem;
        }

.hidden-control {
    display: none !important;
}

.system-footer {
    text-align: center;
    margin-top: 25px;
    color: #94a3b8;
    font-size: 0.85rem;
}
/*login Page*/
.login-wrapper {
    background: #FBF7E9;
}

.info-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.login-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    overflow: hidden;
}

.login-header {
    background: #9d7600;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.btn-login {
    background: #9d7600;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-weight: bold;
}

    .btn-login:hover {
        background: #E6B119;
        color: #fff;
    }

.modern-box {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    background-color: #FBF7E9;
}

.box-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.iconnew {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

    .iconnew.blue {
        background: #e6f0ff;
        color: #0d6efd;
    }

    .iconnew.red {
        background: #ffeaea;
        color: #dc3545;
    }

    .iconnew.green {
        background: #eaf7ea;
        color: #28a745;
    }


.title {
    font-weight: 600;
    font-size: 16px;
}

.box-list {
    padding-left: 18px;
    margin-top: 10px;
    color: #555;
}

.small-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.form-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    padding: 20px;
    margin-top: 16px;
    border: none;
}

.page-header {
    background-color: #9d7600;
    color: white !important;
    padding: 1.5rem;
    border-radius: 12px 12px 0 0;
    margin: -2rem -2rem 2rem -2rem;
}

.section-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #f1f5f9;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
}

.btn-modern {
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s;
    border: none;
    color: white;
    min-width: 100px;
}

.btn-add {
    background-color: #9d7600 !important;
    transition: all 0.15s ease;
    /*box-shadow: 0 6px 0 #1a5a8a, 0 8px 6px rgba(0,0,0,0.3);*/
}

    .btn-add:hover {
        background-color: #145da0;
        transform: translateY(-2px);
    }

.btn-modify {
    background-color: #1a6b3c;
    transition: all 0.15s ease;
    /*box-shadow: 0 6px 0 #228a4e, 0 8px 6px rgba(0,0,0,0.3);*/
}

    .btn-modify:hover {
        background-color: #145530;
        transform: translateY(-2px);
    }

.btn-clear {
    background-color: #94a3b8 !important;
    transition: all 0.15s ease;
    color: #fff !important;
    /*box-shadow: 0 6px 0 #475569, 0 8px 6px rgba(0,0,0,0.3);*/
}

    .btn-clear:hover {
        background-color: #475569;
        transform: translateY(-2px);
    }

.btn-delete {
    background-color: #ef4444 !important;
    transition: all 0.15s ease;
    color: white !important;
    /*box-shadow: 0 6px 0 #dc2626, 0 8px 6px rgba(0,0,0,0.3);*/
}

    .btn-delete:hover {
        background-color: #b91c1c;
        transform: translateY(-2px);
    }

/*.btn-add {
    background-color: #dbeafe;
    color: #9d7600;
    border: 1.5px solid #9d7600;
    transition: all 0.15s ease;
    box-shadow: 0 6px 0 #9d7600, 0 8px 6px rgba(0,0,0,0.3);
}
    .btn-add:hover {
        background-color: #bfdbfe;
        color: #9d7600;
        transform: translateY(-2px);
        box-shadow: 0 8px 0 #9d7600, 0 10px 8px rgba(0,0,0,0.3);
    }
    .btn-add:active {
        transform: translateY(4px);
        box-shadow: 0 2px 0 #9d7600, 0 3px 4px rgba(0,0,0,0.2);
    }

.btn-modify {
    background-color: #dcfce7;
    color: #1a6b3c;
    border: 1.5px solid #1a6b3c;
    transition: all 0.15s ease;
    box-shadow: 0 6px 0 #1a6b3c, 0 8px 6px rgba(0,0,0,0.3);
}
    .btn-modify:hover {
        background-color: #bbf7d0;
        color: #1a6b3c;
        transform: translateY(-2px);
        box-shadow: 0 8px 0 #1a6b3c, 0 10px 8px rgba(0,0,0,0.3);
    }
    .btn-modify:active {
        transform: translateY(4px);
        box-shadow: 0 2px 0 #1a6b3c, 0 3px 4px rgba(0,0,0,0.2);
    }

.btn-clear {
    background-color: #f1f5f9;
    color: #475569;
    border: 1.5px solid #475569;
    transition: all 0.15s ease;
    box-shadow: 0 6px 0 #475569, 0 8px 6px rgba(0,0,0,0.3);
}
    .btn-clear:hover {
        background-color: #e2e8f0;
        color: #475569;
        transform: translateY(-2px);
        box-shadow: 0 8px 0 #475569, 0 10px 8px rgba(0,0,0,0.3);
    }
    .btn-clear:active {
        transform: translateY(4px);
        box-shadow: 0 2px 0 #475569, 0 3px 4px rgba(0,0,0,0.2);
    }

.btn-delete {
    background-color: #fee2e2;
    color: #b91c1c;
    border: 1.5px solid #b91c1c;
    transition: all 0.15s ease;
    box-shadow: 0 6px 0 #b91c1c, 0 8px 6px rgba(0,0,0,0.3);
}
    .btn-delete:hover {
        background-color: #fecaca;
        color: #b91c1c;
        transform: translateY(-2px);
        box-shadow: 0 8px 0 #b91c1c, 0 10px 8px rgba(0,0,0,0.3);
    }
    .btn-delete:active {
        transform: translateY(4px);
        box-shadow: 0 2px 0 #b91c1c, 0 3px 4px rgba(0,0,0,0.2);
    }*/

.validation-error {
    font-size: 0.75rem;
    color: #ef4444;
    display: block;
    margin-top: 4px;
    font-weight: 500;
}

.custom-label {
    /*font-weight: 600;*/
    color: #475569;
    margin-bottom: 0.4rem;
    display: block;
    font-size: 0.9rem;
}

.input-group-text {
    background-color: #f1f5f9;
    border-right: none;
}



.logo-box img {
    height: 80px;
    width: auto;
}

.nav-wrapper {
    background-color: #9d7600 !important;
    padding: 0 5%;
}


.level2 {
    background-color: #9d7600 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    padding: 4px 8px !important;
    display: inline-block;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}


    .level2:hover {
        background-color: #9d7600 !important;
        color: white !important;
    }


.level3 {
    background-color: #9d7600 !important;
    color: #3c4043 !important;
    background-color: #ffffff !important;
    padding: 5px 10px !important;
    font-size: 13px;
    display: block;
    min-width: 220px;
    border-bottom: 1px solid #f1f3f4 !important;
    transition: all 0.2s ease;
    text-decoration: none;
}



    .level3:hover {
        background-color: #9d7600 !important;
        color: white !important;
    }


    .level3:last-child {
        border-bottom: none !important;
    }

.level4 {
    color: #3c4043 !important;
    background-color: #ffffff !important;
    padding: 5px 10px !important;
    font-size: 13px;
    display: block;
    min-width: 220px;
    border-bottom: 2px solid #f1f3f4 !important;
    transition: all 0.2s ease;
    text-decoration: none;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;*/
}

    .level4:hover {
        background-color: #9d7600 !important;
        color: white !important;
    }

.info-bar {
    background: #fff;
    padding: 8px 5%;
    text-align: right;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.content-box {
    background: #fff;
    min-height: 450px;
    padding: 20px 5%;
}


.info-bar {
    background: #fff;
    padding: 10px 5%;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
}


.pill {
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}


.pill-green {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}


.pill-red {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.mobile-nav-toggle {
    display: none;
    background: #9d7600;
    color: white;
    padding: 10px 15px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.bgheader {
    color: #9d7600;
    font-weight: bold;
}

.footerbg {
    background: #9d7600;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 12px;
}


@media screen and (max-width: 768px) {
    .header-main {
        text-align: center;
        justify-content: center;
    }

    .logo-box {
        margin-right: 0;
        margin-bottom: 10px;
        flex: 1 0 100%;
    }

    .text-box h1 {
        font-size: 18px;
    }

    .mobile-nav-toggle {
        display: block;
    }

    #nav_container {
        display: none;
        background: #9d7600 !important;
    }

    .nav-wrapper table, .nav-wrapper tr, .nav-wrapper td {
        display: block !important;
        width: 100% !important;
    }

    .nav-wrapper ul {
        position: static !important;
        display: block !important;
        box-shadow: none !important;
        width: 100% !important;
    }
}

.form-label {
    font-weight: 600;
    /*color: #444;*/
    color: #9d7600;
    font-size: 0.9rem;
}

.validation-err {
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
}

.address-spacing {
    margin-bottom: 8px;
}


.bg-custom-navy {
    background-color: #9d7600 !important;
    color: white !important;
}

.btn-custom-navy {
    background-color: #9d7600 !important;
    color: white !important;
    border: none;
    transition: 0.3s;
}

    .btn-custom-navy:hover {
        background-color: #001a2d !important;
        color: white !important;
    }


.pagination-container table {
    border-collapse: separate;
    border-spacing: 6px 0;
    margin: 15px 0;
}

.pagination-container a, .pagination-container span {
    display: block;
    padding: 8px 14px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #dee2e6;
    min-width: 40px;
    text-align: center;
}

.pagination-container a {
    background-color: #fff;
    color: #9d7600;
}

    .pagination-container a:hover {
        background-color: #e9ecef;
        border-color: #9d7600;
    }

.pagination-container span {
    background-color: #9d7600;
    color: white;
    border-color: #9d7600;
}

.grid-view tr:first-child .pagination-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
}


.grid-view tr:last-child .pagination-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}



.grid-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 25px;
    border: 1px solid #eef2f6;
}

.table thead th {
    background-color: #9d7600 !important;
    color: #ffffff !important;
    /*border-bottom: 3px solid #ef4444;*/
    font-weight: 700;
    padding: 15px;
    text-align: center;
}

/*.table tr:first-child td,*/
.table tr:first-child th {
    background-color: #9d7600 !important;
    color: #ffffff !important;
    font-weight: 700;
    text-align: center;
    padding: 20px 12px !important;
    border: 1px solid #d6d6d6 !important;
}

.table tr:nth-child(even) td {
    /*background-color: #FBF7E9 !important;*/
    background-color: #FCFBF2;
    /*color: #9d7600;*/
    padding: 5px 4px !important;
}

.table tr:nth-child(odd):not(:first-child) td {
    background-color: #ffffff !important;
    /*color: #9d7600;*/
    padding: 5px 4px !important;
}

.table tr:not(:first-child):hover td {
    background-color: #cbd5e1 !important;
    color: #000000 !important;
    cursor: pointer;
}

.table td {
    vertical-align: middle;
    font-size: 11px;
}

.action-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 1.1rem;
    border: 1px solid transparent;
}

.btn-edit-light {
    background-color: #f1f1f1;
    color: #9d7600 !important;
    border-color: #e2e2e2;
}

    .btn-edit-light:hover {
        background-color: #020303;
        color: #ffffff !important;
    }

.btn-delete-light {
    background-color: #fff5f5;
    color: #ef4444 !important;
    border-color: #fee2e2;
}

    .btn-delete-light:hover {
        background-color: #ef4444;
        color: #ffffff !important;
    }

.note-section {
    background-color: #f8fafc;
    border-left: 4px solid #020303;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}

.link-modern {
    font-size: 1.05rem;
    color: #007bff;
    text-decoration: none;
}

    .link-modern:hover {
        text-decoration: underline;
    }

.disclaimer {
    font-size: 0.95rem;
    color: #d9534f;
    font-weight: 500;
}

.btnheight {
    margin-top: 10px !important;
}

.category-label {
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.priority-group {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #e9ecef;
}



.section-banner {
    background-color: #509FC7;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
}

.report-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.report-item {
    padding: 12px 15px;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

    .report-item:last-child {
        border-bottom: none;
    }

    .report-item:hover {
        background-color: #f8fafc;
        padding-left: 20px;
    }

    .report-item img {
        width: 10px;
        height: 10px;
        margin-right: 12px;
        opacity: 0.6;
    }

.report-link {
    text-decoration: none !important;
    color: #4a5568;
    font-size: 0.92rem;
    font-weight: 500;
    display: block;
    width: 100%;
}

.report-item:hover .report-link {
    color: #3182ce;
}


@media (min-width: 768px) {
    .v-line {
        border-right: 1px solid #edf2f7;
    }
}

.grid-container {
    border: 1px solid #edf2f7;
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin-bottom: 30px;
}

.fa-solid, .fas {
    font-weight: 900;
}

/*excel*/
.excelright {
    text-decoration: none;
    float: right;
    margin-right: 20px;
}

.excel-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #d4edda;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.excel-text {
    font-weight: bold;
    color: #155724;
    white-space: nowrap;
}

.text-coral {
    color: #ff7f50;
}

.heading-custom {
    background-color: #f8f9fa;
    padding: 10px;
    border-left: 5px solid #006699;
    font-weight: bold;
    color: #006699;
    margin-bottom: 15px;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background-color: #2F99B4;
}

.has-error {
    color: red;
    font-size: 0.875em;
    margin-top: 5px;
    display: block;
}

.text-colorblue {
    color: #9d7600;
}

.headtgecet {
    font-size: 15px;
    background-color: #9d7600;
    color: white !important;
    font-weight: bold;
    text-align: center;
}

.headmarque {
    font-size: 15px;
    background-color: #F8E9BF;
    color: white !important;
    font-weight: bold;
    text-align: center;
}

.logoheader {
    /*background: linear-gradient(to bottom,#DCB171 0%,#BD8B3C 55%,#BA7B1D 100%);*/
    background: #fff;
}
/*Default page start*/
.default-panel {
    Color: maroon;
    Width: 100%;
}

.login-panel {
    border-radius: 10px;
    border: 1px solid #B0C4DE;
    max-width: 500px;
}

.login-header {
    background: #9d7600;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px;
}

.default_user {
    margin-bottom: 15px;
    align-items: center;
}

.default_label {
    font-weight: 600;
    padding-top: 6px;
}

.captcha-note {
    font-size: 11px;
    color: red;
}

.captcha-refresh {
    margin-left: 10px;
    height: 35px;
    cursor: pointer;
}
/*Default page end*/

/*main menu page start*/
.mainmenu_1 {
    min-height: 370px;
    margin: 20px auto;
}

    .mainmenu_1 .card {
        border-radius: 12px;
        overflow: hidden;
    }

.mainmenu-header {
    background-color: #9d7600 !important;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 14px;
}

.notification-list {
    width: 100%;
}

.notification-item {
    padding: 8px 0;
}

.notification-link {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #660066;
    text-decoration: none;
    transition: 0.3s;
}

    .notification-link:hover {
        color: #0d6efd;
        text-decoration: underline;
    }

.security-note {
    color: #dc3545;
    font-size: 14px;
}

    .security-note h6 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .security-note ul {
        padding-left: 20px;
        margin-bottom: 0;
    }

    .security-note li {
        margin-bottom: 5px;
    }
/*main menu page end*/

/* Card */
.custom-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

/* Grid Wrapper */
.table-responsive {
    overflow-x: auto;
}
/* Grid Container */
.custom-grid {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

    /* Header */
    .custom-grid th {
        background: #67665c;
        color: #ffffff;
        font-weight: 600;
        text-align: center;
        padding: 12px 10px;
        border: 1px solid #7a796f;
        white-space: nowrap;
        vertical-align: middle;
        font-size: 14px;
    }

    /* Rows */
    .custom-grid td {
        padding: 10px 8px;
        border: 1px solid #e5e7eb;
        text-align: center;
        vertical-align: middle;
        color: #333;
        background: #fff;
    }

    /* Alternate Rows */
    .custom-grid tr:nth-child(even) td {
        background-color: #f8f9fa;
    }

    /* Hover */
    .custom-grid tr:hover td {
        background-color: #eef4ff;
        transition: 0.2s ease-in-out;
    }

    /* Edit TextBox */
    .custom-grid input[type="text"] {
        width: 60px;
        height: 34px;
        border: 1px solid #ced4da;
        border-radius: 6px;
        text-align: center;
        padding: 4px;
        font-size: 13px;
    }

    /* Edit/Update/Cancel Buttons */
    .custom-grid a,
    .custom-grid input[type="submit"] {
        background: #0d6efd;
        color: #fff !important;
        border-radius: 5px;
        padding: 5px 10px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 500;
        border: none;
    }

        .custom-grid a:hover,
        .custom-grid input[type="submit"]:hover {
            background: #0b5ed7;
        }

    /* Empty Row */
    .custom-grid .empty-row {
        padding: 20px;
        text-align: center;
        color: #6c757d;
        font-weight: 500;
    }
/*Cadidate data */
/* Card */
.biodata-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

/* Header */
.biodata-header {
    background: linear-gradient(90deg,#4b5563,#67665c);
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding: 18px;
    border: none;
}

/* Labels */
.form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

/* Inputs */
.form-control,
.form-select {
    background-color: #FBF7E9 !important;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    min-height: 42px;
    box-shadow: none;
}

    .form-control:focus,
    .form-select:focus {
        background-color: #FBF7E9;
        border-color: orange;
        box-shadow: 0 0 0 .2rem rgba(13,110,253,.15);
    }

/* Required Star */
.redcolor {
    color: #dc3545;
    font-weight: bold;
}

/* Buttons */
.btn {
    border-radius: 10px;
    font-weight: 500;
}

/* Mobile */
@media(max-width:768px) {
    .biodata-header {
        font-size: 22px;
    }
}
/*candidate page end*/
.redcolor {
    color: red;
}

.colg_fee_bgdark {
    height: 52px !important;
}


/*Student MenU*/
.admin-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background-color: #f8fafc;
    padding: 2rem 1rem;
    color: #334155;
}
/*.form-card {
        background: #ffffff;
        max-width: 900px;
        margin: 0 auto 2.5rem auto;
        border-radius: 8px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
        overflow: hidden;
    }*/
.card-header {
    background-color: #9d7600 !important;
    padding: 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
    color: white !important;
}

    .card-header .heading {
        font-size: 1.25rem;
        font-weight: 600;
        color: #fff !important;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

.card-body {
    padding: 2rem;
}
/* Two-column responsive form grid */
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2.5rem;
}

@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .form-group label {
        font-weight: 600;
        font-size: 0.9rem;
        color: #475569;
    }

.required-star {
    color: #ef4444;
    margin-left: 0.25rem;
}
/* Control inputs styling */
.form-control {
    background-color: #FBF7E9 !important;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background-color: #FBF7E9;
    color: #9d7600;
    font-size: 0.95rem;
    box-sizing: border-box;
    transition: border-color 0.15s ease;
}

    .form-control:focus {
        outline: none;
        border-color: #3b82f6;
    }

.validator-msg {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}
/* Action Buttons styling */
.action-row {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-main {
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    transition: background-color 0.15s ease;
}

.btn-primary {
    background-color: #3b82f6;
    color: white;
}

    .btn-primary:hover {
        background-color: #2563eb;
    }

.btn-secondary {
    background-color: #64748b;
    color: white;
}

    .btn-secondary:hover {
        background-color: #475569;
    }

.btn-outline {
    background-color: #fff;
    color: #475569;
    border: 1px solid #cbd5e1;
}

    .btn-outline:hover {
        background-color: #f8fafc;
    }

/* GridView custom overrides */
.grid-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 1.5rem;
}

.custom-grid .pagination table {
    margin: 0;
}

.custom-grid .pagination td {
    border: none !important;
    padding: 0 !important;
}

.custom-grid .pagination a,
.custom-grid .pagination span {
    display: block;
    padding: 0.4rem 0.75rem;
    border: 1px solid #cbd5e1;
    margin-right: 0.25rem;
    border-radius: 4px;
    text-decoration: none;
}

.search-bar-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 1.25rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

    .search-bar-inline label {
        font-weight: 600;
        font-size: 0.95rem;
    }

.validator-msg {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}

.form-card-user-create {
    background: #ffffff;
    margin: 0 auto 2.5rem auto;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

/*seat-matrix-container*/
.seat-matrix-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    max-width: 700px;
    margin: 3rem auto;
    padding: 2.5rem 2rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.matrix-action-block {
    padding-bottom: 1rem;
}

/* Target specific class overriding or styling custom .buttons asset */
.seat-matrix-container .buttons {
    background-color: #2563eb;
    color: #ffffff;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.1s ease;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
}

    .seat-matrix-container .buttons:hover {
        background-color: #1d4ed8;
    }

    .seat-matrix-container .buttons:active {
        transform: scale(0.98);
    }

.matrix-disclaimer {
    display: block;
    max-width: 550px;
    margin: 1rem auto 0 auto;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #dc2626;
    background-color: #fef2f2;
    padding: 0.75rem 1rem;
    border-left: 4px solid #ef4444;
    border-radius: 4px;
    text-align: left;
}

.matrix-download-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin: 0.5rem 0;
}

/* Style ASP.NET LinkButtons like modern clear action items */
.matrix-link-download {
    display: inline-flex;
    align-items: center;
    color: #2563eb;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    background-color: #f0f4ff;
    transition: color 0.15s ease, background-color 0.15s ease;
}

    .matrix-link-download:hover {
        color: #1d4ed8;
        background-color: #e0e7ff;
        text-decoration: underline;
    }

.matrix-status-block {
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

    .matrix-status-block span {
        display: block;
        margin-bottom: 0.5rem;
    }

/*Instructions*/
.instructions-admin-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

    .instructions-admin-container .admin-heading {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1e293b;
        text-align: center;
        letter-spacing: 0.025em;
        margin: 0;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #f1f5f9;
    }

/* GridView Container Normalization & Responsive Wrapper */
.gridview-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

/* Standard GridView Element Rule Customizations */
.modern-gridview {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    font-size: 0.95rem;
}

    .modern-gridview th {
        background-color: #f1f5f9 !important;
        color: #334155 !important;
        font-weight: 600 !important;
        padding: 0.75rem 1rem !important;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 0.05em;
        border-bottom: 2px solid #cbd5e1 !important;
    }

    .modern-gridview td {
        padding: 0.85rem 1rem !important;
        border-bottom: 1px solid #e2e8f0 !important;
        color: #475569;
        vertical-align: middle;
    }

    .modern-gridview tr:last-child td {
        border-bottom: none !important;
    }

/* Action Icon Layout Structure within Columns */
.grid-action-cell {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

    .grid-action-cell input[type="image"] {
        transition: transform 0.1s ease, opacity 0.15s ease;
    }

        .grid-action-cell input[type="image"]:hover {
            transform: scale(1.1);
            opacity: 0.85;
        }

.grid-empty-template {
    padding: 2rem;
    text-align: center;
    color: #64748b;
    font-weight: 500;
    font-style: italic;
}

/* Text Editor Area Wrapping Layout */
.editor-section-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .editor-section-box label {
        font-weight: 600;
        font-size: 0.95rem;
        color: #475569;
    }

/* Action Control Interface Layer */
.admin-action-row {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

/* Standard Core Button Overrides or Utility Mapping */
.instructions-admin-container .buttons {
    padding: 0.6rem 2rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    transition: background-color 0.15s ease, transform 0.1s ease;
}

    .instructions-admin-container .buttons:active {
        transform: scale(0.98);
    }

.btn-save-main {
    background-color: #2563eb;
    color: #ffffff;
}

    .btn-save-main:hover {
        background-color: #1d4ed8;
    }

.btn-clear-alt {
    background-color: #ffffff;
    color: #475569;
    border: 1px solid #cbd5e1 !important;
}

    .btn-clear-alt:hover {
        background-color: #f8fafc;
    }
/*Instructions*/

.allotment-dashboard-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    max-width: 950px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

    .allotment-dashboard-container .dashboard-heading {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1e293b;
        text-align: center;
        letter-spacing: 0.025em;
        margin: 0;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #f1f5f9;
    }

/* GridView Container Normalization & Responsive Wrapper */
.gridview-responsive-wrapper {
    width: 100%;
    overflow-x: auto;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

/* Standard GridView Element Rule Customizations */
.modern-gridview {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    font-size: 0.95rem;
}

    .modern-gridview th {
        background-color: #f1f5f9 !important;
        color: #334155 !important;
        font-weight: 600 !important;
        padding: 0.85rem 1rem !important;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 0.05em;
        border-bottom: 2px solid #cbd5e1 !important;
        text-align: left;
    }

        /* Center align numeric columns or specific action columns */
        .modern-gridview th.text-center,
        .modern-gridview td.text-center {
            text-align: center !important;
        }

    .modern-gridview td {
        padding: 0.85rem 1rem !important;
        border-bottom: 1px solid #e2e8f0 !important;
        color: #475569;
        vertical-align: middle;
    }

    .modern-gridview tr:last-child td {
        border-bottom: none !important;
    }

/* Interactive LinkButton Element Presentation Overrides */
.btn-grid-action {
    display: inline-block;
    color: #2563eb !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    padding: 0.4rem 1rem;
    background-color: #eff6ff;
    border-radius: 4px;
    border: 1px solid #bfdbfe;
    transition: all 0.15s ease;
}

    .btn-grid-action:hover {
        color: #1d4ed8 !important;
        background-color: #dbeafe;
        border-color: #93c5fd;
        text-decoration: none !important;
    }

.grid-empty-template {
    padding: 2.5rem;
    text-align: center;
    color: #64748b;
    font-weight: 500;
    font-style: italic;
}
/***Tution fee payment ***/
.payment-dashboard-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    max-width: 1100px;
    margin: 2rem auto;
    padding: 2.5rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

    .payment-dashboard-container .form-main-heading {
        font-size: 1.6rem;
        font-weight: 700;
        color: #1e293b;
        text-align: center;
        letter-spacing: 0.03em;
        margin: 0;
        padding-bottom: 0.75rem;
        border-bottom: 2px solid #f1f5f9;
    }

/* Primary Selection Panel */
.search-filter-card {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Form Structuring Classes */
.form-group-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

    .form-group-wrapper label {
        font-size: 0.9rem;
        font-weight: 600;
        color: #475569;
    }

.required-indicator {
    color: #ef4444;
    margin-left: 0.2rem;
    font-weight: bold;
}

/* Form Input UI Styling overrides */
.payment-dashboard-container input[type="text"],
.payment-dashboard-container select {
    width: 100%;
    padding: 0.65rem 0.85rem;
    font-size: 0.95rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: #334155;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

    .payment-dashboard-container input[type="text"]:focus,
    .payment-dashboard-container select:focus {
        outline: none;
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    }

/* Unified Button Interface rules */
.action-button-group {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.payment-dashboard-container .btn-primary,
.payment-dashboard-container .btn-secondary {
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s ease;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.payment-dashboard-container .btn-primary {
    background-color: #2563eb;
    border: 1px solid #2563eb;
    color: #ffffff;
}

    .payment-dashboard-container .btn-primary:hover {
        background-color: #1d4ed8;
        border-color: #1d4ed8;
    }

.payment-dashboard-container .btn-secondary {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    color: #475569;
}

    .payment-dashboard-container .btn-secondary:hover {
        background-color: #f8fafc;
        color: #1e293b;
        border-color: #94a3b8;
    }

/* Student Dynamic Panel Tables layout modifications */
.dynamic-data-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

    .dynamic-data-table td {
        padding: 1rem;
        border-bottom: 1px solid #e2e8f0;
        color: #334155;
        font-size: 0.95rem;
    }

/* Transaction Row Section Divider Styles */
.section-divider-row {
    background-color: #f1f5f9;
    color: #1e293b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0.75rem !important;
}

/* GridView Component Refinements */
.gridview-scroll-container {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.modern-student-grid {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    font-size: 0.85rem;
}

    .modern-student-grid th {
        background-color: #006699 !important;
        color: #ffffff !important;
        font-weight: 600 !important;
        padding: 0.75rem 0.5rem !important;
        text-align: left;
        white-space: nowrap;
    }

    .modern-student-grid td {
        padding: 0.75rem 0.5rem !important;
        border-bottom: 1px solid #e2e8f0 !important;
        color: #000066;
        white-space: nowrap;
    }

/* Custom inline notifications styles */
.status-msg-center {
    text-align: center;
    font-weight: 500;
    margin-top: 0.5rem;
}

.inline-hint-span {
    font-size: 0.8rem;
    color: #ef4444;
    font-weight: 500;
    margin-left: 0.5rem;
}
/**tution Fee payment end*/

.report-generator-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 500px;
    margin: 3rem auto;
    padding: 2.5rem 2rem;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

    /* Message Alert Panel */
    .report-generator-container .alert-msg-wrapper {
        width: 100%;
        max-width: 400px;
        font-size: 0.95rem;
        color: #0f172a;
    }

    /* Main Title Styling */
    .report-generator-container .report-title {
        font-size: 1.4rem;
        font-weight: 700;
        color: #1e293b;
        margin: 0 0 0.5rem 0;
        line-height: 1.3;
    }

    /* Primary Generate Button Layout */
    .report-generator-container .btn-generate-report {
        display: inline-block;
        background-color: #2563eb;
        color: #ffffff;
        border: 1px solid #2563eb;
        padding: 0.75rem 2rem;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.15s ease;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        box-shadow: 0 2px 4px rgba(37, 99, 235, 0.1);
    }

        .report-generator-container .btn-generate-report:hover {
            background-color: #1d4ed8;
            border-color: #1d4ed8;
            box-shadow: 0 4px 6px rgba(29, 78, 216, 0.15);
        }

    /* Dynamic Output Text / Status Messaging */
    .report-generator-container .status-messages-group {
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        font-size: 0.95rem;
        font-weight: 500;
    }

    /* Modern Styled Link Button for Download Action */
    .report-generator-container .download-link-btn {
        color: #2563eb;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        padding: 0.5rem 1rem;
        border: 1px dashed #cbd5e1;
        border-radius: 6px;
        background-color: #f8fafc;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        transition: all 0.15s ease;
    }

        .report-generator-container .download-link-btn:hover {
            color: #1d4ed8;
            background-color: #eff6ff;
            border-color: #bfdbfe;
            text-decoration: underline;
        }


/* Container Contextual Override for Dynamic HTML Tables */
/* Container Contextual Override for Dynamic HTML Tables */
.custom-report-table {
    width: 100%;
    overflow-x: auto; /* Enables horizontal scrolling on small screens */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile safari */
    margin-bottom: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* Soft Bootstrap Shadow moved here */
}

    .custom-report-table table {
        width: 100% !important;
        min-width: 600px; /* Forces horizontal scrolling on narrow screens instead of squishing text */
        margin-bottom: 0; /* Handled by container margin */
        color: #212529;
        vertical-align: top;
        border-color: #dee2e6;
        border-collapse: collapse;
    }

        /* Header Row Styling (Replicates .table-dark structure) */
        .custom-report-table table tr:first-child th,
        .custom-report-table table tr:first-child td {
            background-color: #212529 !important;
            color: #ffffff !important;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
            border-bottom: 2px solid #495057;
            white-space: nowrap; /* Prevents header titles from awkwardly breaking into multiple lines */
        }

        /* General Cell Padding & Alignment Layouts */
        .custom-report-table table th,
        .custom-report-table table td {
            padding: 0.75rem 1rem !important;
            vertical-align: middle;
            border-bottom: 1px solid #dee2e6;
            text-align: left; /* Aligns data column grids */
        }

        /* Striped Rows Effect (.table-striped emulation) */
        .custom-report-table table tr:nth-of-type(odd) {
            background-color: rgba(0, 0, 0, 0.02);
        }

        /* Hover State Row Animation (.table-hover emulation) */
        .custom-report-table table tr:not(:first-child):hover {
            background-color: rgba(0, 0, 0, 0.045) !important;
            transition: background-color 0.15s ease-in-out;
        }

        /* Optional: Right-align columns that look like numeric weights or totals */
        .custom-report-table table td:empty,
        .custom-report-table table td[align="right"] {
            text-align: right;
        }

/* Custom Content Handling Rules for dynamic table elements */
.dynamic-content-root table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

    .dynamic-content-root table th,
    .dynamic-content-root table td {
        padding: 0.6rem 0.75rem !important;
        border: 1px solid #dee2e6 !important;
        font-size: 0.875rem;
    }

/* Hard Copy Printing Rules Layout Overrides */
@media print {
    body {
        background-color: #ffffff !important;
        color: #000000 !important;
    }
    /* Enforces that the tracking panel wrapper ignores container border rules for paper layouts */
    .card {
        border: none !important;
        box-shadow: none !important;
    }

    .card-body {
        padding: 0 !important;
    }
    /* Restores natural row line wrappers so content doesn't break arbitrarily across sheets */
    .dynamic-content-root table tr {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }
    /* Forces columns to render text naturally without clamping them behind side scrolling tracks on paper */
    .custom-report-table-wrapper {
        overflow-x: visible !important;
    }
}

/* Custom Palette Additions */
.bg-purple {
    background-color: #6f42c1 !important;
}

.border-purple {
    border-color: #6f42c1 !important;
}

.text-purple {
    color: #6f42c1 !important;
}

.text-indigo {
    color: #4b35ef !important;
}

/* Custom field layout utilities */
.min-height-38 {
    min-height: 38px;
}

.fs-7 {
    font-size: 0.875rem;
}

.tracking-wide {
    tracking: 0.05em;
}

.style-ph-box {
    max-height: 120px;
}

/* Cleans up default ASP.NET rendering mechanics on Checkbox lists */
.checkboxlist-clean label {
    margin-left: 6px;
    margin-right: 15px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.checkboxlist-clean input[type="checkbox"] {
    margin-top: 0;
    vertical-align: middle;
}

.notif-section-label {
    padding: 16px 35px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.notif-badge {
    background: #ede9fe;
    color: #5b21b6;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.notif-count {
    font-size: 12px;
    color: #94a3b8;
}

.notif-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 16px 25px 10px;
}

.notif-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 10px;
    border-radius: 10px;
    transition: background 0.2s;
}

    .notif-item:hover {
        background: #f8fafc;
    }

.notif-icon {
    width: 32px;
    height: 32px;
    background: #f0fdf4;
    border: 0.5px solid #16a34a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .notif-icon i {
        color: #16a34a;
        font-size: 0.85rem;
    }

.notif-link {
    font-size: 13px;
    font-weight: 600;
    color: #660066;
    line-height: 1.4;
    text-decoration: none;
}

    .notif-link:hover {
        text-decoration: underline;
        color: #660066;
    }

/*/*SPOT*/
/*.style1 
{
    text-decoration: none;
    color: #92BBCF;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: medium;
    background: inherit;
}
.level2 {
    color: GrayText;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    background-color: #daa83c;
    align-items:baseline;
}

.level3 {
    color: GrayText;
    background-color: #daa83c; 
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}

.level4 {
    color: GrayText;
    background-color: #daa83c; 
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}*/ /*#67665C*/
