body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

a:hover,
a {
    text-decoration: none;
}

#wrapper #content-wrapper {
    min-height: 100vh !important;
}


/* ===== Scrollbar CSS ===== */


/* Firefox */

* {
    scrollbar-width: thin;
    scrollbar-color: #ababab #ffffff;
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ababab;
    border-radius: 6px;
    border: 6px solid #c2c2c2;
}

.btn {
    font-size: 13px;
    border-radius: 2px;
    padding: 6px 10px;
}

.vertical-line {
    border-left: 1px solid white;
    height: 40px;
    margin-right: 10px;
    margin-left: 10px;
}

.navbar-nav.bg-gradient-primary {
    background-color: #105399;
}

.sidebar-brand-icon {
    margin-top: 20px;
}

.bg-gradient-primary.bg-dark-primary {
    background-color: #105399 !important;
}

.sidebar .sidebar-brand {
    padding-bottom: 30px;
}

.navbar__header {
    position: relative;
}

.navbar__header .collapse-icon {
    position: absolute;
    right: -10px;
    top: calc(50% - 15px);
    z-index: 1;
}

.navbar__header .collapse-icon>button {
    background-color: #2494d4 !important;
    margin-bottom: 0 !important;
    border: 1px solid #36b9cc !important;
}

.navbar__header .collapse-icon>button:after {
    content: '\f0c9' !important;
    color: #fff !important;
}

.sidebar .sidebar-brand {
    padding-left: 0 !important;
}

.navbar-nav.sidebar .navbar__header {
    margin-bottom: 20px;
}

.navbar__header .sidebar-brand .sidebar-brand-icon {
    max-width: 75px;
}

.navbar__header .sidebar-brand .sidebar-brand-icon>img {
    max-width: 100% !important;
    height: auto !important;
}

.department-text>.dpt-text i {
    font-size: 2rem;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.sidebar li:not(:last-child) a {
    border-bottom: 1px solid #5887b830;
}

.sidebar .collapse,
.sidebar .nav-item .collapsing {
    margin: 0 !important;
}

.sidebar .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.sidebar .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 10px 10px 10px 18px !important;
}

.sidebar .collapse .collapse-inner a:last-child {
    border-bottom: 0;
}

.admin__profile__view .nav-item .nav-link {
    max-width: 77px;
}

.admin__profile__view .nav-item .nav-link>img {
    border-radius: 0 !important;
}

.pmis-counter-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pmis-counter-card .card:not(:last-child) {
    margin-right: 10px;
}

.pmis-counter-card .card {
    flex: 1 1 auto;
}

.pmis-counter-card .card .card-body {
    padding-left: 25px;
    padding-right: 15px;
}

.full-view-header nav.aisde-top-navigation.subnavbar {
    background: #e5e5e5;
    background-color: #e4f1ff;
    border-bottom: 1px solid #dedede;
}

.full-view-header nav.aisde-top-navigation.subnavbar .nav-link {
    color: #0e4a7d;
    text-decoration: none;
    font-size: 14px;
    display: block;
    position: relative;
    border-bottom: 2px solid transparent;
}

.full-view-header nav.aisde-top-navigation.subnavbar .nav-link:hover {
    color: #FF9800;
    background-color: transparent;
}

.full-view-header nav.aisde-top-navigation.subnavbar li .nav-link.active,
.full-view-header nav.aisde-top-navigation.subnavbar li a.active {
    color: #FF9800;
    background-color: #fff;
    border-bottom-color: #FF9800;
    transition: all 0.7s;
}

nav.navbar.navbar-light.subnavbar ul li:hover a,
nav.navbar.navbar-light.subnavbar ul li:hover a.active,
nav.navbar.navbar-light.subnavbar ul li a.active {
    background: #fff;
    color: #FF9800;
}


/* **************************************
*****************************************
Login Page Css
*****************************************
************************************** */

.header-login {
    padding: 6px 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f6c23e;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.header-login .sidebar-brand {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 11;
}

.header-login .sidebar-brand {
    text-decoration: none;
}

.header-login .dept-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 800;
}

.header-login .gov-mp {
    display: block;
    font-weight: 200;
    font-size: 15px;
    margin-top: 4px;
}

.header-login .logo-brand {
    max-width: 80px;
    margin-right: 15px;
}

.full-page-wrapper.bg-banner-login {
    background-image: url('../images/banner-mpphed-new.jpg');
    background-size: 110%;
    background-position: top;
}

.full-page-wrapper.bg-banner-login .overlay-bg {
    background-color: #cdcdcd91;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 120px;
}

.page-body-wrapper {
    min-height: calc(100vh - 4.625rem);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.875rem;
    background: #f4f5fa;
}

.content-wrapper {
    padding: 0 1.812rem 1.812rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.auth .auth-form-light {
    background: #ffffff;
}

.bg-dark-primary {
    background-color: #0e4a7d !important;
}

.form-field-layout .form-control,
.form-control {
    height: 40px;
    font-size: 15px;
    border-radius: 3px;
    color: #000;
    padding: 6px;
}

.form-field-layout .form-control:focus,
.form-control:focus {
    box-shadow: none;
}

.grid-view-work-place .form-control {
    height: 35px;
    min-width: 60px;
}

.form-field-layout .form-label,
.form-field-layout label {
    color: #444;
}

.tbl-btn-tool {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.tbl-icon-bt>.btn {
    padding: 5px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: inherit;
}

.tbl-icon-bt>.btn>i {
    font-size: 15px;
}

.tbl-btn-tool .btn:not(:last-child) {
    margin-right: 5px;
}

.work-place-card .card-header,
.work-place-card .card-body,
.work-place-card .card-footer {
    padding: 10px;
}

.grid-view-work-place table tr th {
    font-size: 13px;
    font-weight: 500;
}

.grid-view-work-place table tr td {
    font-size: 13px;
    font-weight: 400;
    color: #444;
}

.verticle-align-tbl tr td {
    vertical-align: middle;
}

.toolbar-btn>.btn {
    font-weight: 500;
    font-size: 16px;
    border-radius: 2px;
}

.department-text {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

.department-text>.dpt-text {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

.auth-link {
    font-size: 15px;
}

.logo-title-header .login-form-logo {
    max-width: 80px;
}

.overlay-bg {
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .4;
}

.auth .auth-form-light .logo-tagline {
    color: #444;
}

.h-n80 {
    height: calc(100vh - 80px);
}

.dashboard__dpt__name .dept-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}

.dashboard__dpt__name .dept-title .gov-mp {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 400;
}

.user__login__info,
.user__login__info span,
.user__login__info b {
    font-size: 13px;
}

.brand-icon {
    max-width: 70px;
    margin-right: 10px;
}

.sidebartext-phed {
    display: block;
    font-size: 18px;
    margin-top: 16px;
    line-height: 22px;
}

.btn-toolbar>.btn:not(:first-child) {
    margin-left: 10px;
}

.table.table-bordered tr th {
    background-color: #196aaf;
    color: #fff;
    border-color: #5a8ebb;
}

.user__profile .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 215px;
    overflow: hidden;
}

.user__profile .dropdown-menu .dropdown-item {
    padding: 8px 10px;
}

.user__profile .dropdown-menu .dropdown-item:hover,
.user__profile .dropdown-menu .dropdown-item:focus {
    background-color: #196aaf;
    color: #fff;
}

.show-only-fullview {
    display: none;
}

.full-view-header .show-only-fullview {
    display: block;
}

.toggled .navbar__header .sidebartext-phed {
    font-size: 11px;
    line-height: normal;
    text-align: center;
}

.toggled .navbar__header .sidebar-brand {
    flex-direction: column !important;
}

.sidebar-light .nav-item .nav-link {
    border-left: 5px solid transparent;
}

.sidebar-light .nav-item.active .nav-link {
    color: #0e4a7d;
    background-color: #fff;
    border-left-color: #2494d4;
}

.sidebar-light .nav-item.active .nav-link i {
    color: #0e4a7d;
    background-color: transparent;
}

.aisde-top-navigation .navbar-nav {
    flex-direction: row;
}

.aisde-top-navigation .navbar-nav li:not(:last-child) {
    margin-right: 10px;
}

.aisde-top-navigation .navbar-nav li a {
    padding: 10px 15px !important;
}

.aisde-top-navigation .navbar-nav li a i {
    margin-right: 4px;
}


/* Filter Css */

.bg-sky {
    background-color: #0BD0D9;
}

.form-filter {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.filter-heading {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

.form-filter>.filter__field {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.form-filter>.filter__field {
    padding-right: 5px;
}

.form-filter>.filter__field {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.shadow-5 {
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #f1f1f4 !important;
}

.rounded-4 {
    border-radius: 4px;
}

.btn-toolbar-pmis .btn,
.btn-toolbar-pmis .btn:focus {
    border-radius: 2px;
    min-width: 95px;
    min-height: 40px;
    font-size: 15px;
    box-shadow: none;
}

.text-black {
    color: #000 !important;
}


/* Modal Css Start */

.modal-header {
    background-color: #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-header .modal-title {
    font-size: 17px;
    color: #151826;
    font-weight: 500;
}

.modal .form-field-layout .form-group {
    margin-bottom: 10px;
}

.modal .form-field-layout .form-group label {
    color: #020c16;
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}

.modal .form-field-layout .form-group .form-control {
    font-size: 13px;
}

.close.modal-close-bt {
    opacity: 1;
    padding: 0;
    width: 38px;
    height: 38px;
    background-color: #ff1600;
    border-radius: 4px;
    margin: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    color: #fff;
}

.multi-select select option {
    min-height: 25px;
    font-size: 13px;
}

.scroll-tbl {
    max-height: 350px;
    overflow: auto;
}

.form-field-layout .view-label {
    color: #053cdd;
    display: flex;
    flex-wrap: wrap;
    background-color: #f0f0f0;
    padding: 4px;
    border-radius: 2px;
    font-size: 13px;
    align-items: center;
    min-height: 35px;
}


/* bottom Header */

.in-mobile-view {
    display: none;
}

.navbar-logo {
    padding: 15px;
    color: #fff;
}

.navbar-mainbg {
    background-color: #36b9cc;
    padding: 0px;
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

#navbarSupportedContent ul {
    padding: 0px;
    margin: 0px;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}

#navbarSupportedContent ul li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

#navbarSupportedContent>ul>li.active>a {
    color: #0e4a7d;
    background-color: transparent;
    transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #36b9cc;
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}

.digital__phed__logo .sidebar-brand-text .digital__icon {
    font-size: 2rem;
    margin-right: 5px;
}

.digital__phed__logo .sidebar-brand-text {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
}


/* Chart Css */

.chart-view {
    height: 350px;
}

.bar-chart-view {
    height: 350px;
}

.bar-chart-view>canvas {
    max-width: 100% !important;
    width: 100% !important;
}

.chart-view>canvas {
    height: 100%;
    width: 350px !important;
    margin: 0 auto;
}

.toolbar-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.toolbar-btn>.card-title {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #444;
}

.btn-icon .btn i {
    margin-right: 5px;
}

.work-place-managemnt .work-place-card {
    margin-top: 15px;
}

.dpt-module {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin-top: 0px;
}

.multiselect-container {
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
}

.custom-select {
    font-size: 13px;
    border-radius: 2px;
    min-height: 35px;
    width: 100%;
    text-align: left !important;
}

.custom-select:focus {
    box-shadow: none;
}

.profile-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03) !important;
    padding: 10px 15px;
}

.profile-top-header .h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 21px;
}


/* ====================================================================== */

.form-layout .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #000;
}

.user-profile__picture {
    height: 275px;
    overflow: hidden;
    background-color: #f2f9f1;
    width: 275px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    border: 2px solid #cecece;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-pofile-card .bg-primary {
    background-color: #0e4a7d !important;
}

.pic-holder .pic {
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    border-radius: 100%;
    width: 100%;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #4e73dfe6;
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.pic-holder .upload-file-block {
    cursor: pointer;
    margin: 0;
}

.uploadProfileInput {
    width: 0px;
    height: 0px;
    position: absolute;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus~.upload-file-block {
    opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
    display: none;
}

.pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}


/* Dashboard Css Start Here */

.counter-dashboard-card .card-body {
    padding: 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.counter-dashboard-card .bg-grey-light {
    background-color: #f4f8fd;
    border: 1px solid #e5e5e5 !important;
    box-shadow: none !important;
}

.counter-card-view .card .card-header>.card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #196aaf;
}

.counter-card-view .card .card-header {
    background-color: #fff;
    padding: 10px;
    border-bottom-color: #196aaf26;
}

.count-label {
    font-size: 13px;
    font-weight: 400;
    color: #444;
}

.dash-count {
    font-weight: 800;
    font-size: 22px;
    color: #101010;
}

.counter-dashboard-card .bg-success-light {
    background-color: #daffae57 !important;
    border: 1px solid #a9f055 !important;
}

.counter-dashboard-card .bg-success-light .dash-count {
    color: #7ba944;
}

.counter-dashboard-card .bg-primary-light {
    background-color: #d7f3ff !important;
    border: 1px solid #95d0ff !important;
}

.counter-dashboard-card .bg-primary-light .dash-count {
    color: #1789e4;
}

.counter-dashboard-card .bg-danger-light {
    background-color: #ffeded !important;
    border: 1px solid #ffadad !important;
}

.counter-dashboard-card .bg-danger-light .dash-count {
    color: #F44336;
}

.counter-dashboard-card .bg-green-light {
    background-color: #19e5351a !important;
    border: 1px solid #19e53561 !important;
}

.counter-dashboard-card .bg-green-light .dash-count {
    color: #02bb1b;
}

.counter-dashboard-card .bg-orange-light {
    background-color: #fff3e1 !important;
    border: 1px solid #fbdb7b !important;
}

.counter-dashboard-card .bg-orange-light .dash-count {
    color: #FF9800;
}

.counter-heading {
    font-size: 16px;
    font-weight: 500;
    color: #0e4a7d;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.counter-card-view .card-body {
    padding: 10px;
}

.list-count {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.list-count li {
    position: relative;
    /* padding-left: 10px;
    padding-right: 10px; */
    background-color: #f4f8fd;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.list-three>li {
    width: 32.33%;
}

.list-four>li {
    width: 24.5%;
}

.list-count li:not(:last-child):after {
    content: '';
    border-right: 1px solid #dedede;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.tubewells-no {
    font-weight: 800;
    color: #010101;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 4px;
}

.tubewells-name {
    display: block;
    text-align: center;
    color: #2b2a2a;
    font-weight: 400;
}

.counter-card-view .card {
    border-color: #dedede !important;
}

#letterGraph,
#OrderGraph,
#CircularGraph {
    height: 350px;
}

.dms-graph-card .card-header {
    background-color: #fff;
    padding: 10px;
    border-bottom-color: #196aaf26;
}

.dms-graph-card.card {
    border-color: #dedede !important;
}

.dms-graph-card .card-header>.card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #196aaf;
}

.dataset-inline {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.data-set {
    list-style: none;
    padding: 0;
    margin: 0;
}

.data-set li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #444;
}

.data-set li:not(:last-child) {
    margin-bottom: 10px;
}

.legend-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #dedede;
    margin-right: 10px;
}

.primary-legend {
    background-color: #d7f3ff !important;
    border-color: #95d0ff !important;
}

.warning-legend {
    background-color: #fff3e1 !important;
    border-color: #fbdb7b !important;
}

.secondary-legend {
    background-color: #85879687 !important;
    border-color: #858796 !important;
}

.graph-pie>canvas {
    height: 350px !important;
    width: 350px !important;
}


/* Full-screen overlay */

#page-loader-page,
#page-loader-data {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Background color for the loader */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /* Make sure it stays above other content */
}


/* Loader spinner styling */

.loader-page {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
#wrapper #content-wrapper {
    background-color: #f8f9fc;
    width: 100%;
    overflow-x: hidden;
}
.site-visit-sub-header{
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
}
.site-visit-sub-header .page-title-header {
    font-weight: 700;
    color: #000;
    font-size: 20px;
}
.site-visit-sub-header .btn-toolbar>.btn>i{
    margin-right: 6px;
}
.site-visit-card .card-header>.card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #196aaf;
}
.card.site-visit-card .card-header .btn-toolbar .btn {
    min-height: inherit;
    font-size: 12px;
    display: inline-flex ;
    align-items: center;
}
.card.site-visit-card.shadow-5 {
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03) !important;
    border: 1px solid #f1f1f4 !important;
}
.card.site-visit-card .card-header {
    background-color: #fff;
    padding: 10px;
    border-bottom-color: #196aaf26;
}
.card.site-visit-card .card-header .btn-toolbar>.btn:not(:first-child) {
    margin-left: 10px;
}
.action-btn-tbl {
    display: flex ;
    align-items: center;
}
.grid-list-data .action-btn-tbl .btn{
    min-width: inherit;
    height: 28px;
    min-height: inherit;
    margin: 0 auto;
    width: 28px;
    display: flex ;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 100px;
}
.status-lbl.yes {
    color: #07c607;
}
.status-lbl.yes:before {
    background-color: #07c607;
}
.status-lbl.warning {
    color: #c6c307;
}
.status-lbl.warning:before {
    background-color: #c6c307;
}
.status-lbl.orange {
    color: #ffa500;
}
.status-lbl.orange:before {
    background-color: #ffa500;
}
.status-lbl.primary {
    color: #0066ff;
}
.status-lbl.primary:before {
    background-color: #0066ff;
}
.status-lbl:before {
    content: '';
    background-color: #ddd;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    border-radius: 100%;
}
.status-lbl {
    position: relative;
    display: inline-flex ;
    align-items: center;
    padding-left: 12px;
}
.subheader-with-btn {
    display: flex ;
    align-items: center;
    justify-content: space-between;
}
 
.visit-no-title>span {
    color: #0a80e4; 
    display: inline-block;
    /* padding: 3px 10px;
    border-radius: 4px; */
    margin-left: 5px;
}

.visit-no-title {
    font-size: 17px;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
    border: 1px solid #bcc4ff;
    padding: 10px;
    border-radius: 4px;
    background-color: #bee1ff4a;
}

.list-view-data, .sub-list-view-data{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-view-data {
    display: flex ; 
   flex-wrap: wrap;
   margin-left: -10px;
   margin-right: -10px;
}
 
.sidebar-data-view .list-view-data>li{
    width: 100%;
}
.sidebar-data-view .list-view-data>li>ul>li:not(:last-child){
  margin-bottom: 5px;
}
.list-view-data>li{
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
.list-view-data>li>span{
    display: block;
}
.sub-list-view-data>li>.label-field-dt{
    color: #0a0a0a;
}
.label-field.designation-label {
    font-weight: 600;
    color: #0e4a7d;
    font-size: 15px;
}
.label-field{ 
font-size: 14px;
color: #898989;
margin-bottom: 5px;
}
.site-view-details .label-field-dt {
    font-size: 13px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 6px 10px;
    border-radius: 4px;
    color: #0a0a0a;
    border: 1px solid #dedede;
}
.sidebar-data-view .list-view-data>li {
    padding: 0;
}
.sidebar-data-view, .site-view-details {
    background-color: #f0f0f085;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 100%;
}
.sidebar-data-view .list-view-data {
    padding: 10px;
    margin: 0;
}
.sidebar-title {
    font-size: 16px;
    font-weight: 600;
    color: #196aaf;
    border-bottom: 1px solid #badfff;
    padding: 10px;
    margin-bottom: 0;
    background-color: #2196f31a;
}
.card-data-view .title-label {
    font-size: 16px;
    font-weight: 600;
    color: #196aaf;
    border-bottom: 1px solid #badfff;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #2196f31a; 

}
.card-data-view .title-label>span{
    font-weight: 400;
    margin-left: 10px;
}
.card-data-view p{ 
    font-size: 14px;
    color:#444;
    margin-bottom: 10px;
}
.card-data-view p>span {
    background-color: #f0f0f0;
    margin-left: 10px;
    border-radius: 2px;
    padding: 4px 8px;
    font-weight: 500;
}
.image-block.image-frame>img {
    max-width: 100%;
    width: 100%;
    border: none;
    padding: 0;
}

.image-block.image-frame {
    max-width: 200px;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 6px;
}
.image-block.image-frame:hover{
    border-color: #0a80e4;
}
.card-data-body>.btn-toolbar>.btn>i {
    margin-right: 6px;
    font-size: 16px;
}

.card-data-body>.btn-toolbar>.btn {
    font-size: 12px;
    display: inline-flex ;
    align-items: center;
}
/* Animation for the loader */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



/****************************************************************************
*****************************************************************************
Mobile App Css Start Here
*****************************************************************************
*****************************************************************************/
 
.mobile-navigation {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #fff;
    z-index: 1020;
    box-shadow: 0 .25rem .75rem rgba(18, 38, 63, .08) !important;
     padding-top: 10px;
     padding-bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 7px solid #0e4a7d5c;
    border-bottom: 2px solid #d2ebff;
}
.generate-indent.mob-btn-toolbar, .mobile-module-title {
    display: none;
} 
@media(max-width:1399.98px) {
    .header-login {
        position: static;
        justify-content: space-around;
    }
    .full-page-wrapper .content-wrapper {
        padding-top: 50px;
    }
    .department-text {
        position: static;
    }
    .page-body-wrapper.full-page-wrapper {
        padding-top: 0;
    }
    .counter-dashboard-card .col {
        flex-basis: auto;
        max-width: 20%;
    }
}

@media(max-width:1024.98px) {
    .dataset-inline {
        flex-direction: column;
    }
}

@media(min-width: 992.98px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    .navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (max-width: 991.98px) {
   
    .mobile-navigation {
        display: block;
    }
    ul, .mobile-list-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobile-list-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex ;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mobile-list-menu li {
        width: 25%;
    }
    .mobile-list-menu li a {
        display: block;
    }
    .mobile-list-menu li a.active span {
        color: #4e73df;
        font-weight: 500;
    }
    .mobile-list-menu li a .menu-ic {
        font-size: 20px;
        width: 45px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex ;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .mobile-list-menu li a span {
        display: block;
        text-align: center;
        color: #444;
    }
    .mobile-list-menu li a .menu-lbl {
        font-size: 11px;
    }
    .mobile-list-menu li a.active span {
        color: #4e73df;
        font-weight: 500;
    }
    .mobile-module-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex ;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile-module-title>a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex ;
        width: 35px;
        height: 35px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid #e5e5e5;
        border-radius: 100px;
        font-size: 15px;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
        box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
        background-color: #fff;
        margin-right: 8px;
    }
    .mobile-indent-header {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        color: #fff;
    }
    .mobile-indent-header>span {
        display: block;
        font-size: 12px;
        font-weight: 400;
        margin-top: 3px;
    }
    .mobile-indent-header .dashboard__dpt__name, .mobile-profile-view, .mobile-hide, footer.sticky-footer.bg-white {
        display: none !important;
    }
     
    .page-title-header {
        font-size: 14px !important;
    }
    /* .generate-indent.mob-btn-toolbar {
        position: fixed;
        right: 10px;
        bottom: 10px;
        border: 2px solid #99addb;
        border-radius: 100px;
        padding: 1px;
        background-color: #ffffff;
        display: block;
        left: 10px;
    } */
    .generate-indent.mob-btn-toolbar{
        position: relative;
        border: 2px solid #99addb;
        border-radius: 100px;
        padding: 1px;
        background-color: #ffffff;
        display: block;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
     }

    .mob-btn-toolbar>.btn {
        padding: 8px 15px;
        font-size: 13px;
        border-radius: 100px;
        width: 100%;
    }
    .mob-btn-toolbar .btn i {
        margin-right: 5px;
    }
/* Table view css */
.mobile-view-grid .table thead {
    display: none; /* Hide table headers in mobile view */
  }

  /* .mobile-view-grid .table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0px; 
  } */
  .mobile-view-grid .table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 8px;
}
  /* .mobile-view-grid .table tbody td {
    display: block; 
    padding: 0;
    border: none;
    position: relative;
    padding-top: 25px;
    padding-bottom: 10px; 
    padding-left: 15px;
  } */

  .mobile-view-grid .table tbody td {
    display: block;
    padding: 6px;
    border: none;
    position: relative;
    /* padding-top: 25px; */
    /* padding-bottom: 10px; */
    /* padding-left: 15px; */
    display: flex ;
    align-items: center;
    justify-content: space-between;
}
.mobile-view-grid .table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #444;
    font-size: 12px; 
    left: 0;
    top: 5px; 
}
  /* .mobile-view-grid .table tbody td::before {
    content: attr(data-label);  
    font-weight: 600;
    color: #444;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 5px; 
    margin-left: 15px;
  }  */

/* Status Labels */
.status {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: white;
}

.status.approved {
  background: #28a745;
}

.status.pending {
  background: #ffc107;
}


    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }
     
    .in-desktop-view {
        display: none;
    }
    .in-mobile-view {
        display: block;
    }
    .counter-dashboard-card .col {
        flex-basis: auto;
        max-width: 25%;
    }
    .graph-pie>canvas {
        height: 200px !important;
        width: 200px !important;
    }

    .form-layoutform-field-layout .form-group label{
        display: block;
        font-size: 13px;
        margin-bottom: 2px;
    }
    .form-field-layout .form-control, .form-control {
        height: 35px;
        font-size: 13px; 
    }
    .visit-no-title {
        font-size: 14px; 
        text-align: center;
    }
    .form-field-layout .form-group, .form-layoutform-field-layout .form-group {
        margin-bottom: 10px;
    }
    .list-view-data>li {
        width: 100%; 
        margin-bottom: 5px;
    }
    .list-view-data>li .label-field {
        font-size: 13px; 
        margin-bottom: 3px;
    }
    .sidebar-data-view {
        margin-top: 20px;
    }
    .card-data-view {
        margin-top: 15px;
    }
}


/* Top Header */

@media (min-width: 768px) {
    .sidebar {
        width: 18rem !important;
    }
}

@media(max-width:767.98px) {
    .full-page-wrapper .content-wrapper {
        padding-top: 20px;
    }
    .header-login {
        flex-direction: column-reverse;
    }
    .counter-dashboard-card .col {
        flex-basis: auto;
        max-width: 50%;
    }
}

@media(max-width:576.98px) {
    .counter-dashboard-card .col {
        max-width: 100%;
    }
}


 