@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter24pt-SemiBold.eot");
  src: url("../fonts/inter/Inter24pt-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/inter/Inter24pt-SemiBold.woff2") format("woff2"),
    url("../fonts/inter/Inter24pt-SemiBold.woff") format("woff"),
    url("../fonts/inter/Inter24pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter24pt-Regular.eot");
  src: url("../fonts/inter/Inter24pt-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/inter/Inter24pt-Regular.woff2") format("woff2"),
    url("../fonts/inter/Inter24pt-Regular.woff") format("woff"),
    url("../fonts/inter/Inter24pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter24pt-Medium.eot");
  src: url("../fonts/inter/Inter24pt-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/inter/Inter24pt-Medium.woff2") format("woff2"),
    url("../fonts/inter/Inter24pt-Medium.woff") format("woff"),
    url("../fonts/inter/Inter24pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter28pt-Bold.eot");
  src: url("../fonts/inter/Inter28pt-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/inter/Inter28pt-Bold.woff2") format("woff2"),
    url("../fonts/inter/Inter28pt-Bold.woff") format("woff"),
    url("../fonts/inter/Inter28pt-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Kruti-Dev";
  src: url("../fonts/inter/KrutiDev010Regular.ttf") format("truetype");
}

.hindi-font {
  font-family: "Kruti-Dev" !important;
}

body {
  margin: 0;
  /* font-family: "Roboto"; */
  font-family: "Inter";
  font-weight: 400;
  color: #212529;
}

.text-black {
  color: #000 !important;
}

a:hover,
a {
  text-decoration: none !important;
}

.page-name {
  font-weight: 600;
  font-size: 17px;
  margin: 0;
  color: #000;
}

.page-title-sec {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-title-sec > .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar-light .nav-item .nav-link i {
  width: 20px;
  text-align: center;
}

#wrapper #content-wrapper {
  min-height: 100vh;
}

#wrapper #content-wrapper footer.sticky-footer.bg-white {
  padding: 15px 0px !important;
  background-color: #fdfdfd !important;
  margin-bottom: auto;
  border-top: 2px solid #e0f1ff;
}

footer.sticky-footer.bg-white span {
  color: #101010 !important;
  font-size: 14px;
  font-weight: 500;
}

.filter-accordian-content .inventory-form-layout.user2,
.filter-accordian-content .inventory-form-layout {
  padding: 10px;
}

/* Navbar css start here */

.admin_side_nav.sidebar .nav-item .collapse,
.admin_side_nav.sidebar .nav-item .collapsing {
  margin-left: 0;
  margin-right: 0;
}

.admin_side_nav.sidebar .nav-item .collapse .collapse-item,
.admin_side_nav.sidebar .nav-item .collapsing .collapse-item {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  padding: 0.85rem 1rem;
}

.admin_side_nav.sidebar .nav-item .collapse .collapse-item:not(:last-child),
.admin_side_nav.sidebar .nav-item .collapsing .collapse-item:not(:last-child) {
  border-bottom: 1px solid #dedede7d;
}

.admin_side_nav.sidebar
  .nav-item
  .collapse
  .collapse-inner
  .collapse-item:hover,
.admin_side_nav.sidebar
  .nav-item
  .collapsing
  .collapse-inner
  .collapse-item:hover {
  background-color: #f0f1f2;
  color: #4e73df;
}

/* ===== 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.btn-light-primary {
  color: #3699ff;
  background-color: #e1f0ff;
  border-color: transparent;
}

.btn.btn-light-info:hover {
  color: #ffffff;
  background-color: #3699ff;
  border-color: transparent;
}

.page-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.topbar.static-top.mb-4 {
  margin-bottom: 0 !important;
}

.btn {
  border-radius: 3px;
}

.sub-header-btn .btn {
  padding: 6px 12px;
  font-size: 13px;
}

.sub-header-btn .btn > i {
  margin-right: 4px;
}

.inventory-toolbar > .btn.btn-sm {
  min-height: 30px;
}

.inventory-toolbar > .btn > i {
  margin-right: 3px;
}

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #282b2db0;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-loader .txt {
  color: #ffc737;
  text-align: center;
  top: 50%;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-group.form-control .multiple-select-checkbox .multiselect.dropdown-toggle {
  box-shadow: none;
  padding: 0;
  color: #444;
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  text-wrap: wrap;
}

.multiple-select-checkbox .multiselect.dropdown-toggle {
  text-wrap: wrap;
  text-align: left;
  padding: 0;
  box-shadow: none;
}

.btn-group.form-control {
  text-wrap: wrap;
  height: auto !important;
}

.multiple-select-checkbox .multiselect-container > li > a > label {
  font-size: 12px;
  padding: 0 0 0 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  color: #444;
  font-weight: 400;
}

.multiple-select-checkbox .multiselect-container > li:not(:last-child) {
  margin-bottom: 10px;
}

.multiple-select-checkbox .dropdown-menu.show {
  display: block;
  padding: 10px;
  border-radius: 2px;
}

.multiple-select-checkbox .multiselect-all {
  text-decoration: none;
}

.multiple-select-checkbox .btn-group .dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 9px;
}

.multiple-select-checkbox .multiselect-all > label {
  color: #3f51b5 !important;
}

.multiple-select-checkbox
  .multiselect-container
  > li
  > a
  > label
  > input[type="checkbox"] {
  margin-bottom: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}

.multiple-select-checkbox .multiselect-container .input-group {
  margin: 0;
}

.multiple-select-checkbox .multiselect-item.filter .input-group-btn {
  display: none;
}

.w100 {
  width: 100% !important;
  max-height: 400px;
  overflow: auto;
}

.btn-group ul {
  width: 100% !important;
  max-height: 400px;
  overflow: auto;
}

.multiselect-group {
  color: #000;
  background: #e5e5e594;
}

.hidden {
  display: none;
}

.scroll-table {
  max-height: 650px;
  overflow-y: auto;
}

/* .scroll-table:hover {
    overflow-y: auto;
} */

/* .scroll-table table thead tr th,
.scroll-table table thead {
    position: sticky;
    top: 0;
} */

.scroll-table table thead {
  position: sticky;
  top: 0;
}

th.dt-orderable-none {
  text-align: center !important;
}

.infotd {
  background-color: #dbeff969 !important;
  font-weight: 700;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: center !important;
}

/* Login Page Css Start here */

.authentication-wrapper.authentication-3 {
  align-items: stretch;
  justify-content: stretch;
}

.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}

.authentication-wrapper.authentication-3 .authentication-inner {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: stretch;
}

.authentication-wrapper .authentication-inner {
  width: 100%;
}

.ui-bg-overlay-container {
  position: relative;
}

.ui-bg-overlay-container .ui-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0.6 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.ui-bg-cover {
  background-color: rgba(0, 0, 0, 0);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}

.authentication-inner form .form-group .form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 12px;
  color: #444;
  display: block;
}

.icon-field {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding-left: 28px;
  position: relative;
}

.icon-input {
  font-size: 15px;
  position: absolute;
  left: 0;
  border-right: 1px solid #e0e0e0;
  width: 25px;
}

.icon-field input {
  padding-left: 5px !important;
}

.icon-field select {
  padding-left: 0;
}

.authentication-inner form .form-group .form-control {
  border-bottom-width: 0px;
  border-radius: 0 !important;
}

.authentication-wrapper .form-control {
  display: block;
  width: 100%;
  height: 2.1875rem;
  padding: 0.5rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.33;
  color: #212529;
  background-color: transparent;
  background-clip: padding-box;
  border: 0 solid rgba(24, 28, 33, 0.1);
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0;
}

.authentication-wrapper .form-control:focus,
.authentication-wrapper .custom-select:focus {
  border-bottom-color: #3f51b5;
  box-shadow: none;
}

.authentication-inner .logo-title-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.authentication-inner .logo-title-header .login-form-logo {
  max-width: 80px;
  margin-right: 15px;
}

.auth-login-banner .display-2 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-top: 25px;
  margin-bottom: 0;
}

.btn {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.07),
    0px 4px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 10px 0px rgba(0, 0, 0, 0.03);
}

.authentication-inner .header-login .sidebar-brand {
  text-decoration: none;
}

.authentication-inner .header-login {
  padding: 6px 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #11111187;
}

.bg-dark-b {
  background-color: #212121 !important;
}

.authentication-inner .department-text > .dpt-text {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
}

.authentication-inner .department-text > .dpt-text i {
  font-size: 2rem;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.authentication-inner .header-login .sidebar-brand {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 11;
}

.authentication-inner .header-login .logo-brand {
  max-width: 80px;
  margin-right: 15px;
}

.authentication-inner .header-login .dept-title {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.authentication-inner .header-login .gov-mp {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-top: 3px;
}

.inventory-bt {
  min-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 2px;
}

.btn-ocean {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff;
}

.btn-ocean:hover {
  color: #fff;
  background-color: #048799;
  border-color: #048799;
}

.text-link {
  font-size: 13px;
}

.captcha__textfield {
  display: flex;
  justify-content: space-between;
}

.captcha-img > img {
  max-width: 100%;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.captcha-img {
  max-width: 225px;
  display: block;
  background-color: #edebeb;
  border: 1px solid #dededebd;
  height: 41px;
  overflow: hidden;
  user-select: none;
}

.captcha__textfield .icon-input:hover i {
  color: #004b9c;
}

.captcha__textfield .icon-input {
  cursor: pointer;
}

.user__profile .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 215px;
  overflow: hidden;
}

.user__profile .dropdown-menu .dropdown-item {
  padding: 8px 10px;
  cursor: pointer;
}

.user__profile .dropdown-menu .dropdown-item:hover,
.user__profile .dropdown-menu .dropdown-item:focus {
  background-color: #196aaf;
  color: #fff;
}

.dept__name .sidebar-brand-icon {
  margin-right: 10px;
  max-width: 50px;
}

.dept__name .sidebar-brand-text {
  font-weight: 600;
  font-size: 13px;
  color: #cc3b49;
}

.dept__name .sidebar-brand-text > span {
  font-size: 10px;
  font-weight: 500;
  margin-top: 3px;
  color: #977a3d;
}

.inventory-nav-title .nav-title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #ffff;
}

.inventory-nav-title .nav-title > span {
  display: block;
  font-weight: 500;
  font-size: 13px;
}

.inventory-card {
  border-radius: 2px;
  margin-bottom: 15px;
}

.shadow-5 {
  /* box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03) !important; */
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, 0.08) !important;
  box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, 0.08) !important;
  border: 1px solid #f1f1f4 !important;
}

footer.sticky-footer.bg-white {
  padding: 10px 0px !important;
  background-color: #272a33 !important;
}

footer.sticky-footer.bg-white span {
  color: #fff;
}

.inventory-card .card-header .card-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.sub-header {
  -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);
  min-height: 49.2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-header-btn .btn {
  font-weight: 500;
}

/* .inventory-form-layout .form-group {} */

.inventory-form-layout .form-group label {
  font-weight: 500;
  font-size: 13px;
}

.inventory-form-layout .form-group .form-control,
.form-control {
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.inventory-form-layout .form-group .form-control:focus,
.form-control:focus {
  box-shadow: none;
  border-color: #0e4a7d;
}

.image-preview > img {
  max-width: 100%;
}

.inventory-toolbar > .btn {
  border-radius: 2px;
  min-width: 100px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.inventory-toolbar > .btn:not(:first-child) {
  margin-left: 6px;
}

.card-btn-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #dbeff98c;
  border-radius: 0 !important;
}

.card-btn-header .btn-toolbar > .btn:not(:first-child) {
  margin-left: 6px;
}

.btn-toolbar > .btn:not(:last-child) {
  margin-right: 10px;
}
.btn-toolbar > .btn {
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  max-width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card-btn-header .btn-toolbar > .btn {
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px;
}

.card-btn-header .btn-toolbar > .btn > i {
  margin-right: 3px;
}

.inventory-card.border {
  border: 1px solid #e3e6f0 !important;
}

.inventory-grid-tbl .table thead tr th,
.inventory-grid-tbl .table thead tr th tr th {
  border: 1px solid !important;
  border-color: #e3e6f0 !important;
  background-color: #0e4a7d;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
  padding: 8px !important;
}

.inventory-grid-tbl div.dt-length select {
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}

th.dt-orderable-none.dt-type-numeric {
  text-align: center !important;
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #74b0cf;
  color: #000 !important;
  font-weight: 600;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #dddddd !important;
  border-color: #ddd;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.group.table-info td {
  text-align: left !important;
}

.inventory-grid-tbl .table tbody tr td {
  color: #444;
  vertical-align: middle;
  text-align: center;
}

.pagination-table .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: end;
  margin: 0;
}

.pagination-table .pagination li a {
  display: block;
  padding: 5px 10px;
  color: #007bff;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.pagination-table .pagination li a:hover {
  background-color: #e9ecef;
  color: #004b9c;
}

.pagination-table .pagination li.active a {
  color: #ffffff;
  background-color: #004b9c;
  border-color: #004b9c;
}

.pagination-table .pagination li.disabled a {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-table .pagination li:not(:last-child) {
  margin-right: 4px;
}

.sidebar-light .toggle-bt #sidebarToggle::after {
  color: #ffffff;
}

/* Switch checkbox */

.bg-sky-dark {
  background-color: #0e4a7d;
}

.filter-accordian {
  position: relative;
}

.filter-accordian .accordian-btn {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  display: block;
  cursor: pointer;
}

.filter-accordian-content {
  margin-top: 8px;
  border-top: 1px solid rgb(240 240 240 / 25%);
  padding-top: 5px;
}

.filter-accordian .accordian-btn > i {
  margin-right: 6px;
}

.dark-accordian.filter-accordian
  .accordian-btn[data-bs-toggle="collapse"]::after,
.dark-accordian.filter-accordian
  .accordian-btn[data-bs-toggle="collapse"].collapsed::after {
  color: #fff !important;
  position: absolute;
  right: 0;
  font-size: 18px;
  top: -3px;
}

.dark-accordian-title .filter-accordian-content {
  border-top: 1px solid rgb(11 1 79 / 23%);
}

/* Toggle Switch Button */

/*------------ CHECKBOX -------------*/

.switch-checkbox-bt {
  display: flex;
  flex-wrap: wrap;
}

.toggle-switch {
  position: relative;
  margin-top: 4px;
}

.switch-checkbox-bt > .toggle-switch {
  flex: 0 0 25%;
  max-width: 25%;
}

.toggle-switch label {
  padding: 0;
  margin-bottom: 0;
}

.switch-cls {
  display: none;
}

.toggle-switch label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 0 5px #dcdcdc;
}

.toggle-switch label input + span small {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1.875rem;
  background: #a9aab1;
  transition: all 0.3s ease-in-out;
  top: 0.2rem;
  left: 0.2rem;
}

.toggle-switch label input:checked + span {
  background-color: #ff8800;
}

.toggle-switch label input:checked + span small {
  left: 1.5rem;
  transition: left 0.25s;
  background-color: #fff;
}

.toggle-switch span:after {
  content: attr(data-after-content);
  width: max-content;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  bottom: -2px;
  transition: opacity 0.25s;
  left: 4rem;
  opacity: 0.9;
  color: #ffffff;
}

.toggle-switch label input:checked + span:after {
  opacity: 1;
  color: #f8992e;
}

.view-detailf-form .view-label {
  font-weight: 500;
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  color: #13b4c8;
}

.view-value-label {
  background-color: #f1f2f3;
  padding: 4px;
  min-height: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #dedede;
  border-radius: 2px;
}

.manual-page a.card {
  text-decoration: none;
  transition: all 0.3s;
}

.manual-page a.card:hover {
  border-color: #004b9c !important;
}

.manual-page a.card:hover .card-header {
  background-color: #004b9c;
}

.manual-page a.card .card-header {
  transition: all 0.3s;
}

.manual-page a.card:hover .card-header .card-title {
  color: #fff;
}

.manual-page .card .card-header .card-title {
  font-weight: 400;
  font-size: 13px;
  color: #273891;
  line-height: 1.6;
  max-height: 25px;
  overflow-clip-margin: border-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  display: block;
}

.faq-image-block {
  max-height: 200px;
  overflow: hidden;
  min-height: 200px;
}

.manual-page .card .card-body {
  padding: 10px !important;
}

.file-view-sec {
  max-height: 350px;
  min-height: 235px;
  overflow-y: auto;
  border: 1px solid #dedede;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f0f0f066;
}

.file-view-sec > img {
  max-width: 100%;
}

/* Accordian */

.filter-accordian {
  position: relative;
}

.filter-accordian .accordian-btn {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #0e4a7d;
}

.filter-accordian .accordian-btn > i {
  margin-right: 4px;
}

.filter-accordian-content {
  margin-top: 8px;
  border-top: 1px solid rgb(14 74 125 / 14%);
  padding-top: 8px;
}

/* Modal Css Start Here */

.modal-header {
  background-color: #3f51b5;
  padding: 10px;
}

.modal-header .modal-title {
  font-weight: 600;
  color: #ffff;
  font-size: 17px;
}

.modal-header .close,
.modal-header .close:hover {
  opacity: 1;
  color: #fff;
  box-shadow: none;
}

.modal-body {
  padding: 10px;
}

/* Admin Page Css Start Here */

.table-view-div {
  position: relative;
}

#loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 90px;
  height: 90px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#table-container {
  opacity: 0.3;
}

#table-container.loaded {
  opacity: 1;
}

.centerText {
  text-align: center;
  vertical-align: middle !important;
}

.list-view-box {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}

.list-view-box li {
  width: 25%;
  margin-top: 10px;
}

.list-view-box li a {
  border: 1px solid #f3f4f4;
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  justify-content: space-between;
  background-color: #f3f4f4;
  border-radius: 2px;
  /* transition: all .3s; */
  transition: 0.3s ease-in-out;
}

.list-view-box li a:hover {
  box-shadow: 0 0 40px rgba(2, 59, 109, 0.1);
  background-color: #fff;
}

.list-view-box li a:hover .count-label {
  color: #009bd9;
}

.list-view-box .count-no {
  font-weight: 800;
  font-size: 18px;
}

.list-view-box .count-label {
  font-weight: 500;
  color: #444;
  font-size: 13px;
}

/* Full top header css start here */

.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;
}

.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;
}

.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;
}

.dpt-module {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 0px;
}

.dms-navigation .navbar-nav li .nav-link.active,
.dms-navigation .navbar-nav li .nav-link.active:hover {
  color: #ff9800;
  background-color: #fff;
  border-bottom-color: #ff9800;
  transition: all 0.7s;
}

.dms-navigation .navbar-nav li a {
  font-size: 13px;
  padding: 10px 16px !important;
}

.dms-navigation .navbar-nav .nav-item .nav-link:hover {
  color: #ff9800;
}

.dms-navigation .navbar-nav li a > i {
  margin-right: 4px;
}

.navbar-light.dms-navigation .navbar-nav .nav-link {
  color: #0e4a7d;
  text-decoration: none;
  font-size: 14px;
  display: block;
  position: relative;
  border-bottom: 2px solid transparent;
}

.dms-navigation {
  padding: 0 15px !important;
  margin-bottom: 0;
  background: #e5e5e5;
  background-color: #e4f1ff;
  border-bottom: 1px solid #dedede;
}

.in-mobile-view {
  display: none;
}

.title-tbl-header {
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid #dbeff9;
  padding-bottom: 6px;
  margin-bottom: 15px;
  color: #0e4a7d;
}

.view-form .card-text {
  background-color: #f0f0f0;
  min-height: 35px;
  display: flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 3px;
  flex-wrap: wrap;
  text-wrap: wrap;
}

.sidebar.admin_side_nav .nav-item .collapse .collapse-inner {
  margin-bottom: 0;
}

.btn-link-view > a {
  padding: 0 10px;
  font-weight: 500;
  color: #2196f3 !important;
  font-size: 12px;
}

.btn-link-view > a:not(:last-child) {
  border-right: 1px solid #94ceff;
}

.logout-msg {
  font-size: 16px;
}

#transaction_list_processing,
.dataTables_processing {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffffe3;
  font-size: 15px;
  color: #ff9800;
  font-weight: 600;
  text-align: center;
}

.btn-icon-toolbar > .btn > i {
  margin-right: 4px;
}

.reports-card .card {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 3px;
}

.reports-card .card:hover {
  background-color: #004b9c;
  border-color: #004b9c;
}

.reports-card .card:hover .text-info {
  color: #eeff27 !important;
}

.reports-card .card:hover .card-text {
  color: #fff;
}

.reports-card .card-body .text-info {
  font-weight: 500;
}

.reports-card .card-body .card-text {
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.view-form-dt .form-group label {
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.view-form-dt .form-group .value-label {
  font-size: 14px;
  background-color: #49beff1a;
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 6px;
  align-items: center;
  text-wrap: wrap;
  border: 1px solid #d8e0f9;
  border-radius: 3px;
}

.pdf-embed {
  overflow: hidden;
}

.pdf-embed embed {
  min-height: 600px;
  max-height: 600px;
  overflow-y: auto !important;
}

.height-600 {
  height: 650px !important;
}

.single-select.multiple-select-checkbox
  .multiselect-container
  > li
  > a
  > label {
  padding: 6px 10px !important;
  min-height: 30px;
}

.single-select.multiple-select-checkbox
  .multiselect-container
  .multiselect-item.filter {
  padding: 10px;
  background-color: #f5f5f5;
}

.single-select.multiple-select-checkbox
  .multiselect-container
  .multiselect-item.filter
  .form-control {
  border-radius: 4px;
}

.multiple-select-checkbox.single-select
  .multiselect-container
  > li:not(:last-child) {
  margin-bottom: 0;
}

.single-select.multiple-select-checkbox
  .multiselect-container
  > li
  > a
  > label
  input[type="radio"] {
  display: none;
}

.single-select.multiple-select-checkbox
  .multiselect-container
  > li
  > a
  > label:hover {
  color: #ffffff;
  background-color: #3181ff;
}

.single-select.multiple-select-checkbox
  .multiselect-container
  li.active
  a
  label {
  background-color: #1079d2;
  color: #fff;
}

.single-select.multiple-select-checkbox .multiselect-container {
  padding: 0 !important;
}

.badge-light-warning {
  background-color: #fff8dd;
  color: #f6c000;
}

.badge-light-success {
  background-color: #ddffdf;
  color: #4caf50;
}

.badge-light-primary {
  background-color: #e9f3ff;
  color: #1b84ff;
}

.badge-light-danger {
  background-color: #ffedeb;
  color: #f44336;
}

.badge {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.0425rem;
  font-size: 0.85rem;
}

.inventory-grid-tbl .page-loader_2 {
  text-align: center;
}

.inventory-grid-tbl .page-loader_2 .spinner {
  background-color: #101010;
}

.multiple-select-checkbox .btn-group {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 2px;
}

.badge-dot.badge-lg i {
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 6px;
  border-radius: 100px;
}

.badge-dot {
  color: #525f7f;
  background: 0 0;
  align-items: center;
  padding: 0;
  font-weight: 500;
  display: inline-flex;
  font-size: 13px;
}

.rquested-dt {
  margin: 0;
  font-weight: 500;
}

.rquested-dt > span {
  display: block;
  font-size: 10px;
  font-weight: 300;
  color: #444;
}

table .indent-tbl-btn {
  text-align: center;
}

.inventory-grid-tbl .table-data-left thead tr th,
.inventory-grid-tbl .table-data-left tbody tr td {
  text-align: left !important;
}

.digital-indent-card .card {
  margin-bottom: 15px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.bg-info-subtle {
  background-color: #ebf3fe !important;
}

.bg-success-subtle {
  background-color: #e6fffa !important;
}

.bg-danger-subtle {
  background-color: #fbf2ef !important;
}

.bg-warning-subtle {
  background-color: #fef5e5 !important;
}

.bg-primary-subtle {
  background-color: #5d87ff1a !important;
}

.inventory-grid-tbl .badge-pill.badge-info {
  font-weight: 400;
  font-size: 13px;
  background-color: #dcf4ff;
  color: #273688;
  border: 1px solid #b1ddff;
  border-radius: 4px;
  margin-bottom: 1px !important;
  display: inline-flex;
  text-align: left;
  border-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.inventory-grid-tbl .badge-pill.badge-info > i {
  margin: 0 !important;
  background-color: red;
  color: #fff !important;
  font-size: 14px !important;
  padding: 6px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: 10px !important;
}

.demand-generate-view .count-label {
  width: 120px;
  font-size: 13px;
  display: block;
}

.demand-generate-view .counter-dashboard-card .card-body {
  height: 82px;
}

.form-filter {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.form-filter > .filter__field {
  padding-right: 5px;
}

.form-filter > .filter__field {
  margin-bottom: 10px;
  flex: 0 0 19.66667%;
  max-width: 19.66667%;
}

.form-filter .form-control {
  padding-left: 10px;
  padding-right: 10px;
}

.filter__field.btn-toolbar-pmis > .btn {
  height: 33.5px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-weight: 400;
  border-radius: 2px;
}

.act-toolbar .ic-bt {
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.act-toolbar .ic-bt:not(:last-child):after {
  content: "";
  border-right: 1px solid #b7b9cc;
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
}

.demand-tbl table th {
  background-color: #004b9c;
  color: #fff;
  font-weight: 500;
}

/****************************************************************************
*****************************************************************************
Dashboard card
*****************************************************************************
*****************************************************************************/

.cst-inventory-card {
  border: 1px solid #4e73df29;
  padding: 12px;
  background-color: #fff;
  border-radius: 2px;
}

.inventory-row {
  display: flex;
  justify-content: space-between;
}

.dash-card-view {
  padding: 10px;
  background-color: #efefef;
  border-radius: 3px;
  border: 1px solid #4e73df29;
}

.dash-sub-card-view {
  background-color: #fff;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #dedede;
}

.casign-pipe-row {
  display: flex;
  justify-content: space-between;
}

.component-title {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #0e4a7d;
  display: block;
  margin-bottom: 10px;
}

.column-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}

.column-sub-title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color: #085495;
}

.cst-inventory-card .tubewells-no {
  margin-bottom: 0;
  font-size: 16px;
}

.cst-inventory-card .tubewells-name {
  color: #6e707e;
  font-size: 12px;
  margin-bottom: 4px;
}

.cst-inventory-card .list-count li {
  width: 100%;
  min-height: 86px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.cst-inventory-card .list-count li:not(:last-child):after {
  display: none;
}

.cst-inventory-card .list-count li:not(:last-child) {
  margin-right: 5px;
}

.casign-pipe-column {
  width: 57.5%;
}

.handpumb-set-column {
  width: 41.5%;
}

.gipipe-column {
  width: 39.5%;
}

.upvcpipe-column {
  width: 59.5%;
}

.two-column {
  width: 17.5%;
}

.single-column {
  width: 13.5%;
}

.single-column-16 {
  width: 16.5%;
}

.inner-two-column {
  width: 49.5%;
}

.motorpump-set-column {
  width: 36.5%;
}

.cst-inventory-card .list-count li:hover {
  background-color: #fff;
}

.cst-inventory-card .list-count li:hover .tubewells-name {
  color: #101010;
}

.cst-inventory-card .list-count li:hover .tubewells-no {
  color: #196aaf;
}

.dash-dropdown-bt {
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #004b9c;
  box-shadow: none !important;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}

.dash-dropdown-bt:hover {
  background-color: #004b9c;
  color: #fff;
}

.dash-dropdown-bt > span {
  font-size: 12px;
}

.dash-dropdown-bt:hover {
  box-shadow: none;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-header-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
}

.dash-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dash-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  color: #000;
  border-radius: 3px;
  min-height: 80px;
}

.dash-list li a:hover {
  background-color: #fff;
}

.bg-light-org {
  background-color: #ffa5007a;
  border: 1px solid #ffaa3b;
}

.bg-light-offwhite {
  background-color: #efef1e47;
  border: 1px solid #d2d2009c;
}

.bg-light-wrning {
  background-color: #fff1cc;
  border: 1px solid #d2d2009c;
}

.list-label {
  font-size: 13px;
  max-width: 176px;
}

.list-column-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash-list li:not(:last-child) {
  margin-bottom: 10px;
}

.list-column-count .no-box {
  position: relative;
}

.list-count-v {
  font-weight: 700;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 10px;
}

.list-column-count .no-box {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.no-count-v {
  font-weight: 700;
  font-size: 16px;
  display: block;
  text-align: center;
}

.no-count-label {
  font-size: 13px;
  display: block;
  text-align: center;
}

.no-box:not(:last-child) {
  content: "";
  border-right: 1px solid #8c8c8c;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #a3d5ff;
  background-color: #4e73df;
}

.report-list-card {
  padding: 0 !important;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, 0.08) !important;
  box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, 0.08) !important;
}

.dash-list-body {
  padding: 10px;
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
}

.view-detail-opt {
  display: flex;
  align-items: center;
}

.view-detail-opt > span {
  margin-right: 5px;
  width: 185px;
  font-weight: 500;
  font-size: 13px;
  display: block;
}

.enc-tab-menu .nav li .nav-link.active {
  background-color: #0e4a7d;
  border-color: #0e4a7d;
  color: #fff;
}

.enc-tab-menu .nav li a {
  font-size: 14px;
  color: #101010;
  font-weight: 500;
  padding: 10px 15px;
  background-color: #c8edff;
  border-color: #aae1fc;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 200px;
  text-align: center;
}

.enc-tab-menu .nav li:not(:last-child) {
  margin-right: 3px;
}

.tab-menu-title {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px;
  background-color: #e3e6f0;
  margin-top: -12px;
  padding-left: 15px;
  border-bottom: 1px solid #dedede;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.radio-button-toggle {
  display: flex;
  align-items: center;
}

.label-showing {
  font-size: 16px;
  margin-right: 10px;
  color: #010101;
  font-weight: 500;
}

.radio-button-toggle .form-check {
  display: inline-flex;
  align-items: center;
}

.radio-button-toggle .form-check:not(:last-child) {
  margin-right: 15px;
}

.radio-button-toggle .form-check-label {
  padding-left: 10px;
  color: #1a3d6c;
  font-size: 14px;
  font-weight: 500;
}

.radio-button-toggle input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  left: 0;
}

.custom-header {
  display: flex;
  align-content: center;
}

.btn-inventory-dash .btn {
  padding: 6px 15px;
  font-size: 14px;
  height: auto;
  min-height: inherit;
}

.dash-list-body.full-column {
  min-height: inherit;
  max-height: auto;
}

.lab-card {
  text-align: center;
  padding: 10px;
  background-color: #dbeff9;
  border-radius: 3px;
  border: 1px solid #b4ddff;
  margin-bottom: 15px;
}

.lab-card .column-title {
  color: #010101;
}

.lab-count {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  min-width: 100px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 18px;
  color: #010101;
}

.lab-card p {
  min-height: 45px;
  margin-bottom: 10px;
  font-size: 12px;
  word-break: break-word;
  color: #474848;
}

/* ************************************** */

.counter-card-view .card {
  border-color: #dedede !important;
}

.counter-card-view .card-header > .card-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #196aaf;
}

.counter-card-view .card-header {
  background-color: #e8f4ff;
  padding: 10px;
  border-bottom-color: #196aaf26;
}

/* Dashboard Css Start Here */

.counter-dashboard-card .card-body {
  padding: 10px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.count-label {
  font-size: 15px;
  font-weight: 400;
  color: #2c2d1b;
}

.dash-count {
  font-weight: 800;
  font-size: 24px;
}

.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-dashboard-card .bg-secondary-light {
  background-color: #e9e9e9 !important;
  border: 1px solid #cccccc !important;
}

.counter-dashboard-card .bg-secondary-light .dash-count {
  color: #333;
}

.counter-dashboard-card .bg-blue-light {
  background-color: #0a6cff1a !important;
  border: 1px solid #5a73ff66 !important;
}

.counter-dashboard-card .bg-info-light .dash-count {
  color: #46ccd8;
}

.counter-dashboard-card .bg-info-light {
  background-color: #ecfdff !important;
  border: 1px solid #33e8ff !important;
}

.counter-dashboard-card .bg-blue-light .dash-count {
  color: #3f51b5;
}

.counter-dashboard-card .bg-purple-light {
  background-color: #fd64fd12 !important;
  border: 1px solid #7906794d !important;
}

.counter-dashboard-card .bg-purple-light .dash-count {
  color: #790679;
}

.counter-dashboard-card .bg-warning-light {
  background-color: #ffc10721 !important;
  border: 1px solid #fddf87 !important;
}

.counter-dashboard-card .bg-warning-light .dash-count {
  color: #e9b722;
}

.counter-heading {
  font-size: 14px;
  font-weight: 600;
  color: #0073d6;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: center;
}

.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;
}

.add-more-repeater .btn > i {
  margin-right: 5px;
}

.repeat-row {
  background-color: #f1f9fd;
  padding: 10px;
  padding-bottom: 0;
}

.repeat-row:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}

.cst-btn > .btn:not(:last-child) {
  margin-right: 5px;
}

.cst-btn > .btn {
  font-size: 13px;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.list-preview {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}

.label-t {
  color: #444;
  font-weight: 500;
  margin-right: 6px;
}

.list-preview > li {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.list-preview li span {
  font-size: 14px;
}

.label-vl {
  font-weight: 600;
}

.cst-modal .modal-dialog {
  max-width: 70%;
}

.heading-tbl {
  font-weight: 600;
  font-size: 14px;
  color: #111;
}

.bg-ligth-b {
  background-color: #dbeff9 !important;
}

.modal-grid-tbl tr th {
  font-size: 13px;
  font-weight: 500;
}

.modal-grid-tbl tr td {
  font-size: 13px;
  color: #444;
}

.print-demand-report {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
}

.print-header-d {
  clear: both;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 15px;
}

.right-title {
  float: right;
}

.logo-print {
  float: left;
  width: 50%;
}

.icon-logo {
  display: block;
  width: 70px;
  float: left;
  margin-right: 15px;
}

.print-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  padding-top: 15px;
}

.print-title > span {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 400;
}

.enc-dashboard .count-label {
  font-size: 14px;
  max-width: 190px;
}

/****************************************************************************
*****************************************************************************
Dashboard card
*****************************************************************************
*****************************************************************************/

/****************************************************************************
*****************************************************************************
Print Page Css
*****************************************************************************
*****************************************************************************/

.boxes-table .column-auto {
  width: 32%;
}

.boxes-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-auto {
  position: relative;
}

.column-auto:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  height: 100%;
  border-right: 2px dashed #b1b1b1;
}

.print-indent-sec {
  border: 1px solid #dedede;
  background-color: #fff;
  padding: 10px;
}

.print-indent-sec td {
  color: #000;
}

.print-indent-header {
  background-color: #fff;
  padding: 15px;
}

.print-dpt-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.print-dpt-title > span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-top: 6px;
}

.division-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.division-vl {
  color: #1737e7;
  font-weight: 500;
}

.td-vl,
.td-vl b {
  color: #1737e7 !important;
}

.module-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.module-title > b {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #444;
}

.indent-column-title {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.form-no {
  float: right;
  font-size: 13px;
  font-weight: 500;
}

.td-data b {
  color: #000;
}

.print-indent-table th {
  color: #111;
  font-weight: 500;
}

.print-indent-sec .table-bordered td,
.print-indent-sec .table-bordered th {
  border: 1px solid #000000;
}

.footer-tag {
  text-align: center;
  color: #444;
  font-size: 13px;
}

.requested-by {
  margin-bottom: 15px;
}

.requested-by label {
  display: block;
  font-weight: 500;
  color: #111;
  font-size: 14px;
  margin-bottom: 4px;
}

.requested-by span {
  display: block;
}

.requested-nm,
.requested-add {
  color: #0023e4;
}

.requested-date {
  font-weight: 500;
  color: #111;
}

.print-indent-sec .table .bg-light,
.print-indent-sec .table th {
  background-color: #f1f2f1 !important;
}

.print-time-view {
  display: none;
}

@media print {
  #accordionSidebar,
  .topbar,
  .sub-header,
  .sticky-footer {
    display: none;
  }

  .noPrint {
    display: none !important;
  }

  .print-time-view {
    display: block;
  }

  .container-fluid {
    padding: 0;
  }

  .print-indent-header {
    background-color: #fff;
    padding: 0;
  }

  /* Ensure the table spans the full width of the printed page */
  .table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    /* Adjust font size for better readability */
  }

  /* Style table cells for printing */
  .table th,
  .table td {
    border: 1px solid #000;
    padding: 5px;
    text-align: left;
    /* Align content for better readability */
  }

  /* Remove unnecessary elements */
  .print-indent-table {
    page-break-inside: avoid;
    /* Avoid breaking tables across pages */
  }

  /* Hide non-essential elements during printing */
  /* Make only the table visible */
  .column-auto,
  .table {
    visibility: visible;
  }

  /* Adjust layout for print */
  .column-auto {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* Avoid content cutting off */
  .td-data,
  .td-vl {
    word-wrap: break-word;
  }

  body,
  html {
    padding: 0;
    margin: 0;
  }

  .print-indent-sec.mb-5 {
    margin-bottom: 0 !important;
  }

  .print-indent-sec {
    padding: 0;
    border: none;
  }

  #wrapper #content-wrapper {
    background-color: #fff !important;
  }
  #content .mobile-navigation {
        display: none !important;
    }
}

/****************************************************************************
*****************************************************************************
Print Page Css
*****************************************************************************
*****************************************************************************/

@media (max-width: 992.98px) {
  .in-desktop-view {
    display: none;
  }

  .in-mobile-view {
    display: block;
  }
}

@media (min-width: 768px) {
  .filter-accordian .accordian-btn[data-bs-toggle="collapse"].collapsed::after {
    content: "\f055";
  }
}

.filter-accordian .accordian-btn[data-bs-toggle="collapse"]::after {
  color: #0e4a7d;
}

@media (min-width: 768px) {
  .filter-accordian .accordian-btn[data-bs-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f056";
    font-family: "Font Awesome 5 Free";
  }
}

/****************************************************************************
*****************************************************************************
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 0.25rem 0.75rem rgba(18, 38, 63, 0.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;
}

.mob-btn-toolbar > .btn {
  padding: 8px 15px;
  font-size: 13px;
  border-radius: 100px;
}

.mob-btn-toolbar .btn i {
  margin-right: 5px;
}

.generate-indent.mob-btn-toolbar,
.mobile-module-title {
  display: none;
}
.mobile-module-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-module-title > .left-p-header > 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-module-title .mobile-indent-header {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.mobile-module-title .logout-link {
  color: #fff;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.left-p-header {
  display: flex;
}
.mobile-module-title .logout-link > i {
  margin-right: 6px;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .card.inventory-card {
    border: none !important;
  }

  .card.inventory-card .card-header {
    background: no-repeat;
    border: none;
    padding: 10px;
  }

  .card.inventory-card .card-body {
    padding: 10px;
  }

  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  ul,
  .mobile-list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu-list-mob {
    white-space: nowrap;
  }

  .mobile-list-menu {
    overflow-x: auto;
  }

  /* header top */
  .sidebar-brand-text,
  .desktop-navigation,
  .mobile-none {
    display: none;
  }

  .mobile-navigation {
    display: block;
  }

  .brand-icon {
    max-width: 45px;
    margin-right: 0;
  }

  .topbar.indent-header {
    height: auto;
    min-height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1020;
  }

  #wrapper #content-wrapper {
    padding-top: 60px;
  }

  .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 {
    min-width: 120px;
    flex: 1 0 120px;
    width: min-content;
  }

  .mobile-list-menu li a {
    display: block;
  }

  .mobile-list-menu li a.active span {
    color: #4e73df;
    font-weight: 500;
  }

  .mobile-list-menu li a span {
    display: block;
    text-align: center;
    color: #444;
  }

  .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 .menu-lbl {
    font-size: 11px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* cards css */
  .mobile-indent-dashboard .col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 50%;
  }

  .mobile-indent-dashboard .card {
    margin-top: 10px;
    min-height: 80px;
  }

  .mobile-indent-dashboard .card-body {
    padding: 8px;
  }

  .mobile-indent-dashboard .card-body .fw-semibold {
    font-weight: 500 !important;
  }

  .repeater-form-field > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
    background-color: #f2f1f3 !important;
    padding: 8px !important;
    border-radius: 4px;
  }

  .repeater-form-field {
    background-color: #fff !important;
    padding: 0 !important;
  }

  .form-group.btn-repeater {
    margin-top: 0 !important;
  }

  .repeater-form-field > ul > li {
    width: 100% !important;
  }

  .btn-toolbar .btn {
    padding: 6px 12px !important;
    min-width: inherit;
    min-height: 25px;
    font-size: 11px;
    height: auto;
  }

  .inventory-form-layout .col-lg-2.col-sm-6,
  .inventory-form-layout .col-lg-6.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .scroll-table {
    max-height: inherit !important;
    overflow-y: auto;
  }

  .generate-indent.mob-btn-toolbar {
    position: fixed;
    right: 10px;
    bottom: 80px;
    border: 2px solid #99addb;
    border-radius: 100px;
    padding: 1px;
    background-color: #ffffff;
    display: block;
  }

  /* 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 td {
    display: block;
    padding: 0;
    border: none;
    position: relative;
    padding-top: 25px;
    padding-bottom: 10px;
    font-family: "Inter";
    padding-left: 15px;
  }

  .mobile-view-grid .table tbody td::before {
    content: attr(data-label);
    /* Show labels dynamically */
    font-weight: 600;
    color: #444;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "Inter";
    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;
  }

  .boxes-table .column-auto {
    width: 100%;
  }

  .column-auto:not(:last-child):after {
    display: none;
  }

  nav.tabs {
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 10px;
  }

  nav.tabs .tab-item {
    max-width: max-content;
    margin-bottom: 0 !important;
    flex: 1 0 auto;
    min-width: 130px;
  }

  .pmis-topbar .topbar {
    background-color: #0e4a7d !important;
  }

  colgroup {
    display: none;
  }

  .dt-bootstrap5.dt-empty-footer .col-12 {
    padding: 0;
  }

  .dt-bootstrap5.dt-empty-footer .dt-length,
  .dt-bootstrap5.dt-empty-footer .dt-search,
  .dt-bootstrap5.dt-empty-footer .dt-info {
    display: none !important;
  }

  .dt-bootstrap5.dt-empty-footer .mt-2 {
    margin: 0 !important;
  }

  .mobile-view-grid table.table {
    margin: 0 !important;
  }

  .mobile-indent-header .dashboard__dpt__name,
  .mobile-profile-view {
    display: none !important;
  }

  .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;
  }

  .page-title {
    font-size: 14px;
  }

  .sub-header-btn a.btn.btn-secondary,
  .login-txt-back.form-login-header {
    display: none;
  }

  .mobile-dashboard-header {
    display: block;
  }

  .mobile-dashboard-header .label-showing {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .mobile-dashboard-header .radio-button-toggle .form-check:not(:last-child) {
    margin-right: 0;
  }
  .casign-pipe-row {
    flex-direction: column;
    gap: 15px;
  }
  .casign-pipe-row .dash-sub-card-view {
    width: 100%;
  }

  .form-filter > .filter__field {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .radio-button-header {
    flex-direction: column;
  }
  .radio-button-header .label-showing {
    margin-bottom: 10px;
  }
  .radio-button-header .radio-button-toggle {
    flex-direction: column;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .radio-button-header .radio-button-toggle .form-check {
    margin-right: 0;
    margin-bottom: 0px;
  }
  .cst-inventory-card .tubewells-name {
    text-wrap: wrap;
  }
  .mobile-module-title .mobile-view.desktop-hide{
    display: block !important;
}
   .mobile-view.desktop-hide .user__login__info b{
        display: none;
    }
    .mobile-view.desktop-hide .user__profile .dropdown-toggle{
        padding-right: 0;
    }
    .mobile-view.desktop-hide .user__login__info, .mobile-view.desktop-hide .user__login__info span 
 {
    font-size: 10px;
    line-height: normal;
}
 .mobile-view.desktop-hide .user-information-mobile.d-none{
        display: block !important;
    }
}

@media (max-width: 767.98px) {
  .list-count {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .cst-inventory-card .list-count li {
    flex: 0 1 150px;
    min-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .form-filter {
    flex-direction: column;
  }
  .form-filter > .filter__field {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
