@import 'https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap';

body {
    font-family: jost,sans-serif !important
}
/*sanction order css start*/
.sanction-order {
    margin: 0 30px;
    text-align: justify;
}

    .sanction-order p {
        font-size: 14px;
        line-height: 30px;
    }

    .sanction-order input {
        border: 0;
        border-bottom: 1px solid #b3b3b3;
        width: auto;
        display: inline-block;
        border-radius: 0;
        padding: 0;
        margin: 0 5px;
        vertical-align: super;
    }

        .sanction-order input.rs-amt {
            width: 150px;
        }

        .sanction-order input.amt-word {
            width: 250px;
        }

        .sanction-order input.year-input {
            width: 50px;
        }

    .sanction-order ol {
        padding-left: 15px;
    }

        .sanction-order ol li {
            margin-bottom: 20px;
        }

.signature {
    text-align: end;
}
/*sanction order css ends*/
news-events button {
    float: right;
    border-radius: 8px;
    margin-block: 45px 60px;
    border: 1px solid rgba(13, 110, 253, 0.92);
    display: inline-flex;
    height: 40px;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
    color: #085997;
    background: none;
}
/*CMS pages css start*/
.cms-table.table:not(.table-dark) th {
    color: #fff !important;
}

.cms-table thead tr th {
    background-color: #0D6EFD;
}
/*upload img btn*/
.upload-main .file-upload {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 32px;
}

.upload-main .btn-upload {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: left;
    overflow: hidden;
}

/*---==>Button Icon-==>*/
.upload-main .i-pic-upload {
    position: absolute;
    background: #ebebeb;
    background-size: cover !important;
    outline: none;
    top: 3px;
    right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 0px 3px 3px 0px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-main .i-deselect {
    color: #7c7c7c;
    position: absolute;
    top: 7px;
    right: 0;
    display: none;
}


/*---==>Browse Text-==>*/
.upload-main .text-browse {
    background: #ebebeb;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 2px 2px 2px 5px;
}

.upload-main .btn-upload:active {
    outline: none;
}

.upload-main .text-browse:hover {
    background: #e0e0e0;
    color: #78838d;
}

.upload-main .btn-upload:active .text-browse {
    background: #e0e0e0;
    color: #78838d;
    padding-left: 6px;
}


.upload-main .text-file-name {
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    text-align: left;
    font-size: 14px;
}

.upload-main .owner {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
    margin-top: -80px;
    margin-bottom: 20px;
    text-align: center;
}

.upload-main small {
    font-size: 20px;
}

.upload-main .img-preview img {
    height: 100px;
    width: 100px;
    background-color: #ccc;
    border-radius: 5px;
    margin-top: 10px;
    object-fit: cover;
}
/*upload img btn*/
/*upload img btn*/
.tooltip-inner {
    background-color: #007fff;
}

.tooltip {
    display: inline;
    position: relative;
    background: #fff !important;
    color: #2e2bcf;
    padding: 20px;
    border-radius: 10px;
    max-width: 250px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1) !important;
    outline: none !important;
 
}




.dash-banner {
    position: relative;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .dash-banner::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 5px;
    }

    .dash-banner .banner-head {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        color: #fff !important;
        transform: translate(-50%, -50%);
    }

        .dash-banner .banner-head h1 {
            color: #fff;
        }

.drop-down-select {
    position: absolute;
    right: 25px;
    width: 33%;
    top: 25px;
    display: inline-block;
    text-align: left;
}

.districtwise {
    width: 15%;
}

.dis-drop {
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 10px;
    display: flex;
    align-items: center;
}

    .dis-drop .dis-sch {
        width: 150px;
    }

.dash-banner img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.chart-color-bx .card-title {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .chart-color-bx .card-title p {
        display: inline-block;
        display: flex;
        align-items: center;
    }

        .chart-color-bx .card-title p .br-green, .chart-color-bx .card-title p .br-lightgreen {
            height: 15px;
            width: 30px;
            background-color: #86e255;
            display: inline-block;
            margin-right: 4px;
        }

        .chart-color-bx .card-title p .br-lightgreen {
            background-color: #99ff93;
        }

.chart-color-bx .chart-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.chart-color-bx .card-title p .br-green.br-yellow {
    background-color: #fee802;
}

.chart-color-bx .card-title p .br-green.br-blue {
    background-color: #3fd0bd;
}

.chart-color-bx .card-title p .br-green.br-purple {
    background-color: #826bf8;
}

.chart-color-bx .card-title p .br-green.br-skyblue {
    background-color: #2b9bf4;
}

.chart-color-bx .card-title p .br-green.ch-blue {
    background-color: #3184fd;
}

.chart-color-bx .card-title p .br-green.ch-red {
    background-color: #90bdff;
}

.map-svg {
    width: 88%;
}


.st0 {
    stroke: #ffffff;
    stroke-miterlimit: 10;
}

.st1 {
    stroke: #ffffff;
    stroke-miterlimit: 10;
}

.st2 {
    stroke: #ffffff;
    stroke-miterlimit: 10;
}

.st4 {
    font-size: 12px;
    color: #000;
}

.top-d5 {
    fill: #C8E3C3;
}

.top-d2 {
    fill: #C8E3C3;
}
/*.top-d3{fill:#ffb154;}*/
.top-d3 {
    fill: #D0D5EC;
}



polygon {
    outline: none;
}

.mapBox .dist-block:hover {
    fill: #ffce94 !important;
}

.dist-name:focus {
    outline: none;
}

.dist-name:hover {
    font-weight: 600 !important;
}

.dmf-n-detail h3 {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-item--style-1 .blog-item__title {
    min-height: 45px;
}

.dmf-map-nav-in h2:nth-child(2) span.c_1 {
    background: #ff8a00 !important;
}

.dmf-map-nav-in h2:nth-child(3) span.c_1 {
    /*background:#ffb154 !important*/
    background: #FFFF00 !important
}

.dmf-map-nav-in h2:nth-child(4) span.c_1 {
    /*background: #ffce94 !important;*/
    background: #FFFFFF !important;
}

.dmf-c1 {
    background: transparent;
    padding-bottom: 10px;
    box-shadow: none;
}

section.section.about-us.background--white:after {
    opacity: 0;
}

.dmf-c1 h2 {
    margin-bottom: 15px;
}

@media (min-width:1140px) {

    .dmf-right-counter.dmf-left-graph {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-12.dmf-middle-graph {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .dmf-right-counter.dmf-right-graph {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.dmf-sitemap-page ul > li > a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s linear;
}

    .dmf-sitemap-page ul > li > a:hover {
        color: #06862f;
    }

.dmf-sitemap-page ul {
    padding: 0;
    padding-left: 15px;
    margin-top: 15px;
}

    .dmf-sitemap-page ul ul {
        padding: 0;
        padding-left: 15px;
        line-height: 1.8;
        margin: 6px 0;
    }

        .dmf-sitemap-page ul ul h5 {
            font-size: 16px;
            margin-top: 10px;
            font-weight: 700;
        }

    .dmf-sitemap-page ul > li > ul > li > a {
        text-decoration: none;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        line-height: normal;
        transition: all 0.2s linear;
        opacity: 0.8;
    }

        .dmf-sitemap-page ul > li > ul > li > a:hover {
            text-decoration: none;
            font-size: 14px;
            color: #000;
            font-weight: 600;
            line-height: normal;
            opacity: 1;
        }

li.dmf-no-link {
    list-style: none;
    margin-left: -15px;
}

.dmf-sitemap-page ul ul.dmf-sitemap-d-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .dmf-sitemap-page ul ul.dmf-sitemap-d-list li {
        width: 50%;
    }









.datatables-basic .work-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
}
/*notification scroll*/
.notification-scroll {
    height: auto;
    overflow-y: auto !important;
    max-height: 387px;
}
/*notification scroll*/
.remarks {
    list-style-type: none;
    padding: 0;
    padding-right: 20px;
}

    .remarks li {
        margin-bottom: 10px;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 4px
    }

        .remarks li.primary-remark {
            background-color: #e9e7fd;
            border-color: #cdcaed
        }

            .remarks li.primary-remark label {
                color: #7367f0
            }

            .remarks li.primary-remark p {
                color: #011b38
            }

        .remarks li.success-remark {
            background-color: #ddf6e8;
            border-color: #aee5c7
        }

            .remarks li.success-remark label {
                color: #28c76f
            }

        .remarks li.warning-remark {
            background-color: #fff0e1;
            border-color: #f3d5b8
        }

            .remarks li.warning-remark label {
                color: #ff9f43
            }

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
    margin-bottom: 12px
}

.app-brand {
    justify-content: center;
    flex-direction: column
}

.app-brand-logo.demo img {
    width: 120px;
    height: 100%
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -.5px;
    text-transform: lowercase
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important
}

.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page, .docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 62px !important
}

.content-wrapper .navbar {
    z-index: auto
}

.table:not(.table-dark) th {
    color: #172858 !important;
    font-weight: 600;
    vertical-align: middle
}

.btn-prohistory {
    position: fixed;
    top: 180px;
    right: 0;
    z-index: -1;
    display: block;
    width: 38px;
    height: 38px;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    background: var(--bs-primary);
    box-shadow: 0 2px 6px 0 rgba(115,103,240,.3);
    color: #fff !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 38px;
    opacity: 1;
    -webkit-transition: all .1s linear .2s;
    -o-transition: all .1s linear .2s;
    transition: all .1s linear .2s;
    z-index: 999
}

button.btn.btn-prohistory {
    background: linear-gradient(to left,#4c67f1,#9d20cb);
    border-color: #7449df
}

.btn-prohistory .menu-icon {
    margin: 0
}

.project-history .timeline .timeline-header {
    display: inline-block
}

.project-history .timeline .timeline-item .timeline-point {
    left: -6px;
    top: 45%
}

.project-history .timeline .timeline-item {
    padding-left: 1.8rem
}

    .project-history .timeline .timeline-item .timeline-event {
        padding: .5rem 0 .75rem;
        top: 0 !important
    }

.project-history .date {
    margin-bottom: 5px;
    font-size: 14px
}

.project-history .timeline .timeline-item:nth-child(odd):before {
    content: "";
    width: 50%;
    border: 1px solid #000;
    height: 100%;
    position: absolute;
    border-right: 0;
    border-radius: 30px 0 0 30px;
    left: 0;
    top: 0
}

.project-history .timeline .timeline-item:nth-child(even):before {
    content: "";
    width: 50%;
    border: 1px solid #000;
    height: 100%;
    position: absolute;
    border-left: 0;
    border-radius: 0 30px 30px 0;
    right: 0;
    top: 0
}

.timeline-event p {
    line-height: 16px;
    font-size: 15px;
    margin-bottom: 0
}

.project-history .timeline .timeline-item:nth-child(1):before {
    border-color: #0d6efd
}

.project-history .timeline .timeline-item:nth-child(2):before {
    border-color: #03c3ec
}

.project-history .timeline .timeline-item:nth-child(3):before {
    border-color: #71dd37
}

.project-history .timeline .timeline-item:nth-child(4):before {
    border-color: #ffab00
}

.demo-blocks > * {
    display: block !important
}

.demo-inline-spacing > * {
    margin: 1rem .375rem 0 0 !important
}

.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important
}

[dir=rtl] .rtl-only {
    display: block !important
}

@media(max-width:576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 231px;
        position: relative
    }

        #dropdown-variation-demo .btn-group .text-truncate::after {
            position: absolute;
            top: 45%;
            right: .65rem
        }
}

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem
}

.layout-demo-placeholder img {
    width: 900px
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem
}

.layout-wrapper .menu-vertical .app-brand {
    padding-right: 1.2rem;
    padding-left: 1.2rem
}

body .body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

body .bg-menu-theme {
    background-color: #0f1822 !important;
    color: #c4cdd5
}

body h6, body .h6, body h5, body .h5, body h4, body .h4, body h3, body .h3, body h2, body .h2, body h1, body .h1 {
    color: #383838
}

body .form-label, body .col-form-label {
    font-size: .95rem;
    text-transform: unset;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
    background-color: #0d6efd !important
}

body .btn-check:focus + .btn-primary, body .btn-primary:focus body .btn-primary.focus {
    color: #fff;
    background-color: #0961e3 !important;
    border-color: #0961e3;
    transform: translateY(0);
    box-shadow: none
}

div#template-customizer {
    display: none
}

.navbar-search-wrapper.search-input-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 62px;
    width: 100%
}

body .btn-check:checked + .btn-primary, body .btn-check:active + .btn-primary, body .btn-primary:active, body .btn-primary.active, body .btn-primary.show.dropdown-toggle, body .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #0656cb !important;
    border-color: #0656cb !important
}

body .btn-check:checked + .btn-outline-primary, body .btn-check:active + .btn-outline-primary, body .btn-outline-primary:active, body .btn-outline-primary.active, body .btn-outline-primary.dropdown-toggle.show {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    overflow: hidden;
    background: #fff
}

    #preloader:before {
        content: '';
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #007fff;
        border-top-color: #ccdef4;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-mozkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.admin-brand {
    display: flex !important;
    align-items: center
}

.app-brand-logo.admin-brand img {
    width: 100px
}

.app-brand-logo.admin-brand span {
    color: #fff;
    font-size: 24px;
    font-weight: 500
}

.navbar-nav-right .right-head {
    font-size: clamp(1.125rem,0.671vw + 0.695rem,1.5rem);
    font-weight: 500;
    color: #0d6efd
}

.table thead, table.dataTable thead tr th {
    background-color: #edf4ff !important
}

.select-griv {
    position: absolute;
    right: 25px;
    top: 20px;
    width: 250px
}

.bg-card {
    background-color: #f4f5fb
}

.avatar.user-avtar {
    height: 60px;
    width: 60px
}

.user-avtar span i {
    font-size: 50px
}

.card-body .dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background-color: #86e255
}

    .card-body .dot.dot-color {
        background-color: #e9faf4
    }

.rev-dark-bg {
    background: url(../img/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

    .rev-dark-bg::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .2
    }

.datatables-users thead {
    background-color: #e8f1ff
}

    .datatables-users thead th {
        font-weight: 600;
        color: #565656 !important
    }

.login-title {
    text-align: center;
    color: #0428b1;
    font-weight: 600
}

.count-main .avatar i {
    font-size: 2.2rem
}

.count-main h4 {
    font-size: 1.5rem
}

.user-type tr td {
    white-space: nowrap
}

.user-type .bootstrap-select .dropdown-toggle .filter-option {
    white-space: normal !important
}

.desig .select2-selection__rendered {
    width: 200px
}

.table .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 188px !important
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 0;
    font-size: 14px;
    text-transform: capitalize
}

.dropdown-item {
    line-height: 1 !important
}

.desig-dropdown label {
    width: 100px
}

.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item {
    padding: 0 !important
}

    .layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item a {
        padding: 1rem
    }

.remark-btn {
    display: none
}

.desig-dropdown .form-select {
    width: 250px
}

.dash-filters {
    display: flex;
    align-items: center
}

    .dash-filters .col-form-label {
        width: auto;
        margin-right: 10px
    }

    .dash-filters select, .dash-filters input {
        width: 60%
    }

.selectBox, .row.selectBox {
    display: none
}

.btn-sm {
    font-size: 14px !important
}

.flatpickr-current-month {
    padding: 0 !important
}

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        height: auto !important
    }

.table th .form-control, .table th .form-select {
    width: 180px
}

div.dt-container div.dt-length .form-select, div.dt-container div.dt-search input {
    height: 38px
}

table.table.dataTable {
    width: 100% !important
}

.dt-container.dt-bootstrap5 {
    overflow-x: auto
}

div.table-responsive > div.dt-container > div.row {
    overflow-x: auto
}

#verification .form-check label {
    font-size: 15px;
    color: #3c4968;
    font-weight: 500
}

.listRecord {
    list-style-type: none;
    padding: 0;
    margin-top: 8px
}

    .listRecord li a {
        margin-bottom: 6px;
        text-decoration: underline
    }

#addAmount {
    display: none
}

.light-style .flatpickr-input[readonly], .light-style .flatpickr-input ~ .form-control[readonly] {
    background-image: url(../../assets/img/calendar.svg) !important;
    background-size: 18px !important;
    background-repeat: no-repeat !important;
    background-position: 97% 8px !important
}

.filter-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.dropdown-menu li a img {
    width: 20px
}

.remarks {
    list-style-type: none;
    padding: 0;
    padding-right: 20px;
}

    .remarks li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd
    }

@media(max-width:1400px) {
    .dash-filters select {
        width: 55%
    }
}

.permission-denied h4 {
    font-size: 60px;
    color: #0d6efd
}

.permission-denied p strong {
    color: #0d6efd;
    font-size: 22px
}

.permission-denied p {
    font-size: 16px
}

.dataTables_length {
    margin-bottom: 10px;
}

    .dataTables_length label {
        display: flex;
        align-items: center;
    }

    .dataTables_length .form-select {
        width: 80px;
        height: 35px;
        margin: 0 8px;
    }

.dataTables_filter label {
    display: flex;
    align-items: center;
}

.dataTables_filter .form-control {
    height: 35px;
    margin-left: 8px;
}

ul.pagination {
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.dataTables_info {
    margin-top: 10px;
}

@media(max-width: 680px) {
    .d-flex.align-items-center.justify-content-between.mb-4 {
        flex-wrap: wrap;
    }

    .dataTables_length label {
        justify-content: center;
    }

    .dataTables_filter label {
        justify-content: center;
    }

    .dataTables_filter.floatRight {
        float: none;
        margin-bottom: 15px;
    }

    .navbar-nav-right .right-head {
        line-height: 20px;
    }

    div#btnContainer {
        margin-top: 10px;
    }
}
