@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
/****Google Fonts*********/

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src:
    url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Bold.woff2") format("woff2")
      url("../fonts/Gilroy-Bold.woff") format("woff"),
    url("../fonts/Gilroy-Bold.ttf") format("truetype"),
    url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src:
    url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff"),
    url("../fonts/Gilroy-Regular.ttf") format("truetype"),
    url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src:
    url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff"),
    url("../fonts/Gilroy-Medium.ttf") format("truetype"),
    url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
.user-sec h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  /* background-color: var(--bg-color); */
  background-color: #f5fbfc;
  font-family: var(--main-font) !important;
  overflow-x: hidden;
  transition: background 0.2s linear;
}
/* body { background: #f0f4f8 !important; } */

html * {
  outline: none;
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}

outline {
  border: 0;
}

.lft {
  float: left;
}

.rgt {
  float: right;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

a,
input,
textarea {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #ffffff; /* white background */
}

::-webkit-scrollbar-thumb {
  background: #bfbfbf; /* grey scrollbar */
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #999999; /* darker grey on hover */
}

/***********HOME-PAGE-CSS-start************/

/****Common_Variables******/
:root {
  --bg-color: #fff;
  --dark-color: #000;
  --grey-color: #ccc;
  --color1: #0791a8;
  --color2: #e64c25;
  --color3: #64bfca;
  --color4: #d0f3ef;
  --color5: #033a44;
  --color6: #242424;
  --color7: #d8d8d8;
  --color8: #3a3a3a;
  --color9: #2f3c4c;
  --main-font: "Gilroy";
}

/* for sidebar root */
:root {
  --brand-teal: #00aecc;
  --brand-teal-dark: #0090a8;
  --brand-teal-deeper: #007a90;
  --brand-gradient: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  --active-bg: #e6f8fb;
  --active-color: #007a90;
  --active-border: #00aecc;
  --sidebar-bg: #f5fbfc;
  --card-bg: #ffffff;
  --border: #d6eef3;
}

/****sticky****/
.sticky {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 999;
  background: var(--bg-color);
  /* background-color: #FF3CAC !important;
background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%) !important; */
}

/*********/
/*****Scroll-to-top***********/

/********end********/

/***main-header*******/
.main-header {
  top: 0;
  z-index: 1000;
  width: 100%;
  box-shadow: 0 0 10px var(--grey-color);
  /* background: rgba(255, 255, 255, 0.6); */
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.logo-area img {
  width: 108px;
  margin: 0 auto;
  display: block;
  background: var(--bg-color);
  padding: 10px 0 0 0;
}

form.project-dropdown {
  margin: 10px 0 0 0;
  text-align: center;
}

form.project-dropdown select {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 12px 10px;
  font-size: 12px;
  background: #d0d0d030;
  color: #000;
  font-weight: 500;
  z-index: 999;
  position: relative;
}

form.project-dropdown label {
  font-size: 16px !important;
  font-weight: 500;
  color: var(--bg-color);
  padding: 0 10px;
}

ul.menu {
  margin: 0;
  text-align: center;
  padding: 0;
  display: flex;
}

.full-menu.slide-right {
  right: 0;
}

.menu li {
  display: inline-block;
}

.menu li a {
  color: var(--dark-color);
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 20px 10px;
  text-transform: capitalize;
  position: relative; /* add this */
  z-index: 1; /* add this */
}
.user-sec {
  float: right;
}

.menu li.active a,
.menu li a:hover,
.menu li a:focus {
  background: #0ea5a4;
  color: #ffffff;
}

.notification {
  margin: 15px 0 0 0;
  position: relative;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  display: none;
}

.notification i {
  font-size: 22px;
  text-align: right;
  position: absolute;
  right: 45px;
  top: 3px;
}

.count {
  background: #198754;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  top: 0px;
  right: 41px;
}

.notification svg {
  width: 26px;
  margin: 0 auto;
  display: block;
  fill: var(--dark-color);
}
.user-sec h4 {
  margin: 0;
  padding: 20px 2px;
  padding-right: 20px;
  color: var(--dark-color, #333);
  font-size: 16px; /* slightly larger than 16px */
  font-family: var(--main-font, "Segoe UI", sans-serif);
  font-weight: 500; /* bolder for emphasis */
  letter-spacing: 0.3px; /* cleaner letter spacing */
  line-height: 1.4;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px; /* space between name & icon */
  transition: color 0.3s ease;
}

.user-sec h4:hover {
  color: var(--primary-color, #007bff); /* hover effect */
}

.toggle-s-box {
  margin: 14px auto;
  /* text-align: right; */
  float: right;
}

.main-site-area {
  padding: 5% 40px 30px 40px;
}

/*Theme Switcher*/
.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #21d4fd;
  background-image: linear-gradient(225deg, #21d4fd 0%, #b721ff 100%);
  visibility: hidden;
  width: 72px;
  height: 29px;
  border-radius: 5px;
  position: relative;
  padding: 5px 9px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.fa-moon {
  color: var(--bg-color);
}

.fa-sun {
  color: var(--bg-color);
}

.checkbox-label .ball {
  background-color: #fff;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 2px;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(40px);
}
/*font-increase/decrease*/

#chcp_font_size button {
  border: none;
  background-color: transparent;
  /* background-color: #eee; */
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 4px;
  margin: 0;
  color: #fff;
}

#chcp_font_size button:hover {
  color: var(--color2);
}

#btn-decrease {
  font-size: 13px;
}

#btn-orig {
  font-size: 14px;
}

#btn-increase {
  font-size: 15px;
}

/* Default desktop styles */
.project-dropdown-container {
  padding: 10px;
  position: relative;
  z-index: 9999;
}
/* for the project dropdown */
/* Small screens only */
@media (max-width: 768px) {
  .project-dropdown-container {
    position: fixed !important; /* Fix to viewport */
    top: 100px;
    left: 0;
    right: 0;
    background: white; /* Or your header background */
    padding: 10px 20px;
    z-index: 1050; /* Make sure it is on top */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  /* Add some margin to body or main content so it is not hidden under dropdown */
  body {
    padding-top: 60px; /* Adjust as needed based on dropdown height */
  }
}
/* Here i defined the filter form css */

.menu-toggle {
  display: none;
  padding-left: 0;
}

.setup-list {
  margin-bottom: 60px;
}

ul.sidebar-fixed {
  padding: 0;
  width: 130px;
  height: 100vh;
  position: fixed;
}

section.top-form button[type="button"] {
  padding: 22px;
  border-radius: 13px;
  font-size: 18px;
  /* display: none; */
}
.site-left {
  background-color: #a9c9ff;
  background-image: linear-gradient(45deg, #a9c9ff 0%, #ffbbec 100%);

  background-clip: border-box;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 20px 20px 0;
  position: relative;
}

.site-left::before {
  background: url(../images/site-bg.png);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -39px;
  z-index: 9;
  background-repeat: no-repeat;
  right: -10px;
  background-size: 189px;
  background-position: bottom right;
}

.site-left h4 {
  font-size: 20px;
  color: var(--dark-color);
}

.site-left h4 strong {
  color: var(--dark-color);
}

.site-left h4 span {
  background: #f00;
  color: var(--bg-color);
  text-transform: capitalize;
  font-weight: 600;
  padding: 6px 13px;
  font-size: 15px;
  margin-left: 10px;
}

.site-left img {
  width: 100%;
}

.site-left ul li {
  display: inline-block;
  width: 24%;
  line-height: 31px;
  font-size: 13px;
  color: var(--dark-color);
}

.site-left ul {
  padding: 0;
  margin: 20px 0;
}

.second-part {
  margin: 0 20px 0 0;
}

.second-part .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-image: linear-gradient(135deg, #2bb3b1, #1f8a8a);
  padding: 5px;
  border-radius: 5px;
  width: 50px;
}

.second-part .card.mb-4 {
  margin-bottom: 17px !important;
  height: 87px;
}

.numbers {
  margin: -3px 0 0 0;
}

.numbers p {
  font-weight: 500;
  padding: 0 0 4px 0;
  font-size: 16px;
  font-family: var(--main-font);
}

.numbers h5 {
  font-size: 20px;
  font-weight: 500;
  color: #111827;
  padding: 2px 0 0;
  font-family: var(--main-font);
}

.numbers h5 span,
.numbers h5 strong {
  padding-left: 10px;
  font-weight: 600;
  font-family: var(--main-font);
}

section.second-part a {
  color: var(--dark-color);
  text-decoration: none;
  font-family: var(--main-font);
}

section.login-sec {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background: rgb(240 240 240 / 36%);
}

.login-sec form {
  padding: 0;
  margin: 0;
  border-radius: 17px;
  /* transform: scale(0.9); */
}

.login-sec .logo-area img {
  width: 105px;
  margin: 0;
  display: block;
  background: var(--bg-color);
  padding: 0;
}

.login-box input.save {
  background: #198754 !important;
  color: #fff;
  width: 132px !important;
  margin: 20px 0 50px;
  padding: 16px;
  border: none;
  border-radius: 5px;
}

.app-l img {
  width: 130px;
  height: 90px;
  object-fit: contain;
}

.app-l {
  text-align: center;
}

.app-l a {
  background: transparent;
  color: #6c757d;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  padding: 6px;
  width: 217px;
  margin: 0 0 0 6px;
}

.login-sec form h4 {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0;
}

.login-sec form input[type="text"],
.login-sec form input[type="password"] {
  background: #f2f2f2;
  border: none;
  padding: 12px;
  font-size: 12px;
  position: relative;
}

.login-sec form .input-group {
  margin-bottom: 12px;
}

.login-sec form #addon-wrapping {
  position: absolute;
  right: 0;
  z-index: 9;
  border: none;
  background: none;
  border-radius: 0;
  color: hsl(240deg 7% 62% / 39%);
  width: 40px;
  height: 42px;
  text-align: center;
}

.login-sec form input[type="checkbox"] {
  margin-left: 0;
  margin-right: 10px;
}

.login-sec form span a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

.login-sec form .form-check-label {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}

.login-sec form input[type="submit"] {
  width: 100%;
  margin-bottom: 20px;
  background: var(--color1);
  color: var(--bg-color);
}

.login-sec form p {
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}

.login-txt h5 {
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 4px;
  font-weight: 300;
}

.login-txt h1 {
  color: #fff;
  font-weight: 600;
  line-height: 42px;
  padding: 10px 0;
}

.login-txt {
  margin: 20% 30% 0 8%;
}

.row.stat-each {
  background: var(--bg-color);
  border-radius: 5px;
  margin: 20px 0px;
  padding: 0px 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.row.stat-each .progress {
  display: flex;
  height: 6px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.balanceEach-txt {
  margin-top: 35px;
}
/* edited by me */
.row.stat-each ul {
  padding: 10px 0 14px 0;
  margin: 10px;
}
.row.stat-each {
  padding-top: 17px;
}
.health-each {
  padding-top: 55px;
}
/* end */
.row.stat-each h4 {
  font-size: 20px;
  color: #000;
  font-family: var(--main-font);
}

.row.stat-each p {
  color: black;
  font-weight: 600;
  padding: 20px 0 0 0;
  font-size: 15px;
  font-family: var(--main-font);
}

.progress-bar {
  width: 80px;
}

.row.stat-each h1 {
  padding: 6px 12px;
  margin: 16px 0 10px -25px;
  color: black;
  width: fit-content;
  /* color: var(--bg-color); */
  border-radius: 5px;
  font-size: 18px;
  position: relative;
}

.row.stat-each h6 {
  margin: 0 0 0 -11px;
  padding: 0;
  font-size: 13px;
  letter-spacing: 1px;
}

.row.stat-each h1::before {
  position: absolute;
  content: "";
  background: var(--color2);
  width: 30%;
  height: 2px;
  border-radius: 50px;
  bottom: -3px;
}

section.third-part {
  padding: 0 20px 0 0;
}

.row.stat-each li {
  line-height: 31px;
  font-size: 16px;
  font-weight: 500;
}

.row.stat-each ul {
  padding: 10px 0 14px 0;
  margin: 0;
}

.row.stat-each li span,
.row.stat-each li span a {
  width: 120px;
  height: 26px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  letter-spacing: 1px;
  text-decoration: none;
}

.middle-part {
  padding: 0 20px 0 0;
}

.middle-part table {
  margin: 10px 0 0 0px;
}

.middle-part table thead {
  background: #c4d5ff;
}

.middle-part table thead tr th {
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  padding: 16px 10px;
}

.middle-part table tbody tr th {
  font-weight: 600;
  font-size: 12px;
  padding: 16px 10px;
}

.middle-part table tbody tr td {
  font-weight: 600;
  font-size: 12px;
}

.middle-part table > tbody > tr > td:nth-child(2) > a {
  text-decoration: none;
  color: var(--color2);
}

.middle-part table > tbody > tr > td:nth-child(3) > a,
.middle-part table > tbody > tr > td:nth-child(4) > a {
  text-decoration: none;
  color: #0eae35;
}

.middle-part table > tbody > tr > td:nth-child(5) > a {
  text-decoration: none;
  color: #2600ff;
}

.middle-part ul li:first-child span a {
  text-decoration: none !important;
  color: var(--bg-color) !important;
  font-weight: 600 !important;
}

.middle-part ul li:nth-child(2) span a {
  text-decoration: none !important;
  color: var(--bg-color) !important;
  font-weight: 600 !important;
}

.middle-part ul li:nth-child(3) span a {
  text-decoration: none !important;
  color: var(--bg-color) !important;
  font-weight: 600 !important;
}

.middle-part canvas#canvas {
  height: 220px !important;
  width: 100% !important;
  object-fit: scale-down;
}

.middle-part .row.stat-each p {
  color: black;
  font-weight: 600;
  padding: 0px 0 0 0;
  font-size: 15px;
}

.in-icon img {
  width: 20px;
}

.in-icon {
  background-color: #0ea5a4; /* theme teal */
  padding: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 8px; /* smoother */
  margin: 6px 0;
  /* soft depth */
  box-shadow:
    2px 2px 6px rgba(14, 165, 164, 0.25),
    -2px -2px 6px rgba(255, 255, 255, 0.8);
  color: #ffffff; /* icon color */
}

section.last-updated {
  padding: 0 20px 0 0;
}

section.last-updated .icon.icon-shape img {
  width: 70px;
  padding: 12px;
  float: left;
  filter: grayscale(1);
  opacity: 0.3;
}

section.last-updated .shadow {
  box-shadow: none !important;
}

footer.main-footer {
  background: var(--dark-color);
  width: 100%;
  left: 0;
  right: 0;
}

footer.main-footer p {
  margin: 0 0 0 40px;
  color: #fff;
  font-size: 12px;
  padding: 10px 0 9px 0;
  font-weight: 400;
}

div#chcp_font_size {
  float: right;
  width: 20%;
  margin: 4px 0 0 0;
}

.site-name {
  padding: 0;
  margin: 0 18px 20px 0;
  border-radius: 5px;
  position: relative;
  /* float: right; */
}

.site-name h4 span {
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  margin: -10px 0 0;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  font-family: var(--main-font);
  float: right;
  background: #dc3545;
}

.site-name h4 {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
  font-family: var(--main-font);
  text-transform: capitalize;
  margin: 0;
}

.site-name img {
  position: absolute;
  bottom: -36px;
  left: 0;
}

section.top-form .container {
  width: auto !important;
}

.top-form form select,
.top-form form input[type="email"],
.top-form form input[type="text"],
.top-form form input[type="date"] {
  border: none;
  color: var(--dark-color);
  margin-bottom: 10px;
  border-radius: 50px;
  width: 100%;
  padding: 0;
  font-size: 14px;
  border-bottom: 1px solid #6c757d;
  border-radius: 0;
  background: none;
  margin-left: 3px;
}

.top-form form .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition:
    opacity 0.1s ease-in-out,
    transform 0.1s ease-in-out;
  font-size: 14px;
}

.top-form form input[type="submit"] {
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  border: none;
  color: var(--bg-color);
  padding: 16px 20px;
  border-radius: 50px;
  width: 100%;
  border-radius: 5px;
}

.activities-list ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
ul.act-sec li {
  margin-bottom: 17px;
  margin-right: 5px;
  text-align: center;
}
/* .stickyLeft{
  position: fixed;
  left: 50px;
} */
ul.act-sec li a {
  text-decoration: none;
  color: var(--bg-color);
  background-color: hsla(252, 13%, 46%, 1);
  font-weight: 400;
  font-size: 13px;
  padding: 13px 10px;
  border-radius: 5px;
  display: block;
  margin: 0 5px -6px 0;
  width: 100%;
}
.add-new a {
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  color: var(--bg-color);
  text-decoration: none;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin: 20px 0;
}

input.save {
  background: #198754 !important;
  color: #fff;
  width: 132px !important;
  margin: 20px 0 50px;
}

input.cancel {
  background: #f00;
  border: none;
  color: #fff;
  padding: 16px;
  border-radius: 5px;
}

.form-inner .save {
  background: #198754 !important;
  color: #fff;
  margin: 43px 10px 50px;
  padding: 12px 20px;
}

.form-inner .cancel {
  background: #f00;
  border: none;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  margin: -44px 0 -37px;
}

.accordion {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 5px;
}

.heading {
  color: var(--bg-color);
  font-size: 15px;
  border-bottom: 2px solid rgb(255 255 255 / 37%);
  letter-spacing: 0;
  padding: 15px;
  cursor: pointer;
  font-weight: 500;
}

.heading:nth-last-child(2) {
  border-bottom: 0;
}

.heading:hover {
  background: #00838f;
  border-radius: 0;
}

.heading:first-child:hover {
  border-radius: 3px 3px 0 0;
}

.heading:nth-last-child(2):hover {
  border-radius: 0 0 3px 3px;
}

.heading::before {
  content: "";
  vertical-align: middle;
  border-top: 7px solid #f5f5f5;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: rotate(0);
  transition: all 0.5s;
  margin-top: 5px;
  float: right;
}

.active.heading::before {
  transform: rotate(-180deg);
}

.not-active.heading::before {
  transform: rotate(0deg);
}

.contents {
  display: none;
  background: #fffafa;
  padding: 15px;
  color: #7f8fa4;
  font-size: 13px;
  line-height: 1.5;
}

.contents ul {
  padding: 0;
  margin-left: 20px;
}

.contents ul li {
  list-style: square;
}

.contents ul li a {
  color: #858585;
  text-decoration: none;
  line-height: 32px;
  display: block;
}

.setup-list {
  margin-bottom: 60px;
}

.accordion-each {
  background-color: hsla(252, 13%, 46%, 1);
  /* background-image: linear-gradient(225deg, #21D4FD 0%, #B721FF 100%); */
  margin-bottom: 5px;
  border-radius: 5px;
  border-left: 7px solid #eb3faa;
}

.notify-dropdown {
  position: absolute;
  width: 210px;
  background: hsl(206deg 100% 95.93%);
  border-radius: 10px;
  top: 64px;
  z-index: 9999;
  padding: 20px 4px 0;
}

.notify-dropdown::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eaf6ff;
  position: absolute;
  content: "";
  left: -23px;
  right: 0;
  margin: 0 auto;
  top: -9px;
}

.notify-dropdown h4 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0px 15px 10px;
  font-family: var(--main-font);
}
.last-up .numbers p {
  font-size: 21px;
  font-weight: 500;
}
.notify-dropdown ul li {
  margin-bottom: 0px;
  border-bottom: 1px solid #96d4ff;
}

.notify-dropdown ul {
  padding: 0;
}

.notify-dropdown ul li p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.notify-dropdown ul li h6 {
  font-size: 11px;
}

.user-box {
  width: 250px;
  background: hsl(206deg 100% 95.93%);
  border-radius: 5px;
  padding: 20px 20px 0;
  position: absolute;
  right: 0;
  top: 57px;
  z-index: 999;
}

.user-box::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eaf6ff;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -9px;
}

.user-box ul li {
  font-size: 13px;
}

.user-box ul {
  padding: 0;
  margin: 0;
}

.user-box ul li p,
.user-box ul li p a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 33px;
}

.user-box ul li p i {
  margin-right: 10px;
}

.login-16 {
  background: url(../img/img-7.jpg) top left repeat;
  background-size: cover;
  top: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  opacity: 1;
  z-index: 999;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: #fff;
  overflow: hidden;
  background-size: cover;
  background-position: top;
}

.login-16 .ocean {
  height: 3%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
}

.login-16 .wave {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg)
    repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
}

.login-16 .wave:nth-of-type(2) {
  top: -175px;
  animation:
    wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,
    swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }

  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.login-16 .photo {
  padding: 0 15px;
  max-width: 500px;
  margin: auto;
}

.login-16 .form-section {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.login-16 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Jost", sans-serif;
}

.login-16 a {
  text-decoration: none;
}

.login-16 .form-inner {
  max-width: 600px;
  width: 100%;
  padding: 20px 40px;
  text-align: center;
  z-index: 999;
  background: #fff;
  border-radius: 6px;
}

.login-16 .bg-img {
  display: flex;
}

.login-16 .form-section .extra-login {
  float: left;
  width: 100%;
  margin: 25px 0 25px;
  text-align: center;
  position: relative;
}

.login-16 .form-section .extra-login::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #d8dcdc;
  content: "";
}

.login-16 .form-section .extra-login > span {
  width: auto;
  float: none;
  display: inline-block;
  padding: 1px 20px;
  z-index: 1;
  position: relative;
  font-size: 14px;
  color: #535353;
  text-transform: capitalize;
  background: #fff;
}

.login-16 .form-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 9px;
  vertical-align: top;
  position: absolute;
  border-radius: 2px;
  border: none;
  background-color: #f7f7f7;
  margin-left: -61px;
}

.login-16 .form-check-input:focus {
  border-color: snow;
  outline: 0;
  box-shadow: none;
}

.login-16 .form-check-input:checked {
  background-color: #2ad4bc;
}

.login-16 .form-section p {
  color: #939393;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  padding: 10px 0 0;
}

.login-16 .form-section p a {
  color: #535353;
}

.login-16 .form-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.login-16 .form-section .social-list li {
  display: inline-block;
  margin-bottom: 5px;
}

.login-16 .form-section .thembo {
  margin-left: 4px;
}

.login-16 .form-section h3 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 400;
  color: #040404;
  font-family: "Gilroy";
  font-weight: 600;
}

.login-16 .form-section .form-group {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.login-16 .form-section .form-control {
  padding: 11px 20px 9px;
  font-size: 16px;
  outline: none;
  height: 50px;
  color: #535353;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #f7f7f7;
  margin-bottom: 10px;
}

.login-16 .form-section .form-check {
  margin-bottom: 0;
}

.login-16 .form-section .form-check a {
  color: #dc3545;
  font-weight: 600;
  font-size: 13px;
  line-height: 38px;
}

.login-16 .form-section .form-check-label {
  padding-left: 5px;
  font-size: 12px;
  color: #535353;
  margin: 10px 78px 18px -40px;
  font-weight: 600;
}

.login-16 .form-section a.forgot-password {
  font-size: 16px;
  color: #535353;
}

.login-16 .logo img {
  margin-bottom: 15px;
  width: 102px;
}

.login-16 .btn-theme {
  position: relative;
  display: inline-block;
  border: none;
  outline: none !important;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  border-radius: 3px;
  width: 100%;
}

.login-16 .btn-theme:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 3px;
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  transition:
    transform 0.4s linear,
    transform 0.4s linear;
  z-index: -1;
}

.login-16 .btn-theme:hover:after {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  transition:
    transform 0.4s linear,
    transform 0.4s linear;
}

.login-16 .btn-lg {
  padding: 0 50px;
  line-height: 50px;
}

.login-16 .btn {
  box-shadow: none !important;
}

.login-16 .btn-md {
  padding: 0 50px;
  line-height: 45px;
}

.login-16 .btn-primary {
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  font-weight: 600 !important;
  font-size: 15px;
  font-family: "Gilroy";
  text-transform: uppercase;
}

.login-16 .btn-primary:after {
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
}

.login-16 .social-list {
  display: inline-flex;
  margin-bottom: 0;
}

.login-16 .social-list .icon {
  position: relative;
  background: #f3f3f3;
  border-radius: 3px;
  margin: 0 4px 3px 0;
  width: 140px;
  height: 40px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #ffffff;
}

.login-16 .social-list span a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.login-16 .social-list .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-16 .social-list .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-16 .social-list .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.login-16 .social-list .icon:hover span,
.login-16 .social-list .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.login-16 .social-list .facebook {
  background: #3b5999;
}

.login-16 .social-list .facebook:hover .tooltip,
.login-16 .social-list .facebook:hover .tooltip::before {
  background: #3b5999;
}

.login-16 .social-list .twitter {
  background: #46c1f6;
}

.login-16 .social-list .twitter:hover .tooltip,
.login-16 .social-list .twitter:hover .tooltip::before {
  background: #46c1f6;
}

.login-16 .social-list .instagram {
  background: #db4437;
}

.login-16 .social-list .instagram:hover .tooltip,
.login-16 .social-list .instagram:hover .tooltip::before {
  background: #db4437;
}

.login-16 .social-list .github {
  background: #2392e0;
}

.login-16 .social-list .github:hover .tooltip,
.login-16 .social-list .github:hover .tooltip::before {
  background: #2392e0;
}

/** Social media **/
@media (max-width: 992px) {
  .login-16 .form-inner {
    padding: 50px;
  }

  .login-16 .bg-img {
    display: none;
  }
}

@media (max-width: 768px) {
  .login-16 .form-inner {
    padding: 50px 30px;
  }
}

.dg-sec ul li {
  font-weight: 600;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
}

.dg-sec ul {
  padding: 0;
  margin: 0;
}

.dg-sec {
  background: linear-gradient(135deg, #2bb3b1 0%, #2f80ed 100%);
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}

.dg-sec ul li span,
.dg-sec ul li span a {
  padding: 0;
  width: 41px;
  text-align: center;
  height: 37px;
  line-height: 37px;
  border-radius: 5px;
  color: #fff;
  background: #330061 !important;
  margin: 5px 0 0 0;
}

#m-chart1 canvas#BA-chart-job-error {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
}

#m-chart2 canvas#BA-chart-job-error1 {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
}

#m-chart3 canvas#BA-chart-job-error2 {
  width: 90% !important;
  height: 227px !important;
  object-fit: cover;
}

#m-chart4 canvas#BA-chart-job-error3 {
  width: 90% !important;
  height: 227px !important;
  object-fit: cover;
}

.health-each {
  margin: -1px 0px 10px -13px;
  border-radius: 5px;
  padding: 42px 0 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  /* height: 480px; */
  /* background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%); */
}

.health-each .row {
  padding: 0px 0px 18px 15px;
  margin: 20px auto 0;
  text-align: center;
}

.health-each .in-icon {
  margin: 6px auto;
}

.third-part .shadow {
  width: 30px;
  padding: 12px 0;
  float: left;
  filter: grayscale(1);
  opacity: 1;
  box-shadow: none !important;
}

.health-each h2 {
  background: #330061;
  width: fit-content;
  color: #fff;
  font-family: "Gilroy";
  font-size: 12px;
  padding: 4px 10px;
  font-weight: 400;
  margin: 0 auto -40px;
}
#m-part {
  background: none !important;
  border-radius: 5px;
  border: none !important;
  margin: 20px 0px;
  padding: 0;
}
#m-part .stat-each h1 {
  margin: 16px 0 30px -25px !important;
}
.chart-inner {
  padding: 0px 0 0 0px;
  border-radius: 5px;
}

.last-up .card {
  background-color: #b9dcff !important;
  border: none !important;
}

.last-up .numbers h5 {
  font-size: 11px;
  font-weight: 400;
  color: #000000;
  padding: 2px 0 0;
  font-family: var(--main-font);
}
.last-up .card-body {
  padding: 0px 10px 10px !important;
}

.health-each h5 {
  background: #0c2f81 !important;
  width: fit-content !important;
  color: #fff !important;
  padding: 5px 20px !important;
  font-size: 13px !important;
  margin: 0 0 -24px 0 !important;
  font-family: var(--main-font) !important;
}

.row.stat-each h4 .health-each > .stat-each h4 {
  background: #0c2f81 !important;
  width: fit-content !important;
  color: #fff !important;
  padding: 5px 20px !important;
  font-size: 13px !important;
  margin: 0 0 -50px 0 !important;
}

.row.full-menu button {
  margin: 12px 0 0;
  background: var(--color1);
  font-weight: 600;
  text-transform: uppercase;
}

.health-each-charts {
  width: 100%;
  margin: 40px auto 0;
}

.mb-2.border-b.accordion-each ul li {
  list-style: square;
  margin: 0 0 0 20px;
  font-size: 13px;
}
.mb-2.border-b.accordion-each ul li a {
  color: #858585;
  text-decoration: none;
  line-height: 22px;
  display: block;
  font-weight: 500;
  font-size: 15px;
}

.main-site-area .pagination-outer {
  margin: 20px 0;
  text-align: center;
  position: relative;
  z-index: -9;
}

.file-upload-box {
  width: 40%;
  background: #fff;
  padding: 84px 20px;
  text-align: center;
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 0 0 15px rgb(204 204 204 / 42%);
}
form.file-upload-box label {
  color: #0c2f81;
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
  padding-bottom: 10px;
}
form.file-upload-box button[type="submit"] {
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  color: var(--bg-color);
  text-decoration: none;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0;
  border: none;
  width: 150px;
  height: 50px;
}

.pagination-sec-each ul li button {
  background: #ffffff;
  border: 1px solid #ccc;
  margin-right: 9px;
  color: #999;
  font-weight: 500;
}
.pagination-sec-each .page-item.active .page-link,
.pagination-sec-each ul li button:hover,
.pagination-sec-each ul li button:focus {
  border: 1px solid transparent;
  background: #0097b2 !important;
  color: #fff;
}

.css-1hoqul-MuiPaper-root {
  box-shadow: none !important;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeMedium.MuiButton-textSizeMedium.MuiButton-colorPrimary.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeMedium.MuiButton-textSizeMedium.MuiButton-colorPrimary.csvBtn.css-1uent87-MuiButtonBase-root-MuiButton-root {
  background: #3d1265;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeMedium.MuiButton-textSizeMedium.MuiButton-colorPrimary.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeMedium.MuiButton-textSizeMedium.MuiButton-colorPrimary.excelBtn.css-1uent87-MuiButtonBase-root-MuiButton-root {
  background: #000;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

button.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeMedium.MuiButton-textSizeMedium.MuiButton-colorPrimary.Mui-disabled.MuiButton-root.MuiButton-text.MuiButton-textPrimary.MuiButton-sizeMedium.MuiButton-textSizeMedium.MuiButton-colorPrimary.exportSelectedBtn.css-1uent87-MuiButtonBase-root-MuiButton-root {
  background: #e5c9ff;
  text-decoration: none;
  color: #a574d1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.MuiBox-root.css-wsew38 {
  background: #f0e0ff;
}

.css-1hoqul-MuiPaper-root {
  margin: 20px 0 !important;
}
#meterRechForm {
  padding: 6% 0 0;
}
div#form-container .form-group {
  float: left;
  width: 45%;
  margin: 0 5px;
}
.mainFormAddNew h4 {
  clear: both;
  padding: 20px 0 0px;
  font-family: "Gilroy";
  font-weight: 800;
  font-size: 18px;
  color: #3f24af;
}

.mainFormAddNew form label {
  width: 100%;
  font-weight: 600;
  padding: 10px 0 5px;
  font-size: 14px;
}
.mainFormAddNew form select,
.mainFormAddNew form input[type="text"],
.mainFormAddNew form input[type="date"] {
  width: 100%;
  background: #f2f2f2;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  padding: 0 0 0 10px;
}

.mainFormAddNew form h2 {
  display: none;
}
.meterMainArea {
  padding: 0 0 0 50px;
}
.mainFormAddNew form button[type="submit"] {
  clear: both;
  width: 200px;
  margin: 20px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  padding: 13px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 600;
}

.addNewBtn button {
  width: 200px;
  margin: 0px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  padding: 13px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 600;
}

.MuiBackdrop-root.MuiModal-backdrop.css-4nmryk-MuiBackdrop-root-MuiModal-backdrop {
  background: none !important;
}

.MuiBox-root.css-1sxpivk {
  border: transparent !important;
  box-shadow: 0 0 10px #ccc;
  border-radius: 13px;
  padding: 15px 20px;
  top: 47%;
  right: -9px;
  height: 350px;
}
.visibilityBox .css-1yuhvjn {
  margin-top: 6px;
}
.visibilityBox h2 {
  font-weight: 600;
  font-family: "Gilroy";
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.visibilityBox button {
  margin: 0 0 7px 0 !important;
  padding: 0;
  background: #6c6685;
  color: #fff;
  padding: 6px 21px;
  text-transform: capitalize;
  /* position: sticky; */
  /* top: 0; */
}
.visibilityBox button:hover {
  background: #000;
  color: #fff;
}
.visibilityBox span {
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 15px;
  padding: 3px;
}

.visibilityBox label {
  margin-left: -3px;
}

.tBtn button {
  border: 3px solid #7c51a3;
  border-radius: 5px;
  padding: 11px 30px;
  color: #7c51a3;
  text-transform: capitalize;
  font-family: "DM Sans";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
  position: relative;
  width: 180px;
  margin: 0px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  padding: 13px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 600;
}

.tBtn button i {
  margin-right: 7px;
}

.MuiBox-root.css-di3982 button:first-child {
  display: none;
}

.topFilterForm {
  background: #f2f2f2;
  padding: 30px 30px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.topFilterForm form {
  display: flex;
}
.topFilterForm .MuiBox-root.css-7fvmq {
  margin: 0 0 0 15px;
  min-width: 30% !important;
}
.topFilterForm form button[type="submit"] {
  background-color: #12b3b2;
  /* background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  ); */
  height: 56px;
  width: 160px;
}

.searchInputC {
  position: relative;
}
.searchInputWithIcon {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 14h-.79l-.28-.27a6.471 6.471 0 001.48-5.34C15.21 5.01 12.2 2 8.5 2S1.79 5.01 1.79 8.5 4.8 15 8.5 15a6.471 6.471 0 005.34-1.48l.27.28v.79l5 4.99L20.49 19l-4.99-5zM8.5 13C6.01 13 4 10.99 4 8.5S6.01 4 8.5 4 13 6.01 13 8.5 10.99 13 8.5 13z"/></svg>');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 15% 60%;
  padding-left: 35px;
}
.styled-select {
  width: 100%;
  max-width: 300px;
  padding: 10px 15px;
  font-size: 1rem;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
  transition: all 0.3s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23999' d='M2 0L0 2h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px;
  cursor: pointer;
}

.styled-select:focus {
  outline: none;
  border-color: #bda9d2;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
  transform: scale(1.02);
}
.styled-select option {
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  padding: 10px;
  border-radius: 50px;
}
.site-name {
  color: #0097b2;
}
.react-select__control {
  min-height: 38px;
  border-radius: 4px;
  font-size: 14px;
}

.react-select__placeholder {
  color: #888;
}

.react-select__single-value {
  color: #333;
}
.btn-theme:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.animated-border-wrapper {
  position: relative;
}

.animated-border-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px; /* thicker line for visibility */
  width: 100%;
  border-radius: 4px;
  background: linear-gradient(
    270deg,
    #d4145a,
    #fbb03b,
    #0066ff,
    #33ccff,
    #833ab4,
    #e1306c
  );
  background-size: 400% 400%;
  animation: borderShift 4s linear infinite;
  z-index: 1;
}

.inner-card {
  position: relative;
  background-color: white;
  padding: 1rem;
  border-radius: 4px;
  z-index: 2;
}

@keyframes borderShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.main-site-area {
  margin-top: 0;
}

@media (max-width: 768px) {
  .main-site-area {
    margin-top: 70px;
  }
}
@keyframes slideDown {
  from {
    transform: translateX(-50%) translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

.toast-popup {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #28a745;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0 0 5px 5px;
  z-index: 9999;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-out;
  max-width: 90vw;
  text-align: center;
  word-wrap: break-word;
}

@media (min-width: 576px) {
  .toast-popup {
    max-width: 400px;
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .toast-popup {
    max-width: 500px;
    font-size: 1.2rem;
  }
}
.setup {
  display: flex;
  justify-content: space-between;
}
#addNewBtn {
  width: 200px;
  margin: 0px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #0ea1a0;
  /* background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  ); */
  padding: 13px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 600;
}
#addNewBtn:hover {
  color: #0c8a89;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-in-out;
}

.modal-window {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 600px;
  max-width: 95%;
  max-height: 90vh;
  overflow-y: auto;
  animation: slideUp 0.3s ease-in-out;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.export {
  width: 180px;
  margin: 0px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #12b3b2;
  /* background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  ); */
  padding: 13px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 600;
}

.search-input {
  flex: 1;
  min-width: 220px;
  max-width: 300px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.button {
  width: 100px;
  margin: 0px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  padding: 13px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 600;
  margin-right: 10px;
  height: 40px;
}

.search-input-wrapper {
  position: relative;
  display: inline-block;
  max-width: 300px;
  margin: 10px 0;
  width: 100%;
}

.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #9ca3af;
}

.search-input {
  width: 16%;
  padding: 10px 14px 10px 40px; /* left padding for icon */
  border: 1px solid #d1d5db; /* gray-300 */
  border-radius: 9999px; /* rounded-full */
  font-size: 14px;
  color: #111827; /* gray-900 */
  outline: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.search-input::placeholder {
  color: #9ca3af; /* gray-400 */
}

.search-input:focus {
  border-color: #3b82f6; /* blue-500 */
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3); /* focus glow */
}
/* Modal container */
.custom-modal {
  width: 95%;
  max-width: 1200px; /* Wide, but capped */
  max-height: 85vh;
}

/* On small devices: fullscreen modal */
@media (max-width: 576px) {
  .custom-modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0 !important;
  }
}

/* Wrapper to center the form and prevent oversized fields */
.form-wrapper {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

/* Field styling */
.form-field {
  margin-bottom: 1rem;
}

.form-label {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: #555;
}

.form-control[readonly] {
  background-color: #fff;
  border: 1px solid #ced4da;
  font-weight: 600;
  color: #333;
  cursor: default;
}

.modal-body::-webkit-scrollbar {
  width: 8px;
}
.modal-body::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 8px;
}
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #888;
}
/* here i defined the filter from logic */
/* ===== Filter Row ===== */
.filters-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.filters-row > * {
  flex: 1 1 220px;
  min-width: 150px;
  max-width: 100%;
}

/* Go button - don't stretch */
.filters-row .go-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0.4rem 1.5rem;
}

/* ─── TABLET (max 768px) ─── */
@media (max-width: 768px) {
  .filters-row {
    gap: 0.6rem;
    margin-bottom: 1rem;
  }

  .filters-row > * {
    flex: 1 1 calc(50% - 0.6rem); /* 2 per row */
  }

  .filters-row .go-btn {
    width: 100%;
  }
}

/* ─── MOBILE (max 480px) ─── */
@media (max-width: 480px) {
  .filters-row > * {
    flex: 1 1 100%; /* 1 per row, full width */
  }

  .filters-row .go-btn {
    width: 100%;
  }
}

.go-btn {
  flex: 0 0 auto;
}

.search-row {
  margin-bottom: 1rem;
}

.page-title {
  display: flex;
  justify-content: center;
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  margin: 2rem 0;
  font-size: larger;
}

.search-input {
  padding: 0.5rem 1rem;
}
.button.go-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  height: 40px;
  border-radius: 5px;
  border: none;
  background-color:#0EA4A3;
  /* background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  ); */
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.custom-accordion {
  height: 600px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  margin-top: 20px;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #e0e0e0;
}

.custom-accordion::-webkit-scrollbar {
  width: 8px;
}

.custom-accordion::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.custom-accordion::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 6px;
}

.custom-accordion::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}
.button.go-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 16px; /* smaller padding for table cells */
  min-width: 120px; /* enough width for 'Detailed View' text */
  height: 34px;
  border-radius: 6px;
  border: none;
  /* background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  ); */
  color: #fff;
 background: #12b3b2;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap; /* keeps text on one line */
  cursor: pointer;
  transition: all 0.2s ease;
}

.button.go-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(43, 134, 197, 0.4);
}

.button.go-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.command-button.MuiButton-root {
  min-width: auto !important;
  max-width: 200px !important;

  min-height: 40px !important;
  margin: 0 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

  background: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  ) !important;

  padding: 10px 16px !important;
  border-radius: 5px !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-transform: none !important;

  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;

  line-height: 1.4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  box-sizing: border-box !important;
  font-size: 14px !important;
}

.command-button.MuiButton-root .MuiButton-label,
.command-button.MuiButton-root > span {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: inline-block !important;
  width: auto !important;
}

.command-dialog .MuiBackdrop-root {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.command-dialog-paper {
  border-radius: 16px !important;
  padding: 8px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
  max-width: 500px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
}

.command-dialog-title {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 24px 24px 16px 24px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  border-bottom: 2px solid #f0f0f0 !important;
}

.command-dialog-icon-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%) !important;
}

.command-dialog-icon {
  color: #ff9800 !important;
  font-size: 28px !important;
}

.command-dialog-content {
  padding: 24px !important;
}

.command-dialog-text {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #4a4a4a !important;
  margin: 0 !important;
}

.command-dialog-text strong {
  color: #784ba0 !important;
  font-weight: 600 !important;
}

.command-dialog-actions {
  padding: 16px 24px 24px 24px !important;
  gap: 12px !important;
  border-top: 2px solid #f0f0f0 !important;
}

.command-dialog-btn-no.MuiButton-root {
  min-width: 120px !important;
  height: 48px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: none !important;
  color: #666 !important;
  background-color: #f5f5f5 !important;
  border: 2px solid #e0e0e0 !important;
  transition: all 0.3s ease !important;
}

.command-dialog-btn-no.MuiButton-root:hover {
  background-color: #e8e8e8 !important;
  border-color: #d0d0d0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.command-dialog-btn-no.MuiButton-root:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.command-dialog-btn-yes.MuiButton-root {
  min-width: 120px !important;
  height: 48px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: none !important;
  color: #fff !important;
  background-color: #ff3cac !important;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  ) !important;
  background: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  ) !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(255, 60, 172, 0.3) !important;
  transition: all 0.3s ease !important;
}

.command-dialog-btn-yes.MuiButton-root:hover {
  opacity: 0.9 !important;
  box-shadow: 0 6px 20px rgba(255, 60, 172, 0.4) !important;
  transform: translateY(-2px) !important;
}

.command-dialog-btn-yes.MuiButton-root:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

.command-snackbar {
  z-index: 9999 !important;
  top: 80px !important;
}

.command-snackbar .MuiSnackbar-root {
  z-index: 9999 !important;
}
.command-alert.MuiAlert-root {
  min-width: 300px !important;
  max-width: 500px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
  padding: 14px 20px !important;
  align-items: center !important;
}

.command-alert.MuiAlert-filledSuccess {
  background: linear-gradient(135deg, #4caf50 0%, #45a049 100%) !important;
  color: #fff !important;
}
.command-alert.MuiAlert-filledError {
  background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%) !important;
  color: #fff !important;
}

.command-alert.MuiAlert-filledWarning {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%) !important;
  color: #fff !important;
}
.command-alert.MuiAlert-filledInfo {
  background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%) !important;
  color: #fff !important;
}

.command-alert .MuiAlert-icon {
  font-size: 24px !important;
  color: #fff !important;
  opacity: 1 !important;
  margin-right: 12px !important;
}

.command-alert .MuiAlert-message {
  padding: 2px 0 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}
.command-alert .MuiAlert-action {
  padding: 0 0 0 16px !important;
  margin-right: -8px !important;
}

.command-alert .MuiIconButton-root {
  color: #fff !important;
  opacity: 0.9 !important;
  padding: 6px !important;
}

.command-alert .MuiIconButton-root:hover {
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.command-snackbar .MuiSnackbar-root {
  animation: slideInDown 0.3s ease-out !important;
}

@media (max-width: 600px) {
  .command-dialog-paper {
    margin: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
  }

  .command-dialog-actions {
    flex-direction: column !important;
  }

  .command-dialog-btn-no.MuiButton-root,
  .command-dialog-btn-yes.MuiButton-root {
    width: 100% !important;
  }
  .command-snackbar {
    top: 70px !important;
  }

  .command-alert.MuiAlert-root {
    min-width: 280px !important;
    max-width: calc(100vw - 32px) !important;
    font-size: 14px !important;
  }
}
/* Wrapper + Layout */
.disconnected-wrapper {
  background-color: #fff;
  min-height: 100vh;
}

.disconnected-container {
  background-color: #fff;
  padding: 20px 30px;
}

.disconnected-section {
  width: 100%;
}

/* ===== Heading and Button Row ===== */
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.page-title {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 15px;
}

/* ===== Search and Excel Row ===== */
.search-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.search-input {
  max-width: 300px;
}

/* ===== Total Records ===== */
.total-records {
  text-align: right;
  font-weight: 700;
  color: #222;
  margin-top: 10px;
}

.gradient-btn {
  width: 200px;
  margin: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #ff3cac;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  padding: 13px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.gradient-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
.generic-form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px;
  font-family: "Inter", sans-serif;
  color: #333;
}

.form-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
  color: #1e293b;
}

/* 2-column grid layout */
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px 32px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  font-weight: 500;
  margin-bottom: 6px;
  color: #334155;
}

.required {
  color: #ef4444;
  margin-left: 3px;
  font-weight: 600;
}

.input-field {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  outline: none;
}

.input-field:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.input-error {
  border-color: #ef4444;
}

textarea.input-field {
  resize: vertical;
}

.error-text {
  color: #ef4444;
  font-size: 0.85rem;
  margin-top: 4px;
}

.form-actions {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 24px;
}

.submit-btn {
  background-color: #2563eb;
  color: white;
  border: none;
  padding: 10px 28px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.submit-btn:hover {
  background-color: #1d4ed8;
}

.note {
  text-align: center;
  margin-top: 12px;
  font-size: 0.9rem;
  color: #64748b;
}

.address-secBox {
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #2bb3b1 0%, #2f80ed 100%);
  border-radius: 5px;
  padding: 10px;
}
.address-secBox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.address-secBox ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 27px;
}
h1.headIndex {
  padding: 10px 0;
}

.MuiStack-root.css-pl8gqh-MuiStack-root button {
  font-size: 14px !important;
  padding: 10px 10px !important;
  /* background: #5566b0 !important; */
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 6px !important;
}
.MuiBox-root.css-1tbggly {
  display: none;
}

button.button.cutBtn {
  line-height: 2px;
}
.custom-toast {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateY(-20px);
  opacity: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.custom-toast.show {
  transform: translateY(0);
  opacity: 1;
  animation: slideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.toast-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 1.5rem;
  flex-shrink: 0;
  pointer-events: none;
}

.toast-content {
  flex: 1;
  padding: 0 16px;
}

.toast-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.3;
}

.toast-message {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6b7280;
}

.toast-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.toast-close:hover {
  background-color: #f3f4f6;
  color: #4b5563;
}

.success-bg {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.error-bg {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.info-bg {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.warning-bg {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.main-content-scrollable {
  height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

.main-content-scrollable::-webkit-scrollbar {
  width: 10px;
}

.main-content-scrollable::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 5px;
}

.main-content-scrollable::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 5px;
  border: 2px solid #d0d0d0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.main-content-scrollable::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
  border-color: #b0b0b0;
}

.main-content-scrollable {
  scrollbar-width: thin;
  scrollbar-color: #ffffff #e0e0e0;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.top-form {
  padding: 0.5rem 1rem;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
}

/* MainTable Wrapper */
.maintable-wrapper {
  width: 100%;
  margin: 0 auto;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
}

/* Custom scrollbar styling - horizontal only */
.table-container::-webkit-scrollbar {
  height: 10px;
}

.table-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}

.table-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.table-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Firefox scrollbar */
.table-container {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
  overflow-y: visible !important;
  overflow-x: auto;
}

/* Table Paper */
.table-paper {
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  transition: box-shadow 0.3s ease;
}

.table-paper:hover {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

/* Table Head */
.table-head-row {
  z-index: 1 !important;
}

.table-head-cell {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 700 !important;
}

/* Table Body */
.table-body-row {
  cursor: default;
}

.table-body-cell {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* Loading State */
.MuiLinearProgress-root {
  height: 3px !important;
}

/* Pagination */
.table-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Responsive Design */
@media (max-width: 768px) {
  .table-head-cell {
    padding: 12px 8px !important;
    font-size: 11px !important;
  }

  .table-body-cell {
    padding: 10px 8px !important;
    font-size: 12px !important;
  }

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

/* Empty State */
.MuiTableBody-root tr:only-child td {
  text-align: center;
  /* padding: 40px !important; */
  color: #64748b;
  font-size: 14px;
}

/* Better button styling in table cells */
.table-body-cell button {
  transition: all 0.2s ease;
}

.table-body-cell button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Icon styling in cells */
.table-body-cell svg {
  vertical-align: middle;
}

/* Tooltip styling */
.MuiTooltip-tooltip {
  font-size: 12px !important;
  padding: 6px 12px !important;
  background-color: #1e293b !important;
}

.MuiTooltip-arrow {
  color: #1e293b !important;
}

/* 
to disable the icon of the three dots */
svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-1umw9bq-MuiSvgIcon-root {
  display: none;
}

/* css for the upload in voice format */
/* Uploadinvoiceformat.css */

/* Main Container */
.upload-container {
  min-height: 100vh;
  background-color: #fafafa;
  padding: 60px 20px 40px;
}

.upload-wrapper {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}

/* Header */
.upload-header {
  margin-bottom: 36px;
  text-align: center;
}

.upload-title {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.upload-subtitle {
  font-size: 17px;
  color: black;
  margin: 0;
  font-weight: 400;
}

.upload-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
}

/* Tabs */
.tabs-container {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  background-color: #f9fafb;
  padding: 4px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.tab-button {
  flex: 1;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab-button.active {
  background: #0C8A89;
  color: #fff;
  box-shadow: 0 2px 8px rgba(120, 75, 160, 0.3);
}

.dropdown-container {
  margin: 0 auto 24px auto;
  max-width: 400px;
}
.dropdown-label {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
  margin-left: 8px;
}
.dropzone {
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  padding: 48px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fafbfc;
  margin-bottom: 24px;
}

.dropzone.active {
  border: 2px dashed #784ba0;
  background: linear-gradient(
    135deg,
    rgba(255, 60, 172, 0.05) 0%,
    rgba(120, 75, 160, 0.05) 100%
  );
}

.dropzone-icon {
  font-size: 40px;
  margin-bottom: 12px;
  opacity: 0.9;
}

.dropzone-title {
  font-size: 15px;
  color: #374151;
  margin-bottom: 6px;
  font-weight: 600;
}

.dropzone-subtitle {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 12px;
}

.dropzone-info {
  font-size: 12px;
  color: #d1d5db;
  margin: 0;
  font-weight: 500;
}

/* File Preview */
.file-preview-header {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}

.file-preview-card {
  background-color: #f9fafb;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  margin-bottom: 20px;
}

.file-info-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.file-icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.file-details {
  flex: 1;
  min-width: 0;
}

.file-name {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-meta {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}

.remove-button {
  padding: 8px 16px;
  background-color: #ffffff;
  color: #6b7280;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.remove-button:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
}

/* Progress Bar */
.progress-container {
  margin-top: 12px;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background-color: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  transition: width 0.3s ease;
  border-radius: 999px;
}

.progress-text {
  font-size: 12px;
  color: #6b7280;
  margin: 8px 0 0 0;
  font-weight: 500;
}

/* Status Messages */
.status-message {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.status-success {
  background-color: #d1fae5;
  border: 1px solid #86efac;
  color: #059669;
}

.status-error {
  background-color: #fee2e2;
  border: 1px solid #fca5a5;
  color: #dc2626;
}

.status-icon {
  font-size: 16px;
}

.status-plan-info {
  font-size: 12px;
  color: #047857;
  margin: 4px 0 0 24px;
}

.preview-details {
  margin-top: 12px;
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.preview-title {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

.preview-content {
  font-size: 12px;
  color: #6b7280;
}

.preview-content p {
  margin: 4px 0;
}

.preview-content strong {
  color: #374151;
}

.upload-button-container {
  text-align: center;
}

.upload-button {
  padding: 12px 40px;
  background-image: linear-gradient(
    225deg,
    #ff3cac 0%,
    #784ba0 50%,
    #2b86c5 100%
  );
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(120, 75, 160, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.upload-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(120, 75, 160, 0.4);
}

.upload-button:disabled {
  background-image: linear-gradient(
    225deg,
    #9ca3af 0%,
    #6b7280 50%,
    #4b5563 100%
  );
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
}

.upload-button:disabled:hover {
  transform: none;
  box-shadow: none;
}

.button-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
/* here i am defining the css of the sidebar */
/* =====================================================================
   SIDEBAR WRAPPER — fixes fixed vs sticky conflict
   ===================================================================== */
/* =====================================================================
   SIDEBAR WRAPPER
   ===================================================================== */
.sidebar-wrapper {
  /* position: sticky; */
  top: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

/* =====================================================================
   MAIN CONTENT AREA
   ===================================================================== */
.main-content-scrollable {
  min-width: 0; /* fixes Firefox flex overflow bug */
  overflow-x: hidden;
}
/* =====================================================================
   CUSTOM ACCORDION
   ===================================================================== */
.custom-accordion {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow-y: visible;
  padding: 8px 12px 12px 12px;
  z-index: 100;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-right: 1px solid var(--border);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.custom-accordion::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

/* =====================================================================
   ACCORDION ITEM
   ===================================================================== */
.accordion-item {
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 174, 204, 0.08);
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--card-bg);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
  animation: slideInUp 0.45s ease-out backwards;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.accordion-item:hover {
  box-shadow: 0 6px 20px rgba(0, 174, 204, 0.16);
  transform: translateY(-2px);
}

/* =====================================================================
   ACCORDION HEADER
   ===================================================================== */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 14px;
  background-color: var(--card-bg);
  font-weight: 600;
  font-size: clamp(13px, 1.05vw, 14.5px);
  letter-spacing: -0.01em;
  color: black;
  cursor: pointer;
  transition:
    background-color 0.22s ease,
    color 0.22s ease;
  position: relative;
  overflow: hidden;
  border-left: 4px solid transparent;
  gap: 8px;
}

.accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  transition: left 0.5s ease;
  pointer-events: none;
}

.accordion-header:hover::before {
  left: 100%;
}
.accordion-header:hover {
  background-color: #eef9fb;
}

.accordion-header.active {
  background-color: var(--active-bg);
  border-left: 4px solid var(--active-border);
  color: var(--active-color);
}

/* =====================================================================
   ACCORDION TITLE
   ===================================================================== */
.accordion-title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.accordion-title > span:not(.accordion-logo) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =====================================================================
   ACCORDION LOGO ICON
   ===================================================================== */
.accordion-logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  background: #0ea1a0;
  box-shadow: 0 3px 10px rgba(0, 174, 204, 0.32);
  transition:
    transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.28s ease;
  flex-shrink: 0;
}

.accordion-header:hover .accordion-logo {
  transform: scale(1.12) rotate(-7deg);
  box-shadow: 0 5px 16px rgba(0, 174, 204, 0.44);
}

.accordion-header.active .accordion-logo {
  box-shadow: 0 4px 14px rgba(232, 67, 26, 0.35);
}

/* =====================================================================
   ACCORDION CHEVRON
   ===================================================================== */
.accordion-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 8px;
  color: #784ba0;
  font-size: 13px;
  background: linear-gradient(135deg, #f0e8ff 0%, #e6f8fb 100%);
  border: 1.5px solid #d4b8f0;
  transition:
    transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
  flex-shrink: 0;
}

.accordion-chevron.open {
  transform: rotate(180deg);
  background: #0d9b9a;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 3px 12px rgba(120, 75, 160, 0.35);
}

.accordion-header:hover .accordion-chevron {
  border-color: #784ba0;
  box-shadow: 0 2px 8px rgba(120, 75, 160, 0.2);
}

/* =====================================================================
   ACCORDION BODY
   ===================================================================== */
.accordion-body {
  animation: fadeInSlide 0.3s ease-out;
  padding: 6px 14px 12px;
  background: var(--active-bg);
  border-top: 1px solid rgba(0, 174, 204, 0.14);
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =====================================================================
   ACCORDION LINKS
   ===================================================================== */
.accordion-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-links li {
  animation: fadeInItem 0.26s ease-out backwards;
}

@keyframes fadeInItem {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.accordion-link {
  display: flex;
  align-items: center;
  padding: 8px 6px;
  font-size: clamp(11.5px, 0.95vw, 13px);
  font-weight: 500;
  letter-spacing: -0.005em;
  color: #475569;
  text-decoration: none;
  transition:
    color 0.2s ease,
    padding-left 0.2s ease,
    background 0.2s ease;
  border-radius: 7px;
  position: relative;
  gap: 4px;
}

.accordion-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: var(--brand-teal);
  transition: height 0.25s ease;
  border-radius: 2px;
}

.accordion-link:hover::before {
  height: 65%;
}

.accordion-link:hover {
  color: var(--active-color);
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.82);
}

.accordion-link:active {
  transform: scale(0.98);
}

/* =====================================================================
   DOT ICON
   ===================================================================== */
.dot {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  background: #0ea2a1;
  box-shadow: 0 2px 8px rgba(0, 174, 204, 0.28);
  margin-right: 9px;
  transition:
    transform 0.26s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.26s ease;
  flex-shrink: 0;
}

.accordion-link:hover .dot {
  transform: scale(1.1) rotate(6deg);
  box-shadow: 0 4px 12px rgba(232, 67, 26, 0.36);
}

/* =====================================================================
   MOBILE MENU TOGGLE
   ===================================================================== */
.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  display: flex;
}

.mobile-menu {
  width: 260px;
  background: #ffffff;
  height: 100%;
  padding: 20px;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu li {
  padding: 12px 0;
}

.mobile-menu a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* =====================================================================
   GLOBAL H1
   ===================================================================== */
.main-site-area h1 {
  color: black;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  text-align: left;
}

/* =====================================================================
   TOP FORM SECTION
   ===================================================================== */
.top-form {
  padding: 0.5rem 1rem;
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
}

/* =====================================================================
   FILTERS ROW
   ===================================================================== */
.filters-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.filters-row > * {
  flex: 1 1 220px;
  min-width: 150px;
  max-width: 100%;
}

.filters-row .go-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 0.4rem 1.5rem;
  height: 42px;
}

/* =====================================================================
   SEARCH + EXCEL ROW
   ===================================================================== */
.search-excel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1rem 0;
  padding-top: 0;
  width: 100%;
  box-sizing: border-box;
}

.search-excel .search-input {
  flex: 1 1 300px;
  min-width: 200px;
  max-width: 240px;
  height: 42px;
  padding: 0.4rem 1rem;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid #ccc;
}

.export-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

.export-buttons button,
.export-buttons a {
  height: 42px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

/* =====================================================================
   ADD NEW BUTTON
   ===================================================================== */
#addNewBtn {
  height: 42px;
  padding: 0 28px;
  flex-shrink: 0;
  white-space: nowrap;
  /* background-image: linear-gradient(
    225deg,
    rgb(255, 60, 172) 0%,
    rgb(120, 75, 160) 50%,
    rgb(43, 134, 197) 100%
  ); */
  background-color: #0ea1a0;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition:
    background-color 0.3s ease,
    background-image 0.3s ease,
    box-shadow 0.3s ease;
}

#addNewBtn:hover,
#addNewBtn:focus {
  background-image: none;
  background-color:#0c8a89;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  outline: 2px solid transparent;
  color: #fff;
}

/* =====================================================================
   TITLE + RECORDS ROW
   ===================================================================== */
.title-records-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0.75rem 0 0.5rem 0;
  width: 100%;
  box-sizing: border-box;
}

.title-records-row .page-title {
  font-size: clamp(15px, 1.5vw, 18px);
  margin: 0;
  line-height: 1.3;
}

.title-records-row .records-text {
  color: #0c2f81;
  font-weight: 600;
  font-size: clamp(13px, 1.2vw, 15px);
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

/* =====================================================================
   TABLE WRAPPER
   ===================================================================== */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  border: 4px solid #e7e7e7;
}

.maintable-wrapper {
  width: 100%;
  margin: 0 auto;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
}

/* =====================================================================
   LARGE SCREENS (min 1600px)
   ===================================================================== */
@media (min-width: 1600px) {
  .accordion-header {
    padding: 15px 18px;
    font-size: 15px;
  }
  .accordion-logo {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 17px;
  }
  .accordion-chevron {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .accordion-link {
    font-size: 13.5px;
    padding: 9px 8px;
  }
  .dot {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
}

/* =====================================================================
   DESKTOP LARGE (1400px – 1599px)
   ===================================================================== */
@media (min-width: 1400px) and (max-width: 1599px) {
  .search-excel .search-input {
    max-width: 273px;
  }

  #addNewBtn,
  .export-buttons button,
  .export-buttons a {
    height: 44px;
    font-size: 15px;
    padding: 0 32px;
  }

  .filters-row > * {
    flex: 1 1 240px;
  }
}

/* =====================================================================
   DESKTOP MEDIUM (1200px – 1399px)
   ===================================================================== */
@media (min-width: 1200px) and (max-width: 1399px) {
  .accordion-header {
    font-size: 14px;
  }
}

/* =====================================================================
   DESKTOP SMALL (992px – 1199px)
   ===================================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .accordion-header {
    padding: 12px 13px;
    font-size: 13px;
  }
  .accordion-logo {
    width: 33px;
    height: 33px;
    min-width: 33px;
  }
  .accordion-chevron {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}

/* =====================================================================
   TABLET LARGE (max 1024px)
   ===================================================================== */
@media (max-width: 1024px) {
  .search-excel .search-input {
    max-width: 350px;
    min-width: 160px;
  }

  .filters-row > * {
    flex: 1 1 180px;
  }
}

/* =====================================================================
   TABLET (768px – 991px)
   ===================================================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .custom-accordion {
    padding: 8px;
    min-height: unset;
  }
  .accordion-header {
    padding: 11px 12px;
    font-size: 12.5px;
  }
  .accordion-logo {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 13px;
  }
  .accordion-chevron {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
  .accordion-link {
    font-size: 12px;
  }
  .dot {
    width: 23px;
    height: 23px;
    min-width: 23px;
    font-size: 11px;
  }
}

/* =====================================================================
   TABLET (max 768px) — shared tablet styles
   ===================================================================== */
@media (max-width: 768px) {
  .menu {
    display: none;
  }
  .menu-toggle {
    display: block;
  }

  .top-form {
    padding: 0.5rem;
  }

  .filters-row {
    gap: 0.6rem;
    margin-bottom: 1rem;
  }

  .filters-row > * {
    flex: 1 1 calc(50% - 0.6rem);
  }

  .filters-row .go-btn {
    width: 100%;
  }

  .search-excel {
    gap: 8px;
  }

  .search-excel .search-input {
    max-width: 220px;
    min-width: 130px;
    height: 38px;
    font-size: 13px;
  }

  #addNewBtn,
  .export-buttons button,
  .export-buttons a {
    height: 38px;
    padding: 0 16px;
    font-size: 13px;
  }

  .export-buttons {
    gap: 8px;
  }

  .title-records-row .page-title {
    font-size: 15px;
  }
  .title-records-row .records-text {
    font-size: 13px;
  }

  .table-wrapper {
    margin-top: 0.5rem;
  }
  .maintable-wrapper {
    font-size: 14px;
  }
}

/* =====================================================================
   MOBILE (max 767px) — sidebar stacks on top
   ===================================================================== */
@media (max-width: 767px) {
  .sidebar-wrapper {
    position: relative;
    height: auto;
    max-height: 50vh;
    overflow-y: auto;
  }

  .custom-accordion {
    width: 100%;
    height: auto;
    min-height: unset;
    max-height: 50vh;
    overflow-y: auto;
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 8px;
  }

  .accordion-header {
    padding: 11px 13px;
    font-size: 13px;
  }
  .accordion-logo {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 13px;
  }
  .accordion-chevron {
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
  .accordion-link {
    font-size: 12px;
  }
  .dot {
    width: 22px;
    height: 22px;
    min-width: 22px;
    font-size: 11px;
  }
}

/* =====================================================================
   MOBILE (max 480px)
   ===================================================================== */
@media (max-width: 480px) {
  .filters-row > * {
    flex: 1 1 100%;
  }

  .search-excel {
    flex-wrap: wrap;
    gap: 8px;
  }

  .search-excel .search-input {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: unset;
    height: 38px;
    font-size: 13px;
  }

  .export-buttons {
    flex: 1;
    margin-left: 0;
    justify-content: flex-start;
    gap: 8px;
  }

  #addNewBtn {
    flex: 1;
    height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .title-records-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .title-records-row .page-title {
    font-size: 14px;
  }
  .title-records-row .records-text {
    font-size: 12px;
  }
  .maintable-wrapper {
    font-size: 13px;
  }
}

/* =====================================================================
   VERY SMALL (max 380px)
   ===================================================================== */
@media (max-width: 380px) {
  .accordion-header {
    padding: 10px 11px;
    font-size: 12px;
  }
  .accordion-logo {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
  .accordion-chevron {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
}

/* =====================================================================
   VERY SMALL (max 360px)
   ===================================================================== */
@media (max-width: 360px) {
  .search-excel .search-input {
    font-size: 12px;
    height: 36px;
  }

  #addNewBtn,
  .export-buttons button,
  .export-buttons a {
    font-size: 12px;
    height: 36px;
    padding: 0 10px;
  }

  .title-records-row .page-title {
    font-size: 13px;
  }
  .title-records-row .records-text {
    font-size: 12px;
  }
  .maintable-wrapper {
    font-size: 12px;
  }
}

/* =====================================================================
   SIDEBAR TOGGLE BUTTON
   (used by AnalyticsMenu & SetupMenu collapsed sidebar)
   ===================================================================== */
.custom-accordion .sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: white;
  cursor: pointer;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: auto;
  box-shadow: 0 2px 8px rgba(0, 174, 204, 0.15);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
  padding: 0;
  color: #784ba0;
  font-size: 16px;
  flex-shrink: 0;
}

.custom-accordion .sidebar-toggle:hover {
  background: #0ea4a3;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(120, 75, 160, 0.35);
}

.custom-accordion .toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.custom-accordion .toggle-icon.rotated {
  transform: rotate(180deg);
}

/* =====================================================================
   COLLAPSED STATE
   ===================================================================== */
.custom-accordion.collapsed {
  padding: 8px 8px 12px 8px;
  min-height: unset;
}

.custom-accordion.collapsed .sidebar-toggle {
  margin-left: auto;
  margin-right: auto;
}

.custom-accordion.collapsed .accordion-item {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 12px;
  margin-bottom: 6px;
  overflow: visible;
  transform: none;
}

.custom-accordion.collapsed .accordion-item:hover {
  background: rgba(0, 174, 204, 0.08);
  box-shadow: none;
  transform: none;
}

.custom-accordion.collapsed .accordion-header {
  justify-content: center;
  padding: 8px 4px;
  background: transparent;
  border-left: none;
  cursor: default;
  gap: 0;
}

.custom-accordion.collapsed .accordion-header:hover {
  background: transparent;
  padding-left: 4px;
}

.custom-accordion.collapsed .accordion-header::before {
  display: none;
}

.custom-accordion.collapsed .accordion-title {
  justify-content: center;
  gap: 0;
  flex: unset;
  min-width: unset;
}

/* Hide section text — only icon visible */
.custom-accordion.collapsed .accordion-title > span:not(.accordion-logo) {
  display: none;
}

/* Icon — matches ActivityMenu collapsed 40px */
.custom-accordion.collapsed .accordion-logo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 17px;
}

.custom-accordion.collapsed .accordion-chevron {
  display: none;
}

.custom-accordion.collapsed .accordion-body {
  display: none;
}

/* =====================================================================
   COLLAPSED — responsive icon sizes (mirrors ActivityMenu breakpoints)
   ===================================================================== */
@media (min-width: 1600px) {
  .custom-accordion.collapsed .accordion-logo {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-accordion.collapsed .accordion-logo {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .custom-accordion.collapsed .accordion-logo {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 14px;
  }
}

/* =====================================================================
   COLLAPSED — mobile: hide toggle, fully restore expanded menu
   ===================================================================== */
@media (max-width: 767px) {
  .custom-accordion .sidebar-toggle {
    display: none;
  }

  .custom-accordion.collapsed {
    padding: 8px;
    min-height: unset;
  }

  .custom-accordion.collapsed .accordion-item {
    border: 1px solid var(--border);
    background: #0ea4a3;
    box-shadow: 0 1px 4px rgba(0, 174, 204, 0.08);
    margin-bottom: 8px;
    border-radius: 10px;
    overflow: hidden;
  }

  .custom-accordion.collapsed .accordion-item:hover {
    box-shadow: 0 6px 20px rgba(0, 174, 204, 0.16);
    transform: translateY(-2px);
    background: #0ea4a3;
  }

  .custom-accordion.collapsed .accordion-header {
    justify-content: space-between;
    padding: 11px 13px;
    border-left: 4px solid transparent;
    cursor: pointer;
    gap: 8px;
  }

  .custom-accordion.collapsed .accordion-header::before {
    display: block;
  }

  .custom-accordion.collapsed .accordion-title {
    justify-content: flex-start;
    gap: 10px;
    flex: 1;
    min-width: 0;
  }

  .custom-accordion.collapsed .accordion-title > span:not(.accordion-logo) {
    display: block;
  }

  .custom-accordion.collapsed .accordion-logo {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 13px;
  }

  .custom-accordion.collapsed .accordion-chevron {
    display: inline-flex;
  }

  .custom-accordion.collapsed .accordion-body {
    display: block;
  }
}
.action-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 0.2s;
}

.action-btn.edit:hover {
  background: #e3f2fd;
}

.action-btn.delete:hover {
  background: #ffebee;
}
.verify-user-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  margin-top: 18px;
}

.verify-user-buttons button {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #2563eb;
  background: #ffffff;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  padding: 8px 18px;
  cursor: pointer;
  transition: all 0.18s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  line-height: 1.4;
}

.verify-user-buttons button:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.28);
  transform: translateY(-1px);
}

.verify-user-buttons button:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.total-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.records-texts {
  font-size: 15px;
  font-weight: 600;
  color: #0c2f81;
  /* background: #f3f4f6 ; */
  /* border: 1px solid #e5e7eb; */
  border-radius: 999px;
  padding: 5px 14px;
  margin: 0;
  white-space: nowrap;
  line-height: 1.5;
}
.nexttable{
  display:"flex";
  justify-content: space-between;
}
