:root {
  --bg-color: #FFFFFF;
  --bg-black: #000000;
  --bg-info: #1F509A;
  --bg-secondary: #002864;
  --bg-primary: #16386C;
  --comman-btn-bg: #002864;
  --text-color-new-table: #FFFFFF;
  --text-color-new-new: #FFF;
  --text-color-new: #FFFFFF;
  --text-danger: #BF0101;
  --text-title: #000000;
  --text-light: rgba(255, 255, 255, 0.75);
  --card-text: rgba(255, 255, 255, 0.75);
  --card-bg: transparent;
  --text-info: #1F509A;
  --text-gray: #7E7E7E;
  --text-warning: #F50;
  --text-success: #390;
  --border-gray: #525252;
  --border-light: #76636391;
  --input-placeholder: rgba(255, 255, 255, 0.75);
  --sidebar-bg: #ffffff;
  --card-border: rgba(255, 255, 255, 0.25);
  --sidebar-bg-active: #ffffff;
  --card-color: #000000;
  --sidebar-color-active: #000000;
  --modal-bg: #ffffff;
  --table-header: #002864;
  --sidebar-hover: #e6f0ff;
  --active-tab-bg: #ffffff;
  --count-bg: rgba(255, 255, 255, 0.15);
  --active-tab-color: #000000;
  --bg-buttons: white;
  --comman-card-bg: #002864;
  --comman-table-bg: #1F509A;
  --search-placeholder: #FFFFFF,

}

[data-theme="light"] {
  --bg-color: #FFFFFF;
  --bg-buttons: #F5F5F5;
  --bg-black: #000000;
  --text-color-new-table: #000000;
  --bg-info: #1F509A;
  --active-tab-bg: #1F509A;
  --active-tab-color: #FFFFFF;
  /* --bg-secondary: #002864; */
  --bg-secondary: #F5F5F5;
  /* --bg-primary: #181D25; */
  --bg-primary: #002864;
  /*  --text-color-new: #FFFFFF; */
  --text-color-new: #000000;
  --text-color-new-new: #FFF,

    --text-danger: #BF0101;
  --text-title: #000000;
  --text-light: rgba(255, 255, 255, 0.75);
  --text-info: #1F509A;
  --text-gray: #7E7E7E;
  --text-warning: #F50;
  --text-success: #390;
  --border-gray: #525252;
  --border-light: #76636391;
  --sidebar-bg: #ffffff;
  --sidebar-hover: #e6f0ff;
  --search-placeholder: #7E7E7E;
  --sidebar-bg-active: #1F509A;
  --input-placeholder: rgb(126, 126, 126);
  --sidebar-color-active: #ffffff;
  --table-header: #1F509A;
  --card-text: #000;
  --card-border: #000;
  --comman-card-bg: #EBEBEB;
  --comman-btn-bg: #1F509A;
  --comman-table-bg: #fff;
  --card-bg: rgb(245, 245, 245);
  --count-bg: #F5F5F5;
}

[data-theme="light"] .table-isdrag .accordion .collapsed::after {
  background-image: url('../img/newblackarrow.svg');
}



*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--bg-color);
  color: var(--text-color-new);
  height: 100vh;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.no-bootstrap {
  all: unset;
}

.btn:hover {
  color: var(--text-title);
  background-color: var(--bg-color);
}

.scroll-hidden {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.scroll-hidden::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}




.checkoxdiv input[type="checkbox"] {
  position: relative;
  width: 1.5em;
  height: 1.5em;
  color: var(--text-title);
  border-radius: 4px !important;
  border-radius: 4px !important;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}




.checkoxdiv input[type="checkbox"]::before {
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  left: 5px;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-color: var(--bg-black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}


.checkoxdiv input[type="checkbox"]:checked {
  color: var(--text-color-new);
  border-color: var(--bg-color);
}

.checkoxdiv input[type="checkbox"]:checked~label::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

label {
  position: relative;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 600;
  padding: 0 0.25em 0;
  user-select: none;
}

label::before {
  position: absolute;
  content: attr(data-content);
  color: lightgray;
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--bg-black);
  transition: clip-path 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fixed-top {
  position: sticky;
  top: 0;
}

section {
  padding-top: 100px;
  margin-top: -100px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--bg-color);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #65C466;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 12px;
}

.slider.round:before {
  border-radius: 50%;
}

.text-title {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}



.btn-comman {
  border: none;
}

.btn-cencel {
  border: 1px solid red !important;
  color: red !important;
}

.btn-comman:focus {
  outline: none;
  box-shadow: none;
}

.newuserselect .form-select {
  border-radius: 8px !important;
  background: #EEE !important;
  padding: 10px !important;
  font-size: 14px !important;
  color: #8b8b8b !important;
}

.newuserselect .form-select:focus {
  border: none !important;
  outline: none;
  box-shadow: none;
}

.comman-text {
  color: var(--text-light);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn-runtax {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.45);
  padding: 12px 16px;
  width: 100%;
}

.btn-refresh {
  background-color: transparent;
  border: none;
  color: var(--text-color-new);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--text-color-new);
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
}

.btn-refresh2 {
  background-color: transparent;
  border: none;
  color: var(--text-color-new);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--text-color-new);
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
}

.buffer-btndiv {
  display: flex;
  gap: 8px;
}


.btn-down {
  border: none;
  border-radius: 8px;
  /* border: 1px solid #A9A9A9; */
  background: #FFF;
  display: flex;
  padding: 12px 6px;
  gap: 4px;
}

.btn-text {
  color: var(--text-info);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #000;
}

.downloaddiv {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.downloaddiv .box {
  flex: 1 1 125px;
}


.header-container {
  background-color: var(--bg-info);
  overflow: hidden;
}

.nav-item .nav-link {
  color: var(--text-title);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-item .active {
  color: var(--text-info) !important;
  font-weight: 600;
}

.custom-select-container {
  position: relative;
  width: 110px;
}

#language-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50px;
  background: var(--bg-info);
  padding: 10px;
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color-new);
  cursor: pointer;
  background-image: url("../img/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding: 8px 16px;
}

#language-select-dashboard {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50px;
  background: var(--bg-info);
  padding: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color-new);
  cursor: pointer;
  background-image: url("../img/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding: 8px 16px;
}

#language-select:focus {
  outline: none;
  border-color: none;
}

.select-option {
  color: var(--text-title);
  background-color: var(--bg-color);
  border: none !important;
  border-radius: 20px;
  padding: 20px;
}

.custom-select-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 15px;
  height: 15px;
  background-image: url("../img/dropdown.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.wardanalysis {
  position: relative;
}

.wardselect {
  background-color: var(--bg-secondary) !important;
  color: var(--text-title) !important;
}

.activeSelect {
  color: var(--text-color-new);
}

.disabled-select {
  color: var(--text-light);
}

#wardselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  border: none;
  background: var(--bg-secondary);
  padding: 10px 30px 10px 10px;
  /* Padding for the dropdown icon */
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  background-image: url("../img/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  max-height: 300px;
  /* Max height for the dropdown */
  overflow-y: auto;
  /* Enable vertical scrolling if needed */
}

#wardselect option {
  word-wrap: break-word;
  white-space: normal;
  /* Allow text to wrap */
  padding: 8px;
  font-size: 14px;
  /* You can reduce the size here */
}




#wardselect:focus {
  outline: none;
  box-shadow: none;
}

.dashboardlanguage {
  /* background-color: var(--bg-color) !important; */
  background-color: transparent !important;
  color: #FFF !important;
  border: 1px solid white !important;
  /* color: var(--text-title) !important; */
}

/* .customdashboardlanguage::after {
  background-image: url('../img/dashboardlanguage.svg') !important;
} */

.btn-tooltip {
  border: none;
  background: transparent !important;
}


.linear-gradian-bg {
  background: linear-gradient(175deg, #292548 3.41%, #03856E 95.82%);
}

.tooltitlediv {
  margin-top: 10px;
  padding: 8px;
  border-radius: 12px;

}


/* Navbar Link Styles */
header .navbar-dark .navbar-nav .nav-link {
  font-weight: bold;
  padding: 0.5rem 1rem;
  color: var(--text-color-new);
  transition: color 0.3s;
}

header .navbar-dark .navbar-nav .nav-link:hover {
  color: #f4a261;
}

/* Logo Styling */
.header-img {
  max-width: 59.878px;
  max-height: 59.881px;
  margin-right: 10.57px;
}

header .bg-primary {
  background: linear-gradient(90deg, #f4a261, #264653);
}

/* Text Styling */
header h5,
header p,
header h6 {
  margin: 0;
}

/* Center Align Header Sections */
header .row.align-items-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Adjust Navbar Collapse Behavior */
header .navbar-collapse {
  justify-content: center;
  text-align: center;
  padding: 10px 0;
  background-color: var(--bg-color);
}

header .navbar-toggler {
  border: none;
}

header .navbar-toggler-icon {
  background-color: var(--bg-color);
}

/* Padding and Spacing */
header .container-fluid {
  padding: 17.44px 0 16.56px 0px;
}

header .text-end button {
  margin-left: 10px;
}

.mainheadertitle {
  display: flex;
  align-items: center;
  padding: 0 0 0 71px;
}

.linecontainer {
  position: absolute;
  left: 30%;
}

.headerimag {
  height: 94px;
  background-color: var(--bg-info);
}

.headmain h6 {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.611px;
}

/* scrolling text */

.scrolling-text {
  margin-top: 10px;
}

.scrolling-text h5 {
  display: inline-block;
  position: relative;
  animation: scroll-right-to-left 10s linear infinite;
}

@keyframes scroll-right-to-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}



.header-content {
  background-color: #c78f0c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.left {
  font-size: 14px;
  font-weight: bold;
  margin-left: 470px;
  justify-content: center;
}

.right {
  display: flex;
  gap: 15px;
}

.icon img {
  width: 20px;
  height: 20px;
}

.btn-login {
  border-radius: 4px;
  background: var(--bg-info);
  color: var(--text-color-new);
  width: 100%;
  font-weight: 500;
  padding: 5px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: none;
  text-align: center;
  margin: 15px 0 1rem 0;
  padding: 7px 76px;
}

.btn-lpginnagarid {
  width: 100%;
  font-weight: 500;
  padding: 5px;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
  border: none;
  text-align: center;
  color: var(--text-info);
  border: 2px solid var(--bg-info);
  background-color: transparent;
}

.signup-link {
  display: block;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.signup-link a {
  color: #0d1e5b;
  text-decoration: none;
}

.signup-link a:hover {
  text-decoration: underline;
}

.logo img {
  width: 60px;
  margin-bottom: 1rem;
}

.ui-content h1 {
  font-size: 2rem;
  margin: 10px 0;
}

.ui-content h3 {
  font-size: 1.2rem;
}

.ui-content p {
  font-size: 1rem;
}


/* Login page */
.social-icon {
  width: 18px;
  height: 18px;
}

.main-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 100vh;
}

.login-left-content {
  background-image: url('../img/Loginbg.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: calc(100vh - 32px)
}

.error-message {
  color: #f00;
  font-family: Poppins;
  font-size: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;

}

.loginlogodiv {
  display: flex;
  align-items: center;
  gap: 10px;
}

.login-img {
  width: 100%;
  height: calc(100vh - 32px);
}

.main-content-landing {
  flex: 2;
  padding: 20px;
  background-color: #f5f5f5;
  height: 100vh;
  width: 100%;

}

.urban-analytics-ui {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.image-grid {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.ui-content h1 {
  font-size: 2rem;
  margin: 10px 0;
}

.ui-content h3 {
  font-size: 1.2rem;
}

.ui-content p {
  font-size: 1rem;
}

.login-right {
  padding: 40px 50px;
  background-color: var(--bg-color);
  height: calc(100vh - 32px);
}

.ui-content {
  position: absolute;
  bottom: 2%;
  left: 4%;
  color: var(--text-color-new);
  text-align: left;
}

/* Sidebar */
.sidebar {
  background-color: #2f3e46;
  color: var(--text-color-new);
  width: 250px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.sidebar-header h2,
.sidebar-header h4 {
  margin-bottom: 15px;
}

.menu {
  list-style: none;
}

.menu li {
  margin: 10px 0;
}

.menu a {
  color: var(--text-color-new);
  text-decoration: none;
  padding: 10px;
  display: block;
  border-radius: 5px;
}

.menu a.active,
.menu a:hover {
  background-color: #4a6572;
}

/* Ensure sidebar button has proper styling */
#toggleButton {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: rgb(232, 212, 212);
  position: relative;
  left: -20px;
}

.dashboard-container {
  display: flex;
  height: 100vh;

}

.header-buttons button {
  margin-left: 10px;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.logout-btn {
  background-color: #f44336;
  color: var(--text-color-new);
}



.main-content-landing {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.main-header {
  background-color: var(--bg-color);
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.main-content-landing {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sidebar {
  background-color: #2f3e46;
  color: var(--text-color-new);
  width: 250px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.sidebar-header h2,
.sidebar-header h4 {
  margin-bottom: 15px;
}

.menu {
  list-style: none;
}

.menu li {
  margin: 10px 0;
}

.menu a {
  color: var(--text-color-new);
  text-decoration: none;
  padding: 10px;
  display: block;
  border-radius: 5px;
}

.menu a.active,
.menu a:hover {
  background-color: #4a6572;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sidebar {
    width: 200px;
  }

  .tools button {
    margin: 5px;
    padding: 10px;
  }
}

.tools-container {
  background-color: var(--bg-color);
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
}

.tools button {
  margin: 0 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #4caf50;
  color: var(--text-color-new);
}

.tools button:hover {
  background-color: #45a049;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sidebar {
    width: 200px;
  }

  .tools button {
    margin: 5px;
    padding: 10px;
  }
}


/* Footer Tools Container */
.tools-container {
  background-color: var(--bg-color);
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.tools {
  display: flex;
  gap: 10px;
}

/* Button Styling */
.tools button {
  margin: 0;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #4caf50;
  color: var(--text-color-new);
  opacity: 0;
  transform: translateX(50px);
  animation: slideIn 0.8s forwards;
}

.main-content-landing {
  flex: 2;
  padding: 20px;
  background-color: #f5f5f5;
  height: 100vh;
  width: 100%;
}

/* Main Content */
.main-content-landing {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main-content {
  margin-left: 0px;
  transition: margin-left 0.3s ease;
  width: 75%;
}

.main-content.collapsed {
  margin-left: 60px;
}



/* project section  */

.section-heading {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

p {
  font-size: 1rem;
  color: #555;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.project-card {
  background-color: var(--bg-color);
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card img {
  max-width: 80%;
  height: 90px;
  object-fit: contain;
  margin-bottom: 15px;
}

.project-card h3 {
  font-size: 1.2rem;
  color: var(--text-title);
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.projecttitle {
  color: var(--text-title);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* new  */
#contact {
  background-color: #002E6D;
  padding: 40px 20px;
}

#contact .section-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-color-new);
}

#contact .heading {
  color: var(--bg-color);
}

#contact a:hover {
  text-decoration: underline;
}

.contact-info p {
  margin: 5px 0;
  color: var(--text-color-new);
}


/* About section  */

.section-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.container p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #0056b3;
  border: none;
  padding: 10px 20px;
  color: var(--text-color-new);
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.feature img {
  width: 40px;
  height: 40px;
}

.feature h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

/* Feature section  */

.section-heading {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
  color: var(--text-title);
}

.section-description {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 2em;
  color: #666;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5em;
}

.feature-card .icon {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  color: #007BFF;
}

.feature-card h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: var(--text-title);
}

.feature-card p {
  font-size: 0.9em;
  color: #555;
}

.bg-light {
  background-color: #f9f9f9;
}

.sidebar-w {
  width: 20%;
}

.dashboard-w {
  width: 80%;
}

.dash {
  height: 78px;
}

/* Sidebar */

/* Main sidebar container */
.header-title h6 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  /* color: var(--text-color-new); */
}

.header-title-footer h6 {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: var(--text-title);
}

.headerborder {
  display: flex;
  align-items: center;
}

/* .header-dashboard {
    background-color: #181D25;
  } */
.maindashboard-container {
  background-color: var(--bg-primary);
}

.maindashboard-light {
  background-color: white;
}

.dashboarheader {
  padding: 12px 30px;
  border-bottom: 1px solid var(--border-light);
}

.dashboard-tools {
  height: 60vh;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.dashboard-tools::-webkit-scrollbar {
  display: none;
}

.mid-dashboard {
  display: flex;
}

.search-input {
  padding: 6px 15px 6px 38px;
  border-radius: 25px;
  /* background-color:  var(--bg-secondary); */
  border: none;
  font-weight: 500;
  color: #FFFFFF !important;
  background-color: rgba(255, 255, 255, 0.17) !important;
}

.search-input::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
  /* ensures it's not faded */
}


.search-container {
  position: relative;
}

.search-container input:focus {
  border: none;
  outline: none;
}

.search-container input::placeholder {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--search-placeholder);
}

.search-container1 {
  position: relative;
}

.search-container1 input::placeholder {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-color-new);
}

.search-container1 .search-img {
  top: 12PX;
  left: 12px;
}

.select-language select {
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #FFFFFF;
  border: none;
}

.select-option {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.logout-container {
  padding: 6px 12px 6px 12px;
  gap: 5px;
  border-radius: 8px;
  border: 1px solid var(--text-danger);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.search-img {
  position: absolute;
  top: 6px;
  left: 15px;
}

.header-right-side {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
}


.tool-btn {
  /* background-color:  var(--bg-secondary); */
  border: none;
  border-radius: 8px;
  padding: 12px;
}

.toolactive1,
.toolactive2 {
  border: 1px solid white;
}

.tool-btn h6 {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  color: var(--card-color);
}

.tools-title {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  /* color: var( --text-color-new); */
  color: var(--sidebar-bg-active);
  margin: 10px 0;
}

.hideshowbtn {
  position: relative;
  z-index: 9;
}

.buffer-form-control {
  /* background-color:  var(--bg-secondary); */
  border: none;
  font-size: 12px;
  padding: 8px;
  color: var(--text-color-new);
}

.buffer-form-control::placeholder {
  color: var(--input-placeholder);
  font-size: 12px;
  font-weight: 500;
}

input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.buffer-form-control:focus {
  background: var(--bg-secondary);
  outline: none;
  box-shadow: none;
  color: var(--text-color-new);
}

input {
  font-family: Poppins !important;
}

.route-input {
  padding: 8px;
  border-radius: 8px;
  background-color: var(--bg-secondary);
  border: none;
  width: 100%;
  color: var(--text-color-new);
  font-size: 13px;
}

.route-input:focus {
  outline: none;
  box-shadow: none;
}

.route-imag {
  width: 20px;
  height: 20px;
}

.route-inputdiv {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-adddestination {
  padding: 10px 10px;
  text-align: center;
  border: none;
  border-radius: 8px;
  width: 100%;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #000000;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.btn-reset {
  background-color: transparent;
  border: 1px solid var(--text-danger);
  color: var(--text-danger);
  padding: 10px 10px;
  text-align: center;
  width: 100%;
  margin-top: 16px;
}

.direactiondiv {
  display: flex;
  gap: 20px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(241, 247, 229, 0.23);
  margin-top: 20px;
}

.search-buffer {
  padding: 8px 0px 8px 45px;
  border-radius: 8px;
  background-color: var(--bg-secondary);
  border: none;
  width: 100%;
  color: var(--text-color-new);
  font-size: 12px;
}

.search-buffer:focus {
  outline: none;
  box-shadow: none;
}

.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
  background: var(--bg-primary);
  background-image: none;
  flex: 1;
  padding: 0 .5em;
  color: var(--text-color-new);
  cursor: pointer;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}

.custom-select select::-ms-expand {
  display: none;
}

.custom-select .select {
  position: relative;
  display: flex;
  line-height: 3;
  background: var(--bg-primary);
  overflow: hidden;
  border-radius: .25em;
}

.custom-select .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: var(--bg-primary);
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  color: var(--text-color-new);
}

.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--border-light);
  border-top: none;
  border-left: none;
  border-right: none;
  background: #002864;
  background-image: none;
  flex: 1;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
  font-family: Poppins;
  height: 40px;
}

.custom-select select::-ms-expand {
  display: none;
}

.custom-select .select {
  position: relative;
  display: flex;
  line-height: 3;
  background: var(--bg-primary);
  overflow: hidden;
  border-radius: .25em;
}

.custom-select .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  background: var(--bg-primary);
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  color: #FFFFFF;
  height: 0px;
}

/* custom2 */

.custom-select2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: none !important;
  background: var(--bg-secondary);
  background-image: none;
  flex: 1;
  padding: 7px;
  padding: 7px;
  color: var(--text-color-new);
  cursor: pointer;
  font-size: 13px;
  font-family: Poppins;
  font-weight: 500;
}

.custom-select2 select::-ms-expand {
  display: none;
}

.custom-select2 .select {
  position: relative;
  display: flex;
  line-height: 2;
  background: var(--bg-secondary);
  overflow: hidden;
  border-radius: .25em;
}

.custom-select2 .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 7px 7px 7px;
  padding: 5px 7px 7px 7px;
  background: var(--bg-secondary);
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  color: var(--text-color-new);
}


.custom-layer select {
  border-top: 1px solid var(--border-light) !important;
}

.custom-layer .select::after {
  top: 0px !important;
}

.btn-nextchangelayer {
  padding: 5px 10px;
  text-align: center;
  border: none;
  border-radius: 8px;
  width: 100%;
  background: var(--bg-secondary);
  color: var(--text-color-new);
}

.topheader-title {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #ffffff;
}

.toheader img {
  width: 16px;
  height: 16px;
}

.topheaderleftdiv {
  display: flex;
  gap: 12px;
  align-items: center;
}


.topheadercontainer {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 71px;
}

.theme-dark {
  background: #ffffff;
}

.topheadercontainer-light {
  background-color: #1F509A;
}

.theme-light {
  background-color: #FFF;
}

.headcontainer {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sidebar-in {
  width: 21%;
}

.map-container {
  width: 100%;
  height: 684px;
}

.login-topheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 72px;
  background: var(--bg-info);
  height: 32px;

}

.login-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 72px;
  background: var(--bg-info);
  height: 32px;
  text-align: center;
}

.govt-title {
  font-family: Poppins;
  font-size: 11.88px;
  font-weight: 600;
  line-height: 15.83px;
  color: #021C4D;
  width: 225px;
  width: 225px;
}

.logintitle {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  color: #000000;
  margin: 1rem 0 4px 0;
  margin: 1rem 0 4px 0;
}

.login-pera {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: var(--text-gray);
  margin-bottom: 20px;
  margin-bottom: 20px;
}

.login-link {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.loginform .form-control {
  padding: 10px;
  font-family: Poppins !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  border: 1px solid #A9A9A9;
  margin-top: 18px;
  margin-top: 18px;
}

.loginform .form-control:focus {
  outline: none;


  box-shadow: none;
}

.login-lefttitle {
  font-family: Poppins;
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  color: var(--text-color-new);

}

.loginpara {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-color-new);

}

.login-insights {
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;


}

.main-container {
  height: 100vh !important;
}

.topheadercontainerlanding {
  background: #E38E49 !important;
}

.mainheaderright {
  display: flex;
  justify-content: end;
  align-items: center;
}

.headselect-language select {
  padding: 8px 16px;
  border-radius: 50px;
  background: var(--bg-info);
  border: none;
  color: var(--text-color-new);
}

.select-option {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;

}


.banner-title {
  padding: 74px 0 0 0;
}

.banner-title h6 {
  color: var(--text-color-new);
  text-align: center;
  font-family: Poppins;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
}

.banner-title p {
  color: var(--text-color-new);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 36px;
}

.banner-container {
  background-image: url('../img/Banner.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

.layer {
  background-color: #002864A6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bannercontaine-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.citizen-btn {
  border-radius: 50px;
  border: 2px solid #FFF;
  display: flex;
  height: 56px;
  padding: 16px 34px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  color: #FFF;
  width: 100%;
}

.citizen-bt,
.departement-btn span {
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.departement-btn {
  border-radius: 50px;
  border: 2px solid #FFF;
  display: flex;
  height: 56px;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  background-color: #FFFFFF;
  color: var(--text-info);
}

.bannermapimg {
  width: 100%;
  height: 100%;
}

.bannermap-container {
  margin-top: 50px;
}

.about-container {
  padding: 100px 71px;
  background-color: #FFFFFF;
  background-image: url('../img/Blob.png');
  background-repeat: no-repeat;
  background-position: right;
  height: 500px;
  align-items: center;
  display: flex;
}

.about-title {
  position: relative;
}

.about-title h6 {
  color: var(--Blue-Gray-900, #0F172A);
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.about-title img {
  position: absolute;
  right: 30%;
}

.about-title p {
  color: #414142;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 36px;
  margin-bottom: 0;
}

.about-title button {
  border-radius: 50px;
  background: var(--bg-info);
  height: 56px;
  width: 211px;
  padding: 16px 24px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  margin-top: 36px;
}

.about-card {
  border-radius: 14.883px;
  border: 1.24px solid #D4D4D4;
  background: #FFF;
  padding: 14.883px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 130px;
}

.about-card img {
  width: 59.532px;
  height: 59.532px;
}

.about-card h6 {
  color: #414142;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.project-cotaniner {
  background-color: #FFFFFF;
  padding: 75px 0px;
}

.project-title {
  color: var(--Blue-Gray-900, #0F172A);
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.project-p {
  color: #414142;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0;
}

.project-pera {
  color: var(--text-info);
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 56px;
}

.projectcarddiv img {
  width: 172px;
}

.projectcard-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.projectcarddiv img:hover {
  transform: scale(1.1);
  transition: all .5s;
}

.container-project-card {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  padding: 34px;
  width: 64%;
  margin: 0 auto;
}

#webpack-dev-server-client-overlay-div {
  display: none !important;
}


.feature-cotaniner {
  /* background-image: url('../images/circle.gif'); */
  background-image: url('../img/videoplayback.gif');
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: left;
  /* position: relative; */
  background-size: 60% 447px;
}

.feature-layer {
  /* background-image: url('../images/Features-gif-layer.png'); */
  background-image: url('../img/features_bg.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 60% 447px;
  padding: 50px 71px 50px 71px;
}

.featurebgsm {
  padding: 50px 0;
}

.feature-leftdiv h6 {
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.feature-white {
  color: var(--text-color-new);
}

.feature-dark {
  color: #E38E49;
}

.feature-leftdiv p {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.feature-card {
  border-radius: 12px;
  border: 2px solid #D4D4D4;
  background: #FFF;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 152px;
}

.feature-card img {
  width: 44px;
  height: 44px;
}

.feature-card h6 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: start;
}

.feature-card p {
  color: #414142;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: start;
}



.data-layer {
  background-image: url('../img/circlebg.png');
  background-repeat: no-repeat;
  background-position: top right 50px;
  background-size: 65% 52%;
  padding: 80px 0px;
  border-radius: 0 0 32px 32px;
}

.data-title h6 {
  color: var(--Blue-Gray-900, #0F172A);
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}

.data-title p {
  color: #414142;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.integration-card {
  border-radius: 12px;
  border: 2px solid #D4D4D4;
  background: #FFF;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  height: 300px;
}

.integration-card img {
  width: 74px;
  height: 74px;
}

.integration-card h6 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.integration-card p {
  color: #414142;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}


.contact-cotaniner {
  border-radius: 0px 0px 32px 32px;
  background: var(--bg-info);
  padding: 110px 72px;
  background-image: url('../img/Contactus-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
}

.contactleftdiv h5 {
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  margin: 0;
}

.contactleftdiv p {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.contactdiv {
  display: flex;
  gap: 12px;
  margin-top: 36px;
  align-items: center;
}

.contactdiv h6 {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contactdiv img {
  width: 24px;
  height: 24px;
}


.faxdiv {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 12px 0;
}

.send-btn {
  display: flex;
  height: 56px;
  padding: 16px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--text-info);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 50px;
  background: #FFF;
  border: none;
}

.capchadiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contactform .form-control {
  height: 49px;
  padding: 14px 12px;
  align-items: center;
  border-radius: 12px;
  background: #356DC1;
  border: none;
  color: var(--text-color-new);
  margin-bottom: 1rem;
}

.contactform .form-control::placeholder {
  color: var(--text-light);
  text-align: left;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contactform textarea {
  height: 100%;
  min-height: 176px;
}

.developement-title {
  margin-top: 24px;
  margin-bottom: 0px;
}

.captcha {
  max-width: 100%;
}

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.footer-container {
  padding: 32px 72px;
}

.footerimg {
  max-width: 59.878px;
  max-height: 59.881px;
  margin-right: 10.57px;
}

.mpmap-img {
  width: 100%;
  height: 100%;
}

.footersection h6 {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.footersection h5 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.footer-link {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 16px;
}

.govtdiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.buffer-slider {
  display: none;
}

.toolsslider {
  padding: 0 1rem;
}

.toolsslider {
  padding: 0 1rem;
}

.toolsslider .slick-initialized .slick-slide {
  width: 175px !important;
  margin-right: 12px !important;
  padding-left: 10px !important;
}

.toolsslider .slick-track {
  margin-left: 0 !important;
}

.featureslider .slick-initialized .slick-slide {
  /* width: fit-content !important; */
  margin-right: 15px !important;
  padding-left: 15px !important;
}

.menu-toggle {
  color: var(--text-color-new);
  cursor: pointer;
  display: none;
}

.govt-header {
  background-color: white;
  border-radius: 28px 0 0 28px;
  padding: 5px 71px 5px 5px;
}



.navbar-toggler:focus {
  box-shadow: none;
}

.header-sm {
  display: none;
}

.button-tools {
  padding: 0 10px;
}


.mobile-nav {
  transition: transform 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  z-index: 50;
}

/* Optional: Add slide-in animation */
.mobile-nav.hidden {
  transform: translateY(-100%);
}

.mobile-nav.block {
  transform: translateY(0);
}

.top-content {
  display: none;
}

.bannermapimg-sm {
  display: none;
}


.filter-btn {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--bg-secondary);
  border: none;
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.filterdiv {
  padding: 18px;
  border-bottom: 1px solid var(--border-light);
}

.access-search {
  padding: 10px 12px 10px 38px;
  border-radius: 5px;
  background-color: var(--bg-secondary);
  border: none;
  color: var(--text-color-new);
}

.switchdiv {
  display: flex;
  gap: 20px;
  padding: 0 0 20px 0;
}

.managetabs {
  display: flex;
  background-color: var(--bg-secondary);
  border-radius: 5px;
  height: 42px;
  align-items: center;
  /* margin-bottom: 20px; */
  gap: 0;
  /* width: 100%; */
  /* width: fit-content; */
}

.role-active {
  background: linear-gradient(175deg, #292548 3.41%, #03856E 95.82%);
  /* background-color: var(--active-tab-bg); */
  color: var(--active-tab-color);
  border-radius: 5px;
  padding: 8px 12px;
  border: none;
}

.btn-modal-submit {
  background: linear-gradient(175deg, #292548 3.41%, #03856E 95.82%);
  /* background-color: #1F509A; */
  border-radius: 5px;
  border: none;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}

.btn-close {
  --bs-btn-close-bg: none !important;
}

.role-inactive {
  color: var(--text-color-new);
  margin: 0 15px;
  border: none;
  background-color: transparent;
}

.dashboard-layout {
  height: calc(100vh - 78px);
  overflow: hidden;
  overflow-y: scroll;
}

.fildiv {
  display: flex;
  gap: 15px;
}


.sidebarbuttondiv {
  position: absolute;
  bottom: 10px;
}

.table-dark-security {
  background-color: transparent !important;
}

.btn-access-switch {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--text-color-new);
}

.active-tab {
  border-bottom: 2px solid var(--active-tab-bg);
  padding: 12px;
}

.tab-text {
  color: var(--card-text);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.table-title {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.manage-user-table thead tr th {
  /* background-color: var(--bg-secondary); */
  background-color: var(--table-header);
  color: var(--text-light);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 10px;
  text-align: center;
  border: none;
}

.manage-user-table tbody tr td {
  background-color: transparent;
  padding: 10px;
  padding: 10px;
  text-align: center;
  /* color: var( --text-color-new); */
  /* color: #FFF; */
  color: var(--text-color-new-table);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid var(--border-light);
}

.userupload-table {
  margin-top: 8px;
}

.userupload-table tbody tr td {
  background-color: transparent;
  padding: 2px 2px;
  text-align: center;
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  color: #000;
}

.userupload-table tbody tr {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 5px 1px;
  margin-top: 8px;
  color: #000;
}

.userdataimg {
  width: 20px;
  height: 20px;
}

.access-container {
  max-height: calc(100vh - 142px);
  overflow: hidden;
  overflow-y: scroll;
}

.auth-cotaniner {
  border-radius: 12px;
  border: 1px solid var(--card-border);
  background: transparent;
  padding: 20px;
}

.checkoxdiv {
  display: flex;
  align-items: center;
  gap: 10px;
}

.permition-table thead tr th {
  padding: 10px !important;
  text-align: start !important;
}

.permition-table tbody tr td {
  text-align: start;
}

.lebel-text {
  color: var(--card-text);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.role-select {
  margin: 12px 0;
  background-color: transparent !important;
  border-radius: 8px;
  border: 1px solid var(--text-color-new);
}

.role-select .select {
  background-color: transparent !important;
}

.role-select select {
  background-color: transparent !important;
}

.role-select .select::after {
  background-color: transparent !important;
}

.role-select .select select option {
  background-color: #000;
}

.access-container::-webkit-scrollbar {
  display: none !important;
}

.dashboard-layout::-webkit-scrollbar {
  display: none !important;
}

.dahboard-tools::-webkit-scrollbar {
  display: none !important;
}

.maptablediv::-webkit-scrollbar {
  display: none !important;
}

.maptablediv::-webkit-scrollbar {
  display: none !important;
}

.authleftdiv h6 {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.authleftdiv p {
  color: var(--card-text);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

.update-message {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 12px;
}

.update-message h6 {
  color: var(--card-text) !important;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.requird-text {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 16px;
}

.message-text {
  color: var(--text-light) !important;
  font-family: Poppins;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

.input-lebel {
  color: var(--text-color-new);
  /* color: #000; */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* margin-bottom: 5px; */
}

.label-input-text {
  color: #000 !important;
}

.update-password .form-control {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: var(--bg-secondary);
  padding: 12px;
  height: 45px;
  color: var(--text-color-new);
  font-size: 12px;
}

.update-password .form-control:focus {
  outline: none;
  box-shadow: none;
}

.eyediv {
  position: absolute;
  top: 10px;
  right: 15px;
}

.eyedivaccess {
  color: var(--text-color-new) !important;
}

.addusermodal .modal-content {
  border-radius: 12px;
  background: var(--modal-bg);
  padding: 20px;
}

.addusermodal .modal-title {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

.addusermodal .modal-header .btn-close {
  position: absolute;
  opacity: 1;
  right: 10px;
  top: 0px;
  padding: 0;
  margin: 0;
}

.addusermodal .modal-content .modal-header {
  padding: 0;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  border: none;
}

.addusermodal .modal-content .newuseradd {
  text-align: start !important;
  justify-content: start !important;
}

.addusermodal .modal-content .modal-body {
  margin: 20px 0;
}

.modal-headings {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.btn-cancel {
  border-radius: 4px;
  border: 1px solid #A9A9A9;
  background-color: transparent;
  padding: 12px 16px;
  /* color: var( --text-color-new); */
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
}

.addusermodal .modal-content .modal-body .form-control {
  border-radius: 8px;
  /* background: var(--bg-secondary); */
  /* background-color: #002864; */
  border-radius: 8px;
  background: #EEE;
  font-family: Poppins;
  font-size: 14px;
  color: var(--text-color-new);
  font-size: 14px;
  border: none;
  padding: 12px;
  color: #000;
  font-weight: 500;
}

.addusermodal .modal-content .modal-body .form-control::placeholder {
  color: #7E7E7E !important;
}


.addusermodal .modal-content .modal-body .form-control:focus {
  outline: none;
  box-shadow: none;
}

.addusermodal .modal-content .modal-body input::placeholder {
  color: var(--text-light);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  ;
}

.adduserdivtab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.role-text {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.select-theme p {
  margin: 0 0 5px 0;
  padding: 0;
}

.radio-label {
  /* color: var( --text-color-new); */
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-right: 7px;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.radio-input {
  margin: 0;
  visibility: hidden;
}

.radio-input:checked+span {
  border: 2px solid #FFFFFF;
}

.radio-input:checked+span:after {
  opacity: 1;
}

.custom-radio {
  left: -8px;
  top: 6px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px solid #9a9a9a;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

/* for inner filled circle */
.custom-radio::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}

/* Slider */

.container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.feature-lg {
  display: flex;
}

.feature-sm {
  display: none;
}

.districtdiv {
  border-radius: 18.113px;
  background: var(--bg-info);
  display: flex;
  padding: 14.491px;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;

}

.districtdiv h3 {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.districtdiv button {
  border-radius: 45.283px;
  background: #FFF;
  padding: 14.491px 20.981px;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14.491px;
  border: none;
  transition: transform 0.4s ease, opacity 0.4s ease, width 0.4s ease;
}

/* .card-container:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
  } */

.card-container:hover .view-btn {
  width: 100%;
  opacity: 1;
  transform: translateX(100);
  transition: transform 0.4s ease, opacity 0.4s ease, width 0.4s ease;
}

.card-container:hover .districtdiv h3 {
  display: none;
}

.card-container:hover .mapimgsearch {
  transform: scale(1);
  transition: all 0.2s ease;

}

.cardRow {
  column-gap: 20px;
}

.citizen-container input:focus {
  outline: none !important;
  box-shadow: none !;
}

.projectcard-sm {
  display: none;
}

.showmapdiv {
  width: 100%;
  height: calc(100vh - 240px) !important;
}

.showmapdivtable {
  width: 100%;
  height: calc(80vh - 240px) !important;
}

.maptablediv {
  height: 16vh;
  overflow-x: hidden;
  overflow-y: scroll;
  /* margin-top: 8px; */
}


.datatablediv {
  height: 60vh;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: 8px;
}

.dashboard-tools {
  height: calc(100vh - 200px) !important;
  overflow: auto;
}

.switch-text {
  color: #7E7E7E;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sure-text {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.activetoolcard {
  position: absolute;
  right: 0;
  top: 0;
}

.istoolheight-dashboard {
  height: calc(100vh - 108px);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.istoolheight-dashboard::-webkit-scrollbar {
  display: none;
}

.manageheighttools {
  height: calc(100vh - 108px) !important;
}

.manage-divtools {
  height: 30px;
}

.dashboard-tools .custom-legend {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px 0;
}

.legend-item {
  display: flex;
  align-items: center;
}

.usermonthtitle {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
}

.usertotal {
  /* color: #E38E49; */
  color: #1F509A;
  text-align: center;
  font-family: Poppins;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
}

.usertext {
  /* color: var( --text-color-new); */
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
}

.viewallbtn {
  border: none;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  /* color: #E38E49; */
  color: #1F509A;
}

.wardanalysisdiv {
  margin: 24px 0;
}

.routeinfodiv {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.route-info {
  background-color: transparent !important;
  padding: 12px 0px 12px 36px !important;
}

.placeimgdiv {
  position: absolute;
  top: 8px;
}

.inforoutediv {
  margin: 32px 0;
}

.parameterdiv {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  /* background: var(--bg-primary); */
  padding: 12px;
  margin-top: 8px;
}


.bufferdisdiv {
  margin: 24px 0;
}

.change-table table tbody td {
  border-bottom: 1px solid #B8B8B8 !important;
}

.parameterdiv table tbody tr td {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.mis-card {
  padding: 12px;
  border-radius: 8px;
}

.mis-propertycard p {
  color: white !important;
}

.propertyinfodiv {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.resultleftdiv {
  width: 65%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);

}

.btn-remove {
  border-radius: 50px;
  background: #F33;
  color: var(--text-color-new);
  font-size: 12px;
  padding: 4px 8px;
}

.querydiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btndeletequery {
  border-radius: 8px;
  border: 1px solid #F33;
  background: transparent;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #F33;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btnapply {
  border-radius: 8px;
  background: var(--active-tab-bg);
  color: var(--active-tab-color);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 16px;
}

.comparemapdiv {
  margin-top: 20px;
  border-radius: 12px;
  background: rgba(250, 180, 70, 0.25);
  display: flex;
  justify-content: center;
  padding: 16px 29.613px 5px 24.522px;
}

.comparenotediv {
  margin-top: 24px;
}

.comparenotediv h5 {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.comparenotediv h6 {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-top: 8px;
}

.downloadtitle {
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.downloadtext {
  color: var(--text-light);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.esri-popupmain-container {
  width: 250px !important;
  /* Adjust width to make it compact but readable /
    border-radius: 10px; / Rounded corners for modern design */
  background: white;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}

.esri-popupcontent {
  padding: 8px;
  /* Reduce padding to save space */
}

.mapcomponent {
  width: 76%;
}

.is-mapcomponent {
  width: 100%;
}

.rendercomponent {
  width: 24%;
}

.is-rendercomponent {
  /* width: 0; */
  display: none;
}

/* Activity */
.activity-count {
  display: flex;
  height: 19px;
  padding: 4px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--count-bg);
}

.switch-tabs {
  padding: 12px 18px;
}

.switchdivact {
  position: relative;
  display: flex;
  gap: 20px;
}

.btn-access-switch {
  position: relative;
  padding: 10px 15px 12px 15px;
  text-align: center;
  color: var(--text-color-new);
  transition: color 0.3s ease;
}

.acitveslider {
  position: absolute;
  bottom: 0;
  height: 3px;
  background: linear-gradient(175deg, #292548 3.41%, #03856E 95.82%);
  /* background-color: var(--active-tab-bg); */
  border-radius: 2px;
}

.notifucationtitle {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.notificationhead {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.notificationtext {
  color: var(--card-text);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.notificationinfodiv {
  border-radius: 12px;
  border: 1px solid var(--card-border);
  padding: 16px;
  background-color: var(--card-bg);
}

.notificationinfodiv .inside {
  display: flex;
  gap: 10px;
  align-items: center;
}

.activitybtn {
  background-color: transparent;
  border: none;
}

/* pagination */

.paginationdiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--table-header);
  padding: 0px 20px;
}

.btn-secondary {
  background-color: transparent !important;
  border: none;
}

.rightsidepagination {
  display: flex;
  align-items: center;
  gap: 25px;
}

.rightsidepagination .btn:hover {
  color: var(--text-color-new);
}

/* SingUp */

.indiaflag {
  margin-top: 18px;
  border-radius: 4px;
  border: 1px solid #A9A9A9;
  background: #FFF;
  padding: 8px;
  display: flex;
  justify-content: center;
}

.stepper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background-color: #F2F4F7;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.active .step-number {
  background-color: #0056b3;
  color: var(--text-color-new);
  width: 32px;
  height: 32px;
  border-radius: 12px;
}

.complete .step-number {
  background-color: #0056b3;
  color: var(--text-color-new);
}

.progress-bar {
  position: absolute;
  left: 0;
  background-color: #F2F4F7;
}

.progress {
  height: 100%;
  background-color: #0056b3;
  transition: 0.25 ease;
}

.insidecircle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activestep {
  width: 44px;
  height: 44px;
  background: #F2F4F7;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eyediv {
  color: var(--text-gray);
}

.verifydiv input {
  border-radius: 4px;
  border: 1px solid #A9A9A9;
  background: #FFF;
  display: flex;
  height: 90px;
  width: 90px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.verifydiv input[type=number]::-webkit-inner-spin-button,
.verifydiv input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-resendotp {
  background-color: transparent;
  border: none;
  width: 100%;
  color: #021C4D;
  font-size: 16px;
  font-weight: 500;
  margin-top: 1.5rem;
}


/* About us */

.administrationtext {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.departmenttitle {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
  margin-bottom: 40px;
}

.table-responsive {
  overflow-x: auto;
}

.object-card .about-card {
  height: 150px !important;
}

.object-title {
  font-size: 14px !important;
  margin-top: 20px !important;
}

section#jumbotron {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

section#jumbotron .content {
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  /* max-width: 85ch; */
  text-align: center;
}

section#jumbotron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002864D9;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  transform: scaleX(1.6);
}

section#body {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 10em;
  padding: 10em 0;
}

.object-about-title {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 121.429% */
}

.object-about-text {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 76ch;
  display: flex;
  justify-content: center;
  align-items: center;
}

.object-content {
  margin: 60px 0;
}

section#body .content {
  color: #260645;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 85ch;
  text-align: center;

}

section#body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #febd6c;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: scaleX(2);
}

.manage-user-table {
  table-layout: auto;
  /* Allows automatic column resizing */
  width: 100%;
  min-width: 600px;
  /* Prevents table from breaking on small screens */
}

/* Data management */
.dataimportdiv {
  margin: 24px 0;
}

.backupdiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.backupdiv-title {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.backupdiv h6 {
  color: var(--card-text);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Settings */
.apimanagemenentdiv {
  margin: 20px 0;
}

.disabled-card {
  pointer-events: none;
  opacity: 0.6;
  background-color: #f5f5f5;
  border-radius: 8px;
}

.checkboxsetting {
  display: flex;
  gap: 10px;
  align-items: center;
}

.checkboxsetting .toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

/* Hide default checkbox */
.checkboxsetting .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The track */
.checkboxsetting .slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}

/* The circular slider */
.checkboxsetting .slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: #FFF;
  border-radius: 50%;
  transition: transform 0.3s;
}

/* Toggled state */
.checkboxsetting .toggle-switch input:checked+.slider {
  background-color: #4caf50;
}

.checkboxsetting .toggle-switch input:checked+.slider::before {
  transform: translateX(15px);
}

.integrationcard {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  /* background: var(--bg-primary); */
  background-color: var(--comman-card-bg);
  padding: 12px;
}

.integrationcard h6 {
  color: var(--text-color-new);
  /* color: #FFF; */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.integrationstatus {
  display: flex;
  justify-content: space-between;
}

.integrationstatus h6 {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.integrationstatus .status {
  /* color: var(--text-light); */
  color: var(--text-color-new);
}

.integrationstatus .active {
  color: var(--text-success);
}

.integrationstatus .disabled {
  color: var(--text-danger);
}

.btn-settings {
  border-radius: 4px;
  border: 1px solid #FFF;
  background: var(--comman-btn-bg);
  padding: 8px 0px;
  /* color: var( --text-color-new); */
  color: #FFF;
  width: 100%;
}

.btn-disconnect {
  border: none;
  border-radius: 4px;
  background-color: #FFF;
  color: var(--text-title);
  padding: 8px 0px;
  width: 100%;
}

.integrationcardfooter {
  display: flex;
  gap: 8px;
}

.add-btn {
  background-color: transparent;
  border: none;
}

.addnewintegrationtitle {
  color: var(--text-color-new);
  /* color: #FFF; */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
}

.system-select {
  background: transparent;
  color: var(--text-color-new);
  border: none;
}

.system-select:focus {
  border: none;
  outline: none;
}

.system-select option {
  background-color: #000000;
  color: var(--text-color-new);
  font-size: 14px;
  font-weight: 400;
  border: none;
}

.systemdropdown {
  text-align: end;
}

/* Accordian */
.table-isdrag .accordion .accordion-button {
  padding: 0.6rem 1rem !important;
  background-color: var(--comman-table-bg);
  font-size: 14px;
  color: var(--text-color-new);
  /* color: #FFF; */
  font-weight: 400;
}

.table-isdrag .accordion .accordion-item {
  border-bottom: 1px solid #dfdfdf !important;
}

.table-isdrag .accordion .collapsed::after {
  background-image: url('../img/downarrowaccordian.svg');
}



.table-isdrag .accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.table-isdrag .accordion .accordion-body {
  padding: 0.5rem;
  background-color: #1F509A;
  height: calc(100vh- 40vh);
  overflow: hidden;
  overflow-y: scroll;
  color: var(--text-color-new) !important;
}

[data-theme="light"] .table-isdrag .accordion .accordion-body {
  padding: 0.5rem;
  background-color: #EBEBEB;
  height: calc(100vh- 40vh);
  overflow: hidden;
  overflow-y: scroll;
  color: var(--text-color-new) !important;
}

.table-isdrag .accordion .accordion-body::-webkit-scrollbar {
  display: none;
}

.table-isdrag .accordion .accordion-button:not(.collapsed)::after {
  background-image: url('../img/newblackarrow.svg');
}

.table-isdrag .accordion .accordion-button:not(.collapsed) {
  background-color: white;
  color: #000;
}

.dragdiv {
  position: absolute;
  top: -34px;
  z-index: 1001;
  right: 45%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  cursor: pointer;
  /* color: var( --text-color-new); */
  color: #FFF;
  background-color: #1F509A;
  border: 0px;
  padding: 5px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.manage-buffer {
  position: absolute;
  top: 50%;
  z-index: 1001;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  background: linear-gradient(175deg, #292548 3.41%, #03856E 95.82%);
  /* background-color: #1F509A; */
  border: 0px;
  display: flex;
  align-items: center;
  width: 20px;
  height: 40px;
  justify-content: center;
}

.manage-buffer-left {
  position: absolute;
  top: 50%;
  z-index: 1001;
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  background: linear-gradient(175deg, #292548 3.41%, #03856E 95.82%);
  /* background-color: #1F509A; */
  border: 0px;
  display: flex;
  align-items: center;
  width: 20px;
  height: 40px;
  justify-content: center;
}

.manage-tools {
  position: absolute;
  bottom: 0;
  z-index: 1001;
  left: 50%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  background-color: #1F509A;
  display: flex;
  align-items: center;
  width: 40px;
  height: 18px;
  justify-content: center;
}

.buffer-img-arrow {
  width: 12px;
  height: 12px;
}


.isDragdiv {
  position: absolute;
  z-index: 1001;
  right: 45%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  /* color: var( --text-color-new); */
  /* background: var(--bg-secondary); */
  background-color: #1F509A;
  border: 0px;
  padding: 5px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.is-rotate {
  rotate: 180deg;
}

.tabletitlefeature {
  padding: 5px 12px 5px 12px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.viewmoretitle {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.isDragActive {
  height: calc(100vh - 140px);
  transition: height 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: scroll;
}

.isDragWidth {
  height: calc(100vh - 235px);
  transition: height 0.3s ease-in-out;
  overflow-x: hidden;
  overflow-y: scroll;
}

.tabledownloaddiv {
  position: absolute;
  right: 50px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 20px;
}

.download-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  /* color: white; */
  gap: 10px;
  text-decoration: underline;
}

.downloadline {
  color: #000;
  border-right: 1px solid #16151591;
  border-radius: 0;
  padding: 0 20px 0 0;
}

.btn-play {
  border-radius: 50px;
  border: 1px solid var(--Gray-5, #D9D9D9);
  background: var(--White-2, #F5F5F5);
  padding: 5px 8px;
  color: var(--Blue-primary, #1F509A);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

.try-ai-btn {
  border-radius: 50px;
  background: var(--Blue-primary, #1F509A);
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  display: flex;
  width: 340px;
  padding: 8px 12px 8px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px
}

.custom-modal .modal-content {
  height: 100vh;
  overflow-y: auto;
}

.custom-modal .video-container {
  max-width: 100%;
  margin: 0 auto;
}

.custom-modal .try-ai-btn {
  transition: transform 0.2s;
}

.custom-modal .try-ai-btn:hover {
  transform: scale(1.05);
}


.isdownloadline {
  border-right: 1px solid var(--border-light);
  padding: 0 20px 0 0;
  color: var(--text-color-new) !important;
  /* color: #FFF !important; */
}

.table-isdrag::-webkit-scrollbar {
  display: none !important;
}

.dragtable {
  height: 60vh;
}

/* mis Dashboard */
.misdashboarddiv {
  width: 100%;
  height: calc(100vh - 78px);
}

.buffertogglediv {
  display: flex;
  justify-content: space-between;
  background-color: var(--bg-secondary);
  border-radius: 5px;
  margin: 10px 0;
}

.buffertogglediv .btn:hover {
  color: inherit !important;
  /* Keeps original text color */
  background-color: inherit !important;
  /* Keeps original background */
}

.btn-feature {
  border: none;
  background-color: transparent;
  width: 100%;
  color: var(--text-color-new);
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 5px;
  text-align: center;
}

.govt-title2 {
  font-size: 13px !important;
  font-weight: 400 !important;
  opacity: 0.8 !important;
  line-height: 22px !important;
}

.btn-is-feature {
  border: none;
  background: linear-gradient(175deg, #292548 3.41%, #03856E 95.82%);
  /* background-color: var(--active-tab-bg); */
  width: 100%;
  color: var(--active-tab-color);
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
}

.btn-theme {
  border: none;
  border-radius: 8px;
  background-color: #1F509A;
  color: white;
  padding: 12px 16px;
  width: 100%;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

/* Chat history */
.chathistorydiv {
  display: flex;
  align-items: center;
  gap: 18px;
}

.gis-title {
  color: var(--card-text);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}

.history-title {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 133.333% */
}

/* .graphdashboarddiv {
  height: calc(100vh - 100px);
  overflow: hidden;
} */

.graphdashboarddiv {
  background-color: white;
}

.isbottomsidediv {
  height: calc(100vh - 220px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 20px;
  transition: height 1s ease-in;
  /* smooth animation */
}

.graph-right-div {
  height: calc(100vh - 560px);
  overflow-x: hidden;
  overflow-y: scroll;
  /* padding-bottom: 20px; */
  transition: height 1s ease-in-out;
}

.graphleftdiv {
  height: calc(100vh - 480px);
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 20px;
  scrollbar-width: thin;
  /* auto | thin | none */
  scrollbar-color: #f0f0f0;
  /* thumb | track */
  padding-right: 10px;
}

.toggle-container {
  background: #e6fffb;
  /* light background like your screenshot */
  border-radius: 12px;
  padding: 3px;
  display: inline-flex;
}

.toggle-btn {
  border: none;
  outline: none;
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: 600;
  background: transparent;
  color: #000;
  transition: all 0.3s ease;
  font-size: 14px;
  border-radius: 12px;
}

.toggle-btn.active {
  background: var(--Satat-theme, linear-gradient(97deg, #292548 17.75%, #03856E 100%));
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.gradient-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  border: 1px solid;
  border-image-slice: 1;
  border-color: #00b4d8;
  /* border-image-source: linear-gradient(90deg, #3a0ca3, #00b4d8); */
  border-radius: 12px !important;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(90deg, #3a0ca3, #00b4d8);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  background: var(--Satat-theme, linear-gradient(97deg, #292548 17.75%, #03856E 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




.gradient-btn:hover::after {
  width: 100%;
}

.table-titles {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}



.slick-initialized .slick-slide {
  width: 160px !important;
}

.dashboard-tab .slick-prev {
  left: -25px !important;
  top: 18px !important;
}

.dashboard-tab .slick-next {
  right: -25px !important;
  top: 18px !important;
}

.day-title {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.todaydiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 12px;
  border-bottom: 1px solid var(--border-light);
}

.todaydiv .content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.todaydiv .content h6 {
  color: var(--text-color-new);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.mainchathistorydiv {
  padding: 22px 19px;
}

.video-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-main {
  width: 100%;
  height: auto;
}

.loader .modal-content {
  background-color: transparent !important;
  border: none !important;
}

@keyframes pendulumSwing {
  0% {
    transform: rotate(30deg);
  }

  50% {
    transform: rotate(-30deg);
  }

  100% {
    transform: rotate(30deg);
  }
}

.pendulum {
  transform-origin: top center;
  /* Set rotation point */
  animation: pendulumSwing 4s ease-in-out infinite;
  /* Continuous swing */
}

.loading-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.bullets {
  animation: dots 2s steps(3, end) infinite;
}

@keyframes dots {

  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow:
      .25em 0 0 rgba(0, 0, 0, 0),
      .5em 0 0 rgba(0, 0, 0, 0);
  }

  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0, 0, 0, 0),
      .5em 0 0 rgba(0, 0, 0, 0);
  }

  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0, 0, 0, 0);
  }

  80%,
  100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;
  }
}

.btn-titles {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn-titlesdiv {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* New Identity */
.property-card-0 {
  /* padding: 20px; */
  border-radius: 12px;
  border: 1px solid #B7D4FF;
  background: linear-gradient(180deg, #F6FAFF 58.57%, #1F509A 100%);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.30);
}

.property-card-2 {
  border-radius: 12px;
  border: 1px solid #FFD0D0;
  background: linear-gradient(180deg, #FFEFEF 61.14%, #F00 100%);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.30);
}

.property-card-1 {
  border-radius: 12px;
  border: 1px solid #8FE6DD;
  background: linear-gradient(180deg, #F4FFFE 36%, #C2E5E0 100%);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.30);
}

.property-card-id-0 {
  padding: 8px 0;
  background: linear-gradient(98deg, #06F 0.79%, #1F509A 57.46%);
  border-radius: 0 0 12px 12px;
  height: 50px;

}

.property-card-id-2 {
  padding: 8px 0;
  background-color: #ff0000;
  /* background: linear-gradient(97deg, #9A3420 17.75%, #BF0101 100%); */
  border-radius: 0 0 12px 12px;
  height: 50px;
}

.property-card-id-1 {
  padding: 8px 0;
  color: #FFF !important;
  background-color: #55ff00;
  /* background: var(--Satat-theme, linear-gradient(97deg, #292548 17.75%, #03856E 100%)); */
  border-radius: 0 0 12px 12px;
  height: 50px;
}

.property-card-id-titlediv {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.property-card-id-title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.property-card-id-text {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.tabs-container {
  /* display: flex; */
  background: #e6fffa;
  /* light aqua background */
  border-radius: 12px;
  padding: 4px;
  /* width: fit-content; */
}

.tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background: linear-gradient(135deg, #1e3c72, #2a8c74);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.table-container {
  /* width: 80%; */
  margin: 8px auto;
  /* border-radius: 8px; */
  /* overflow: hidden; */
  /* border: 1px solid #ddd; */
}

.custom-table {
  margin-bottom: 0;
  /* remove default margin */
}

.custom-table thead th {
  position: sticky;
  top: 0;
  background: #e6f4f1;
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 2;
}

.custom-table th {
  white-space: nowrap;
  /* Prevent line break */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
  /* Show ... if too long */
  max-width: 200px;
  /* Optional: adjust column width */
}

/* Optional: table cells behave similarly */
.custom-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  /* adjust as needed */
}

/* Ensure table scrolls horizontally if needed */
.table-responsive {
  overflow-x: auto;
}

.table-responsive2 {
  max-height: 180px;
  /* set table body scroll height */
  overflow-y: auto;
  overflow-x: auto;
  position: relative;
}

.pagination-controls-fixed {
  position: sticky;
  top: 50px;
  /* Adjust based on your header height */
  background: white;
  z-index: 999;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
}

.table-responsive {
  max-height: 250px;
  /* set table body scroll height */
  overflow-y: auto;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.pagination-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #dff1f0, #e6f4f1);
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  position: sticky;
  bottom: 0;
}


/* Tax insights */
.property-card-id-titlein {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.property-card-id-text-in {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.property-tax-in-0 {
  border-radius: 8px;
  background: #3674B5;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.property-tax-in-1 {
  border-radius: 8px;
  background: #A4B465;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.property-tax-in-2 {
  border-radius: 8px;
  background: #FFC785;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.property-tax-in-3 {
  border-radius: 8px;
  background: #A6D6D6;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.property-tax-in-4 {
  border-radius: 8px;
  background: #FF8282;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}

.tax-property-h3-0,
.tax-property-h3-1 {
  color: #FFFFFF;
}

.tax-property-h3-2,
.tax-property-h3-3,
.tax-property-h3-4 {
  color: #FFFFFF;
}

.tex-ev-h3 {
  font-size: 14px !important;
}

.ev-card-div-0 {
  background-color: #A4B465 !important;
}

.ev-card-div-1 {
  background-color: #36A2EB !important;
}

.ev-card-div-2 {
  background-color: #FF6384 !important;
}

.ev-card-div-3 {
  background-color: #FFCE56 !important;
  color: #000 !important;
}


.text-ev {
  font-size: 10px;
}


.fixed-pagination {
  position: sticky;
  bottom: 0;
  background-color: #f8f9fa;
  /* padding: 1rem; */
  border-top: 1px solid #dee2e6;
  z-index: 10;
}

/* PrimeReact DataTable customization */
.p-datatable {
  font-size: 14px;
}

.p-datatable .p-datatable-thead>tr>th {
  background-color: #f8f9fa;
  font-weight: bold;
  text-align: center;
}

.p-datatable .p-datatable-thead>tr>th {
  background-color: #f8f9fa;
  font-weight: bold;
  text-align: center;
}

.p-datatable .p-column-header-content {
  justify-content: center !important;
}


.p-datatable .p-datatable-thead>tr>th {
  background-color: #f8f9fa;
  font-weight: bold;
}

.p-paginator {
  background: transparent;
  border: none;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #16386C;
  color: white;
  height: 30px;
  border-radius: 8px;
  background: linear-gradient(90deg, #292548 0%, #03856E 100%);
}

.custome-pagination .p-paginator {
  padding: 2px 0 !important;
}

.right-side-chartdiv {
  height: calc(100vh - 375px);
  overflow: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 1440px) {
  .cardRow {
    column-gap: 18px;
  }
}

@media screen and (max-width: 1400px) {
  .search-container {
    display: none;
  }
}

@media screen and (max-width: 1376px) {
  .scrolling-text {
    width: 210px;
  }
}

@media screen and (max-width: 1352px) {
  .btn-feature {
    font-size: 13px;
    padding: 10px 8px;
  }

  .btn-is-feature {
    font-size: 13px;
    padding: 10px 8px;
  }
}

@media screen and (max-width: 1350px) {
  .sidebarbuttondiv {
    display: none;
  }

  .buffer-btndiv {
    flex-direction: column;
    /* gap: 15px; */
  }
}

.navbar .togglediv {
  display: none;
}

@media screen and (max-width: 1290px) {
  .navbar .navbar-nav .nav-item {
    margin-right: 12px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .gisaiheaderdiv {
    display: block !important;
  }

}

@media screen and (max-width: 1290px) {
  .usermonthtitle {
    font-size: 12px;
  }

  .showtoolstext {
    font-size: 12px !important;
  }

  .btn-is-feature {
    font-size: 12px;
  }
}

@media screen and (max-width: 1250px) {
  .linecontainer .headerimag {
    display: none;
  }

  .scrolling-text {
    display: none;
  }

  .logintitle {
    font-size: 30px;
  }

  .login-right {
    padding: 30px;
  }

  .suggestion {
    height: 140px !important;
  }

  .buffertogglediv {
    flex-direction: column;
    gap: 10px;
  }

}

@media screen and (max-width: 1205px) {
  .btn-feature {
    font-size: 12px;
    padding: 10px 6px;
  }

  .btn-is-feature {
    font-size: 12px;
    padding: 10px 6px;
  }
}

@media screen and (max-width: 1199px) {
  .scrolling-text {
    display: none;
  }

  .about-title h6 {
    font-size: 30px;
  }

  .about-title p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1130px) {
  #wardselect {
    font-size: 12px;
  }
}



@media screen and (max-width: 1024px) {
  .topheadercontainer {
    padding: 6px 30px;
  }

  .dashboarheader {
    padding: 12px 30px;
  }

  .linecontainer .headerimag {
    display: none;
  }

  .scrolling-text {
    display: none;
  }

  .mainheadertitle {
    padding: 0 0 0 30px;
  }

  .govt-header {
    padding: 5px 30px 5px 5px;
  }

  .banner-title h6 {
    font-size: 45px;
  }

  .about-container {
    padding: 100px 30px;
    height: 100%;
  }

  /* .container-project-card {
      box-shadow: none;
    } */

  .capchadiv {
    display: grid;
    gap: 15px;
    justify-content: center;
  }

  .footer-container {
    padding: 32px 30px;
  }

  .container-ai {
    padding: 0 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .rightview-sm {
    display: none;
  }

  .leftview-sm {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sidebar-dashboard {
    display: none;
  }

  .mid-dashboard {
    /* background-color: var(--bg-primary); */
    padding: 0px 10px;
  }

  .sidebar-sm-new {
    width: 300px;
    position: sticky;
    margin-left: -20px;
    background-color: var(--bg-secondary);
    height: 100vh;
    top: 50px;
    transition: 0.5s;
    height: calc(100vh - 142px);
    padding: 20px;
    margin-top: 20px;
  }

  .navbar .togglediv {
    display: block;
  }

  .menu-toggle {
    display: block;
  }

  .header nav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    background: #333;
    top: 50px;
    left: -100%;
    transition: 0.5s;
  }

  .headerlanguage {
    display: none;
  }

  .govt-header {
    background-color: transparent;
  }

  .navbardiv {
    display: none;
  }

  .header-lg {
    display: none;
  }

  .header-sm {
    display: block;
  }

  .about-title h6 {
    font-size: 20px;
  }

  .about-card h6 {
    font-size: 15px;
  }

  .about-card {
    padding: 10px;
  }

  .banner-title {
    padding: 180px 10px 0 10px;
  }

  .card-margin {
    margin-top: 10px;
  }

  .nav-elements {
    position: absolute;
    left: 0;
    top: 103px;
    background-color: var(--bg-secondary);
    width: 0px;
    transition: all 0.3s ease-in;
    overflow: hidden;
    z-index: 9;
  }

  .menu-toggle {
    display: block;
  }

  .nav-elements.active {
    width: 270px;
    padding: 10px 20px;
  }

  .feature-cotaniner {
    background-image: none;
  }

  .feature-container-sm {
    background-image: url('../img/featurebg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .feature-layer {
    background-image: none;
    padding: 0;
  }

  .feature-leftdiv {
    text-align: center;
    padding: 40px 10px;
  }

  .data-layer {
    background-image: none;
    padding: 40px 10px;
  }

  .contact-cotaniner {
    background-image: none;
  }

  .capchadiv {
    display: flex;
    justify-content: space-between;
  }

  .footer-container {
    padding: 32px 20px;
  }

  .about-container {
    margin-top: 0;
  }

  .close-icon {
    color: white;
    font-size: 30px;
  }

  .logintitle {
    font-size: 22px;
    margin: 0;
  }

  .fixed-top {
    position: fixed;
    top: 0;
  }

  .citizen-container {
    margin: 100px auto 0 auto !important;
  }

  .feature-lg {
    display: none;
  }

  .feature-sm {
    display: contents;
  }

  .container-project-card {
    box-shadow: none;
    width: auto;
    padding: 20px 10px;
  }

  .projectcarddiv img {
    width: 150px;
  }

  #wardselect {
    font-size: 14px;
  }

  .suggestion {
    height: 100px !important;
  }

  section#jumbotron {
    height: 80vh !important;
  }

  .object-about-title {
    font-size: 40px;
  }

  .object-main-content {
    margin-top: 20px;
  }

  .link-text2 {
    color: #000 !important;
  }

  .showtoolstext {
    display: none;
  }

  .isDragdiv,
  .dragdiv {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contactform {
    margin-top: 20px;
  }

  .buffer-footer {
    display: none;
  }

  .buffer-slider {
    display: block;
  }

  .about-title h6 {
    font-size: 30px;
    text-align: center;
    line-height: 35px;
  }

  .knowdiv {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .about-container {
    background-image: none;
  }

  .dahboard-tools {
    height: fit-content;
  }

  .contact-cotaniner {
    padding: 10px;
  }

  .login-left-content {
    display: none;
  }

  .login-right {
    padding: 40px 90px;
  }

  /* .featureslider .slick-initialized .slick-slide {
      width: 220px !important;
      margin-right: 12px !important;
      padding-left: 10px !important;
    } */

  .project-pera {
    margin-bottom: 10px;
  }

  .dashboard-tools {
    margin-top: 20px;
    height: auto !important;
  }

  .mid-dashboard {
    display: block;
  }

  .mapcomponent {
    width: 100%;
  }

  .is-rendercomponent {
    display: none;
  }

  .rendercomponent {
    width: 100%;
    display: block;
  }

  .toolsslider {
    padding: 1rem
  }

  .button-tools {
    padding: 0;
  }

  .systemdropdown {
    text-align: start;
  }

  .suggestion {
    height: fit-content !important;
  }

  .suggestion-list .suggestion :where(.text, .icon) {
    margin-bottom: 0;
  }

  .object-container {
    padding: 0 10px;
  }

  section#jumbotron:before {
    transform: scaleX(2.6);
  }

  .object-main-content {
    margin-top: 36px;
    padding: 10px;
  }

  .manage-buffer {
    display: none;
  }

  .manage-buffer-left {
    display: none;
  }

  .buffertogglediv {
    flex-direction: row;
  }

  .buffer-btndiv {
    flex-direction: row;
  }

  /* .video-main{
      width: 100%;
      height: 100%;
    } */
}

@media screen and (max-width: 690px) {
  .contactform {
    margin-top: 20px;
  }

  .govtdiv {
    display: none;
  }

  .img-line {
    display: none;
  }

  section#jumbotron {
    height: 90vh !important;
  }
}

@media screen and (max-width: 590px) {
  .switchdivact {
    gap: 5px;
  }

  .btn-access-switch {
    padding: 7px;
  }

  .btn-access-switch {
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .bannercontaine-btn {
    display: grid;
  }

  .banner-title h6 {
    font-size: 32px;
    line-height: 44px;
  }

  /* .banner-title {
      padding: 71px 10px 0 10px;
    } */


  .capchadiv {
    display: grid;
    justify-content: center;
    gap: 15px;
  }

  .footersection {
    text-align: center;
  }

  .fildiv {
    display: flex;
    flex-direction: column;
  }

  .adduserdivtab {
    flex-direction: column;
    gap: 15px;
  }

  .access-search {
    width: 100%;
  }

  .login-right {
    padding: 25px;
  }

  .logintitle {
    font-size: 24px;
    line-height: 60px;
  }

  .projectcard-lg {
    display: none;
  }

  .projectcard-sm {
    display: contents;
  }

  .btn-access-switch img {
    display: none;
  }

  .manage-user-table th,
  .manage-user-table td {
    white-space: nowrap;
    /* Prevents text from breaking weirdly */
  }

  .accordion-item:first-of-type>.accordion-header .accordion-button {
    padding: 0.4rem 0.2rem !important;
  }

  .table-isdrag .accordion .accordion-button {
    padding: 0.4rem 0.2rem !important;
  }

  .isdownloadline {
    padding: 0;
  }

  .isdownloadline img {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .topheadercontainer {
    padding: 8px 10px;
  }

  .dashboarheader {
    padding: 12px 10px;
  }

  .mainheadertitle {
    padding: 0 0 0 10px;
  }

  .header .container-fluid {
    padding: 12px 0;
  }

  .header-title h6 {
    font-size: 12px;
    text-align: start
  }

  .topheaderleftdiv {
    justify-content: center;
  }

  .topheaderrightsm {
    justify-content: center;
  }

  .navbar button {
    padding: 0;
  }

  .about-container {
    padding: 30px 10px 30px 10px;
  }

  .about-card h6 {
    font-size: 12px;
  }

  .project-cotaniner {
    padding: 30px 10px;
  }

  .data-title h6 {
    font-size: 28px;
    line-height: 40px;
  }

  .data-title p {
    font-size: 12px;
  }

  .data-container {
    padding: 40px 10px;
  }

  .integration-card {
    padding: 12px;
    gap: 5px;
  }

  .integration-card img {
    width: 60px;
    height: 60px;
  }

  .integration-card h6 {
    font-size: 14px;
  }

  .integration-card p {
    font-size: 12px;
  }

  .topheaderimg {
    display: none;
  }

  .top-content {
    display: inline;
  }

  .top-content-lg {
    display: none;
  }

  .curved-div {
    width: 100%;
    background: #FFFFFF;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  .navbardivsm {
    background-color: var(--bg-info);
  }

  .addusermodal .modal-content {
    padding: 10px;
  }

  /* .featureslider .slick-initialized .slick-slide {
      width: 343px !important;
      margin-right: 12px !important;
      padding-left: 10px !important;
    } */





  .featurebgsm {
    background-image: url('../img/Phone-circle.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  }

  .downloadtitle {
    font-size: 15px !important;
  }

  .downloadtext {
    font-size: 12px !important;
  }

  .feature-leftdiv h6 {
    font-size: 28px;
    line-height: 40px;
  }

  .feature-leftdiv p {
    font-size: 14px;
  }

  .contactleftdiv h5 {
    font-size: 28px;
    line-height: 40px;
  }

  .contactleftdiv p {
    font-size: 16px;
  }

  .contactdiv h6 {
    font-size: 12px;
  }

  .headerborder {
    display: grid;
    /* gap: 10px; */
    /* gap: 10px; */
    text-align: center;
    /* margin-bottom: 20px; */
  }

  .switch-tabs {
    padding: 12px 10px;
  }

  .btn-access-switch {
    font-size: 12px;
    line-height: 18px;
  }

  .activity-count {
    display: none;
  }

  .notifucationtitle {
    font-size: 14px;
  }

  .notificationinfodiv {
    padding: 12px;
  }

  .notificationhead {
    font-size: 12px;
  }

  .notificationtext {
    font-size: 10px;
  }

  .topheader-title {
    font-size: 10px;
  }

  .main-menu {
    width: 100% !important;
    height: 100%;
  }

  .voice-text-sm {
    display: none !important;
  }

  .typing-area .icon {
    height: 44px !important;
    width: 44px !important;
  }

  .mainchathistorydiv {
    padding: 20px 10px;
  }

  .todaydiv {
    padding: 10px 0;
  }

  .todaydiv .content {
    gap: 8px;
  }

  .todaydiv .content h6 {
    font-size: 13px;
  }

  section#jumbotron {
    height: 100vh !important;
  }

  .object-about-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .table-isdrag .accordion .accordion-button {
    font-size: 12px;
  }

  .isdownloadline {
    font-size: 12px;
  }
}

@media screen and (max-width: 383px) {
  .projectcard-container {
    justify-content: center;
  }

  .headmain h6 {
    font-size: 10px;
  }

  .filterdiv {
    padding: 20px 10px;
  }

  .role-text {
    font-size: 13px;
  }

  .header-img-dash {
    height: 44px !important;
    width: 44px !important;
  }

  .login-link {
    font-size: 14px;
  }

  .projectcarddiv img {
    width: 148px;
  }

}

@media screen and (max-width: 355px) {
  .faxdiv {
    display: grid;
    gap: 15px;
  }

  .faxdiv .faxline {
    display: none;
  }
}

@media screen and (max-width: 340px) {
  .topheaderleftdiv {
    gap: 7px;
  }
}

@media screen and (max-width: 320px) {
  .role-active {
    padding: 10px 5px;
  }
}


/* ChatComponent.css */
.container-ai {
  padding: 0px 32px;
}

.gisaiheaderdiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 32px 11px 20px;
}

.gisaiheaderdivboarder {
  border-bottom: 1px solid var(--border-gray);
}

.btn-danger-ai {
  border: 1px solid #F33;
  background: transparent;
  color: #F00;
  /* color: var(--text-color-new); */
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-info-ai {
  border: none;
  background: var(--bg-buttons);
  border-radius: 4px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.btn-danger-ai img {
  width: 20px;
  height: 20px;
}


.delete-history-container {
  transform: translateY(20px);
  /* Start below */
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.delete-history-container.show {
  transform: translateY(0);
  opacity: 1;
}

.ai-headdiv {
  display: flex;
  gap: 16px;
  align-items: center;
}


.chat-list .message,
.typing-area {
  /* Corrected typo here */
  margin: 0 auto;
  max-width: 980px;
}

/* .header {
      margin-top: 6vh;
      padding: 1rem;
      overflow-x: hidden;
  } */

body.hide-header .header {
  margin: 0;
  display: none;
}

.header :where(.title, .subtitle) {
  color: var(--text-color-new);
  font-weight: 500;
  line-height: 4rem;
}

.header .title {
  color: var(--text-color-new);
  font-family: Poppins;
  /* font-size: 20px; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px 0px 8px 0;
}

.subtitle {
  color: var(--text-color-new);
  font-family: Poppins;
  /* font-size: 28px;
    line-height: 36px; */
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  font-weight: 600;
}

.typing-form #voice-text {
  color: var(--text-info);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.typing-form #voice-btn {
  border: none;
  border-radius: 50px;
  background: #FFF;
  /* position: absolute; */
  /* right: 4px; */
  /* top: 3px; */
  padding: 2px 8px;
  transition: all 0.3s ease-in-out;
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--text-info);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.typing-input {
  overflow-y: auto;
  max-height: 150px;
  resize: none;
}

.typing-form .typing-input:valid~#voice-btn {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.suggestion {
  cursor: pointer;
  padding: 12px;
  /* width: 222px; */
  flex-shrink: 0;
  border-radius: 0.75rem;
  justify-content: space-between;
  border-radius: 12px;
  background: var(--comman-card-bg);
  transition: 0.2s ease;
  height: 120px;
}



.suggestion-list .suggestion :where(.text, .icon) {
  /* color: var(--text-light); */
  color: var(--text-color-new);
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* margin-top: 17px;
    font-size: 14px; */
  margin-top: 12px;
  font-size: 12px;
}

.suggestion-list .suggestion .icon {
  width: 42px;
  height: 42px;
  display: flex;
  font-size: 1.3rem;
  margin-top: 2.5rem;
  align-self: flex-end;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  color: var(--text-color-new);
  background: var(--primary-color);
}


.chat-list {
  position: relative;
  /* padding: 2rem 1rem 12rem; */
  padding: 32px;
  max-height: 100vh;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  /* scrollbar-color: #999 transparent; */
}

.chat-list::-webkit-scrollbar {
  display: none !important;
}

.chat-list .message {
  margin-top: 1rem;
}

.chat-list .message .message-content {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  align-items: center;
  justify-content: end;

}

.chat-list .message .text {
  color: white;
  white-space: pre-wrap;
  border-radius: 12px;
  /* background: var(--text-info); */
  background: linear-gradient(175deg, #292548 3.41%, #03856E 95.82%);
  padding: 8px 20px;
  font-size: 16px;
}

.chat-list .message.error .text {
  color: #e55865;
}

.chat-list .message.loading .text {
  display: none;
}

.chat-list .message .avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  align-self: flex-start;
}

/* .chat-list .message.loading .avatar {
  animation: rotate 3s linear infinite;
} */

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.chat-list .message .icon {
  color: var(--text-color-new);
  cursor: pointer;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  font-size: 1.25rem;
  margin-left: 3.5rem;
  visibility: hidden;
}

.chat-list .message:hover .icon {
  visibility: visible;
}

.chat-list .message .icon:hover {
  background: var(--secondary-hover-color);
}

.chat-list .message .loading-indicator {
  display: none;
  gap: 0.8rem;
  width: 100%;
  flex-direction: column;
}

.chat-list .message.loading .loading-indicator {
  display: flex;
}

.chat-list .message .loading-indicator .loading-bar {
  height: 11px;
  width: 70%;
  border-radius: 20px;
  background-position: -800px 0;
  /* background: linear-gradient(to right, #4285f4, var(--primary-color), #4285f4); */
  background: linear-gradient(to right, var(--bg-secondary), #616161, var(--bg-secondary));
  animation: loading 3s linear infinite;

}

.chat-list .message .loading-indicator .loading-bar:last-child {
  width: 70%;
}

@keyframes loading {
  0% {
    background-position: -800px 0;
  }

  100% {
    background-position: 800px 0;
  }
}

.typing-area {
  position: fixed;
  /* width: 100%; */
  /* right: 0; */
  bottom: 0;
  padding: 1rem;
  /* background: var(--primary-color); */
  background-color: transparent;
}

.typing-area :where(.typing-form, .action-buttons) {
  /* display: flex; */
  /* gap: 0.75rem; */
  border-radius: 12px;
  background: var(--bg-secondary);
  padding: 10px 8px;
}

.ai-voicebtndiv {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.typing-form .input-wrapper {
  width: 100%;
  /* height: 50px; */
  display: flex;
  position: relative;
  align-items: center;
}

/* .typing-form .input-wrapper-active {
  display: flex;
  position: relative;
  margin: 0 auto 10px auto;
} */

.active-voice-btn {
  width: max-content;
  right: 0 !important;
  top: 0 !important;
  transition: transform 0.5s ease-in-out;
}

.typing-form .typing-input {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font-size: 1rem;
  color: var(--text-color-new);
  /* padding: 4px 17px; */
  background-color: transparent;
  /* border-radius: 12px;
  background: var(--bg-secondary); */
}

.typing-form .typing-input::-webkit-scrollbar {
  display: none !important;
}

.typing-form .typing-input:focus {
  border: none !important;
  box-shadow: none !important;
}

.typing-form .typing-input::placeholder {
  font-size: 14px;
}

/* .typing-form .typing-input:focus {
      background: var(--secondary-hover-color);
  } */

.typing-form .typing-input::placeholder {
  color: var(--placeholder-color);
}

.typing-area .icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  font-size: 1.4rem;
  color: var(--text-color-new);
  align-items: center;
  justify-content: center;
  background: #FFF;
  /* background: var(--secondary-color); */
  transition: 0.2s ease;
  border-color: var(--text-color-new) !important;
}

.typing-area .icon:hover {
  background: var(--secondary-hover-color);
}

/* .typing-form #send-message-button {
  position: absolute;
  right: 0;
  outline: none;
  border: none;
  transform: scale(0);
  background: transparent;
  transition: transform 0.5s ease;
  background-color: #FFF;
} */

.typing-form .typing-input:valid~#send-message-button {
  transform: scale(1);
  right: 56px;
  top: 3px;
}



.typing-area .disclaimer-text {
  text-align: center;
  margin-top: 1rem;
  color: var(--text-color-new);
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 0;
}

/* graph dashboard */

.title-based {
  font-size: 30px;
  font-weight: 600;
  color: #0B354B;
}

.dashboard-tab {
  border: none !important;
}

.lebel-card {
  position: absolute;
  top: -8px;
  background-color: white !important;
  z-index: 9;
  left: 28px;
  padding: 0 5px;
}

.lebel-card-text {
  color: var(--Text-Helper, #5E6368);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.custom-padding .css-b62m3t-container .css-2m340y-control {
  padding: 2px 0 !important;
}

.custom-padding .css-3iigni-container .css-1w7owub-control {
  padding: 2px 0 !important;
}


.dashboard-tab .nav-item .active {
  color: white !important;
}

/* In globals.css or a separate module CSS */
.custom-card {
  border-radius: 12px;
  /* box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15); */
  /* padding: 20px; */
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border: 1px solid #8FE6DD;
  background: linear-gradient(180deg, #F4FFFE 36%, #C2E5E0 100%);
}

/* .custom-tab-0 , .custom-tab-6 ,.custom-tab-12 {
 
  border: 1px solid #FEC3C1;
  background: linear-gradient(180deg, #FFEDEB 31%, #FFCECB 100%);

}

.custom-tab-1 , .custom-tab-7, .custom-tab-13 {
 
  border: 1px solid #B1B9FB;
  background: linear-gradient(180deg, #EEF0FF 38.5%, #C9CFFF 100%);

}

.custom-tab-2 , .custom-tab-8 {

  border: 1px solid #F0D475;
  background: linear-gradient(180deg, #FFFAE9 35%, #FFE898 100%);

}

.custom-tab-3 , .custom-tab-9 {
 
  border: 1px solid #8FE6DD;
  background: linear-gradient(180deg, #E8FCF9 36%, #A6FFF6 100%);
;
}

.custom-tab-4 , .custom-tab-10 {
 
  border: 1px solid #AADEFF;
  background: linear-gradient(180deg, #E8F6FF 36%, #B8E3FF 100%);

}

.custom-tab-5 , .custom-tab-11 {

  border: 1px solid #8FE6DD;
  background: linear-gradient(180deg, #F4FFFE 36%, #C2E5E0 100%);
 
} */

.gis-filtediv {
  /* background-image: url('../img/bg-graph-page.svg');
    background-repeat: no-repeat;
    background-size: cover; */
  /* height: 100vh;
    overflow: hidden;
    overflow-y: scroll; */
  height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;

}

.layer-title {
  font-size: 14px;
}

/* Responsive media query code for small screen */
@media (max-width: 991px) {
  .typing-area {
    position: static;
  }
}

@media (max-width: 768px) {
  .typing-area :where(.typing-form, .action-buttons) {
    gap: 0.4rem;
  }

  .typing-form .input-wrapper {
    height: 50px;
  }

  .typing-form .typing-input {
    padding: 1.1rem 3.5rem 1.1rem 1.2rem;
  }

  .typing-area .icon {
    height: 50px;
    width: 50px;
  }

  .typing-area .disclaimer-text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }

  .title-based {
    font-size: 20px;
  }
}

.permission-title {
  font-size: 14px;
  font-weight: 400;
}

.progress-title {
  color: red !important;
}



/* Make popup scrollable */
.esri-popup__main-container {
  max-height: 300px;
  overflow-y: auto;
}