
/*General Css*/

body {
    background: #f8f9fb;
}

.card {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

.page-title-box {
    padding: 1rem;
    background: #eeeef8;
    margin-bottom: 0.7rem;
}

:root, [data-bs-theme=light] {
    --bs-yellow: #816f4f;
}

h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

a.btn-sf-green {
    background: #355eb2;
    color: #fff;
    padding: 0.65rem 1.27rem;
    border-radius: 6px;
}

    a.btn-sf-green:hover {
        background: #0b7240;
    }

button.btn-sf-green {
    background: #2f60c1;
    color: #fff;
}

.btn-sf-orange {
    background: #dd9b10;
    color: #fff;
}

button.btn-sf-green:hover {
    background: #1f4ca6;
    color: #fff;
}

.btn-sf-orange:hover {
    background: #d18f03;
    color: #fff;
}

.btn.btn-sf-red {
    background: #d65c5c;
    color: #fff;
}

    .btn.btn-sf-red:hover {
        background: #c14848;
        color: #fff;
    }

fieldset {
    border: solid 1px #d2d2d2;
    margin: 0.6rem 0 1.5rem;
    padding: 1rem 1.3rem;
}

legend {
    padding: 0 12px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: -0.4px;
    margin-top: -31px;
    display: inline !important;
    background: #fff;
    width: auto;
    margin-bottom: 0.8rem;
}

.form-check {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem !important;
}

.forgot-form-check {
    position: relative;
    text-align: left;
    display: flex;
    margin-bottom: 1.5rem !important;
}

.form-check label {
    margin: 0;
    padding: 0 5px;
}

.form-group {
    margin: 0 0 1.2rem;
}

.btn.btn-sf-green:active {
    background: #2f60c1;
}

.btn-sf-green a {
    color: #fff;
}

button.modal-close {
    background: #d65c5c;
    padding: 7px 12px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.table-card-list {
    border-spacing: 0 12px !important;
}

textarea.form-control {
    min-height: calc(1.5em + .94rem + calc(var(--bs-border-width)* 2));
    max-height: unset;
    height: auto;
}

/*Page Top Bar*/

.admin-avatar-btn {
    display: flex;
    align-items: center;
}

    .admin-avatar-btn i.avatar {
        background: #643cd0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 12px;
        border-radius: 100px;
    }

.noti-icon .badge {
    background: #bd8309 !important;
}

.noti-icon i {
    color: #1f572f;
}


/*Login Header*/

.login-body {
    padding: 0;
    background: #7ba76b;
    background-image: url(../images/rupee-budget.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .login-body:before {
        content: "";
        /*background-image: url(../images/img2.png);*/
        background-image: url('../images/budget1.png');
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 285px;
        height: 340px;
        background-size: 285px;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .login-body:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(133deg, rgb(65 66 143 / 91%) 40%, rgb(7 19 113 / 79%) 100%);
        /*background: linear-gradient(133deg, rgb(65 143 97 / 91%) 40%, rgb(88 113 7 / 79%) 100%);*/
    }

.login-header {
    max-height: 90px;
    height: 100vh;
    position: relative;
    z-index: 1;
    background: rgb(255 255 255);
    top: 20px;
    border-bottom: solid 1px rgb(204 202 222 / 18%);
}

.login-fluid {
    height: calc(100vh / 1 - 90px);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.login-img {
    background: #fffffff5;
    padding: 0.9rem 1.6rem;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.row.login-row {
    width: 100%;
}

.login-col-left {
    display: flex;
    align-items: center;
}

    .login-col-left img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.login-left {
    padding: 0rem 2rem 0;
}

.login-col-right {
    display: flex;
    align-items: end;
    justify-content: center;
}

a.login-header-left {
    display: inline-flex;
    align-items: center;
}

.login-header-left img {
    height: 88px;
}

a.login-header-left h4 {
    margin: 0.5rem 0 0 0.6rem;
    font-size: 1.6rem;
    letter-spacing: -0.3px;
    line-height: 27px;
    font-weight: 500;
}

    a.login-header-left h4 span {
        display: block;
        font-size: 1.2rem;
        letter-spacing: 0.2px;
    }

.login-left img {
    display: table;
    margin: auto;
}

.login-header-right {
    display: flex;
    align-items: center;
    justify-content: right;
}

    .login-header-right img {
        height: 90px;
    }

    .login-header-right h5 {
        margin: 0 0.5rem 0 0;
    }

        .login-header-right h5 span {
            display: block;
            font-size: 13px;
            line-height: 20px;
        }
/*Login Form Row*/

.login-form-wrapper {
    width: 85%;
    padding: 2.5rem;
    box-shadow: 0px 0px 24px -2px rgb(49 87 186 / 11%);
    border-radius: 35px;
    border: solid 1px #fff;
    margin-right: auto;
    margin-top: 20px;
    background: #303f60;
    /* background: #306035;*/
}

.forgot-pwd a {
    color: #ffffff !important;
}

.login-left h2 {
    color: #e8bc3c;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.login-left h4 {
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 46px;
    text-align: left;
    letter-spacing: -0.4px;
}

    .login-left h4 span {
        display: block;
        font-size: 1.5rem;
        color: #fff;
        font-weight: 400;
        margin-top: 3px;
    }

.login-type {
    padding: 0rem 0 0.8rem;
    border-bottom: solid 1px #e4e4e4;
    margin: 1rem 0;
}

.login-form-wrapper .form-control {
    border: solid 1px #dbdbdb;
    height: 44px;
}

.login-type button {
    border: solid 1px #cecece;
    background: #fff;
    padding: 0.4rem 1.2rem;
    border-radius: 6px;
    margin-right: 5px;
    box-shadow: 2px 1px 4px 0px rgb(7 67 16 / 11%);
}

    .login-type button.active {
        background: #d29ba3;
        color: #fff;
    }

.login-heading h5 {
    margin-bottom: 0.1rem;
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: 600;
}

.login-heading h3 {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

a.forgot-singlink {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8rem;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.login-form-wrapper label {
    color: #fff;
}

.form-control {
    border: solid 1px #dce1ef;
    background-color: #f1f5ff;
    max-height: 41px;
    height: 100vh;
}

input.form-check-input {
    border: solid 1px #dbdbdb;
}

.login-form-wrapper .form-check-input[type=checkbox] {
    top: -1.5px;
    position: relative;
}

.form-control:disabled {
    background-color: #eef0f6;
    opacity: 1;
}

.login-form-wrapper a.btn-sf-green {
    background: #d29ba3;
    color: #fff;
    padding: 0.45rem 1.4rem;
    border-radius: 6px;
    border: solid 1px #fff;
    margin-top: 0.1rem;
    display: inline-block;
}

.login-form-wrapper button.btn-sf-green {
    background: #d29ba3;
    color: #fff;
    padding: 0.45rem 1.4rem;
    border-radius: 6px;
    border: solid 1px #fff;
    margin-top: 0.1rem;
    display: inline-block;
}

@media screen and (max-width: 992px) {
    .login-left {
        padding: 0rem 0rem 0;
    }

    .login-form-wrapper {
        width: 100%;
        padding: 1.5rem;
        margin: auto;
    }

    .login-heading h5 {
        font-size: 1.4rem;
    }

    .login-heading h3 {
        font-size: 0.8rem;
    }

    .login-form-wrapper label {
        margin-bottom: 0.3rem;
    }
}

@media screen and (max-width:767px) {
    .login-body {
        position: relative;
        overflow: hidden;
    }

        .login-body .account-pages {
            height: 100vh;
        }

    .login-header-right {
        display: none;
    }

    .row.login-row {
        flex-direction: column-reverse;
        margin: 2rem auto;
    }

    .login-body:before {
        display: none;
    }
    /*.login-fluid {
        height: 100%;
    }*/
    .login-header {
        max-height: unset;
        height: auto;
        padding: 0.7rem 0 0.5rem;
        overflow: hidden;
    }

    a.login-header-left {
        display: block;
        text-align: center;
    }

    .login-header-left img {
        height: 62px;
    }

    a.login-header-left h4 {
        margin: 0.3rem;
        font-size: 1.1rem;
        line-height: 21px;
    }

        a.login-header-left h4 span {
            display: block;
            font-size: 1rem;
            letter-spacing: 0.2px;
        }

    .login-col-left {
        display: none;
    }

    .login-type button {
        font-size: 13px;
    }
}


/*Page Topbar*/

header#page-topbar, footer.footer {
    box-shadow: none;
    background: #f8f9fb;
}


/*Verticle 	Menu*/

.vertical-menu {
    margin: auto;
    background: linear-gradient(133deg, rgb(108 176 55) 40%, rgb(201 211 30 / 79%) 100%);
}

.sidebar-menu-scroll {
    position: relative;
    z-index: 1;
}

    .sidebar-menu-scroll:after {
        background-image: url('../images/optimising_agriculture_pillars.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.4;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.navbar-brand-box {
    background-color: #f0f5f2;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}

    .navbar-brand-box a .logo-lg {
        display: flex;
        align-items: center;
    }

        .navbar-brand-box a .logo-lg h4 {
            font-size: 16px;
            margin: 0 0 0 4px;
            color: #fff;
            font-weight: 400;
            letter-spacing: 0.3px;
        }

            .navbar-brand-box a .logo-lg h4 span {
                display: block;
                font-size: 13px;
                font-weight: 300;
                letter-spacing: 0.5px;
                margin-top: 0.5px;
            }

.vertical-menu .vertical-menu-btn {
    position: absolute;
    right: -60px;
    top: 17px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 100px;
    border: solid 1px #643cd0;
}

    .vertical-menu .vertical-menu-btn .fa-bars {
        color: #643cd0;
    }

    .vertical-menu .vertical-menu-btn:hover {
        background: #6f6af8;
    }

        .vertical-menu .vertical-menu-btn:hover .fa-bars {
            color: #fff;
        }

.breadcrumb-item > a {
    color: #5c9318;
}

body[data-sidebar-size=sm] .navbar-brand-box {
    width: 70px !important;
    padding: 0 0.7rem;
    background: #f0f5f2;
}

#sidebar-menu {
    padding: 22px 0 30px 0;
}

    #sidebar-menu ul li a {
        color: #ffffff;
        padding-left: 2.4rem;
        border-radius: 100px;
        border: solid 1px transparent;
    }

    #sidebar-menu ul li ul.sub-menu li a {
        padding: .3rem 1.5rem .3rem 3rem;
    }

    #sidebar-menu ul li a i {
        position: absolute;
        left: 14px;
    }

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a {
    padding: 13px 0;
}

    body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li > a i {
        position: relative;
        min-width: 0px;
        font-size: 1.05rem;
        left: 17px;
    }

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a {
    width: calc(195px + 70px);
}

    body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a,
    body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a i {
        color: #13419e !important;
    }

        body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > a span {
            display: inline;
            padding-left: 17px;
            font-size: 14px;
        }

.mm-active .active {
    color: #2f60c1 !important;
}

.mm-active > a {
    color: #ffffff !important;
    background: #CDDC39;
}

#sidebar-menu ul li a:hover {
    color: #ffffff;
}

.metismenu li:hover a i {
    color: #fff !important;
}

ul.sub-menu li a {
    color: #f2f2f2 !important;
    font-size: 15px !important
}

.mm-active > .active > i, .mm-active:hover > .active > i {
    color: #0b754c !important;
}

.mm-active > i {
    color: #ffffff !important;
}

#sidebar-menu ul li a i {
    color: #ffffff;
}

.mm-active > a > i {
    color: #ffffff !important;
}

.metismenu li:hover a {
    background-color: #CDDC39 !important;
    color: #fff !important;
}

.metismenu li:hover ul.sub-menu a {
    background: transparent !important;
}

.metismenu li.mm-active:hover a {
    background: #fff;
}

    .metismenu li.mm-active:hover a i {
        color: #ffffff !important;
    }

.mm-active {
    color: #ffffff !important;
}

    .mm-active .active {
        color: #ffffff !important;
        background-color: #CDDC39 !important;
        border: solid 1px rgb(255 255 255 / 75%) !important;
    }

.metismenu li .active i, .metismenu li:hover .active i {
    color: #ffffff !important;
}

ul.sub-menu .mm-active a.active {
    background: transparent !important;
    color: #dfe49d !important;
    border: none !important;
}

#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #dfe49d !important;
}


#sidebar-menu .has-arrow:after {
    content: '\eb3a';
    font-family: unicons-line;
    font-style: normal;
    font-weight: 400;
}

body[data-sidebar-size=sm] .vertical-menu #sidebar-menu > ul > li:hover > ul {
    width: 220px;
    background: #68960e;
}

@media (max-width: 991.98px) {
    .logo span.logo-lg {
        display: none;
    }

    .navbar-brand-box {
        background-color: transparent;
    }

        .navbar-brand-box .logo span.logo-sm {
            display: flex;
            align-items: center;
        }

            .navbar-brand-box .logo span.logo-sm h4 {
                margin: 0 0 0 8px;
                font-size: 18px;
                text-align: left;
            }
}





/*Footer*/

a.designed-link {
    color: #643cd0;
}

@media screen and (max-width:767px) {
    footer.footer {
        text-align: center;
    }
}

/*Dashboard*/

.tab-btn, .tab-btn:focus {
    background: #53529a !important;
    color: #ffffff !important;
}

    .tab-btn.active, .tab-btn:hover {
        background: #34c38f !important;
    }

.dash-card-body {
    background: white;
    border-radius: 18px;
    box-shadow: 0px 0px 12px 6px rgb(170 179 224 / 11%);
    padding: 1.5rem !important;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: solid 1px rgb(83 82 154 / 18%);
}

    .dash-card-body:after {
        content: "";
        width: 120px;
        height: 120px;
        background: rgb(100 60 208 / 6%);
        position: absolute;
        border-radius: 100px;
        top: -23px;
        right: -24px;
    }

    .dash-card-body p {
        font-size: 15px;
        letter-spacing: -0.1px;
        font-weight: 400;
        color: #342e44 !important;
    }

    .dash-card-body img {
        width: 51px;
        margin-bottom: 0.7rem;
    }

.faded {
    position: absolute;
    right: 0px;
    width: 100px !important;
    opacity: 0.03;
    top: 0;
}

.card-container {
    background: white;
    padding: 1.5rem !important;
    margin: 0;
    position: relative;
    border: solid 1px rgb(82 81 153 / 9%);
}

.table-card-body {
    background: linear-gradient(161deg, rgb(67 65 143 / 91%) 40%, rgb(113 84 7 / 79%) 100%);
    border-radius: 15px;
}

.upc-expiry-table tr td span {
    width: 22px;
    height: 9px;
    background: red;
    display: inline-block;
    margin-right: 5px;
}

.table-card-body div#datatable_info {
    color: #fff;
}

.table-card-body div#datatable_filter label {
    color: #fff;
}


/*Seed Report Table*/


.report-title {
    background: whitesmoke;
    padding: 12px;
    margin: 0 0 1.1rem;
    text-align: center;
}

    .report-title h5 {
        margin: 0;
        color: #10502b;
    }

.table-wrapp {
    width: 100%;
    overflow-x: scroll;
}

.report-cstm-table {
    margin-bottom: 15px !important;
}

    .report-cstm-table th, .report-cstm-table td {
        border: solid 1px #cacaca;
        text-align: center;
        font-size: 14px;
    }

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgb(15 80 43 / 30%);
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(15 79 42 / 60%);
}

.cstm-report-row ul.pagination {
    margin: 10px 0 0 !important;
}


/*Infrastructure Form*/

.radio-input {
    display: flex;
}

.mouza-group input {
    display: inline-block;
    width: calc(100% / 4 - 5px);
}

div#datepicker1 span {
    background: rgb(82 81 153);
    color: #fff;
    border: solid 1px rgb(83 82 153);
}

.godown-form table {
    width: 100%;
    border: solid 1px #f1f1f1;
    margin: 9px 0;
}

    .godown-form table tbody tr td:first-child {
        width: 215px;
    }

    .godown-form table tr th {
        padding: 0.8rem 0.9rem 0.2rem;
    }

    .godown-form table tr td {
        padding: 0rem 0.9rem 0.9rem;
    }

table.godowns-modal-table tbody tr:nth-child(odd) {
    background: #eff3f2;
}

table.godowns-modal-table tbody td h6 {
    margin-bottom: 0;
}

.view-btn-col {
    display: flex;
    justify-content: end;
    align-items: end;
}

    .view-btn-col button {
        margin-left: 6px;
    }

.thank-modal i.fa-check {
    font-size: 26px;
    color: #127948;
    margin-bottom: 0.6rem;
}

.thank-modal .modal-body p {
    font-size: 18px;
}
/*Dashboard*/

.card-body.bar-card-body {
    border-radius: 23px;
    box-shadow: 0px 0px 12px 6px rgb(170 179 224 / 11%);
}

.upc-expiry-table .card-title {
    border-bottom: dashed 1px #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 1.3rem !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upc-expiry-table h4 {
    color: #fff !important;
    margin: 0;
}

.upc-expiry-table .card-title p {
    margin: 0;
    color: #fff;
}

    .upc-expiry-table .card-title p span.red {
        width: 18px;
        height: 11px;
        background: red;
        display: inline-block;
        border: solid 1px #fff;
        margin-right: 5px;
    }

.upc-expiry-table table {
    border-radius: 10px;
    overflow: hidden;
}

.upc-expiry-table .dataTable thead tr th {
    background: #c8d3ff !important;
    color: unset !important;
}

.upc-expiry-table div.dataTables_length {
    color: #fff;
}

/*PROCUREMENT*/


.btn-form-group {
    margin-top: 0.7rem;
    text-align: center;
}

    .btn-form-group button {
        padding: 0.5rem 3rem;
    }

/*Datatable*/

.dataTable thead tr th {
    background: #84c937 !important;
    font-size: 13.2px;
    color: white !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px;
    padding: 11px 14px !important;
}

.dataTable tbody tr td {
    font-size: 13.2px;
    font-weight: 400;
   /* text-transform: capitalize;*/
    padding: 10px 14px !important;
}

.dataTable tbody tr:nth-child(odd) td {
    background: rgb(241 245 255);
}

.dataTable tbody tr td {
    vertical-align: middle;
}

table.dataTable .form-check .form-check-input {
    margin-left: 0;
}

.table-btn {
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 2px;
}

div#datatable_wrapper .form-control {
    max-height: 35px;
}
