
/*General Css*/

h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
.btn-sf-green {
    background: #0ad3ef;
    color: #16256d;
    padding: 0.55rem 1.27rem;
    border-radius: 6px;
    display: inline-block;
    border: none;
    font-weight: 500;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.btn-sf-green:hover {
    background: #16256d;
    color: #fff;
}
.btn-sf-orange {
    background: #dd9b10;
    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 2rem;
}
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;
    padding: 0;
}
.form-check label {
    margin: 0;
    padding: 0 5px;
}
.form-group {
    margin: 0 0 1.2rem;
}
.btn.btn-sf-green:active {
    background: #158b52;
}
.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;
}
button.btn.btn-primary {
    background: #214e98;
}
button.btn.btn-primary:hover {
    background: #184082;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid 1px #dbdbdb !important;
}
.select2-container .select2-selection--multiple {
    border: solid 1px #dbdbdb !important;
}

/*Page Top Bar*/

.admin-avatar-btn {
    display: flex;
    align-items: center;
}
.admin-avatar-btn i.avatar {
    background: #214e98;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0ad3ef;
    font-size: 13px;
}
.noti-icon .badge {
    background: #bd8309!important;
}
.noti-icon i {
    color: #1f572f;
}


/*Login Header*/

.login-header {
    background: #ffffff;
    max-height: 90px;
    height: 100vh;
    position: relative;
    top: 0rem;
    z-index: 1;
    width: 100%;
    box-shadow: 0px -8px 19px 9px rgb(40 34 67 / 20%);
}
a.login-header-left {
    display: inline-flex;
    align-items: center;
}
.login-header-left img {
    height: 90px;
    filter: grayscale(1);
}
a.login-header-left h4 {
    margin: 0 0 0 0.6rem;
    font-size: 1.5rem;
    letter-spacing: -0.2px;
    line-height: 27px;
}
h4 span {
    display: block;
    font-size: 1.1rem;
}
.login-header-right {
    display: flex;
    align-items: center;
    justify-content: right;
}
.login-header-right h5 {
    margin: 0 0.5rem 0 0;
}
.login-header-right h5 span {
    display: block;
    font-size: 13px;
    line-height: 20px;
}
.login-header-right img {
    height: 90px;
}

/*Login Form Row*/

.login-left h2 {
    color: #ffffff;
    font-size: 2.7rem;
    display: inline-block;
    text-transform: uppercase;
    font-family: inherit;
    word-spacing: 7px;
}
.login-left h2 span {
    color: #0ad3ef;
}
.login-left h4 {
    color: #fff;
    font-size: 2.6rem;
    line-height: 45px;
}
.login-left h4 span {
    display: block;
    font-size: 1.7rem;
    font-weight: 400;
}
.login-row {
    align-items: center;
    justify-content: right;
    position: relative;
    z-index: 1;
    height: calc(100vh / 1 - 0px);
}
.login-row .card {
    background: transparent;
    box-shadow: none;
    border: none;
}
.login-row .card .card-body {
    width: 70%;
    background: white;
    margin: auto;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    max-height: 458px;
    height: 100vh;
}
.login-row .card:before {
    content: "";
    background: rgb(255 255 255 / 60%);
    height: 85%;
    position: absolute;
    width: 79%;
    padding: 6rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 1;
}
.row.login-row .card:after {
    content: "";
    background: rgb(255 255 255 / 15%);
    height: 70%;
    position: absolute;
    width: 88%;
    padding: 6rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: -1;
}
.login-type {
    padding: 0.8rem;
    margin: 1rem 0;
    background: #16256d;
}
.login-type button {
    border: solid 1px #cecece;
    background: transparent;
    padding: 0.4rem 0.7rem;
    border-radius: 6px;
    margin-right: 3px;
    box-shadow: 2px 1px 4px 0px rgb(7 67 16 / 11%);
    font-size: 14px;
    color: #fff;
}
.login-type button.active {
    background: #0ad3ef;
    border-color: #0ad3ef;
    color: #16256d;
}
.text-left.mt-2.login-heading h5 {
    margin-bottom: 0.3rem;
}
.login-heading h3 {
    color: #16256d!important;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}
.form-control {
    border: solid 1px #dbdbdb;
}
input.form-check-input {
    border: solid 1px #dbdbdb;
}
.login-row .form-check-input[type=checkbox] {
    margin-left: 0;
}

@media screen and (max-width: 992px){
.authentication-bg {
    height: 100%!important;
}
.login-row {
    padding: 0 5rem;
     height: auto;
}
.login-left h2 {
    font-size: 2.2rem;
    padding-bottom: 2rem;
}
}
@media screen and (max-width: 767px){
.login-row {
    padding: 0 0rem;
}
.login-left h2 {
    font-size: 1.7rem;
    padding-bottom: 0.8rem;
}
.login-row img {
    width: 140px;
}
.login-row .card .card-body {
    width: 93%;
    max-height: unset;
    height: auto;
}
.row.login-row .card:after {
    display: none;
}
.login-row .card:before {
    width: 100%;
}
.login-heading h5 {
    display: none;
}
.login-heading {
    margin: 0 !important;
}
.login-type button {
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    margin-right: 2px;
}
form.admin-form .mb-3 {
    margin-bottom: 0.8rem !important;
}
.login-type {
    margin: 0.8rem 0 -0.3rem;
}
.login-heading h3 {
    font-size: 1.5rem;
}
}



/*Verticle 	Menu*/

.vertical-menu {
    background: linear-gradient(180deg, #2d6dc1 0%, rgb(8 20 79 / 99%) 100%);
}
.navbar-brand-box {
    background-color: #2862b3;
    border-bottom: solid 1px rgb(255 255 255 / 25%);
    padding: 0 0.5rem;
    height: 70px;
}
h5.logo-txt {
    font-size: 1.7rem;
    color: #fff;
    letter-spacing: 1.3px;
    margin-left: 8px;
    padding: 0.6rem 0;
}
#sidebar-menu ul li a {
    color: #f2f2f2;
}
.mm-active .active {
    color: #158b52!important;
}
.mm-active>a{
    color: #132c6d !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;
}

.vertical-menu .vertical-menu-btn i {
    color: #0ad3ef;
}
.mm-active>a>i {
    color: #132c6d !important;
}
.metismenu li:hover a {
    background: rgb(10 211 239 / 22%);
}
.metismenu li.mm-active:hover a {
    background: #fff;
}
.metismenu li.mm-active:hover a i{
    color:#132c6d !important;
}
.mm-active {
    color: #ffffff!important;
}
.mm-active .active {
    color: #132c6d !important;
    background-color: #ffffff !important;
}
.metismenu li .active i,
.metismenu li:hover .active i{
    color: #132c6d !important;
}

ul.sub-menu .mm-active a.active {
    background: transparent !important;
    color: #0ad3ef !important;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #0ad3ef!important;
}
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: #2559a6!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: #2559a7;
}


/*Footer*/

a.designed-link {
    color: #b17c0e;
}



/*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%);
}
.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;
}











.dataTable thead tr th {
    background: #8e97c3!important;
    font-size: 13.2px;
    color: white!important;
    font-weight: 400!important;
    letter-spacing: 0.2px;
    padding: 11px 28px 11px 14px!important;
}
.dataTable tbody tr td {
    font-size: 13.2px;
    font-weight: 400;
/*    text-transform: capitalize;*/
    padding: 10px 14px!important;
}
.dataTable tbody tr th {
    text-transform: capitalize;
}
.dataTable tbody tr:nth-child(odd) td {
    background: rgb(151 162 188 / 14%);
}
.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;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    top: 55%;
    left: -9px;
    height: 13px;
    width: 13px;
    box-shadow: 0px 0px 4px rgb(68 68 68 / 31%);
    line-height: 14px;
    font-size: 13px;
}
.dt-buttons {
    display: inline-flex;
    width: 150px;
}
.dt-buttons button:first-child {
    display: none;
}
.dt-buttons button {
    background: #eef0f4;
    border: solid 1px rgb(255 255 255);
    color: #6a6a6a;
}
.dt-buttons button:hover {
    background: #0ad3ef;
}
.inc-dtls-table .buttons-pdf {
    display: none;
}










.card.blue-card {
    background: #16256e;
    padding: 1rem;
    border-radius: 20px;
}
.dash-card {
    text-align: center;
}
.card-icon-box {
    background: #0ad3ef;
    width: 68px;
    height: 68px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    box-shadow: 0px 7px 14px 1px rgb(45 78 165 / 19%);
    border: solid 1px #0ad3ef;
    top: 0px;
    position: relative;
    transition: 0.5s ease;
}
.card-icon-box img {
    height: 44px;
}

.card.blue-card:hover .card-icon-box {
    top: -12px;
}
.dash-card h4 {
    margin: 0.8rem 0 0.2rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}
.dash-card h4 span{
    font-size: 1.4rem;
}
.dash-card .text-muted {
    color: #aab6e7!important;
    font-weight: 500;
    font-size: 16px;
}
.select2-container .select2-selection--single {
    border: 1px solid #dbdbdb;
}
.clr-white{
    color: white;
}
h3.text-primary {
    color: #0ad3ef!important;
}



/* satyabrata swain */

#sidebar-menu {
    padding: 10px 0 30px 0;
}

/*incident-report*/

.delete-btn {
    position: absolute;
    right: -1px;
    width: auto;
    top: 57%;
    transform: translateY(-50%);
    padding: 4px;
    background: #f46a6a;
}
#photo{
    width:89%;
}


.static-hero {
    height: 700px!important;
}