
/*General Css*/

body{
    background:#f8f9fb;
}
/* .card {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
} */

.page-content {
    padding: calc(40px + 1.25rem) calc(1.25rem / 2) 60px calc(1.25rem / 2);
}
.main-content {
    min-height: 100vh;
    /* background: #d7cdf4; */
}

.select2-container {
    z-index: 99999;
    width: 100% !important;
}

.page-title-box {
    margin: 8px 0;
    padding: .5rem;
/*    background: #3ac3bd;*/
    /* background: #eeeef8; */
    border-radius: 20px;
}

.pageInnerBg {
    background: #d5e7e6;
    border: none;
}

h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}

.btn {
    --bs-btn-border-radius: 2rem;
}
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;
}
.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;
}
.no-radius {
    border-radius: 0;
}


/*Page Top Bar*/

.admin-avatar-btn {
    display: flex;
    align-items: center;
}
.admin-avatar-btn i.avatar {
    background: #009690;
    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*/

.authentication-bg {
    /* background-image: url("/assets/images/bmslbg.jpg"); */
    /* background-image: url("/assets/images/bmsFile1.jpg"); */
    background-image: url("/assets/images/bmsFile2.png");
    /* background-image: url("/assets/images/bmsFile.jpg"); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-header {
    max-height: 90px;
    height: 100vh;
    position: fixed;
    z-index: 1;
    /*background: rgb(187 202 232 / 86%);*/
    top: 25px;
}

.login-fluid, .login-row {
    height: 100vh;
}

.login-col-left {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(136deg, #13419e 19%, #9b8541 129%); */
}
.login-col-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.login-header-left {
    display: inline-flex;
    align-items: center;
}

.login-header-left img {
    height: 90px;
}

a.login-header-left h4 {
    margin: 0.5rem 0 0 0.6rem;
    font-size: 1.5rem;
    letter-spacing: 0.4px;
    line-height: 27px;
    color: #2b2e3b;
    font-weight: 500;
}

    a.login-header-left h4 span {
        display: block;
        font-size: 1.1rem;
    }

.login-left img {
    width: 600px;
    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: 55%;
    background: rgb(255 255 255 / 75%);
    padding: 2rem 2rem;
    box-shadow: 0px 0px 24px -2px rgb(49 87 186 / 11%);
    border-radius: 10px;
}*/
.login-form-wrapper {
    width: 55%;
    background: rgb(255 255 255 / 11%);
    padding: 4rem 2rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(20px);
}
/*    a.forgot-pwd {
        color: #009690;
    }*/

    .login-form-wrapper label {
        color: #fff !important;
    }

    .login-form-wrapper .form-control {
        background: none !important;
        border-radius: 0 !important;
        border: none !important;
        border-bottom: solid 2px #cd9d5c7a !important;
    }

        .login-form-wrapper .form-control::placeholder {
            color: #fff;
        }

        .login-form-wrapper .form-control:focus {
            color: #ffffff !important;
        }

a.forgot-pwd {
    color: #fff !important;
}

.cst-btnlg {
    background: #009690;
    border: #009690 1px solid;
    color: #fff;
    box-shadow: 7px 4px 30px rgb(0 0 0 / 22%);
}

.register-btn {
    color: #009690;
}
#loginButton {
    /*width: 100%;*/
    background: #009690;
    color: #fff;
}
    #loginButton:hover {
        background: #04827d;
    }
.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: center;
    margin-bottom: 2rem;
}

    .login-left h4 span {
        display: block;
        font-size: 2rem;
        color: #fff;
    }

.login-type {
    padding: 0.8rem;
    border-bottom: solid 1px #e4e4e4;
    margin: 1rem 0;
    background: #f0f0f0;
}
    /* .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: #dd9b10;
            color: #fff;
        }

.text-left.mt-2.login-heading h5 {
    margin-bottom: 0.3rem;
    font-size: 1.7rem;
    color: #009690;
    font-weight: 600;
}

.login-heading h3 {
    color: #394364 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 23px;
}

.select2-container .select2-selection--multiple, .form-control {
    background: #f6f8ff;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: solid 1px #00969070 !important;
}

    .form-control:focus {
        color: #009690 !important;
        background-color: transparent !important;
        border-color: none !important;
        outline: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        border-bottom: solid 1px #009690 !important;
    }


/* input.form-control:focus + label.form-label {
    color: #009690; 
} */

input.form-check-input {
    border: solid 1px #dbdbdb;
}

.login-form-wrapper .form-check-input[type=checkbox] {
    top: -1.5px;
    position: relative;
}
.pwd-eye {
    float: right;
    margin-top: -27px;
    margin-right: 8px;
    color: #009690;
}


/*Page Topbar*/

header#page-topbar, footer.footer {
    box-shadow: none;
    background: #e9f5fa;
}


/*Verticle 	Menu*/

.vertical-menu {
    background: linear-gradient(136deg, #13419e 19%, #9b8541 129%);
    background: #6f6af8;
/*    height: 99vh;*/
    margin: auto;
/*    border-radius: 13px;*/
    background: #009690;
}
.navbar-header{
    height: 60px;
}
.navbar-brand-box {
    background-color: #06736f;
    padding: 1.3rem 0.4rem 1.3rem 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: 9px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    border-radius: 100px;
    border: solid 1px #009690;
}
.vertical-menu .vertical-menu-btn .fa-bars {
    color: #009690;
}
.vertical-menu .vertical-menu-btn:hover {
    background: #6f6af8;
}
.vertical-menu .vertical-menu-btn:hover .fa-bars{
    color: #fff;
}
.breadcrumb-item > a {
    color: #009690;
}

.page-title-box h4 {
    font-weight: 600;
    font-size: 18px !important;
/*    color: #fff;*/
}
body[data-sidebar-size=sm] .navbar-brand-box {
    width: 70px!important;
    padding: 0 0.7rem;
    background: #13419e;
}
#sidebar-menu ul li a {
    color: #ffffff;
    padding-left: 2.4rem;
    border-radius: 100px;
    border: solid 1px #009690;
}
#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: #009690 !important;
}
#sidebar-menu ul li a:hover {
    color: #ffffff;
}
.metismenu li:hover a i {
    color: #fff;
}
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: #009690!important;
}
/*.metismenu li:hover a {
    background-color: #1c847b !important;
}*/
.metismenu li.mm-active:hover a {
    background: #fff;
}
.mm-active {
    color: #ffffff!important;
}
.mm-active .active {
    color: #ffffff !important;
    background-color: #009690 !important;
}
/*.metismenu li .active i, .metismenu li:hover .active i {
    color: #ffffff !important;
}*/

ul.sub-menu .mm-active a.active {
    background: transparent !important;
    color: #63fff8 !important;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #63fff8 !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: #306469;
    /* background: transparent; */
}


/*Footer*/

a.designed-link {
    color: #009690;
}
.footer {
    padding: 9px calc(1.25rem / 2);
    height: 40px;
}



/*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 h4{
    color: #fff;
}
.dash-card-body p {
    font-size: 15px;
    letter-spacing: -0.1px;
    font-weight: 400;
    color: #ffffff !important;
}
.dash-card-body img {
    width: 51px;
    margin-bottom: 0.7rem;
}
.faded {
    position: absolute;
    right: 0px;
    width: 100px !important;
    opacity: 0.03;
    top: 0;
}


/*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(21 139 82 / 78%);
    color: #fff;
    border: solid 1px rgb(21 139 82 / 76%);
}
table>thead>tr>th{
    background: #009690 !important;
    color: #fff !important;
}

/* table>tbody>tr:nth-child(odd)>td{
 background: #00ff84 !important;
} */

/* .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;
}

.modal-header {
    background: #009690;
}
.modal-header i,
.modal-header h5{
 color: #ffffff!important;
}
.modal-header h5{
    color: #fff;
}
.modal-header button{
    color: #fff;
}
/* Meeting Scheduled */


.meetCardCont{
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.meetCards {
    min-width: 350px;
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #e1e1e1;
    margin-bottom: 10px;
    /* padding-right: 20px; */
}
.meetCardsDraft{
    width: 90%;
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #e1e1e1;
    margin-bottom: 10px;
}

.mcHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mcContent {
    display: inline-flex;
}

.mcContent .mcDtTm {
    width: 80px;
    border-right: 1px solid #d9d9d9;
    display: inline-flex;
    flex-direction: column;
    place-content: center;
    align-items: center;
}
.mcContent .mcDtTm p{
    margin: 0;
    text-align: center;
    font-size: 12px;
}
.mcMonthnDate {
    height: 70px;
    width: 70px;
    background: #009690;
    /* padding: 23px; */
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}

.mcMonthnDate .month {
    /* background: #f00; */
    width: 100%;
    text-align: center;
    padding: 5px 0;
    color: #fff;
}
.mcMonthnDate .date {
    background: rgb(157, 0, 255);
    width: 100%;
    text-align: center;
    padding: 1px 0;
    font-size: 25px!important;
    color: #fff;
    font-weight: 600;
}

.mcDetails {
    padding: 10px;
}

.mcDetails h5{
    color: #2f60c1;
}

.mcDetails .mcLocation {
    color: #aaaaaa;
    display: flex;
    min-width: 220px;
}
.mcDetails .mcLocation i{
    position: relative;
}
.mcDetails .mcLocation .lSpan{
    display: block;
    margin-left: 20px;
}

/* Meeting Scheduled ends */


/* Meeting Details */
.docCard{
    width: 100px;
    height: 100px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 2px 1px 10px darkgrey;
}
.docCard .doc_Text{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.doc_Imgs{
    width: 50px;
    height: auto !important;
}

/* Meeting Details Ends */




/*Data Table*/

.dataTable tr th{
    padding: 0.7rem 1rem;
    vertical-align: middle;
}
.dataTable tr td {
    padding: 0.6rem 1rem;
    vertical-align: middle;
}
a.action-link {
    border: solid 1px #009690;
    width: 29px;
    height: 27px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 13px;
}
.dataTable tbody tr:nth-child(odd) td{
    background:rgb(241 245 255);
}
.cstm-btn {
    padding: 0.35rem 1rem;
}

/*Modal Page*/

.modal-page-content {
    background: #d4e4ee;
    height: calc(100vh / 1 - 44px);
    display: flex;
    align-items: center;
}