.logout-logo img,
.register-logo img {
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 15px;
  width: 50%;
  margin-bottom: 20px;
  margin: 10px;
}

.logintwoimnage {
  margin: 80px 70px;
  align-items: center;
  justify-content: space-around;
}

.login-logo h2 {
  text-align: center;
  color: #fff;
  line-height: 56px;
  margin-bottom: 0px;
}

.login-logo h2 span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 25px;
  color: #464f61;
}

/*----------- Navbar Css ----------------------*/
.navbar-glass {
  margin-bottom: 70px;
}

.nav-link {
  color: #fff;
}

.header-logo img {
  filter: drop-shadow(2px 1px 1px #fff);
}

.footer {
  /* background: var(--falcon-avatar-name-bg); */
}

.footer p {
  color: #000 !important;
}

.flex-direction {
  flex-direction: row-reverse;
}

.bg-200 {
  background-color: #0db9f0 !important;
}

[data-list] li.active .page {
  background-color: rgb(44 123 229);
  color: var(--falcon-light) !important;
}

#googlemap {
  height: 300px;
}

.menu-section {
  background: #ff5757;
}

.fixed-nav {
  position: fixed;
  top: 0;
  background: #fff;
}

.main-header {
  background: #fff;
  display: flex !important;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
}

.login-section {
  /* padding-top: 100px !important; */
  padding-bottom: 100px !important;
}

@media (max-width: 765px) {
  .login-section {
    padding-top: 80px !important;
    padding-bottom: 0 !important;
  }
}

.bg-card-gradient {
  background-position: center;
  background-image: url(http://51.222.156.92/assets/img/banner.png);
  background-repeat: no-repeat;
  background-size: 450px;
}

.bg-card-gradient .position-relative.light:before {
  content: '';
  background: hwb(329 84% 4% / 0.32);
  position: absolute;
  height: 700px;
  width: 100%;
  top: 0;
  left: 0;
}

.position-relative.light_san {
  position: relative;
  padding: 4rem; /* Adjust padding as needed */
}

.bg-card-gradient .position-relative.light_san::before {
  content: '';
  background: rgba(233, 30, 99, 0.32); /* Converted hwb to rgba for better browser support */
  position: absolute;
  height: 800px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1; /* Ensure the background is behind the content */
}


.bg-card-gradient_san {
  background-position: center;
  background-image: url(http://51.222.156.92/assets/img/reglogo.webp);
  background-repeat: no-repeat;
  background-size: 750px;
}

.main-header .main-header-title h4 {
  font-weight: 700;
}

@media (max-width: 520px) {
  .logintwoimnage {
    margin: 0px;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    justify-content: space-around;
  }
}

@media (max-width: 390px) {
  .main-header .main-header-title h4 {
    font-size: 15px;
  }
}

@media (max-width: 765px) {
  .input-group-append {
    position: absolute;
    left: 223px;
    bottom: 185px;
  }

  .main-header img {
    width: 50px;
    max-width: fit-content;
  }

  .main-header .center-logo {
    width: 150px;
  }

  .landing-footer {
    position: unset;
    margin-bottom: -16px;
    padding: 2px;
  }

  .landing-footer p {
    line-height: 25px;
  }

  .main-header-title-login {
    font-size: 10px;
  }

  .bg-card-gradient .position-relative.light:before {
    content: '';
    background: rgb(44 56 69 / 32%);
    position: absolute;
    height: 300px;
    width: 100%;
    top: 0;
    left: 0;
  }

  .bg-card-gradient {
    height: 300px;
  }
}

.logo-last {
  max-height: 40px;
}

@media (max-width: 407px) {
  .sign-in-button {
    min-width: 100% !important;
  }
}

@media (max-width: 767px) {

  .footer-paging {
    flex-direction: column;
  }

  .footer-paging .per-page,
  .footer-paging #pagination {
    margin-top: 10px;
  }

  .dashboard-filter-form .form-group {
    margin-bottom: 1rem !important;
  }

  .navbar .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: -7.5625rem;
  }

  .navbar .dropdown-menu.dropdown-menu-end:after {
    right: 7.949999999999999rem;
    left: auto;
  }

  .image-header-section img {
    width: 50px;
  }

  .image-header-section .center-logo {
    width: 100px;
  }

  .content {
    margin-top: 70px !important;
    margin-bottom: 230px !important;
  }
}

@media (max-width: 1068px) {
  .row .col {
    min-width: 100%;
  }

  .pr-0 {
    padding-right: calc(var(--falcon-gutter-x)*.5) !important;
  }

  .row .col .form-group {
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .navbar-top {
    min-height: 30px;
  }
}

.btn-danger {
  background-color: #ff5757;
  border: 1px solid #ff5757;
  color: #fff;
}

.btn-danger:hover {
  color: var(--falcon-btn-hover-color);
  text-decoration: none;
  background-color: #d04646;
  border-color: #d04646;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* .loginpage-text {
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-name: slideInLeft;
} */

.sign-info a,
.sign-info span {
  color: #5e6e85;
  font-size: 15px;
}

.input-group.captcha {
  display: inline-flex;
  border: 1px solid var(--falcon-input-border-color);
  width: auto;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 38px;
  line-height: 32px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.w-90 {
  max-width: 90%;
}

.input-group-append {
  margin-left: -32px;
}

.input-group.captcha #create_captcha img {
  width: 100%;
}

.input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 7px 20px;
}

.main-header-title-login {
  font-weight: 600;
}

.navbar .nav-link {
  outline: none;
  padding: initial;
}

.content {
  margin-top: 100px;
  /* margin-bottom: 75px; */
}

.btn-block {
  width: 100%;
}

.btn {
  font-size: 14px;
  font-weight: 100;
  min-height: 37px;
}

a.btn {
  padding: 7px;
}

.form-control {
  font-size: 14px;
  border: 1px solid #00000045;
}

.input-group-text {
  border: 1px solid #00000045;
  border-left: 0;
}

.card .card-icon {
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  background: #ffebef;
}

#chartdiv1,
#chartdiv3,
#chartdiv2,
#occupationalchartdiv4 {
  width: 100%;
  height: 400px;
}

#heatmap .highcharts-menu {
  display: flex;
}

#heatmap .highcharts-menu li {
  border: 1px solid #e6e6e6;
  border-radius: 0 !important;
}

#chartdiv4,
#chartdiv5,
#chartdiv6,
#mapdemo {
  width: 100%;
  height: 375px;
}

.login-logo {
  padding-top: 5rem;
}

.highcharts-credits {
  display: none;
}

.float-right {
  float: right;
}

.bg-danger {
  background-color: #ff5757 !important;
}

.form-group {
  margin-bottom: 1rem;
}

.btn-primary {
  background: #6022a6;
  border: 1px solid #6022a6;
}

.bg-primary {
  background-color: #6022a6 !important;
}

.bg-primary-pro {
  background-color: #6022a696 !important;
}

.bg-warning {
  background-color: #fed05b !important;
}

.text-dark {
  color: #1f1f1f !important;
}

.bg-light {
  background-color: #a5a3a6 !important;
}

.table>thead {
  vertical-align: bottom;
  background: #4e4e4e;
  color: #fff !important;
}

.table>thead>tr>th,
.table>tbody>tr>td {
  vertical-align: middle;
}

.bg-success {
  background-color: #36d60e !important;
}

.btn-success {
  background-color: #36d60e;
  border: 1px solid #36d60e;
}

.text-success {
  color: #36d60e !important;
}

.card-header span {
  font-size: 20px;
}

.card-header {
  padding: 8px 13px;
}

.table {
  border-color: #d4d4d4ab;
}

.bg-shape {
  position: relative;
  overflow: hidden;
  background-color: #6022a6d4;
}

.bg-shape:before {
  background: #6022a6;
}

.bg-shape:after {
  background: #6022a6;
}

.filter-form {
  background: #ffffff;
  border-bottom: 1px dashed #e3e3e3;
  /* display: flex; */
  margin: 0;
  padding: 15px 1.5rem;
  padding-bottom: 0;
  box-shadow: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.dashboard-filter-form {
  background: #ffffff;
  border-bottom: 1px dashed #e3e3e3;
  /* display: flex; */
  margin: 0;
  /* padding: 14px 15px; */
  padding-bottom: 0;
  box-shadow: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.dashboard-filter-form .form-group {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .py-lg-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

.page-title-box {
  background: #ffffff;
  padding: 10px 1.5rem;
  border-radius: 0;
  -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  margin-bottom: 15px;
}

.page-title {
  margin-bottom: 0;
}

.breadcrumb-item>a {
  color: #6c757d;
}

.breadcrumb-item.active {
  color: #6022a6;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
  display: flex;
}

.card-box {
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, .03);
  margin-bottom: 24px;
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.total-data-count {
  font-size: 15px;
}

.table .action,
.table .sl-no {
  text-align: center;
}

#pagination h5 {
  font-size: 15px;
  margin-right: 15px !important;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #323a46;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-size: .8333333333rem !important;
}

.page-link.active,
.active>.page-link {
  z-index: 3;
  color: var(--falcon-pagination-active-color);
  background-color: #6022a6 !important;
  border-color: #6022a6 !important;
}

.page-link:hover {
  z-index: 2;
  color: var(--falcon-pagination-hover-color);
  text-decoration: none;
  background-color: #6022a6 !important;
  border-color: #6022a6 !important;
}

.btn-primary:disabled {
  background-color: #6022a6;
  border: 1px solid #6022a6;
}

.text-primary {
  color: #6022a6 !important;
}

.modal-shape-header:before {
  height: 28.9375rem;
  width: 155%;
  right: 23%;
  top: -300px;
}

.border-none {
  border: 0;
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
  color: rgb(50 50 50);
}

::selection {
  background-color: #6022a6;
  color: #fff;
}

.choices .choices__inner {
  border-radius: 0.25rem;
  min-height: 37px;
  font-size: 14px;
  background-color: var(--falcon-input-bg) !important;
  background-size: 16px 12px;
  border: 1px solid var(--falcon-input-border-color);
  padding: 0.2604166667rem 1rem 0.2604166667rem 1rem;
  -webkit-box-shadow: var(--falcon-box-shadow-inset);
  box-shadow: var(--falcon-box-shadow-inset);
  line-height: 1 !important;
}

.form-control {
  min-height: 37px;
}

.footer a {
  color: #ff5757;
  text-decoration: none;
  transition: all .5s;
}

#togglePassword {
  font-size: 18px;
  cursor: pointer;
  color: #000;
  background-color: #fff;
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#eyetoggle {
  background-color: #fff;
  color: #000;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#create_captcha {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#refreshCaptcha {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tablescroll {
  overflow-y: auto;
  height: 181px;
}

.tablescroll>table>thead {
  position: sticky;
  top: 0;
}

.OR-form-title {
  position: relative;
  z-index: 9;
  color: #fff;
  font-weight: 700;
}

#type {
  top: 170px;
  height: 308px;
  width: 227px;
  position: absolute;
  left: 34px;
}

#type .card {
  overflow: hidden;
}

#type .simplebar-content {
  margin-bottom: 206px;
}

.error {
  color: #ff5757;
}

#type thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

#type .simplebar-track.simplebar-vertical {
  width: 0;
}

@media (max-width: 1090px) {
  #type {
    display: contents;
  }

  .map-info {
    display: contents;
  }

  #heatmap .highcharts-menu {
    flex-direction: column;
  }
}

a:hover {
  text-decoration: none;
}

.footer-logo {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#heatmap {
  height: 500px;
}

select {
  -webkit-appearance: listbox !important;
  cursor: pointer;
}

.highcharts-data-table {
  overflow-y: auto;
  height: 170px;
}

.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  font-size: .8333333333rem !important;
}

.highcharts-data-table table thead th {
  background-color: #a5a3a6;
  color: #fff;
  padding: 12px;
  position: sticky;
  top: 0;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid #e2e2e2;
  padding: 10px;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
  background: #f8f8f8;
}

.highcharts-data-table tr {
  cursor: pointer;
}

.highcharts-data-table tr:hover {
  background: #eff;
}

.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold;
}

.highcharts-sort-ascending::after {
  content: " ↓";
}

.highcharts-sort-descending::after {
  content: " ↑";
}

.highcharts-table-caption {
  display: none;
}

.choices__placeholder {
  opacity: 1.5 !important;
}

.footer a:hover {
  color: #6022a6;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--falcon-nav-link-hover-color);
  text-decoration: none;
  transition: all .5s;
}

#heatmap .highcharts-legend {
  display: none;
}

input.error,
select.error,
textarea.error {
  border: 1px solid #ff5757;
}

select.error {
  color: var(--falcon-input-color);
}

input.error:focus,
select.error:focus,
textarea.error:focus {
  border-color: #ff5757;
  -webkit-box-shadow: var(--falcon-box-shadow-inset), 0 0 0 0.25rem rgba(44, 123, 229, .25);
  box-shadow: var(--falcon-box-shadow-inset), 0 0 0 0.25rem rgb(229 50 44 / 19%);
}

.pulsating-circle {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 17px;
  margin-right: 15px;
}

.pulsating-circle.success:before {
  background-color: #4cff52;
}

.pulsating-circle.success:after {
  background-color: #36d60e;
}

.pulsating-circle.danger:before {
  background-color: #e64141;
}

.pulsating-circle.danger:after {
  background-color: #e31e1e;
}

.pulsating-circle.warning:before {
  background-color: #ffd400;
}

.pulsating-circle.warning:after {
  background-color: #dfbe1e;
}

.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #46c6f2;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  max-width: 900px;
  cursor: auto;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 10px;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 25px;
  top: 5px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bg-holder {
  z-index: -1;
}

.card {
  z-index: 999;
}

/* .issue-image{
    max-height: 390px;
    overflow: overlay;
} */

.issue-image:hover,
.issue-video:hover,
.issue-audio:hover {
  border: 1px solid red !important;
}

.bg-card {
  background-size: cover;
  background-position: right;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.bg-dark {
  background: #4e4e4e;
}

.fa-2x {
  font-size: 17px;
}

#type .form-check-label {
  line-height: 1.45rem;
  display: block;
  cursor: pointer;
}

#type .form-check-label .ask-analytics-item:hover {
  border: 1px solid #5f21a596 !important;
}

.info_content .map-issue-image {
  background: antiquewhite;
  padding: 18px;
  border-radius: 50px;
}

.forgot-content {
  /* min-height: 100vh; */
  padding-top: 140px;
  padding-bottom: 60px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: black;
  color: white;
  cursor: pointer;
}

.avatar .pending-verification-avtar {
  background-color: var(--falcon-warning);
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.map-info {
  position: absolute;
  right: 34px;
  top: 170px;
}

.pr-0 {
  padding-right: 0;
}

.issue_list {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
}

.issue_list .list-items {
  padding: 10px 5px;
}

.side-note {
  background-color: #fad7dd;
  color: #8a2134;
  padding: 10px;
  border-left: 3px solid #ff5757;
  margin-bottom: 10px;
  font-size: .8888888rem;
}

.logged-footer {
  background-image: url(https://pccds.indevconsultancy.in/assets/img/medical-footer.jpg);
  background-size: contain;
  background-repeat: round;
  background-position: center;
}