.topnav {
  background-color: #00469c !important;
}

.navbar-custom .topbar-menu .nav-link {
  border: none;
}

/* Fullscreen loader styles */
#debug-icon {
  display: none;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* Background color for the loader */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Ensure loader appears above other content */
}

/* Loader animation */

.spinner-border {
  width: 3rem;
  height: 3rem;
}

.sidebar-brand {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 11;
}

.logo-brand {
  max-width: 80px;
  margin-right: 15px;
}

.logo-topbar .logo-brand {
  max-width: 60px;
}

.logo-topbar .dept-title {
  font-size: 17px;
}

.logo-topbar .gov-mp {
  font-size: 13px;
}

.dept-title {
  font-size: 20px;
  margin: 0;
  font-weight: 800;
  color: #26358c;
}

.gov-mp {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-top: 4px;
}

.navbar-nav .nav-item .nav-link {
  color: #cccccc !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.navbar-nav .nav-item .nav-link.active {
  color: #fff !important;
  background-color: #3888fa;
}

.w-60 {
  width: 60px;
}

.grid-view-dashbaord table tr th {
  font-size: 12px;
  background-color: #d9eeff !important;
  color: #00469c;
}

.grid-view-dashbaord table tr td {
  font-size: 13px;
}

.grid-view-dashbaord .dpt-name {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin: 0;
  width: 157px;
}

.date-icon-range>i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  border-left: 1px solid #dee2e6;
  padding: 10px;
}

.date-icon-range {
  position: relative;
}

.widget-flat h3 {
  color: #26358c !important;
}

.card-bg-success {
  border-color: #6fff6f;
  background-color: #f0fff1;
}

.card-bg-info {
  border-color: #b2f1ff;
  background-color: #e9fbff;
}

.card-bg-warning {
  border-color: #ffee7c;
  background-color: #fefff0;
}

.card-bg-purple {
  border-color: #ffb8f8;
  background-color: #ffeffd;
}

.card-bg-orange {
  border-color: #ffd79c;
  background-color: #fff6ec;
}

.auth-fluid .auth-fluid-right {
  position: relative;
}

.auth-fluid .auth-fluid-right::before {
  content: "";
  background-color: #00000000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* opacity: .6; */
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
}

.select2-results__option {
  font-size: 13px;
}

.form-control {
  font-size: 13px;
  min-height: 36px;
}

::placeholder,
::-webkit-input-placeholder {
  font-size: 13px;
}

.btn-toolbar>.btn:not(:first-child) {
  margin-left: 8px;
}

.module-name {
  font-size: 21px;
  font-weight: 800;
  color: #00469c;
  margin: 0;
}

.close-bt {
  position: absolute;
  right: 15px;
  top: 15px;
}

.card {
  border: 1px solid #c4deff6b !important;
}

.grid-view-dashbaord label {
  font-weight: 500;
  color: #444;
  font-size: 12px;
  margin-bottom: 15px;
}

.form-layout-box .form-group label {
  font-weight: 500;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #444;
}

.form-layout-box .form-group {
  margin-bottom: 15px;
}

.form-layout-box .inline-form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-layout-box .inline-form-group label {
  min-width: 150px;
  margin-bottom: 0;
  margin-right: 10px;
}

.title-heading {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  color: #3888fa;
}

.label-v {
  font-weight: 500;
  display: block;
}

.text-view {
  color: #111;
}

.module-card-view .card-body {
  display: flex;
  align-items: center;
}

.module-card-view .stretched-link h5 {
  font-size: 19px;
  font-weight: 600 !important;
  color: #445ea0 !important;
}

.module-icon>img {
  max-width: 100%;
}

.module-icon {
  max-width: 80px;
  margin-right: 20px;
}

.act-toolbar {
  display: flex;
  align-items: center;
  position: relative;
}

.act-toolbar .ic-bt {
  font-weight: 500;
  font-size: 18px;
  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;
}

.radio-inline {
  display: flex;
}

.radio-inline .form-check:not(:last-child) {
  margin-right: 10px;
}

.radio-inline .form-check-label {
  margin-bottom: 0 !important;
}

.radio-inline .form-check {
  display: inline-flex;
  align-items: center;
}

.radio-inline .form-check input {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.form-label-dt {
  margin-top: 0;
  font-size: 15px;
  border-bottom: 1px solid #bad1ff;
  padding: 6px;
  font-weight: 500;
  color: #00469c;
  background-color: #0044cc0f;
}

.preview-form-layout .form-group .view-value span {
  display: block;
}

.preview-form-layout .form-group .view-value .label-v {
  font-size: 13px;
  color: #444;
}

.preview-form-layout .form-group .view-value .text-view {
  background-color: #f0f0f0a8;
  padding: 6px;
  margin-top: 4px;
  border-radius: 2px;
  font-size: 14px;
}

.repeater-form {
  position: relative;
  background-color: #eef2f7;
  padding: 5px 5px 5px;
  padding-bottom: 0;
}

.repeater-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.repeater-row:not(:last-child) {
  border-bottom: 1px solid #d0def9;
}

.repeater-row .form-group {
  padding-left: 10px;
  padding-right: 10px;
  width: 30%;
}

.btn-toolbar.add-more-btn {
  margin-top: 24px;
  width: 10%;
}

.switch-button-status input[data-switch]+label:before {}

.switch-button-status input[data-switch]+label {
  width: 90px;
}

.switch-button-status input[data-switch]:checked+label:after {
  left: 70px;
}

.filter-block {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 15px 6px;
  border-radius: 4px;
  position: relative;
}

.filter-title {
  width: 100%;
  font-size: 16px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  margin-top: 0;
  color: #00469c;
  font-weight: 700;
  border-bottom: 1px solid #dbebff;
  padding-bottom: 10px;
}

.filter-title>i {
  margin-right: 6px;
}

.filter-block .filter-field {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-toolbar>.btn>i {
  margin-right: 5px;
}

.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
}

.spinner>img {
  max-width: 100%;
}

.spinner {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*  */
.module-card-v .counter {
  color: #d83413;
  text-align: center;
  padding: 15px;
  border: 1px solid;
  border-radius: 4px;
  transition: all 0.3s;
}

.module-card-v .counter:hover {
  background-color: #fff;
  border-color: #c4deff6b !important;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
}

.module-card-v .counter .text-red {
  color: #d83413;
}

.module-card-v .counter.blue h3 {
  color: #2785d8;
}

.module-card-v .counter.green h3 {
  color: #0dbc5f;
}

.module-card-v .counter.purple h3 {
  color: #8c47b9;
}

.hover-danger-light {
  background-color: #ff000008;
  border-color: #d83413;
}

.hover-primary-light {
  background-color: #2785d81a;
  border-color: #2785d8;
}

.hover-purple-light {
  background-color: #8c47b90f;
  border-color: #8c47b9;
}

.hover-warning-light {
  background-color: #f7ff8a0f;
  border-color: #faff64;
}

.hover-success-light {
  background-color: #0dbc5f12;
  border-color: #0dbc5f;
}

.module-card-v .counter .counter-value {
  color: #fff;
  background: #d83413;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 10px;
  display: block;
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%);
}

.module-card-v .counter .counter-content {
  padding: 5px 15px;
  margin: 0 3px;
  border-left: 2px solid #d83413;
  position: relative;
}

.module-card-v .counter .counter-content:before,
.module-card-v .counter .counter-content:after {
  content: "";
  background: #d83413;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -4.7px;
}

.module-card-v .counter .counter-content:after {
  top: auto;
  bottom: 0;
}

.module-card-v .counter .counter-icon {
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.module-card-v .counter .counter-icon>img {
  max-width: 100%;
}

.module-card-v .counter h3 {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
  line-height: 23px;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-card-v .counter.blue {
  color: #2785d8;
}

.module-card-v .counter.blue .counter-value,
.module-card-v .counter.blue .counter-content:before,
.module-card-v .counter.blue .counter-content:after {
  background: #2785d8;
}

.module-card-v .counter.blue .counter-content {
  border-color: #2785d8;
}

.module-card-v .counter.purple {
  color: #8c47b9;
}

.module-card-v .counter.purple .counter-value,
.module-card-v .counter.purple .counter-content:before,
.module-card-v .counter.purple .counter-content:after {
  background: #8c47b9;
}

.module-card-v .counter.warning {
  color: #d6c10a;
}

.module-card-v .counter.warning .counter-value,
.module-card-v .counter.warning .counter-content:before,
.module-card-v .counter.warning .counter-content:after {
  background: #d6c10a;
}

.module-card-v .counter.warning .counter-content {
  border-color: #d6c10a;
}

.module-card-v .counter.warning h3 {
  color: #beae25;
}

.module-card-v .counter.purple .counter-content {
  border-color: #8c47b9;
}

.module-card-v .counter.green {
  color: #0dbc5f;
}

.module-card-v .counter.green .counter-value,
.module-card-v .counter.green .counter-content:before,
.module-card-v .counter.green .counter-content:after {
  background: #0dbc5f;
}

.module-card-v .counter.green .counter-content {
  border-color: #0dbc5f;
}

.auth-fluid-right .auth-user-testimonial {
  position: absolute;
  /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
  width: 100%;
  top: 55px;
}

.auth-fluid-right .auth-user-testimonial h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}

.auth-fluid-right .auth-user-testimonial h2>span {
  display: block;
}

.auth-user-testimonial>h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.tatpar-label {
  display: block;
  font-size: 33px;
  font-weight: 900;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.captcha-img {
  width: 33.33%;
}

.captcha-input {
  width: 40%;
}

.refresh-captcha {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #3f51b5;
  color: #fff;
  border-radius: 5px;
}

.captcha-img>span {
  background-image: url(../img/captcha-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  height: 36px;
  border-radius: 2px;
  letter-spacing: 0.056em;
  width: 100%;
}

.captcha-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}

.multiple-login .form-container .login-box {
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
}

.multiple-login .form-container,
#resendOtpBtn {
  display: none;
}

.login-opt {
  margin-bottom: 0.7rem;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  display: block;
}

.login-box-title {
  font-size: 16px;
  color: #111;
}

.captcha-text-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.captcha-text-input>.btn {
  font-size: 12px;
  padding: 4px;
}

.login-option-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 20px;
}

.login-option-radio>label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #354599;
  cursor: pointer;
}

.login-option-radio>label:hover {
  color: #2785d8;
}

.login-option-radio>label>input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.login-option-radio>label>input[type="radio"]:hover {
  opacity: 0.85;
}

.login-box .form-label {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #444;
}

/* Dashboard Css */
.dashboard-card-view .stat-card {
  text-align: center;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 70px;
}

.stat-card.bg-dg-light {
  background-color: #fdffe8;
}

.stat-card.bg-dg-light p {
  color: #adb934 !important;
}

.stat-card.bg-dg-light>h5 {
  color: orange;
}

.stat-card.bg-warning-light {
  background-color: #fffce0;
  border-color: #f8e2a0 !important;
}

.stat-card.bg-success-light {
  background-color: #f0ffdf;
}

.stat-card.bg-success-light p {
  color: #75dc00 !important;
}

.stat-card.bg-info-light {
  background-color: #00bcd414;
}

.stat-card.bg-info-light p {
  color: #00bcd4 !important;
}

.stat-card.bg-org-light {
  background-color: #fff8ef;
}

.stat-card.bg-org-light p {
  color: #ff9800 !important;
}

.dashboard-card-view .stat-card h5 {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  margin-right: 15px;
  text-align: left;
  width: 120px;
}

.dashboard-card-view .stat-card p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  color: #444;
  text-align: right;
}

.floating-filter .filter-field {
  width: 20%;
  margin-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.floating-filter {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 10px;
}

.floating-filter.card {
  flex-direction: row;
}

.form-floating select.form-control {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.form-floating .form-control {
  height: 40px;
  padding: 0.25rem 0.5rem;
  color: #000;
  min-height: 40px;
  font-size: 12px;
}

.form-floating label {
  padding: 0.65rem 0.5rem;
  font-size: 13px;
  font-weight: 500;
  color: #444;
}

input[type="date"] {
  text-transform: uppercase;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: rgba(var(--ct-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-18px) translateX(0.15rem);
  padding: 0.25rem 0.5rem;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
  height: 0.475em;
  content: "";
}

.legend-graph {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 6px;
  flex-wrap: wrap;
}

.legend-graph li {
  position: relative;
  font-size: 14px;
  color: #222222;
  padding-left: 30px;
  width: 49%;
  margin-bottom: 10px;
}

.legend-graph li>span {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
  border: 1px solid #dedede;
  position: absolute;
  left: 0;
}

.inner-stats-card .progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 8px;
  color: #fff;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.inner-stats-card .top-priority {
  background-color: #41a6d4;
}

.inner-stats-card .time-limit {
  background-color: #5247d9;
}

.inner-stats-card .progress-value {
  font-size: 18px;
}

.inner-stats-card .details {
  display: flex;
  flex-direction: column;
  padding: 0;
  font-size: 14px;
}

.inner-stats-card .details>div {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.inner-stats-card .details>div:hover {
  color: #005fd3;
}

.inner-stats-card .details>div:hover span {
  color: #005fd3;
}

.inner-stats-card .details>div>span {
  font-weight: 800;
  color: #000000;
  font-size: 15px;
}

.inner-stats-card .details>div:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

.inner-stats-card {
  display: flex;
  flex-wrap: wrap;
}

.inner-stats-card .progress-container {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.stats-view .inner-stats-card:not(:last-child) {
  margin-bottom: 25px;
}

.department-pending-card .card-header {
  background-color: #f6e5b4;
  color: #745807;
  margin-bottom: 10px;
}

.department-pending-card .card-header .header-title {
  color: #745807;
}

.officer-pending-card .card-header .header-title {
  color: #4c2691;
}

.person-pending-card .card-header .header-title {
  color: #006d05;
}

.person-pending-card .card-header {
  background-color: #aeffb2;
  color: #004803;
  margin-bottom: 10px;
}

.officer-pending-card .card-header {
  background-color: #ccb0ff;
  color: #4c2691;
  margin-bottom: 10px;
}

.department-pending-card .card-body,
.officer-pending-card .card-body,
.person-pending-card .card-body {
  padding: 10px;
}

.stat-card.card.hindi-card {
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #a3cbff !important;
}

.stat-card.card.hindi-card>h5 {
  color: #0550ab;
  text-align: center;
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 15px;
  width: 100%;
  font-weight: 600;
}

.stat-card.card.hindi-card p {
  width: 100%;
  text-align: center;
}

.card-header .header-title,
.card-title .header-title {
  color: #3f51b5;
  font-weight: 700;
}

.filter-dropdown {
  max-width: 250px;
}

.view-jansunwai-data .table tr th {
  background-color: #2196f30a !important;
  color: #021788;
  font-weight: 500;
  font-size: 13px;
  vertical-align: middle;
}

.view-jansunwai-data .table tr td.bg-danger {
  background-color: #ffbdb952 !important;
  color: #444;
  text-align: center;
}

.view-jansunwai-data .table tr td.bg-success {
  background-color: #aaffaa7a !important;
  color: #444;
  text-align: center;
}

.view-jansunwai-data .table tr td.bg-orange {
  background-color: #ffa5001f !important;
  color: #444;
  text-align: center;
}

.view-jansunwai-data .table tr td.bg-warning {
  background-color: #ffff0024 !important;
  color: #444;
  text-align: center;
}

.view-jansunwai-data .table tr td.bg-primary {
  background-color: #e5e5ff2b !important;
  color: #444;
  text-align: center;
}

.view-jansunwai-data .table tr td {
  font-size: 13px;
  color: #000;
  vertical-align: middle;

}

.view-jansunwai-data {
  min-height: 155px;
}

/* Dashboard Icon Start Css */
.report-card {
  border: 1px solid #dedede;
  padding: 15px;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);
  transition: all .3s;
  cursor: pointer;
}

.report-card-icon {
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #dedede;
  padding: 15px;
  border-radius: 100px;
  background-color: #fff;
}

.report-card-icon>img {
  max-width: 100%;
  height: max-content;
}

.report-card .report-title {
  margin-top: 15px;
  font-size: 14px;
  color: #302f2f;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
}

.report-card .report-count {
  font-weight: 800;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  color: #111;
}

.report-card:hover {
  background-color: #fff !important;
}

.report-card.bg-orange:hover .report-title {
  color: #ffa500;
}

.report-card.bg-orange .report-card-icon {
  border-color: #ffa500;
}

.report-card.bg-orange {
  background-color: #ff98001a;
  border-color: #ff98003d;
}

.report-card.bg-blue .report-card-icon {
  border-color: #3c94ff;
}

.report-card.bg-blue:hover .report-title {
  color: #3c94ff;
}

.report-card.bg-blue {
  background-color: #cee9fd;
  border-color: #94d2ff;
}

.report-card.bg-green .report-card-icon {
  border-color: #8ee113;
}

.report-card.bg-green:hover .report-title {
  color: #1eaf24;
}

.report-card.bg-green {
  background-color: #e2eed0;
  border-color: #a6ef34;
}

.report-card.bg-red .report-card-icon {
  border-color: #fb8b9c;
}

.report-card.bg-red:hover .report-title {
  color: #f91707;
}

.report-card.bg-red {
  background-color: #ffedec;
  border-color: #ffb6c1;
}

.report-card.bg-purple .report-card-icon {
  border-color: #e169f6;
}

.report-card.bg-purple:hover .report-title {
  color: #8f0da5;
}

.report-card.bg-purple {
  background-color: #f9ecff;
  border-color: #f5b7fff5;
}

.report-card.bg-jansunwai:hover .report-title {
  color: #08c;
}

.report-card.bg-jansunwai .report-card-icon {
  border-color: #5ed6ff;
}

.report-card.bg-jansunwai {
  background-color: #b7f3ee82;
  border-color: #5ed6ff;
}

.report-card.bg-pending:hover .report-title {
  color: #dd8615;
}

.report-card.bg-pending .report-card-icon {
  border-color: #dd8615;
}

.report-card.bg-pending {
  background-color: #ffecb5;
  border-color: #ffd866;
}


.report-card.bg-progress:hover .report-title {
  color: #7cc979;
}

.report-card.bg-progress .report-card-icon {
  border-color: #7cc979;
}

.report-card.bg-progress {
  background-color: #d0ffce;
  border-color: #99e696;
}

.report-card.bg-verified:hover .report-title {
  color: #0584b7;
}

.report-card.bg-verified .report-card-icon {
  border-color: #4bf3ae;
}

.report-card.bg-verified {
  background-color: #d0fff5;
  border-color: #79ffe3;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #00469c;
  color: #ffffff;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-color: #03489c;
}

.nav.nav-tabs.mb-2 {
  margin-bottom: 0px !important;
  border-bottom-color: #b4d6ff;
  border-width: 5px;
}

.nav-tabs .nav-item .nav-link {
  color: #00469c;
  background-color: #b4d6ff;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.report-card.bg-blue.contempt-card,
.report-card.bg-blue.contempt-card:hover {
  background-color: #d17c00 !important;
  border-color: #d17c00 !important;
}

.report-card.bg-blue.direction-card,
.report-card.bg-blue.direction-card:hover {
  background-color: #08c !important;
  border-color: #08c !important;
}

.report-card.bg-blue.direction-card .report-title,
.report-card.bg-blue.contempt-card .report-title,
.report-card.bg-blue.contempt-card .report-count,
.report-card.bg-blue.direction-card .report-count {
  color: #fff;
}

.sub-header.page-title-box .page-title {
  line-height: inherit;
}

.sub-header.page-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0;
}

.sub-header.page-title-box .btn-toolbar>i {
  margin-right: 6px;
}

.sub-header.page-title-box .btn-toolbar>.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.sub-header.page-title-box .btn-toolbar>.btn:not(:first-child) {
  margin-left: 6px;
}

.edit_form .form-floating {
  position: relative;
  margin-top: 6px;
}

.scheme-wise-table table thead tr th {
  background-color: #c00fff24 !important;
  color: #7802dd !important;
  font-weight: 600;
}

.project-wise-table table thead tr th {
  background-color: #29ff0f24 !important;
  color: #0d8908 !important;
  font-weight: 600;
}

.project-wise-table table tbody tr td,
.scheme-wise-table table tr td {
  font-size: 12px;
  color: #444;
}

.text-purple {
  color: #7d06e5 !important;
}

.text-success-c {
  color: #0d8908 !important;
}

.dataTables_wrapper .dataTables_info {
  font-weight: 500;
  font-size: 13px;
}

.pdf-logo {
  max-width: 70px;
}

.pdf-logo>img {
  max-width: 100%;
}

.pdf-print-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2px;
  background-color: #00469c;
  padding: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 7px;
  display: none;
}

.pdf-print-header .dept-title {
  margin-left: 10px;
  color: #fff;
  font-size: 19px;
}

.pdf-print-header .dept-title>span {
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

.stat-card.card.hindi-card {
  cursor: pointer;
}

.stat-card.card.hindi-card:hover>h5 {
  color: #ff730b;
}

.normal-textbox-field .filter-field .form-control {
  min-height: 36px;

}

.normal-textbox-field .filter-field .form-group {
  margin-bottom: 10px;
}

.normal-textbox-field .filter-field label {
  color: #444;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

.filter-field .form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.header-btn-instructuon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.header-btn-instructuon>p {
  font-size: 16px;
  margin-bottom: 0;
}

.btn-right-modal {
  justify-content: space-between;
  width: 100%;
}

.btn-right-modal>.btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #ff0000;
  color: #fff;
  opacity: 1;
  filter: inherit;
}

.cm-pending-dashboard-view .report-card {
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  color: #000;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cm-pending-dashboard-view .report-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Title & Count Styling */
.cm-pending-dashboard-view .report-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  color: inherit;
  text-align: center;
}

.cm-pending-dashboard-view .report-count {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  color: inherit;
}

.cm-pending-dashboard-view .report-title span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-top: 6px;
}

/* Color Styles with improved contrast */
.bg-light-blue {
  background-color: #e6f0fa;
  color: #000;
}

.bg-light-red {
  background-color: #f8d7da;
  color: #000;
}

.bg-red-medium {
  background-color: #f5b7b1;
  color: #000;
}

.bg-red-dark {
  background-color: #ec7063;
  color: #fff;
}

.bg-deep-red {
  background-color: #e74c3c;
  color: #fff;
}

.bg-red-strong {
  background-color: #c70000;
  color: #fff;
}

/* Responsive Equal Height Fix */
.cm-pending-dashboard-view .col {
  display: flex;
}

.cm-pending-dashboard-view .report-card {
  width: 100%;
}

.bg-red-strong .report-title,
.bg-deep-red .report-title,
.bg-red-dark .report-title,
.bg-red-strong .report-count,
.bg-deep-red .report-count,
.bg-red-dark .report-count {
  color: #fff;
}

.bg-red-strong:hover .report-title,
.bg-red-strong:hover .report-count {
  color: #c70000;
}

.bg-deep-red:hover .report-title,
.bg-deep-red:hover .report-count {
  color: #e74c3c;
}

.bg-red-dark:hover .report-title,
.bg-red-dark:hover .report-count {
  color: #ec7063;
}

.dashboard-tbl.grid-view-dashboard .table thead tr th {
  vertical-align: middle;
}

.citizen-login-page.login-wrapper {
    flex-direction: column;
  }

  .citizen-login-page.login-wrapper {
    position: relative;
    height: 100vh;
    background: url("../images/login-banner-gv.jpg") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .citizen-login-page .overlay {
    position: absolute;
    inset: 0;
    background: rgb(240 247 255 / 96%);
  }

  .citizen-login-page .login-card {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 25px 15px;
    max-width: 420px;
    width: 420px;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  }
 
.form-grievance .form-group{
  margin-bottom: 15px;
}
  .form-grievance .form-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #374151;
  }
 
  .form-grievance .captcha-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
  }

.form-grievance .captcha-box {
    background: #f3f4f6;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #111827;
    user-select: none;
    min-width: 120px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
}

 
  .footer-text {
    text-align: center;
    font-size: 12px;
    color: #6b7280;
    margin-top: 18px;
  }
.btn-search-field{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
}
.btn-search-field>.btn {
    position: absolute;
    border-radius: 4px;
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    right: 2px;
}
.btn-search-field .form-control{
  padding-right: 40px;
}

  .login-card-header {
    margin-bottom: 25px;
  }

.login-card-header .portal-title {
    margin: 0;
    text-align: center;
    font-size: 24px;
    color: #444;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: capitalize;
}


@media print {
  body {
    margin: 0;
    padding: 0;
  }

  .container-fluid {
    margin: 0 !important;
    padding: 0 !important;
  }

  .table-responsive {
    overflow-x: hidden;
    -webkit-overflow-scrolling: inherit;
  }

  .header-title.text-primary {
    color: #00469c !important;
    text-align: center !important;
    width: 100%;
  }

  .navbar-custom,
  .topnav,
  .footer {
    display: none !important;
  }

  .print-page-pdf .page-title-box,
  .print-page-pdf .topnav,
  .print-page-pdf .navbar-custom,
  .print-page-pdf footer,
  .btn-toolbar,
  .noPrint,
  #tableListData {
    display: none;
  }

  body.print-page-pdf {
    padding: 10px;
  }

  .dashboard-card-view .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33%;
  }

  .pdf-logo>img {
    max-width: 100%;
  }

  .pdf-print-header {
    display: flex;
  }
}

@media (max-width: 1299.98px) {
  .auth-fluid .auth-fluid-form-box {
    padding: 1.5rem 2.5rem;
  }

  .auth-fluid-form-box .auth-brand {
    margin-bottom: 10px;
  }

  .module-name {
    font-size: 18px;
  }

  .auth-fluid-form-box .my-auto p.mb-4 {
    margin-bottom: 10px !important;
  }

  .footer.footer-alt p {
    margin-bottom: 10px !important;
  }

  .logo-brand {
    max-width: 65px;
    margin-right: 10px;
  }

  .dept-title {
    font-size: 18px;
  }

  .gov-mp {
    font-size: 13px;
  }

  .auth-fluid-form-box .mb-3 {
    margin-bottom: 15px !important;
  }

  .floating-filter .filter-field {
    width: 25%;
  }

  .dashboard-card-view .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
}

@media(max-width:1499.98px) {
  .report-card .report-title {
    font-size: 13px;
  }

  .report-card {
    padding: 10px;
  }
}

@media (max-width: 1199.98px) {
  .dashboard-card-view .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (max-width: 991.98px) {
  .form-layout-box .inline-form-group {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }

  .dashboard-card-view .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .module-name {
    font-size: 15px;
  }

  .view-value {
    display: block;
    min-width: 165px;
  }

  .module-card-v .counter {
    margin-bottom: 40px;
  }

  .floating-filter .filter-field {
    width: 33.33%;
  }
}

@media (max-width: 767.98px) {
  .module-name {
    display: block;
  }

  .topnav .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .topbar.container-fluid {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .logo-brand {
    margin-right: 0;
  }

  .logo-topbar .dept-title {
    display: none;
  }

  .floating-filter .filter-field {
    width: 50%;
  }
}

@media (max-width: 576.98px) {
  .floating-filter .filter-field {
    width: 100%;
  }
}