
/*General Css*/

body {
    background: #f7f7ff;
}
.card {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}
.page-title-box {
    padding: 1rem;
    background: #eeeef8;
    margin-bottom: 0.7rem;
}

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;
}
.blood_req{
    width: 50px;
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 2px;
}
.form-check {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    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 !important;
}

/*Page Top Bar*/

.admin-avatar-btn {
    display: flex;
    align-items: center;
}
.admin-avatar-btn i.avatar {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: solid 1px #555b6d;
    border-radius: 5px;
}
.noti-icon .badge {
    background: #bd8309!important;
}
.noti-icon i {
    color: #1f572f;
}


/*Login Header*/

.account-pages:before {
    content: "";
    background-image: url(../images/bg-left.png);
    width: 400px;
    height: 443px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: center;
    background-size: 400px;
    background-repeat: no-repeat;
}
.account-pages:after {
    content: "";
    background-image: url(../images/bg-right.png);
    width: 400px;
    height: 443px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: 400px;
    background-repeat: no-repeat;
}

.login-body {
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}
.login-body:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/map.png);
    background-size: contain;
    background-position: bottom;
    opacity: 0.15;
}
/* body.login-body:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25%;
    width: 67%;
    height: 130%;
    border-radius: 100%;
    border: solid 71px rgb(155 221 209);
    background: #72cebf;
    opacity: 1;
    box-shadow: 0px 0px 0px 53px rgb(155 221 209 / 41%);
    transform: translateY(-50%);
} */
.login-header {
    max-height: 65px;
    height: 100vh;
    position: relative;
    z-index: 1;
    top: 0;
    /* border-bottom: solid 1px rgb(114 206 191 / 30%); */
}
.login-fluid {
    height: calc(100vh / 1 - 65px);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.row.login-row {
    width: 100%;
    justify-content: center;
}
.login-col-left {
    display: flex;
    align-items: center;
    justify-content: right;
    position: relative;
    right: -1rem;
}
.login-left {
    padding: 0rem 2rem 0;
}
.login-col-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.login-header-left {
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    /* background: #ff4d49; */
    /* background-color: #ff4d49; */
}
.login-header-left img {
    height: 65px;
}
a.login-header-left h4 {
    margin: 0.5rem 0 0 0.6rem;
    font-size: 1.5rem;
    letter-spacing: 0.4px;
    line-height: 27px;
    font-weight: 500;
}
a.login-header-left h4 span {
    display: block;
    font-size: 1.1rem;
}
.login-left img {
    display: table;
    margin: auto;
    transform: scaleX(-1);
}
.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;
    color: #fff;
}
.login-header-right h5 span {
    display: block;
    font-size: 13px;
    line-height: 20px;
}
/*Login Form Row*/

.login-form-wrapper {
    width: 90%;
    padding: 2.2rem 2.5rem;
    border-radius: 35px;
    margin: auto;
    border: solid 9px rgb(130 128 128 / 28%);
    background: #fff;
}
.forgot-pwd {
    display: table;
    margin-left: auto;
}
.forgot-pwd a {
    color: #2b4843 !important;
}
.login-left h2 {
    color: #fbb31c;
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
}
.login-left h4 {
    color: #ffffff;
    font-size: 2rem;
    line-height: 36px;
    text-align: left;
    margin-bottom: 2rem;
    display: none;
}
.login-left h4 span {
    display: block;
    font-size: 2rem;
    color: #fff;
}
.login-type {
    padding: 0rem 0 0.8rem;
    border-bottom: solid 1px #e4e4e4;
    margin: 1rem 0;
}
.login-form-wrapper .form-control {
    height: 44px;
    border: solid 1px rgb(73 193 166 / 22%);
    box-shadow: 0px 9px 14px -7px rgb(114 206 191 / 14%);
    background: #fff;
}
.login-type button {
    border: solid 1px #586073;
    background: transparent;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    margin-right: 5px;
    color: #586073;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.7px;
}
.login-type button.active {
    background: #586073;
    color: #fff;
}
.login-heading h5 {
    margin-bottom: 0.1rem;
    font-size: 1.7rem;
    color: #dd3336;
}
.login-heading h3 {
    color: #2b4843 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.login-form-wrapper label {
    color: #2b4843;
}

.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;
}

.login-form-wrapper a.btn-sf-green {
    background: #cd232b;
    color: #fff;
    padding: 0.45rem 1.4rem;
    border-radius: 6px;
    border: solid 1px #fff;
    margin-top: 0.1rem;
    display: inline-block;
}
.btn-sf-green {
    background: #cd232b !important;
    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-header-right {
    display: none;
}
.row.login-row {
    flex-direction: column-reverse;
    margin: 2rem auto;
}
.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.4rem;
    line-height: 25px;
}
.login-col-left {
    display: none;
}
}



/*Page Topbar*/

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


/*Verticle 	Menu*/

.vertical-menu {
    margin: auto;
    background: #133877 !important ;
    /* background: linear-gradient(146deg, #009688 23%, #AED581 86%); */
}
.navbar-brand-box {
    background: #133877 !important ;
    padding: 0.9rem 0.4rem 0.9rem 0.4rem;
    border-bottom: solid 1px #ededf62b;
}
.navbar-brand-box a .logo-lg {
    display: flex;
    align-items: center;
    justify-content: 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: 9px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 10px;
    border: solid 1px #555b6d;
}
.vertical-menu .vertical-menu-btn .fa-bars {
    /* color: #4DB6AC; */
}
.vertical-menu .vertical-menu-btn:hover {
    background: #ff4d49;
}
.vertical-menu .vertical-menu-btn:hover .fa-bars{
    color: #fff;
}
.breadcrumb-item>a {
    color: #4DB6AC;
}
body[data-sidebar-size=sm] .navbar-brand-box {
    width: 70px!important;
    padding: 0 0.7rem;
    /* background: #4DB6AC; */
}
#sidebar-menu {
    padding: 22px 0 30px 0;
}
#sidebar-menu ul li a {
    color: #ffffff;
    padding-left: 2.4rem;
    border-radius:10px;

}
#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: #4DB6AC!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: #4DB6AC!important;
}
.mm-active>a {
    color: #ffffff !important;
}
#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: #ff4d49 !important;
}
.metismenu li.mm-active:hover a {
    background: #fff;
}
.metismenu li.mm-active:hover a i {
    color: #ffffff !important;
}
.metismenu li:hover ul.sub-menu li a {
    background: transparent !important;
}
.mm-active {
    color: #ffffff!important;
}
.mm-active .active {
    color: white !important;
    background-color: #ff4d49;
    border-color: #ff4d49;
    /* box-shadow: 0 1px 20px 1px #ea5455 !important; */
    /* border: solid 1px #ea5455 !important; */
}
.metismenu li .active i, .metismenu li:hover .active i {

    color: #ffffff !important;
}

ul.sub-menu .mm-active a.active {
    color: #f73131 !important;
    background: transparent !important;
    color: #ffff  !important;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #7e8392 !important;
}

#sidebar-menu ul li ul.sub-menu li a{
    color: #fff !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: #1f5f37; */
}

hr{
    color: #9b9be8;
}

li.mm-active a {
    background: #ff4d49;
}

@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*/

.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;
}
.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%);
}


/*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 h4 {
    color: #fff !important;
    border-bottom: dashed 1px #fff;
    margin-bottom: 1.5rem;
    padding-bottom: 1.3rem !important;
}
.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: #7082ca !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;
}

.metismenu li {
    padding: 5px 0px;
    display: block;
    width: 100%;
}
.form-select {
    border: 1px solid #d7f1eb !important;
}

/* Officer Dashboard Card */

.officer_card{
    box-shadow: 0 -3px 31px 0 rgb(0 123 255 / 30%), 0 6px 20px 0 rgb(234 218 218 / 35%);
    border-radius: 10px !important;
    overflow: hidden;
}
.side_icon_one {
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 10px;

    height: 54px;
    width: 54px;
    box-shadow: 5px 5px 10px 0px #0000000d;
}

.side_icon_one i{
    font-size: 30px;
    color: white;
}

.side_icon_one.one{
    background: linear-gradient(to right, #56ccf2, #2f80ed) !important;
}

.side_icon_one.two{
    background: linear-gradient(45deg, #00b09b, #96c93d) !important;
}

.side_icon_one.three{
    background: linear-gradient(45deg, #fc4a1a, #f7b733) !important;
}

.side_icon_one.four{
    background: linear-gradient(to right, #ff416c, #ff4b2b) !important;
}


.dashboard_icon{
    font-size: 24px;
    color: #9191d5;
}

.side_text {
    font-size: 16px;
    font-weight: 500;
    color: #6b6988;
}

.side_number {
    font-size: 26px;
    font-weight: 500;
    color: #1d212c;
}

.top_card_header{
    font-size: 18px;

    color: white;

    font-weight: 600;
    padding:5px 10px;
    clip-path: polygon(100% 0, 84% 50%, 100% 100%, 0 100%, 0% 0%, 6% 0);
}

.top_card_header.one{
    background: linear-gradient(to right, #ff416c, #ff4b2b) !important;
    width: 20%;
}

.top_card_header.two{
    background-color: #7460e7;
    width: 23%;
}


/* donor css */

.donor_check{
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    text-align: start !important;
}
