﻿
@import url('Fontsize.css');

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Roboto", sans-serif;
}


body {
    font-family: "Roboto" !important;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    color: #444444;
    background-color: white;
}

.main-layout {
    /*    display: flex;*/
    min-height: calc(100vh + 60px);
}

.top-header {
    font-family: "Roboto" !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*    background: linear-gradient(to right, #CFE7ED, #b0dde8);*/
    padding: 10px 20px;
    /*    border-bottom: 2px solid #ccc;*/
    color: #252525;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Roboto;
    /*    font-size: 32px;*/
    font-style: normal;
    font-weight: 600;
    line-height: 123%; /* 39.36px */
}

    /*.top-header {
    background-image: linear-gradient(rgb(252 253 255 / 0%), rgb(29 29 29 / 58%)), url(../images/headerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    color: white;
}*/

    .top-header h1 {
        justify-content: center;
    }

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

    /*    .logo-section h1 {
margin: 0;
font-size: 20px;
color: #444;
}*/

    .logo-section small {
        font-size: 12px;
        color: #777;
    }

.user-controls i {
    margin-left: 20px;
    font-size: 32px;
    color: #ffffff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    cursor: pointer;
    font-size: 26px;
}

.top-nav {
    display: flex;
    padding: 0px;
    overflow-x: auto;
    background-color: #122b60;
    padding: 0px 16px;
    padding: 0px 16px;
}


    .top-nav a {
        padding: 10px 15px;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 123%;
        color: #fff;
        gap: 6px;
        border-right: 1px solid #7c7c7c6e;
        display: flex;
    }

        .top-nav a:hover {
            /*          border-radius: 4px;*/
            background-color: #7294df;
            box-shadow: 0 0 8px rgba(255, 255, 255, 0.2); /* soft white glow */
            color: #fff;
            gap: 6px;
            display: flex;
        }

    .top-nav .dropdown-menu a {
        padding: 10px 10px;
        text-decoration: none;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 123%;
        color: #002a70;
        gap: 6px;
        display: flex;
    }

        .top-nav .dropdown-menu a:hover {
            padding: 10px 15px;
            text-decoration: none;
            font-family: Roboto;
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 123%;
            color: #fff;
            gap: 6px;
            display: flex;
        }

/*
.left-pane {
background-color: #f47920;
color: #fff;
padding: 20px;
width: 250px;
}

.left-pane label {
display: block;
margin-bottom: 10px;
}

.left-pane select {
width: 100%;
padding: 5px;
border-radius: 4px;
border: none;
}*/

.right-content {
    /* flex-grow: 1;*/
    padding: 20px;
    background-color: #f7f7f7;
    /*display: flex;*/
    /*justify-content: center;
align-items: center;
color: #aaa;*/
    font-size: 18px;
    /*text-align: center;*/
}

.top-nav a.active {
    background-color: #122B60;
    border-radius: 0px;
    padding: 15px 15px;
    color: #fff;
    font-weight: 600;
}

.top-nav a.active {
    background-color: #122B60;
    border-radius: 0px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    background-color: #7294df;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.2); /* soft white glow */
    gap: 6px;
}

.top-nav .header-tab-icon {
    width: 16px;
    height: 17px;
}

.main-layout {
    background-color: #F3F2F7;
}

.header-page {
    font-family: "Roboto";
    color: #122B60;
    font-size: 24px;
    /* padding-bottom: 36px; */
    margin: 0px;
    font-weight: 600;
}

.top-nav svg.header-tab-icon-dms {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 2px;
}

.top-nav svg.header-tab-icon-dms {
    width: 15px;
    height: 14px;
}

.top-nav svg.header-tab-icon-prop {
    width: 14px;
    height: 15px;
}


hr.styled-line {
    height: 2px;
    background-color: #B7C4E2;
    /* Default color */
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/*Stepper wrapper*/
.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 0px auto;
    position: relative;
}



.step {
    text-align: center;
    z-index: 1;
    flex: 1;
    position: relative;
}

.step-circle {
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
    border-radius: 50%;
    background-color: #ccc;
}

.step.active .step-circle {
    background-color: #002060; /* Navy Blue */
}

.step-label {
    font-weight: bold;
    color: #002060;
    font-size: 13px;
}

button.primary-btn {
    background-color: #002a70;
    border-color: #002a70;
    padding: 8px 36px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    /*margin: 0px 12px;*/
}

table button.primary-btn {
    background-color: #002a70;
    border-color: #002a70;
    padding: 8px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

a.primary-btn {
    background-color: #002a70;
    border-color: #002a70;
    padding: 8px 16px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    margin: 0px 12px;
}

a.secondary-btn {
    padding: 8px 16px;
    border-radius: 8px;
}

.secondary-btn {
    padding: 8px 16px;
    border-radius: 8px;
}

.disclaimer-con {
    font-weight: 300 !important;
    font-size: 12px !important;
}

.disclaimer-con {
    font-weight: 500 !important;
}

button.primary-btn:hover {
    background-color: rgba(183, 196, 226, 1);
}

button.secondary-btn, a.secondary-btn {
    border: 1px solid #002a70;
    padding: 8px 14px;
    border-radius: 8px;
    background-color: rgba(241, 245, 255, 1);
    font-size: 14px;
    color: #002a70;
}

    button.secondary-btn:hover, a.secondary-btn:hover {
        background-color: #002a70;
        color: #fff;
    }
/*
    button.secondary-btn:hover {
        background-color: #f3f3f3;
        border-color: #002a70;
        color: #002a70;
    }*/

.modal-dialog-centered {
    padding: 16px;
    width: 100%;
    min-height: 200px !important;
    border-radius: 20px;
    background: #F9FBFF;
}

.modal-dialog .popUpHeading {
    color: rgba(18, 43, 96, 1);
    text-align: center;
}

.modal-dialog .popUpHeading, .modal-dialog .modal-title {
    color: rgba(18, 43, 96, 1);
    text-align: center !important;
}
/* Form Styling */
.card {
    border-radius: 12px;
}

label {
    font-family: "Roboto";
    font-weight: 500;
    color: #595959;
    font-family: Roboto;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 123%;
    margin-bottom: 6px !important;
}


textarea.form-control {
    resize: none;
}

input.form-control,
select.form-select,
textarea.form-control {
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    padding: 10px !important;
    background-color: #F1F5FF !important;
    font-size: 12px !important;
}

/* Button Styling */


button.btn-primary {
    background-color: #002a70;
    border-color: #002a70;
}

button.btn-outline-primary {
    color: #002a70;
    border-color: #002a70;
}

    button.btn-outline-primary:hover {
        background-color: #002a70;
        color: #fff;
    }

.step a.step-link {
    text-decoration: none;
    color: inherit; /* Inherit text color */
    display: block; /* Make the entire step clickable */
}

.span-sub-heading {
    font-size: 14px;
    color: #122B60;
    margin-bottom: 12px;
    text-align: right;
    font-weight: 500;
}

.sub-heading {
    font-size: 16px;
    color: #122B60;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: Roboto;
}
/*svg.header-tab-icon:hover {
fill: #ffffff;
stroke: #ffffff;
    
}*/
/*a.active svg.header-tab-icon path {
fill: #ffffff;
stroke: #ffffff;
}
*/
@media print {
    #printContent h4 {
        margin-top: 20px;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }

    #printContent table {
        border-collapse: collapse;
        margin-top: 10px;
    }

    #printContent td, #printContent th {
        border: 1px solid #666;
        padding: 6px;
    }
}

.top-nav .header-tab-home {
    width: 14px;
    height: 14px;
}

.top-nav .header-tab-icon-master, .top-nav .header-tab-icon-meeting {
    width: 14px;
    height: 14px;
}

.top-nav .header-tab-icon-user {
    width: 18px;
    height: 18px;
}

.how_to_reach .nav-tabs .nav-item.show .nav-link, .how_to_reach .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #122b60;
    border: 0px;
    /* margin-left: -30px; */
}

.how_to_reach .nav-link {
    font-weight: 500;
    color: #333;
    font-family: Roboto;
    font-size: 12px;
}
/*.how_to_reach .nav-tabs .nav-link:hover {
color: #122b60;
background-color: #fff0;
border: 0px;
border:none;
}*/
.how_to_reach li {
    background: #f1f1f1;
    border: solid 1px #ccc;
    /*    border-top-left-radius: 8px;
border-top-right-radius: 8px;*/
}

.tab-content > .tab-pane {
    display: none;
}

.fade:not(.show) {
    opacity: 1;
}

.foodinkumbh {
    display: block;
    opacity: 1;
}


/*Navbar*/
/* Hide by default */
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--Tertiary-Orange, rgba(239, 137, 101, 0.40));
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    /*    padding-inline: 30px;*/
    /*    height: 90px;*/
    /* background-color: #FAFAFA; */
    /*z-index: 9999;*/
    background-color: #122b60;
}

#topbar {
    background-image: linear-gradient(rgb(252 253 255 / 0%), rgb(29 29 29 / 58%)), url(../images/headerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken;
    color: white;
}
/* Show on hover */
.navbar .dropdown:hover ul {
    opacity: 1;
    visibility: visible;
}

.navbar {
    padding: 0px;
    margin: 0px;
}

.status-toggle {
    border: 1px solid #ccd3e0;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f6f8fc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.status-btn {
    padding: 8px 20px;
    border: none;
    background: transparent;
    font-weight: 500;
    color: #002366;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-size: 1rem;
}

    .status-btn.active {
        background-color: #002366;
        color: white;
        border-radius: 10px;
    }

.navbar {
    padding: 0px !important;
    margin: 0px !important;
    overflow: visible;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
        flex-direction: row;
    }


    .navbar .dropdown:hover ul {
        display: block;
        position: absolute;
        left: 28px;
        z-index: 999999999;
        opacity: 1;
        visibility: visible;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #ADC2EC;
        /*        transition: opacity 0.3s ease, visibility 0.3s ease;*/
    }

    .navbar .dropdown .dropdown-menu li {
        display: block;
        opacity: 1;
        color: #fff;
        font-size: 12px;
        color: #ADC2EC;
        border-radius: 0px;
        border: 1px solid #122b60;
    }

        .navbar .dropdown .dropdown-menu li:hover {
            display: block;
            opacity: 1;
            color: #fff;
            font-size: 12px;
            color: #fff;
            border-radius: 0px;
            border: 1px solid #fff;
        }

    .navbar .dropdown ul li {
        min-width: 200px;
    }

.dropdown-toggle:empty::after {
    margin-left: 6px !important;
}


.table-responsive select.form-select {
    padding: 4px 36px 4px 8px !important;
}

.tableFilters select.form-select {
    padding: 4px 36px 4px 8px !important;
}


/* Custom tooltip style */
.tooltip-inner {
    background-color: #0d6efd !important; /* Bootstrap primary color or any you want */
    color: #fff !important;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 5px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #0d6efd !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #0d6efd !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #0d6efd !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #0d6efd !important;
}

.tabs_with_accordion_wrapper select.form-select {
    padding: 4px 36px 4px 8px !important;
}

table th {
    text-align: left !important;
}

button.delete-row {
    background-color: #c41d1d;
    color: #ffffff;
    font-size: 10px;
    border-color: #002a70;
}

.custom-carousel .carousel-item {
    position: relative;
}

.carousel-caption-custom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6); /* dark transparent */
    color: white;
    padding: 15px;
    text-align: left;
}

.carousel-arrow {
    background-color: white;
    color: #002a70;
    border: none;
    padding: 5px 10px;
    border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #002a70; /* or any color you want */
    border-radius: 50%;
    padding: 20px;
    color: #002a70;
}

.carousel-arrow-wrapper {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
}

.image-carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    display: block;
}

.carousel-caption-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.carousel-item:hover .carousel-caption-hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #002b7f;
    border-radius: 50%;
    padding: 14px;
    background-size: 50%;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
}

.custom-caption {
    font-weight: 500;
}

.carousel-item img {
    width: 100%;
    height: 140px;
}

.carousel-caption-hover {
    font-size: 12px;
}

    .carousel-caption-hover span {
        color: #ed5722;
    }

.document-info {
    background-color: #F3F2F7;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 140px;
    padding-top: 20px;
}

.document-info {
    font-size: 12px;
}

    .document-info span {
        color: #002a70;
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px !important;
    height: 20px !important;
    background-size: 50% 50% !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 20px !important; /* Optional: reduce the clickable area */
}

.carousel-control-prev-icon {
    position: relative;
    left: 14px;
}

.carousel-control-next-icon {
    position: relative;
    right: 14px;
}

a.primary-btn:hover {
    /* background-color: #002a70 !important; */
    border-color: #002a70 !important;
    padding: 8px 16px;
    border-radius: 8px;
    color: #002a70 !IMPORTANT;
    font-size: 14px;
    margin: 0px 12px;
}

h4.project-name {
    font-size: 12px;
    color: #002a70;
    font-family: Roboto;
}

    h4.project-name span {
        color: #333;
    }

a.link-click {
    color: #002a70;
    font-size: 12px;
}

.card-data {
    background-color: #e6f0ff !important; /* lighter and cleaner blue */
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: #1a1a1a;
    max-width: 400px;
    margin: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .card-data:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.label-text {
    font-weight: 500;
    color: #595959;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 123%;
}

.prev-cost p {
    vertical-align: middle !important;
    /*    text-align: center;*/
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    margin-top: 16px;
}

.tablePrev thead th {
    background-color: #002D72;
    color: white;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
}

.tablePrev td {
    vertical-align: middle !important;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
}

span.input-prev {
    /*    border: 1px solid #ccc !important;*/
    border-radius: 8px !important;
    padding: 10px !important;
    /*    background-color: #F1F5FF !important;*/
    font-size: 12px !important;
    font-weight: 400;
    color: #000;
}

table th {
    text-align: left !important;
}
table td {
    text-align:left !important;
}

@media (min-width: 1280px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }
}
/*
.top-header {
    gap: 65px;
}*/

input.disabled, select.disabled {
    background: #cad0e1 !important;
}
/*Dashboard*/

.card-kpis {
    font-size: 12px;
    font-weight: 600;
    max-width: 191px;
    width: 191px;
    height: auto;
    background-color: #1a4c88;
    padding: 8px;
    margin: 0px 4px;
    color: #fff;
    border-radius: 8px;
    justify-content: center;
    text-align: center;
}

    .card-kpis:hover {
        background-color: #04347a; /* lighter blue */
        color: #f0f0f0;
        transform: scale(1.05); /* subtle zoom effect */
        cursor: pointer;
    }

    .card-kpis .card-label {
        font-size: 11px;
        font-weight: 900;
    }

.card-label-data {
    font-size: 14px;
}

.operational-board {
    background-color: #adc2ec;
    border-radius: 8px;
    padding: 18px;
    width: 260px;
    /*    flex: 20%;
    padding-bottom: 200px !important;
    margin-top: 0px;*/
    /*    overflow-y: scroll ;*/
}
/*.operational-board {
    position: sticky;*/
/*    top: 80px;*/
/*left: 0;*/ /* Or right: 0; depending on placement */
/*width: 300px;*/ /* set a fixed width if needed */
/*z-index: 100;*/
/*    position: fixed;*/
/*    top: 80px;
    left: 0;*/
/*width: 280px;*/ /* or whatever fits */
/*z-index: 100;
}*/

.operation-kpis {
    background-color: rgba(0, 32, 96, 0.72);
    border-radius: 8px;
    font-size: 16px;
    padding: 12px;
    text-align: center;
}

.operation-kpis-heading {
    color: #fff;
    font-size: 16px;
}

.operation-kpis-values {
    background-color: rgba(0, 0, 0, 0.42);
    border: 2px solid #fff;
    color: #ffffff;
    border-radius: 8px;
    margin-top: 8px;
}

.scheme-piechart {
    margin-top: 14px;
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
}

.fund-linechart {
    margin-top: 14px;
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
}

#chart-container {
    width: 400px; /* Increase width */
    height: 400px; /* Increase height */
    margin: auto;
}

/*canvas {
    width: 100% !important;
    height: 100% !important;
}*/
.graphs-heading {
    color: #122b60;
    font-size: 16px;
    font-weight: 500;
    text-align: start;
    /* justify-content: center; */
}

/*    justify-content:center;*/


.meeting-scheduler {
    background-color: #ffffff;
    padding: 4px 12px;
    border-radius: 8px;
}

    .meeting-scheduler .operation-kpis-heading {
        color: #122b60;
        text-align: center;
        font-size: 14px;
        background: #122b60;
        color: #fff;
        border-radius: 4px;
    }

.calendar-meeting-heading {
    font-size: 12px;
    text-align: center;
    background: #F1F5FF !important;
    /* padding: 0 8px; */
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #122b60;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-top: 10px;
}

.calendar-day {
    background: #6891e3b8;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
}
/* Legend Styles */
.legend {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .legend span {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 3px;
        margin-right: 5px;
    }

.public-holiday {
    background: #000080;
}

.restricted-holiday {
    background: #90E0EF;
}

.tender-opening {
    background: #ADC2EC;
}

.project-start {
    background: #B0BEC5;
}

.project-completion {
    background: #D3D3D3;
}

/* Meeting Details */
.meeting-details {
    margin-top: 10px;
    background: #E8EAF6;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

#lineChart {
    max-height: 220px;
}

.scheme-piechart #myChart {
    max-height: 220px;
}

.progress-summary {
    /*    margin-top: 14px;*/
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
}

    .progress-summary #physicalProgressChart, .progress-summary #financialProgressChart {
        max-height: 220px;
    }

.fund-progress {
    /*    margin-top: 14px;*/
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
}

.progress-table {
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px;
    padding: 8px;
    justify-content: center;
    text-align: center;
    /*        display:flex;*/
}

    .progress-table .table-container table th, .progress-table .table-container table td {
        font-size: 12px;
        font-weight: 400;
        color: #122b60;
        text-align: center !important;
        padding: 8px 22px;
    }
/*.operational-board {
    position: fixed;
    top: 80px;  Adjust according to your top navbar/header height 
    left: 0;  Stick to the left 
    width: 300px;*/ /* Fixed width to avoid overlap */
/*height: calc(100vh - 200px);*/ /* Full height minus header */
/*overflow-y: auto;*/ /* Make the sidebar scrollable if content exceeds height */
/*background-color: #fff;*/ /* Optional: add background to avoid overlap issues */
/*padding: 15px;
    z-index: 999;
    border-right: 1px solid #ccc;
}*/
/*    .fund-progress #mprChart, .fund-progress #ucChart, .fund-progress #fundChart, .fund-progress #projectChart {
        width: 200px !important;
        height: 200px !important;
    }*/

/*#mprChart, #ucChart, #fundChart, #projectChart {
    width: 141px !important;
    height: 136px !important;
}*/
.operation-board {
    /*    transition: all 0.1s;*/
    z-index: 997;
    /*    padding-inline: 30px;
    height: 90px;
    background-color: #FAFAFA;
    z-index: 9999;*/
}

.operational-board.sidebar-sticked {
    position: fixed;
    top: 2px; /* Adjust based on header height */
    /*    left: 32px;*/
    width: 260px; /* or your preferred width */
    /*height: calc(100vh - 100px);*/ /* Full height minus header */
    overflow-y: auto;
    /*    background: white;*/
    padding: 20px;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.maps-progress {
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
}


/*Without grid*/
.scheme-piechart {
    width: 293px !important;
    /*    height: 725px !important;*/
    min-height: 312px !important;
    margin: 0px 4px 4px 4px !important;
}

.fund-linechart {
    width: 600px !important;
    height: 252px !important;
    margin-top: 8px;
    margin: 8px 4px !important;
}

.progress-summary {
    width: 588px !important;
    margin: 4px;
}

.maps-progress {
    width: 433px !important;
    height: 537px !important;
}

    .maps-progress #indiaMapChart {
        height: 479px !important;
        margin: 4px;
    }

.progress-table {
    width: 370px !important;
    margin: 4px;
}

.fund-progress {
    width: 600px;
    margin: 4px;
}

.mpr-progress, .ucr-progress, .fu-progress, .project-status {
    height: 200px !important;
    width: 200px !important;
}

.fund-progress {
    width: 400px !important;
    height: 400px !important;
}


.progress-table table th, .progress-table table td {
    font-size: 12px;
    font-weight: 400;
    color: #122b60;
    text-align: center !important;
    padding: 8px 16px;
}

.progress-table th {
    margin: 4px;
}

.state-ranking-table {
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px;
    padding: 8px;
    justify-content: center;
    /*    text-align: center;
    display: flex;*/
    width: 742px !important;
    margin: 8px 0PX 8PX 8PX;
    /*    max-height: 538px;
    overflow-y: scroll;*/
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
    /* Hide scrollbar background (Chrome, Edge, Safari) */
    /*scrollbar-color: transparent transparent;*/ /* for Firefox */
    /*scrollbar-width: thin;*/ /* optional */
    /* Optional styling */
}
    /*.state-ranking-table::-webkit-scrollbar {
    width: 6px;
    background: #7294df;*/ /* scrollbar track */
    /*}

.state-ranking-table::-webkit-scrollbar-thumb {
    background-color: #7294df;*/ /* scrollbar thumb */
    /*border-radius: 4px;
}

.state-ranking-table::-webkit-scrollbar-track {
    background: #7294df;
}*/

    .state-ranking-table::-webkit-scrollbar {
        width: 6px;
    }

    .state-ranking-table::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 8px;
        border-radius: 8px;
    }

    .state-ranking-table::-webkit-scrollbar-thumb {
        background: #03285f !important;
        border-radius: 8px;
    }

        .state-ranking-table::-webkit-scrollbar-thumb:hover {
            background: #555;
            border-radius: 8px;
        }


    .state-ranking-table th {
        color: #122b60;
        font-size: 11px;
        font-weight: 500;
        color: #122b60;
        text-align: center !important;
        padding: 4px 6px;
    }

    .state-ranking-table td {
      
        color: #12bb60;
        font-size: 12px;
        font-weight: 400;
        color: #122b60;
        text-align: right !important;
        padding: 6px;
    }

    .state-ranking-table thead {
        background: #122b60;
        color: #fff;
        position: sticky;
        position: sticky;
        top: 0px;
        /*        top: -18px;*/
        z-index: 99999;
    }

    .state-ranking-table th {
        color: #fff;
    }
/*.visualization-sec {
    width: 976px !important;
}
*/
.dashboard-bar {
    width: 264px;
}

input.disabled, selected.disabled, .custom-input.disabled {
    background-color: #cad0e1 !important;
}

.component-distribution {
    margin-top: 14px;
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
    width: 326px !important;
}

.progress-table #myComponentChart {
    width: 350px !important;
    height: 344px !important;
}

.progress-table {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25)
}

.tabHeading {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.custom-btn {
    background-color: #002D72;
    color: white;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
}

.table th,
.table td {
    vertical-align: middle !important;
    text-align: center;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
}

.table th {
    background-color: #002D72 !important;
    color: white !important;
}

.table-bordered {
    border: 1px solid #c6e2ff;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #c6e2ff;
    }

.table td a {
    font-weight: 500;
    font-size: 13px;
}

.custom-btn {
    background-color: #03285f;
    color: white;
    padding: 12px 20px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    font-size: 14px;
}

.extra-charge {
    justify-content: flex-end;
    text-align: end;
    gap: 16px;
}

.revisionDropdown {
    width: 300px !important;
    margin: 0px 4px;
}

.custom-reports .form-check .form-check-label {
    font-size: 14px !important;
    font-weight: 500;
}

.custom-reports .form-check-input {
    font-weight: 700;
}

.heading h1 {
    font-size: 26px;
    font-weight: 500;
}

.countTablist {
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 14px;
    margin: 0px 4px;
    /*   
    background: #1a4c88 !important;*/
}

/*.scheme-piechart .btn.secondary-btn:clicked {
    background-color: rgb(72 101 173);
  
    color: #c2c2c8;
}*/
.table-responsive {
    margin: 0px;
}

.edit-prop-button {
    color: #c56803;
}

.dataTables_info {
    font-size: 12px;
}

.dataTables_paginate.paging_simple_numbers a {
    font-size: 12px;
    color: #122b60;
    border: #122b60 1px solid;
}

.dataTables_paginate .active > .page-link, .dataTables_paginate .page-link.active {
    background-color: #002a70 !important;
    border: #002a70 1px solid !important;
    color: white !important;
}

.dataTables_paginate .paginate_button.previous, .dataTables_paginate .paginate_button.previous a {
    border-radius: 8px 0px 0px 8px;
    background-color: #002a70 !important;
    color: #fff;
}

.dataTables_paginate .paginate_button.next, .dataTables_paginate .paginate_button.next a {
    background-color: #002a70 !important;
    color: #fff;
}

    .dataTables_paginate .paginate_button.next, .dataTables_paginate .paginate_button.next a {
        border-radius: 0px 8px 8px 0px;
        background-color: #002a70 !important;
    }

.dataTables_paginate .paginate_button.disabled a, .dataTables_paginate .paginate_button.disabled a {
    background-color: #cad0e1 !important;
    color: #122b60;
}

.dataTables_info {
    width: 400px;
}

.btn-danger {
    color: #dc3545 !important;
    background: white !important;
    border: 1px solid #dc3545;
}

    .btn-danger:hover {
        color: white !important;
        background: red !important;
        border: 1px white solid;
    }

button.delete-btn {
    font-size: 12px !important;
    background: #fff !important;
    color: red !important;
    border: red 1px solid !important;
    padding: 8px 12px !important;
    /* color: white !important; */
}

/*  button.delete-btn:hover {
        color: #fff !important;
        background: red !important;
    }*/

button.add-noc-btn {
    padding: 6px 9px !important;
    border-radius: 6px;
    background-color: rgba(241, 245, 255, 1);
    font-size: 12px;
    color: #002a70;
    margin-top: 4px;
}

.top-header .user-controls i {
    font-size: 21px
}

.sec-header {
    font-size: 16px;
    font-weight: 600;
    color: #122b60;
}

.sub-heading-prev {
    font-size: 16px;
    font-weight: 500;
    color: #122b60;
    font-family: Roboto;
}

.file-preview a {
    color: #002a70;
    font-size: 12px;
    font-weight: 500;
}

.preview-file-list {
    font-size: 12px;
}

.tertiary-btn-delete {
    padding: 0px;
    color: red;
    background: white;
    border: none;
}

.calendar {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 months per row */
    gap: 10px;
    padding: 20px;
    max-width: 800px;
}

a {
    text-decoration: none;
    color: #333;
}

.month {
    padding: 12px;
    text-align: center;
    border: 1px solid #003366;
    border-radius: 10px;
    background-color: #f0f4ff;
    color: #003366;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .month:hover {
        background-color: #d9e6ff;
    }

.calendar-header {
    text-align: right;
    margin-right: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #003366;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    justify-content: center;
    padding: 20px;
}

.calendar-month {
    position: relative;
    background-color: #cbe0f4;
    border: 1px solid #002a70;
    border-radius: 8px;
    text-align: center;
    padding: 20px 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .calendar-month:hover {
        background-color: #002a70;
        color: #fff;
    }

    .calendar-month .hover-date {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        color: #002a70;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .calendar-month:hover .hover-date {
        opacity: 1;
        color: #fff;
    }

/* Red highlight for specific months */
.red-month {
    border: 1px solid red;
    color: red;
}
/* Missed label */
.missed-label {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: red;
    color: white;
    padding: 2px 6px;
    font-size: 0.7rem;
    border-radius: 4px;
    /*        display: none;*/
}

.upcoming-label {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #007bff;
    color: white;
    padding: 2px 6px;
    font-size: 0.7rem;
    border-radius: 4px;
}

.calendar-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    width: 100%;
}

.calendar-cell {
    background-color: #d0e7fd;
    padding: 4px 8px;
    border-radius: 0.5rem;
    /*        text-align: center;*/
    border: 2px solid transparent;
    position: relative;
    /*        min-height: 113px;*/
    transition: 0.3s ease-in-out;
    width: 100%;
}

    .calendar-cell:hover {
        background-color: #c0defa;
    }

    /* .calendar-cell.missed {
        border: 2px solid red;
    }*/

    .calendar-cell.upcoming .upcoming-label {
        position: absolute;
        /*            bottom: 0.3rem;*/
        right: 4px;
        background-color: #007bff;
        color: white;
        padding: 2px 6px;
        font-size: 10px;
        border-radius: 4px;
    }

.missed-label {
    position: absolute;
    right: 4px;
    background-color: red;
    color: white;
    padding: 2px 6px;
    font-size: 10px;
    border-radius: 4px;
}

.submitted-label {
    position: absolute;
    right: 4px;
    background-color: green;
    color: white;
    padding: 2px 6px;
    font-size: 10px;
    border-radius: 4px;
    top: 8px;
}

.delayed-label {
    position: absolute;
    right: 4px;
    background-color: #d57d21;
    color: white;
    padding: 2px 6px;
    font-size: 10px;
    border-radius: 4px;
    top: 8px;
}

.month-text {
    font-weight: 600;
    font-size: 14px;
}

.hover-date {
    font-size: 10px;
    color: #444;
}

.calendar-wrapper {
    border: 2px solid #d0d0d0;
    border-radius: 20px;
    padding: 16px;
    padding-top: 0;
    background-color: #fdfdfd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /*        max-width: 720px;*/
    margin: 0 auto;
    /*        margin-top: 40px;*/
    position: relative;
}

/* Spiral holes row */
.calendar-spiral {
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 2px solid #ccc;
}

/* Each spiral hole */
.spiral-hole {
    width: 12px;
    height: 12px;
    background-color: #002a70;
    border-radius: 50%;
}

.calendar-wrapper .span-sub-heading {
    font-size: 12px;
    color: #122B60;
    margin-bottom: 12px;
    text-align: end;
    font-weight: 500;
}

.apexcharts-menu-icon {
    top: -31px !important;
}

.countTab {
    justify-content: start
}

.countTablist {
    background: #1a4c88;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 14px;
    margin: 0px 4px;
    color: #fff;
    text-align: center;
}

.header-div {
    justify-content: start;
    display: flex;
    align-items: center;
}

.small-icon {
    font-size: 10px !important;
}

.swal2-icon {
    font-size: 10px;
}

swal2-icon {
    font-size: 10px !important;
}

.swal2-icon.swal2-warning {
    font-size: 10px;
    color: red !important;
    border-color: red !important;
}

.swal2-title {
    font-size: 20px;
}

.swal2-confirm {
    background: #122b60;
}

.swal2-cancel {
    background: #fff;
    border: 1px solid #e82c2c;
    color: #e82c2c;
}

.swal2-confirm:hover {
    color: #fff !important;
    background: rgba(183, 196, 226, 1)
}

.swal2-cancel:hover {
    color: #fff !important;
    background: #e82c2c;
}

.primary-btn-view, .primary-btn-delete, .primary-btn-edit {
    background-color: #fff !important;
    color: #122b60 !important;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px !important;
    border: 1px solid #122b60;
    margin: 0px 4px;
    text-align: center;
}

    .primary-btn-view:hover, .primary-btn-delete:hover, .primary-btn-edit:hover {
        background-color: #122b60 !important;
        color: #fff !important;
        padding: 8px 12px;
        border-radius: 8px;
        font-size: 12px !important;
        margin: 0px 4px;
        border: 1px solid #122b60;
    }

a.primary-btn:hover {
    background-color: rgba(183, 196, 226, 1) !important;
}

li .dropdown-item:hover {
    color: #fff;
    font-weight: 600;
    background-color: #7294df;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.progress-summary-table table th {
    padding: 4px 11px;
    font-size: 13px;
    font-weight: 500;
}

.progress-summary-table table td {
    padding: 13px 4px;
    text-align: center;
    font-size: 13px;
}

.progress-summary-table {
    width: 347px !important;
    margin: 4px;
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
}

.scheme-piechart-table {
    width: 258px !important;
    /* height: 725px !important; */
    min-height: 312px !important;
    margin: 0px 4px 4px 4px !important;
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
}

    .scheme-piechart-table table th {
        padding: 12px 8px;
        font-size: 13px;
        font-weight: 508;
    }

    .scheme-piechart-table table td {
        padding: 12px 8px;
        text-align: center;
        font-size: 13px;
    }

.progress-snapshot {
    /* height: 725px !important; */
    min-height: 312px !important;
    margin: 0px 4px 4px 4px !important;
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
    width: 588px !important;
}

    .progress-snapshot table th {
        padding: 12px 8px;
        font-size: 13px;
        font-weight: 500;
    }

    .progress-snapshot table td {
        padding: 12px 8px;
        text-align: center;
        font-size: 13px;
    }

#myChart .apexcharts-menu-icon {
    top: -41px !important;
}

.download-button .secondary-btn {
    margin-left: 12px;
}

.searchInput input.form-control {
    border: 1px #002a70 solid !important;
    border-radius: 8px;
}

.scheme-piechart-comp {
    width: 420px !important;
    /* height: 725px !important; */
    min-height: 312px !important;
    margin: 0px 4px 4px 4px !important;
}

.scheme-piechart-comp {
    margin-top: 14px;
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
}

.pagination {
    margin: 16px 0px !important;
}

.text-size-controls .increase-text, .text-size-controls .decrease-text, .text-size-controls .reset-text {
    font-size: 10px;
    color: #fff;
    padding: 0px 8px 0px 0px;
    background: none;
    border: 0px;
    font-weight: 700;
}

.text-size-controls .reset-text {
    font-size: 10px;
    color: #333;
    background: #fff;
    font-weight: 700;
    padding: 0px 8px 0px 8px;
    border-radius: 5px;
    margin: 0px 5px 0px 0px;
}

/*Without grid*/
.scheme-piechart-1 {
    width: 262px !important;
    /*    height: 725px !important;*/
    min-height: 312px !important;
    margin: 0px 4px 4px 4px !important;
}

.scheme-piechart-1 {
    margin-top: 14px;
    border-radius: 8px;
    background-color: #f3f2f7;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
}

.pagination-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 12px;
}

    .pagination-section .dataTables_paginate .pagination {
        margin: 0px !important;
    }

.yearFilter {
    padding-left: 5px !important;
}

.password-btn {
    border: 1px solid #cad0e0 !important;
    color: #002a70 !important;
}
/* Hide spinners in Chrome, Safari, Edge, Opera */
input.no-spinner::-webkit-outer-spin-button,
input.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spinners in Firefox */
input.no-spinner {
    -moz-appearance: textfield;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #fff;
        border-color: var(--color-primary) transparent var(--color-primary) transparent;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 30s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader {
    position: fixed;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    color: #002a70;
}

/*.progress-box {
    justify-content: center;
    text-align: center;
}*/
@media(max-width:1280px) {
    .progress-snapshot {
        /* height: 725px !important; */
        min-height: 312px !important;
        margin: 0px 4px 4px 4px !important;
        border-radius: 8px;
        background-color: #f3f2f7;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
        padding: 12px;
        width: 588px !important;
    }
}

small {
    font-size: 8px !important;
}

.filter-panel {
    background: #ADC2EC;
    padding: 12PX;
    border-radius: 8PX;
}

.table td a {
    font-weight: 500;
    font-size: 10px;
}

.text-link {
    color: #002D72;
    text-decoration: underline;
}

.ticket-card {
    border-radius: 8px;
    background-color: #76ABDF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
    margin-bottom: 12px;
}

    /*.ticket-card:hover {
        background-color: #3d5a86f2;*/ /* lighter blue */
    /*color: #f0f0f0;
        transform: scale(1.02);*/ /* subtle zoom effect */
    /*cursor: pointer;
    }*/

    .ticket-card:hover .secondary-btn {
        display: block !important;
    }

.ticket-date {
    font-size: 10px;
    color: #fff;
}

.ticket-proj {
    font-size: 10px;
    font-weight: 500;
    margin-top: 4px;
}

.ticket-card h5 {
    font-size: 16px;
}

.state_assign {
    font-size: 12px;
    font-weight: 400;
}

.ticket-name {
    font-size: 12px;
    font-weight: 400;
}

.ticket-label {
    font-size: 12px;
    font-weight: 500;
}

.date-selector input[placeholder] {
    font-size: 12px !important;
    font-weight: 400;
    color: #333;
}

.date-selector input::placeholder {
    font-weight: 400;
    font-size: 12px !important;
    color: #212529; /* optional: softer placeholder color */
}


.nav-tabs .nav-link {
    background-color: #f1f1f1 !important;
    color: #002D72 !important;
    font-size: 12px;
    border-radius: 0px !important;
    font-weight: 600;
}

    .nav-tabs .nav-link.active {
        background-color: #002D72 !important;
        color: white !important;
        font-size: 12px;
        border-radius: 0px;
    }

.form-check {
    font-size: 12px;
    font-weight: 400;
    font-family: Roboto;
}

.notifyMenu .dropdown-item {
    word-wrap: break-word;
    white-space: normal !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.notificationMessage {
    font-size: 14px !important;
}

.btn:disabled {
    background: #cad0e1 !important;
    color: black !important;
    border: 1px solid white !important;
}



/* pill style like screenshot */
.selected-pill {
    background: #e6f0ff;
    border-radius: 18px;
    padding: 4px 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #0b3a66;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .selected-pill .remove-pill {
        cursor: pointer;
        font-weight: 600;
        margin-left: 6px;
        color: #6b6b6b;
    }

        .selected-pill .remove-pill:hover {
            color: #000;
        }

.more-count {
    font-size: 12px;
    color: #151515;
    margin-left: 4px;
    background: #cdcdcd78;
    border-radius: 50%;
    padding: 3px;
}

.meeting-link {
    font-size: 12px !important;
    color: #11206eeb;
}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #1c3557;
}

.chart-menu-wrapper {
    position: relative;
    text-align: right;
    top: -27px;
}

.hamburger-menu {
    font-size: 15px;
    cursor: pointer;
    padding: 5px;
}

.chart-menu {
    position: absolute;
    top: 28px;
    right: 0;
    width: 160px;
    background: white;
    border: 1px solid #ccc;
    width: 92px;
    border-radius: 6px;
    display: none;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    animation: fadeIn 0.15s ease-in-out;
    z-index: 9999;
}

    .chart-menu div {
        padding: 4px 4px;
        cursor: pointer;
        font-size: 10px;
        z-index: 9999;
    }

    .chart-menu div {
        padding: 4px 4px;
        cursor: pointer;
        font-size: 10px;
        z-index: 9999;
    }

        .chart-menu div:hover {
            background: #f4f4f4;
        }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: center;
    margin-top: -33px;
    max-height: 104px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #03285f #f1f1f1;
}

.legend-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.legend-color {
    width: 10px;
    height: 10px;
    border-radius: 4px;
    margin-right: 6px;
}

.custom-legend ::-webkit-scrollbar {
    width: 4px;
}

.custom-legend ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
    border-radius: 4px;
}

.custom-legend ::-webkit-scrollbar-thumb {
    background: #03285f !important;
    border-radius: 4px;
}

    .custom-legend ::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 8px;
    }

#myComponentChartGoogle {
    width: 100%;
    height: 250px;
    position: relative;
    top: -36px;
    justify-content: center;
    display: flex;
}

body {
    zoom: 0.8;
}

.mpr-heading {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 48px;
    color: #122b60;
}

/*Calendar Loader*/

.calendar-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #e0e0e0;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

.loader-text {
    margin-top: 12px;
    font-size: 14px;
    color: #444;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.highlight-row {
    background-color: #e7f1ff;
    font-weight: 600;
}

.sticky-table::-webkit-scrollbar {
    width: 6px;
}

.sticky-table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
    border-radius: 8px;
}

.sticky-table::-webkit-scrollbar-thumb {
    background: #03285f !important;
    border-radius: 8px;
}

    .sticky-table::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 8px;
    }

.table input[type=number] {
    text-align: right;
}
/* Strike-through for rejected UC rows */
.rejected-row,
.rejected-row td,
.rejected-row td * {
    text-decoration: line-through;
    /*  color: #999 !important;*/
}

.table_right {
    text-align: right !important;
}
/* Grid Layout */
.ticket-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ticket-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    max-width: 520px;
    background: #fff;
}

/* Header */
.ticket-header {
    background: #2F5D9F; /* govt style blue */
    color: #fff;
    padding: 18px;
}

.status-badge {
    background: #FFC107;
    color: #000;
    padding: 8px 14px;
    font-weight: 600;
    border-radius: 8px;
}

/* Body */
.ticket-body {
    padding: 10px 20px;
}

.ticket-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

/* Grid Layout */
.ticket-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0; /* gap must be zero for perfect lines */
}

    .ticket-grid > * {
        outline: 1px solid #ccc;
        padding: 16px;
    }

.ticket-item label {
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 2px;
}

.ticket-item p {
    font-weight: 600;
    margin: 0;
}

/* Button */
.view-btn {
    background: #2F5D9F;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    transition: .25s;
}

    .view-btn:hover {
        background: #244a80;
    }

.ticket-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #e5e7eb; /* Outer border */
    border-radius: 8px;
    overflow: hidden; /* Ensures clean edges */
}

    .ticket-grid > div {
        padding: 8px 12px;
        position: relative;
    }

        /* Horizontal divider line */
        .ticket-grid > div:nth-child(-n + 4)::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 16px;
            right: 16px;
            height: 1px;
            background: #e5e7eb;
        }

        /* Vertical divider line */
        .ticket-grid > div:nth-child(odd)::before {
            content: "";
            position: absolute;
            top: 16px;
            bottom: 16px;
            right: 0;
            width: 1px;
            background: #e5e7eb;
        }


/*.table-ticket {

    overflow-y: scroll;
    max-height: 400px;
}*/

/* Desktop: 3 columns filled top-to-bottom */
/*#checkboxGrid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(7, auto);*/ /* choose enough rows to fit items / columns */
/*grid-auto-columns: 1fr;
    gap: 12px 16px;
}*/

/* Tablet: 2 columns */
/*@media (max-width: 991.98px) {
    #checkboxGrid {
        grid-template-rows: repeat(10, auto);
    }
}*/

/* Mobile: 1 column */
/*@media (max-width: 767.98px) {
    #checkboxGrid {
        grid-auto-flow: row;
        grid-template-rows: none;
        grid-template-columns: 1fr;
    }
}*/
.state-ranking-table .ranking-monthly-selection {
    /*    background: #122b60;*/
    color: #fff;
    /*    position: sticky;
    position: sticky;
    top: 0px;
    top: -18px;*/
    /*    z-index: 99999;*/
}

    .state-ranking-table .ranking-monthly-selection th {
        color: #fff;
    }

.state-ranking-table .state-ranking-table-scroller {
    /*    margin-top: 12px;*/
    /*    display:flex;
   padding: 0px 24px;*/
    overflow-y: scroll;
    max-height: 418px;
}

.state-ranking-table-scroller::-webkit-scrollbar {
    width: 6px;
    padding: 0px 12px;
}

.state-ranking-table-scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
    border-radius: 8px;
}

.state-ranking-table-scroller::-webkit-scrollbar-thumb {
    background: #03285f !important;
    border-radius: 8px;
}

    .state-ranking-table-scroller::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 8px;
    }

/* Hide real month input */
.hidden-month-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Styled pill (like your Select Financial Year dropdown) */
.custom-month-display {
    background: #f0f5ff; /* light bluish background */
    border: 1.5px solid #0a2c63; /* dark blue border */
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 16px;
    color: #0a2c63;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 220px;
}

    /* Hover effect */
    .custom-month-display:hover {
        background: #e6eeff;
    }

.ranking-monthly-selection p {
    color: black;
    font-size: 10px;
    margin-top: 4px;
}

.notification-scroller::-webkit-scrollbar {
    width: 6px;
    padding: 0px 12px;
}

.notification-scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
    border-radius: 8px;
}

.notification-scroller::-webkit-scrollbar-thumb {
    background: #03285f !important;
    border-radius: 8px;
}

    .notification-scroller::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 8px;
    }

@media(min-width:1200px) {
    li.dropdown .home-list-label {
        padding-left: 29px
    }
}

#summaryContent.responsive-mpr-audit-table {
    width: 100%;
    overflow-x: auto;
}
/*.responsive-mpr-audit-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;*/ /* smooth scrolling on mobile */
/*white-space: nowrap;
}*/
/*.tooltipPopup {
    position: absolute;
    display: none;
    background: #fff;
    padding: 15px;
    width: 550px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    z-index: 1000;
}
.tooltipPopup{
    position:relative;
    top:0px;
    left:0px;

}
.tooltipPopup h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.tooltipTable table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.tooltipTable th,
.tooltipTable td {
    border: 1px solid #dcdcdc;
    padding: 6px;
    text-align: left;
}

.exitButton {
    text-align: right;
    margin-top: 10px;
}

.exitButton button {
    padding: 4px 10px;
    cursor: pointer;
}

.info-icon {
    font-size: 13px;
    cursor: pointer;
}

*/
.info-icon {
    font-size: 13px;
    cursor: pointer;
}

/* Floating tooltip */
/*#floatingTooltip{
    position:relative;
    top:0px;
    left:0px;
}*/

/*.floating-tooltip {
    position: fixed;*/ /* ✅ FLOATS, DOES NOT PUSH CONTENT */
/*display: none;
    background: #fff;
    width: 300px;
    max-height: 260px;
    overflow-y: auto;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    z-index: 999999;
    width: 700px;
    height: 100%;
}
#floatingTooltip {
   width: 700px;
    height: 100%;
}*/

/* Table styling */
/*.floating-tooltip table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.floating-tooltip th {
    background: #1b2b5b;
    color: #fff;
    padding: 6px;
    font-weight: 600;
}

.floating-tooltip td {
    border: 1px solid #ddd;
    padding: 6px;
    vertical-align: top;
}*/
.floating-tooltip {
    position: fixed; /* ✅ floats above everything */
    top: 90px; /* ✅ fixed position */
    right: 40px; /* ✅ fixed position */

    width: 700px; /* ✅ fixed width */
    height: 300px; /* ✅ fixed height */
    overflow-y: auto; /* ✅ scroll instead of growing */

    display: none;
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    z-index: 999999;
}

/* Tooltip arrow */
.tooltip-arrow {
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

/* Table styling */
.floating-tooltip table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.floating-tooltip th {
    background: #1b2b5b;
    color: #fff;
    padding: 6px;
    font-weight: 600;
    font-size: 10px;
}

.floating-tooltip td {
    border: 1px solid #ddd;
    padding: 6px;
    vertical-align: top;
}

.floating-tooltip td {
    font-size: 10px;
}

.floating-tooltip {
}

.text-link {
    color: #002D72;
    text-decoration: underline;
}

#ticketTabs .nav-tabs .nav-link {
    background-color: #f1f1f1 !important;
    color: #002D72 !important;
    font-size: 12px;
    border-radius: 0px !important;
    font-weight: 600;
    border: 1px solid #ccc;
}

    #ticketTabs .nav-tabs .nav-link.active {
        background-color: #002D72 !important;
        color: white !important;
        font-size: 12px;
        border-radius: 0px;
    }

.bg-priority-high {
    background-color: #dd1a1a; /* soft red */
    color: white;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 12px;
}

.bg-priority-medium {
    background-color: #cf8507cf; /* pastel amber */
    color: #000;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 12px;
}

.bg-priority-low {
    background-color: #1e9cd5; /* soft sky blue */
    color: #000;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 12px;
}

span.bg-priority-medium {
    background-color: #f99d00;
}

span.status-badge {
    background-color: #f99d00;
}

.table-ticket {
    overflow-y: scroll;
    max-height: 334px;
}

    .table-ticket::-webkit-scrollbar {
        width: 6px;
    }

    .table-ticket::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 8px;
        border-radius: 8px;
    }

    .table-ticket::-webkit-scrollbar-thumb {
        background: #03285f !important;
        border-radius: 8px;
    }

        .table-ticket::-webkit-scrollbar-thumb:hover {
            background: #555;
            border-radius: 8px;
        }

.timeline {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .timeline li {
        position: relative;
        padding-left: 32px;
        margin-bottom: 24px;
        margin-right: 12px;
    }

        /* This draws the vertical line per item */
        .timeline li::before {
            content: "";
            position: absolute;
            left: 15px;
            top: 0;
            bottom: -24px;
            width: 2px;
            background: #e2e8f0;
        }

        /* Remove line after last item */
        .timeline li:last-child::before {
            display: none;
        }

/* Timeline dot */
.timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 6px;
    z-index: 2;
}



.timeline-content {
    background: #f8fafc;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.timeline-date {
    font-size: 12px;
    color: #6b7280;
}

.scroll-timeline {
    overflow-y: scroll;
    max-height: 340px;
}

    .scroll-timeline::-webkit-scrollbar {
        width: 6px;
    }

    .scroll-timeline::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 8px;
        border-radius: 8px;
    }

    .scroll-timeline::-webkit-scrollbar-thumb {
        background: #03285f !important;
        border-radius: 8px;
    }

        .scroll-timeline::-webkit-scrollbar-thumb:hover {
            background: #555;
            border-radius: 8px;
        }

.key-actions-scroll {
    overflow-y: scroll;
    max-height: 446px;
    height: 446px;
}

    .key-actions-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .key-actions-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 8px;
        border-radius: 8px;
    }

    .key-actions-scroll::-webkit-scrollbar-thumb {
        background: #03285f !important;
        border-radius: 8px;
    }

        .key-actions-scroll::-webkit-scrollbar-thumb:hover {
            background: #555;
            border-radius: 8px;
        }

.nav-tabs .nav-link {
    background-color: #f1f1f1 !important;
    color: #002D72 !important;
    font-size: 14px;
    border-radius: 0px !important;
    font-weight: 600;
    padding: 9px !important;
}

    .nav-tabs .nav-link.active {
        background-color: #002D72 !important;
        color: white !important;
        font-size: 14px;
        border-radius: 0px;
    }

.horizontal-line-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 4px 0 24px;
    border-bottom: 1px dotted #ccc;
}

.image-thumb .image-name {
    font-size: 12px;
    justify-content: center;
    text-align: center;
    font-weight: 600;
}

.image-thumb img {
    width: 141px;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #0d6efd; /* your theme color */
}

.image-thumb {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0px;
}

.image-name {
    text-align: center;
    margin-top: 4px;
    font-size: 14px;
    padding: 0px;
}

.today-marker {
    position: absolute;
    top: -14px; /* sits ON the bar */
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
}

.today-dot {
    width: 14px;
    height: 14px;
    background: #ff9800; /* Orange = Today */
    transform: rotate(45deg);
    margin: 0 auto;
}

.today-label {
    font-size: 11px;
    margin-top: 2px;
    white-space: nowrap;
    color: #000;
}

.doc-list {
    list-style: none;
    padding-left: 0;
}

.doc-item {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
}

.doc-label {
    font-weight: 600;
    display: inline-block;
    min-width: 180px;
}

.doc-file {
    display: inline-block;
    margin-right: 10px;
    color: #0d3c91;
    cursor: pointer;
    text-decoration: underline;
}

    .doc-file:hover {
        color: #062b66;
    }

.nav-tabs .nav-link.active {
    background-color: #0d3c91;
    color: #fff;
}

.doc-table {
    flex-direction: column;
    display: flex;
}

.doc-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    padding: 6px;
    border-bottom: 1px dashed #dcdcdc;
    align-items: center;
}

.doc-title {
    font-weight: 600;
    color: #1f1f1f;
}

.doc-files {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.doc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid #cfd9ff;
    background-color: #f6f8ff;
    border-radius: 6px;
    text-decoration: none;
    color: #0d3c91;
    font-size: 13px;
    transition: background-color 0.2s ease-in-out;
}

    .doc-link:hover {
        background-color: #0d3c91;
        color: #ffffff;
    }

.doc-icon {
    font-size: 16px;
    color: #c82333;
    flex-shrink: 0;
}

.doc-name {
    white-space: nowrap;
}

.doc-link {
    border: 1px solid #dde3ff;
    background-color: #f8f9ff;
    border-radius: 6px; /* reduce roundness */
    padding: 4px 10px; /* slimmer height */
    font-size: 14px;
}

.doc-icon {
    font-size: 15px;
    /*color: #8a8a8a;*/ /* instead of bright red */
}

.form-select {
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    padding: 10px !important;
    background-color: #F1F5FF !important;
    font-size: 12px !important;
}
/*.selected-pill {
    background: #4a6cf7;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    display: flex;
    align-items: center;
}

.remove-pill {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
}

.more-count {
    font-size: 11px;
    color: #333;
}*/

.apexcharts-toolbar {
    background: none !important;
}


/*Maintain Progress*/

.maintain-progress-scroll {
    max-height: 200px !important;
}

    .maintain-progress-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .maintain-progress-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 8px;
        border-radius: 8px;
    }

    .maintain-progress-scroll::-webkit-scrollbar-thumb {
        background: #03285f !important;
        border-radius: 8px;
    }

        .maintain-progress-scroll::-webkit-scrollbar-thumb:hover {
            background: #555;
            border-radius: 8px;
        }

.remove-existing-file {
    font-size: 14px !important;
    border: 0px !important;
}

.delete-noc-file {
    font-size: 14px !important;
    border: 0px !important;
}
td.delete-cell{
    text-align:center !important;
}
/*td input{
    text-align:right !important;
}*/