﻿@font-face {
    font-family: Roboto !important;
    src: url(../font/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: rochester-regular;
    src: url(../font/Rochester/Rester-Regular.ttf);
}


@media (max-width: 1200px) {
    .navbar ul {
        background: rgb(68, 70, 72);
        padding: 68px 20px 20px;
        list-style: none;
    }
}

@media (max-width: 1200px) {
    .navbar ul {
        background: #444648;
        padding: 20px;
        list-style: none;
        padding-top: 68px;
    }
}

@media (max-width: 1200px) {
    .navbar ul {
        background: rgb(68, 70, 72);
        padding: 68px 20px 20px;
        list-style: none;
    }
}

@media (max-width: 1279px) {
    .navbar ul {
        position: absolute;
        overflow-y: auto;
        z-index: 9998;
        inset: 0px;
        padding: 50px 0px 10px;
        margin: 0px;
        /*        background: rgba(0, 131, 116, 0.9);*/
        transition: 0.3s;
    }
}

@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0px;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0px;
        z-index: 9997;
        transition: 0.3s;
    }
}

@media (max-width: 1279px) {
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        /* background: rgba(0, 131, 116, 0.9); */
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        display: flex;
        flex-direction: column;
        text-align: start;
        align-items: start;
        /*        height:999px;*/
    }
}

@media(max-width:1279px) {
    .top-nav a {
        padding: 30px 15px;
        text-decoration: none;
        font-family: Roboto;
        font-size: 33px;
        font-style: normal;
        font-weight: 500;
        line-height: 123%;
        color: #fff;
        gap: 9px;
        display: flex;
        gap: 45px;
    }

    .top-nav .header-tab-home {
        width: 38px;
        height: 33px;
    }

    .top-nav .header-tab-icon {
        width: 28px;
        height: 38px;
    }

    .top-nav svg.header-tab-icon-dms {
        width: 28px;
        height: 32px;
    }

    .top-nav .header-tab-icon-master, .top-nav .header-tab-icon-meeting {
        width: 33px;
        height: 33px;
    }

    .top-nav .header-tab-icon-user {
        width: 33px;
        height: 46px;
    }

    .header .responsive-header {
        justify-content: space-between !important;
        padding: 0px 12px;
        flex-direction: row-reverse;
    }

    .header .dropdown-indicator {
        justify-content: end;
        display: flex;
        left: 120px;
        position: absolute;
        /* height: 34px; */
        /* top: 34px;*/
    }
}

@media (max-width: 1279px) {
    .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s;
        /* background-color: #007466; */
        /*        border: 1px solid white;*/
        border-radius: 0px;
    }
}

@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

        .navbar .dropdown:hover ul {
            display: block;
            position: relative;
            left: 12px;
            z-index: 999999999;
            opacity: 1;
            visibility: visible;
            /*            background: #444648;*/
            color: #fff;
            border-radius: 0px;
            border: 0px solid #fff;
            /*        transition: opacity 0.3s ease, visibility 0.3s ease;*/
        }

        .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 12px;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: #fff;
            color: #fff;
            /*            border-radius: 8px;
            border: 1px solid #fff;*/
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }

        .navbar .dropdown:hover ul {
            border: none;
            /*        transition: opacity 0.3s ease, visibility 0.3s ease;*/
        }

        .navbar .dropdown ul {
            background: none !important;
        }
}

@media (max-width: 1279px) {
    .mobile-nav-show {
        color: var(--bs-orange);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
        border: 2px solid #ed5422;
        /* border-radius: 4px; */
    }
}

@media (max-width: 1279px) {
    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }
}

@media (max-width: 1279px) {
    .mobile-nav-show {
        margin: 8px;
        color: #ffffff;
        font-size: 17px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin-right: 10px;
        border: 2px solid #fff;
        /* border-radius: 4px; */
    }
}

@media (max-width: 1279px) {
    .mobile-nav-active .navbar {
        right: 0;
    }
}

@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 300px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }
}

@media(max-width:998px) {
    .top-nav a:hover {
        background-color: #7294df;
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.2); /* soft white glow */
        color: #fff;
        gap: 45px;
        display: flex;
        border-right: 0px;
    }
}

@media(max-width:1279px) {
    .heading h1 {
        font-size: 22px !important;
        line-height: 40px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }
}

@media(max-width:759px) {
    .heading h1 {
        font-size: 26px !important;
        line-height: 40px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }
}

@media (max-width: 1279px) {
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: var(--font-primary);
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        text-decoration: none;
    }

    .navbar .dropdown svg {
        display: none;
    }

    .top-nav a {
        padding: 14px 14px;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 123%;
        color: #fff;
        /*        gap: 6px;*/
        display: flex;
    }

    .top li {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .heading h1 {
        font-size: 15px !important;
        line-height: 40px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: var(--font-primary);
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        text-decoration: none;
    }

    .navbar .dropdown svg {
        display: none;
    }

    .top-nav a {
        padding: 14px 15px;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 123%;
        color: #fff;
        gap: 6px;
        display: flex;
    }
}
/* Hide navbar on mobile by default */
@media (max-width: 1279px) {
    #navbar {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        /*top: 60px;*/ /* adjust depending on header height */
        right: 0;
        width: 100%;
        z-index: 999;
        padding: 10px;
    }

    /* Show navbar when mobile-nav-active is set on body */
    body.mobile-nav-active #navbar {
        display: flex;
    }
}

@media (max-width: 1279px) {
    .mobile-nav-active {
        overflow: hidden;
    }
}

@media (max-width: 1279px) {
    .top-nav a:hover {
        /* border-radius: 4px; */
        /*        background: #1c396fc2 !important;*/
        background: none;
        /* box-shadow: 0 0 8px rgba(255, 255, 255, 0.2); */
        color: #062c6fe3;
        gap: 45px;
        display: flex;
    }

    .top-nav a {
        border-right: 0px;
    }

        .top-nav a.active {
            /*        background-color: #212529;*/
            background: none;
            /* border-radius: 0px; */
            /* padding: 15px 15px; */
            color: #062c6fe3 !important;
            font-weight: 600;
            /*        background-color: #1c396fc2;*/

            gap: 6px;
        }

    .top-nav li {
        width: 100%;
        font-size: 14px;
    }

    .top-nav a.active {
        padding: 14px 14px;
    }

    .top-nav a:hover {
        box-shadow: none;
    }

    .top-nav a.active {
        box-shadow: none;
    }
}


@media(max-width:1200px) {
    .card-kpis {
        font-size: 12px;
        font-weight: 600;
        max-width: 100%;
        width: 99%;
        height: auto;
        background-color: #1a4c88;
        padding: 8px;
        margin: 0px 4px;
        color: #fff;
        border-radius: 8px;
        justify-content: center;
        text-align: center;
        margin-bottom: 8px;
        margin-left: 3px;
    }
}

@media(max-width:1200px) {
    .scheme-piechart {
        width: 100% !important;
        /*        height: 725px !important;*/
        min-height: 312px !important;
        margin: 0px 4px 4px 4px !important;
    }
}

@media(max-width:1200px) {
    .scheme-piechart-table {
        width: 100% !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;
    }

    .progress-summary-table {
        width: 100% !important;
        margin: 4px;
        border-radius: 8px;
        background-color: #f3f2f7;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
        padding: 12px;
    }

    .progress-summary {
        width: 100% !important;
        margin: 4px;
    }

    .scheme-piechart-table {
        width: 100% !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;
    }

    .maps-progress {
        width: 100% !important;
        height: 537px !important;
    }

    .state-ranking-table {
        width: 100% !important;
        margin: 4px;
    }

    .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: 100% !important;
    }
}

@media(max-width:1024px) {
    .maps-progress {
        width: 100% !important;
        height: 537px !important;
    }

    .scheme-piechart {
        width: 100% !important;
        /*        height: 725px !important;*/
        min-height: 312px !important;
        margin: 0px 4px 4px 4px !important;
    }

    .progress-table {
        width: 435px !important;
        margin: 4px;
    }

    .state-ranking-table {
        width: 100% !important;
        margin: 4px;
    }

    .dashboard-filter {
        margin-bottom: 8px;
    }

    .progress-summary-table {
        width: 100% !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: 100% !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;
    }

    .progress-summary {
        width: 100% !important;
        margin: 4px;
    }
}

@media(max-wdth:914px) {

    .progress-table {
        width: 344px !important;
        margin: 4px;
    }
}

@media (max-width: 890px) {


    /*    @media (max-width: 890px) {*/
    .progress-table {
        /* width: 412px !important; */
        margin: 4px;
        width: 100% !important;
    }

    .scheme-piechart {
        /*        width: 312px !important;*/
        height: auto !important;
        min-height: 312px !important;
        margin: 0px 4px 4px 4px !important;
        width: 100% !important;
    }

    .progress-summary-table {
        width: 100% !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: 100% !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;
    }

    .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: 100% !important;
    }

    .maps-progress {
        width: 433px !important;
        height: 537px !important;
        width: 100% !important;
    }

    .progress-summary {
        width: 100% !important;
        margin: 4px;
    }

    .tabHeading {
        font-size: 10px;
        font-weight: 500;
        color: #fff;
    }

    .custom-btn {
        background-color: #122b60;
        color: white;
        padding: 8px 20px;
        font-weight: 200;
        border-radius: 6px;
        border: none;
        font-size: 12px;
    }

    .custom-btn {
        background-color: #122b60;
        color: white;
        padding: 8px 8px;
        font-weight: 600;
        border-radius: 6px;
        border: none;
        font-weight: 200;
        font-size: 10px;
    }

    .table th, .table td {
        vertical-align: middle !important;
        text-align: center;
        font-family: Roboto;
        font-size: 8px;
        font-weight: 300;
    }

        .table td a {
            font-weight: 500;
            font-size: 10px;
        }

    .table th {
        background-color: #002D72 !important;
        color: white !important;
    }

    .custom-btn {
        background-color: #03285f;
        color: white;
        padding: 7px 6px;
        font-weight: 500;
        border-radius: 6px;
        border: none;
        font-size: 12px;
    }

    .header-page {
        font-family: "Roboto";
        color: #122B60;
        font-size: 20px;
        /* padding-bottom: 36px; */
        margin: 0px;
    }

    button.secondary-btn, a.secondary-btn {
        border-color: #002a70;
        padding: 8px 14px;
        border-radius: 8px;
        background-color: rgba(241, 245, 255, 1);
        font-size: 10px;
        color: #002a70;
    }
}

@media(max-width:420px) {
    /*    .countTablist{
        display:none;
    }*/
    .download-button {
        flex-direction: column;
        text-align: center;
        margin: 12px;
        gap: 12px;
        width: 190px;
    }

    .tableFilter {
        margin-bottom: 12px;
    }

    .user-controls i {
        margin-left: 20px;
        font-size: 16px;
        color: #ffffff;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        cursor: pointer;
    }
}

@media(max-width:890px) {
    .step-label {
        margin-top: 5px;
        font-size: 10px !important;
        font-weight: 400 !important;
        color: #002a70;
    }
    /*    .extra-charge {
        justify-content: space-between;
        text-align: center;
        margin-left: 120px;
    }*/
}

@media(max-width:420px) {

    .step-label {
        margin-top: 5px;
        font-size: 7px !important;
        font-weight: 400 !important;
        color: #002a70;
    }

    /*    .extra-charge {

    justify-content: space-between;
    text-align: center;
     margin-left: 0px; 

    }*/
}

@media(max-width:660px) {
    .heading h1 {
        font-size: 12px !important;
        line-height: 15px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }
}

@media (max-width: 450px) {
    .heading h1 {
        font-weight: 500;
        color: #fff;
        text-align: center;
        display: none;
    }
}

@media(max-width:500px) {
    .header-page {
        margin-bottom: 16px;
    }

    .download-button {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .justify-content-xs-480-center {
        justify-content: center !important;
    }
}

@media(max-width:712px) {
    .download-button {
        text-align: center !important;
        justify-content: center !important;
    }

    .tableFilter {
        margin-bottom: 12px;
    }
}

@media(max-width:480px) {
    .revisionDropdown {
        width: 270px !important;
        margin: 0px 4px;
    }

    .nav-tabs {
        display: flex;
        justify-content: center;
    }

    .tableFilter {
        display: flex;
        justify-content: center;
    }

    button.secondary-btn {
        border-color: #002a70;
        padding: 6px 8px;
        border-radius: 8px;
        background-color: rgba(241, 245, 255, 1);
        font-size: 11px;
        color: #002a70;
    }

    .tableFilter .secondary-btn {
        font-size: 10px !important;
    }

    .download-button button.secondary-btn {
        border-color: #002a70;
        padding: 6px 8px;
        border-radius: 8px;
        background-color: rgba(241, 245, 255, 1);
        font-size: 11px;
        color: #002a70;
    }
}

@media(max-width:769px) {
    .custom-reports .form-check .form-check-label {
        font-size: 12px !important;
        font-weight: 500;
    }
}

@media(max-width:430px) {
    .tableFilter {
        margin-bottom: 12px;
    }

    .download-button-section {
        display: flex;
        justify-content: center;
        margin-bottom: 12px;
    }

    .custom-reports .form-check .form-check-label {
        font-size: 10px !important;
        font-weight: 500;
    }
}

@media (max-width: 768px) {
    .scheme-mis-report {
        display: flex;
        /* -webkit-justify-content: inherit; */
        justify-content: center;
        margin-bottom: 24px;
        margin-top: 30px !important;
    }
}

@media(min-width:780px) {
    .secondary-btn.scheme-mis-report {
        margin-top: 30px;
    }
}

@media(max-width:700px) {
    .countTab {
        flex-direction: column;
        justify-content: center !important;
    }

    .header-div {
        flex-direction: column;
        display: flex;
        align-items: center;
    }
}

@media(max-width:853px) {
}

@media(max-width:768px) {

    .countTablist {
        background: #03285f;
        border-radius: 8px;
        padding: 4px 8px;
        font-size: 14px;
        margin: 0px 4px;
        color: #fff;
        text-align: center !important;
        margin-bottom: 8px !important;
    }

    .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%;
        padding-top: 24px;
    }
}


@media(max-width:500px) {
    .month-text {
        font-weight: 500;
        font-size: 10px;
    }

    /*    .upcoming-label {
        position: absolute;
        top: 1px;
        right: 8px;
        background-color: #007bff;
        color: white;
        padding: 2px 6px;
        font-size: 0.7rem;
        border-radius: 4px;
    }
*/
    /*.calendar-cell.upcoming .upcoming-label {
        position: absolute;*/
    /* bottom: 0.3rem; */
    /*right: 0px;
        background-color: #007bff;
        color: white;
        padding: 2px 4px;
        font-size: 10px;
        border-radius: 10px;
    }*/

    .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%;
        padding-top: 20px;
    }
}

@media(max-width:420px) {
    .calendar-cell.upcoming .upcoming-label {
        position: absolute;
        /* bottom: 0.3rem; */
        right: 0px;
        background-color: #007bff;
        color: white;
        padding: 2px 4px;
        font-size: 7px;
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .heading-btn {
        display: flex;
        flex-direction: column;
    }
}

@media(max-width:1279px) {
    .top-nav .dropdown-menu a {
        padding: 15px 15px;
        text-decoration: none;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 123%;
        color: #fff;
        gap: 6px;
        display: flex;
    }

    .navbar .dropdown .dropdown-menu li {
        display: block;
        opacity: 1;
        color: #333;
        font-size: 12px;
        color: #ADC2EC;
        border-radius: 0px;
        border: 0px solid #fff;
        background: #8a9ec1;
    }

    .navbar ul {
        background: #8a9ec1;
        padding: 68px 20px 20px;
        list-style: none;
    }
}

@media(max-width:500px) {
    .searchInput {
        margin: 0px 12px;
    }
}

@media(max-width:700px) {
    .download-button {
        margin: 0px 0px;
    }


        .download-button .secondary-btn {
            margin-left: 0px;
        }

    .heading {
        margin-bottom: 12px;
    }
}

@media(width:430px) {
    .download-button .secondary-btn {
        margin-left: 12px;
    }
}

@media(width:540px) {
    .download-button .secondary-btn {
        margin-left: 12px;
    }
}

@media (max-width: 1200px) {
    .scheme-piechart-comp {
        /* width: 312px !important; */
        height: auto !important;
        min-height: 312px !important;
        margin: 0px 4px 4px 4px !important;
        width: 100% !important;
    }
}

@media (max-width: 890px) {
    .scheme-piechart-comp {
        /* width: 312px !important; */
        height: auto !important;
        min-height: 312px !important;
        margin: 0px 4px 4px 4px !important;
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .scheme-piechart-comp {
        /* width: 312px !important; */
        height: auto !important;
        min-height: 312px !important;
        margin: 0px 4px 4px 4px !important;
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .scheme-piechart-1 {
        width: 100% !important;
        /* height: 725px !important; */
        min-height: 312px !important;
        margin: 0px 4px 4px 4px !important;
    }
}

@media (max-width: 1024px) {
    .scheme-piechart-1 {
        width: 100% !important;
        /* height: 725px !important; */
        min-height: 312px !important;
        margin: 0px 4px 4px 4px !important;
    }
}

@media(max-width:890px) {
    .yearFilter {
        padding-left: 11px !important;
    }
}

@media(min-width:786px) and (max-width:1200px) {
    .card-kpis .card-label {
        font-size: 9px;
        font-weight: 900;
    }
}

@media(min-width:1240px) and (max-width:1273px) {
    .progress-summary-table {
        width: 339px !important;
        margin: 4px;
        border-radius: 8px;
        background-color: #f3f2f7;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
        padding: 12px;
    }

    .progress-summary {
        width: 583px !important;
        margin: 4px;
    }

    .progress-snapshot {
        background-color: rgb(243, 242, 247);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px 0px;
        min-height: 312px !important;
        width: 584px !important;
        border-radius: 8px;
        padding: 12px;
        margin: 0px 4px 4px !important;
    }

    .state-ranking-table {
        background-color: rgb(243, 242, 247);
        justify-content: center;
        text-align: center;
        display: flex;
        max-height: 538px;
        overflow-y: scroll;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 8px 0px;
        width: 734px !important;
        border-radius: 8px;
        margin: 8px 0px 8px 8px;
        padding: 12px;
    }
}
/*.navbar .dropdown .dropdown-menu li a:hover {
    display: block;
    opacity: 1;
    color: #fff;
    font-size: 12px;
    color: #062c6fe3 !important;
    border-radius: 0px;
    border:none!important;
}*/
@media (max-width: 1279px) {
    .navbar .dropdown .dropdown-menu li {
        border: none !important;
    }

        .navbar .dropdown .dropdown-menu li a:hover {
            color: #062c6fe3 !important;
        }
}

@media(min-width:1282px) {
    .progress-summary {
        width: 609px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 609px !important;
    }

    .scheme-piechart {
        width: 335px !important;
    }

    .state-ranking-table {
        width: 786px !important;
    }

    .scheme-piechart .apexcharts-menu-icon {
        top: 0px !important;
    }
}

@media(max-width:1399px) and (min-width:1390px) {
    .progress-summary {
        width: 643px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 643px !important;
    }

    .scheme-piechart {
        width: 405px !important;
    }

    .state-ranking-table {
        width: 862px !important;
    }
}

@media(max-width:1389px) and (min-width:1340px) {
    .progress-summary {
        width: 623px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 623px !important;
    }

    .scheme-piechart {
        width: 361px !important;
    }

    .state-ranking-table {
        width: 812px !important;
    }
}

@media(max-width:1306px) and (min-width:1290px) {
    .progress-summary {
        width: 604px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 604px !important;
    }

    .scheme-piechart {
        width: 326px !important;
    }

    .state-ranking-table {
        width: 770px !important;
    }
}

@media(max-width:1296px) and (min-width:1290px) {
    .progress-summary {
        width: 599px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 599px !important;
    }

    .scheme-piechart {
        width: 318px !important;
    }

    .state-ranking-table {
        width: 770px !important;
    }
}


@media(max-width:1296px) and (min-width:1281px) {
    .progress-summary {
        width: 599px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 599px !important;
    }

    .scheme-piechart {
        width: 318px !important;
    }

    .state-ranking-table {
        width: 770px !important;
    }
}

@media(max-width:1290px) and (min-width:1280px) {


    .state-ranking-table {
        width: 768px !important;
    }
}

@media(max-width:1288px) and (min-width:1280px) {
    .scheme-piechart {
        width: 313px !important;
    }


    .state-ranking-table {
        width: 765px !important;
    }
}

@media(max-width:1286px) and (min-width:1281px) {

    .progress-summary {
        width: 594px !important;
        margin: 4px;
    }

    .scheme-piechart {
        width: 300px !important;
    }

    .progress-snapshot {
        width: 594px !important;
    }

    .state-ranking-table {
        width: 749px !important;
    }
}

@media(width:1280px) {
    .progress-summary {
        width: 588px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 588px !important;
    }

    .scheme-piechart {
        width: 293px !important;
    }

    .state-ranking-table {
        width: 742px !important;
    }
}

@media(max-width:1270px) and (min-width:1277px) {
    .progress-summary-table {
        width: 340px !important;
        margin: 4px;
        border-radius: 8px;
        background-color: #f3f2f7;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
        padding: 12px;
    }

    .progress-summary {
        width: 590px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 590px !important;
    }

    .state-ranking-table {
        width: 755px !important;
    }
}

@media(min-width:1277px) and (max-width:1279px) {
    .progress-summary-table {
        width: 341px !important;
        margin: 4px;
        border-radius: 8px;
        background-color: #f3f2f7;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
        padding: 12px;
    }

    .state-ranking-table {
        width: 748px !important;
    }

    .progress-summary {
        width: 593px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 593px !important;
    }
}

@media(max-width:1256px) and (min-width:1240px) {
    .progress-summary-table {
        width: 335px !important;
        margin: 4px;
        border-radius: 8px;
        background-color: #f3f2f7;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
        padding: 12px;
    }

    .progress-summary {
        width: 582px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 582px !important;
    }

    .state-ranking-table {
        width: 734px !important;
    }
}

@media(max-width:1254px) and (min-width:1240px) {
    .state-ranking-table {
        width: 730px !important;
    }
}

@media(max-width:1225px) and (min-width:1201px) {
    .state-ranking-table {
        width: 729px !important;
    }

    .progress-summary {
        width: 557px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 557px !important;
    }

    .maps-progress {
        width: 385px !important;
    }

    scheme-piechart-table {
        width: 247px !important;
    }

    .progress-summary-table {
        width: 285px !important;
    }

    .scheme-piechart {
        width: 286px !important;
    }

    .card-kpis {
        font-size: 12px;
        font-weight: 600;
        max-width: 191px;
        width: 186px;
        height: auto;
        background-color: #1a4c88;
        padding: 8px;
        margin: 0px 4px;
        color: #fff;
        border-radius: 8px;
        justify-content: center;
        text-align: center;
    }
}

@media(width:1201px) {
    .state-ranking-table {
        width: 726px !important;
    }

    .progress-summary {
        width: 555px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 555px !important;
    }

    .maps-progress {
        width: 383px !important;
    }

    scheme-piechart-table {
        width: 245px !important;
    }

    .progress-summary-table {
        width: 282px !important;
    }

    .scheme-piechart {
        width: 284px !important;
    }

    .card-kpis {
        font-size: 12px;
        font-weight: 600;
        max-width: 191px;
        width: 186px;
        height: auto;
        background-color: #1a4c88;
        padding: 8px;
        margin: 0px 4px;
        color: #fff;
        border-radius: 8px;
        justify-content: center;
        text-align: center;
    }
}

@media(max-width:1202px) and (min-width:1201px) {
    .state-ranking-table {
        width: 726px !important;
    }

    .progress-summary {
        width: 555px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 555px !important;
    }

    .maps-progress {
        width: 383px !important;
    }

    scheme-piechart-table {
        width: 245px !important;
    }

    .progress-summary-table {
        width: 282px !important;
    }

    .scheme-piechart {
        width: 284px !important;
    }

    .card-kpis {
        font-size: 12px;
        font-weight: 600;
        max-width: 191px;
        width: 186px;
        height: auto;
        background-color: #1a4c88;
        padding: 8px;
        margin: 0px 4px;
        color: #fff;
        border-radius: 8px;
        justify-content: center;
        text-align: center;
    }
}

@media(max-width:1255px) and (min-width:1225px) {
    .state-ranking-table {
        width: 746px !important;
    }

    .progress-summary {
        width: 568px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 568px !important;
    }

    .maps-progress {
        width: 389px !important;
    }

    scheme-piechart-table {
        width: 250px !important;
    }

    .progress-summary-table {
        width: 311px !important;
    }

    .scheme-piechart {
        width: 288px !important;
    }

    .card-kpis {
        font-size: 12px;
        font-weight: 600;
        max-width: 191px;
        width: 186px;
        height: auto;
        background-color: #1a4c88;
        padding: 8px;
        margin: 0px 4px;
        color: #fff;
        border-radius: 8px;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 460px) {
    .card-kpis {
        font-size: 12px;
        font-weight: 600;
        max-width: 100%;
        width: 100%;
        height: auto;
        background-color: #1a4c88;
        padding: 8px;
        margin: 0px 4px;
        color: #fff;
        border-radius: 8px;
        justify-content: center;
        text-align: center;
        margin-bottom: 8px;
        /* margin-left: 3px; */
    }
}

@media(width:1279px) {
    .progress-summary {
        width: 588px !important;
        margin: 4px;
    }

    .progress-snapshot {
        width: 588px !important;
    }

    .scheme-piechart {
        width: 293px !important;
    }

    .state-ranking-table {
        width: 742px !important;
    }
}

@media(max-width:768px) {
    .pagination-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 12px;
    }

    .pagination-info {
        margin-bottom: 8px;
    }
}

@media(min-width:1203px) {
    #myComponentChartGoogle {
        width: 296px;
        height: 250px;
        position: relative;
        top: -36px;
        justify-content: center;
        display: flex;
    }
}

@media(max-width:420px) {
    #customreportMonth {
        width: 100% !important;
    }
}

@media(max-width: 768px) {
    .MPR-Summary-sec {
        margin-top: 12px;
    }
}

@media (max-width: 420px) {
    .calendar-cell.submitted .submitted-label {
        position: absolute;
        /* bottom: 0.3rem; */
        right: 0px;
        background-color: green;
        color: white;
        padding: 2px 4px;
        font-size: 7px;
        border-radius: 10px;
        top: 8px;
    }

    .calendar-cell.ongoing .upcoming-label {
        position: absolute;
        /* bottom: 0.3rem; */
        right: 0px;
        background-color: #007bff;
        color: white;
        padding: 2px 4px;
        font-size: 7px;
        border-radius: 10px;
        top: 8px;
    }

    .calendar-cell.missed .missed-label {
        position: absolute;
        /* bottom: 0.3rem; */
        right: 0px;
        background-color: red;
        color: white;
        padding: 2px 4px;
        font-size: 7px;
        border-radius: 10px;
        top: 8px;
    }
}

@media (max-width: 420px) {
    .ranking-monthly-selection .downloadable-buttons {
        margin-top: 12px;
    }
}

@media(max-width:550px) {
    #floatingTooltip {
        left: 0px !important;
    }
}
