* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Courier New', Courier, monospace;
}

.sidebar {
  position: fixed;
  height: 100%;
  width: 16.5%;
  background: #1E90FF;
  transition: all 0.5s ease;
  overflow-y: scroll;
}

 
.sidebar.active {
  width: 60px;
  transition: all 0.5s ease;
}

.sidebar.active span {
  display: none;
}

/* .sidebar .active {
  width: 60px;
}

.sidebar .active span {
  padding: 10px;
} */

.sidebar .logo-details {
  border-radius: 1em;
  height: 100px;
  /* display: flex; */
  align-items: center;
  background: #1E90FF;
  justify-content: space-between;
  width: 96%;
  margin-left: 1%;
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25),
    0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0px;
  z-index: 100;
}

.comp_logo img {
  width: 48px;
}

.icon_1 img {
  width: 24px;
  margin: 1px;
}

.try {
  display: flex;
  /* background-color: #e87d88; */
  /* text-align: center; */
  align-items: center;
}

.sidebar .logo-details #access {
  /* background-color: #008000; */
  text-align: center;
  /* margin: 0 0px 0 15px; */
  color: #fff;
  margin-left: 20px;
  /* padding: 0 10px; */
}

.sidebar .logo-details i {
  font-weight: 500;
  color: #fff;
  min-width: 40px;
  text-align: center;
}

.sidebar .logo-details .logo_name {
  /* color: black; */
  color: rgb(0, 255, 255);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Cambria', 'Cochin', 'Georgia', 'Times', 'Times New Roman', 'serif';
  margin: 15px;
}

.sidebar .nav-links {
  /* margin-top: 1%; */
  margin: 10px;
}

.sidebar .nav-links span {
  padding: 10px;
  overflow: hidden;
  font-family: 'Open Sans', 'serif', 'Times New Roman', 'Times', 'Geneva', 'Verdana', sans-serif;
}

.sidebar .nav-links li {
  list-style: none;
  height: 40px;
}

.sidebar .nav-links li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
}

.sidebar .nav-links li a .active {
  background: #081D45;
}

.sidebar .nav-links li a:hover {
  background: #4ce3d9;
  box-shadow: 4px 4px 4px 4px rgba(6, 5, 5, 0.1);
}

.sidebar .nav-links li i {
  min-width: 3%;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

.sidebar .nav-links li a .links_name {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
  margin: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.sidebar .nav-links li a:hover .links_name {
  color: #1900ff;
  border-radius: 4px;
  text-shadow: 0 0 6px rgba(0, 255, 128, 0.8),
    0 0 12px rgba(0, 255, 128, 0.6);
  transform: scale(1.05);
  font-weight: 600;
}

.icon-green-3d {
  /* filter: invert(74%) sepia(83%) saturate(410%) hue-rotate(8deg) brightness(101%) contrast(103%); */
  filter: invert(81%) sepia(19%) saturate(749%) hue-rotate(66deg) brightness(95%) contrast(90%);
  transform: scale(1);
  transition: all 0.3s ease;
}

.icon-green-3d:hover {
  transform: scale(1.2);
  filter: drop-shadow(0 0 6px rgba(0, 255, 0, 0.7));
}







/* Home section styles */
.home-section {
  position: relative;
  background: #f5f5f5;
  min-height: 100vh;
  width: calc(100% - 16%);
  left: 16%;
  transition: all 0.5s ease;
}

/* Content wrapper */
.content-wrapper {
  position: absolute;
  top: 14vh;
  width: 99%;
  height: calc(100vh - 15vh);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  background: #f5f5f5;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.9),
    0 0.2125em 0.6125em rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.tableFixHead {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.content-wrapper .card-header {
  margin-top: 0.5px;
  height: 8%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background: rgb(106, 181, 241);
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.9),
    0 0.02125em 0.06125em rgba(0, 0, 0, 0.9);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* border: 2px solid black; */
}

.content-wrapper .card-header #t-heading {
  float: left;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
  margin-left: 2.5%;
  overflow: hidden;
  letter-spacing: 2px;
  font-family: 'Open Sans', 'serif', 'Times New Roman', 'Times', 'Geneva', 'Verdana', sans-serif;
}

#t-headID {
  top: 0;
  position: sticky;
  width: 100%;
  color: honeydew;
  background: #008000;
  box-shadow: 0 0.125em 0.025em rgba(0, 0, 0, 0.25),
    0 0.02125em 0.06125em rgba(10, 0, 0, 0.25);
}

.content-wrapper .card-header .add-dtl {
  margin-top: 8px;
  margin-right: 4%;
  height: 20px;
  width: 25px;
}

.view_banner_btn {
  background-color: #008000;
}

.banner_delete_btn {
  background-color: red;
}

.content-wrapper .card-body {
  width: 99%;
  height: 85%;
  margin-top: 2px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.9),
    0 0.02125em 0.06125em rgba(0, 0, 0, 0.9);
}

/* Full card body */
.home-section .content-wrapper .card-body_full {
  width: 99%;
  height: 90.1%;
  margin-top: 5px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #FFF8DC;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.9),
    0 0.02125em 0.06125em rgba(0, 0, 0, 0.9);
}

.card-body_full .edit_frm {
  width: 99%;
  margin-left: 0.5%;
  margin-top: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  /* background: #1E90FF; */
}

.card-body_full .edit_frm .frm-row {
  font-size: 20px;
  display: flex;
  width: 100px;
  height: 130px;
  font-weight: 500;
  color: #585f61;
}

.col-size-lg {
  width: 18%;
  height: 40px;
  background: #008000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* box-shadow: #00bfff; */
  margin-top: 10px;
}

.content-wrapper .card-body .table-body {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th,
td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Navigation styles */
.home-section nav {
  justify-content: space-between;
  height: 75px;
  background: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  width: calc(100% - 16%);
  left: 16.5%;
  z-index: 100;
  padding: 0px 10px;
  box-shadow: 0 0.125em 0.025em rgba(0, 0, 0, 0.25),
    0 0.02125em 0.06125em rgba(10, 0, 0, 0.25);
  transition: all 0.5s ease;
}

.sidebar.active~.home-section nav {
  left: 45px;
  width: calc(100% - 40px);
}

.home-section nav .sidebar-button {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}

.nav .sidebar-button i {
  font-size: 35px;
  margin-right: 10px;
}

.home-section nav .search-box {
  position: relative;
  height: 50px;
  max-width: 550px;
  width: 100%;
  margin: 0 20px;
}

nav .search-box input {
  height: 100%;
  width: 100%;
  outline: none;
  background: #f5f6FA;
  border: 2px solid #EFEEF1;
  border-radius: 6px;
  font-size: 18px;
  padding: 0 15px;
}

nav .search-box .bx-search {
  position: absolute;
  height: 40px;
  width: 40px;
  background: transparent;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  transition: all 0.4 ease;
}

.bx-search img {
  width: 32px;
}

.home-section nav .profile-details {
  display: flex;
  align-items: center;
  background: #f5f6FA;
  border: 2px solid #EFEEF1;
  border-radius: 6px;
  height: 70px;
  min-width: 190px;
  padding: 0 15px 0 2px;
}

nav .profile-details img {
  height: 60px;
  width: fit-content;
  border-radius: 5px;
  object-fit: cover;
}

#xxx {
  font-weight: bold;
}

.try2 {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}


nav .profile-details {
  text-decoration: none;
  color: rgb(106, 181, 241);
}

nav .profile-details input[type=checkbox] {
  display: none;
}

nav .profile-details .pdb {
  font-weight: bold;
  border-radius: 5px;
  padding: 2px;
}

nav .profile-details #pdbutton:checked {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-top: 70px;
  right: 100px;
  line-height: 25px;
}

nav .profile-details .lgtime {
  font-weight: bold;
  border-radius: 5px;
  padding: 2px;
}

.home-section nav .profile-details select {
  margin-top: 40px;
  border: hidden;
  font-size: 15px;
}

.home-section nav .profile-details select option {
  padding: 10px;
}

/* Home content */
.home-section .home-content {
  position: relative;
  padding: 10px 10px 10px 10px;
}

.alert-warning {
  position: absolute;
  top: 0;
  /* left: 30%; */
  padding: 5px 0 0 5px;
  background-color: yellow;
}



.tile {
  /* background:linear-gradient(135deg,#cfe8f3,#9ec7d8); */
  background-color: #fff;
  border-radius: 18px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .25s;
}

.tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}



.tile::before {
  content: "";
  position: absolute;
  bottom: -150%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(135, 206, 235, 0.4);
  z-index: -1;
  border-radius: 42%;
  animation: liquid-random 7s linear infinite;
  transition: bottom 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.tile::after {
  content: "";
  position: absolute;
  bottom: -150%;
  left: -45%;
  width: 200%;
  height: 200%;
  background: rgba(135, 206, 235, 0.2);
  z-index: -2;
  border-radius: 38%;
  animation: liquid-random 10s linear infinite reverse;
  transition: bottom 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.tile:hover::before,
.tile:hover::after {
  bottom: -80%;
}

/* .tile:hover {
    transform: translateY(-8px);
} */

@keyframes liquid-random {
  0% {
    transform: rotate(0deg) scale(1) translateX(0);
  }

  33% {
    transform: rotate(120deg) scale(1.1) translateX(-15px);
  }

  66% {
    transform: rotate(240deg) scale(0.9) translateX(15px);
  }

  100% {
    transform: rotate(360deg) scale(1) translateX(0);
  }
}

#chart {
  width: 100%;
  height: 300px;
  background: #f8f9fa;
  border-radius: 10px;
  padding: 10px;
}

.total-section {
  text-align: center;
  margin-bottom: 20px;
}

.total-label {
  color: #65676b;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.total-value {
  font-size: 36px;
  font-weight: 800;
  color: #1c1e21;
  margin: 5px 0;
}

.comparison-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  border-top: 2px solid #f0f2f5;
}

.stat-box {
  flex: 1;
}

.stat-label {
  font-size: 11px;
  color: #8a8d91;
  display: block;
  margin-bottom: 4px;
}

.stat-number {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}

.stat-number.up,
.up {
  color: #00a400;
}

.stat-number.down,
.down {
  color: #fa3e3e;
}

.stat-number.equal,
.equal {
  color: #87CEEB;
}


.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
}

.arrow-up {
  border-bottom: 8px solid #00a400;
}

.arrow-down {
  border-top: 8px solid #fa3e3e;
}

.arrow-equal {
  width: 10px;
  height: 2px;
  background-color: #87CEEB;
  display: inline-block;
  margin-left: 5px;
}

.divider {
  width: 1px;
  height: 35px;
  background-color: #e4e6eb;
  margin: 0 15px;
}

/* Overview boxes */
.overview-boxes .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.overview-boxes .box .right-side {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}

.overview-boxes .box-topic {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  .home-section .overview-boxes {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .home-section .overview-boxes {
    grid-template-columns: 1fr !important;
  }
}

.overview-boxes .number {
  font-size: 22px;
  font-weight: bold;
  color: #1e90ff;
}

.overview-boxes .indicator {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* .overview-boxes .cart img {
  width: 100px;
  height: 40px;
} */


.home-section .overview-boxes {
  display: grid;
  gap: 15px;
  padding: 10px;
  margin: 70px 10px 5px 1px;

}

.overview-boxes .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  min-height: 80px;
  transition: transform 0.2s ease;
}

.home-content .box .number {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-top: 2px;
  font-weight: 600;
}

.home-content .box .indicator {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.home-content .box .indicator i {
  height: 35px;
  width: 35px;
  background: #8FDACB;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  margin-right: 35px;
}

.home-content .box .indicator img {
  display: inline-block;
  font-size: 20px;
  height: 20px;
  margin-top: 10px;
}

.box .indicator i .down {
  background: #e87d88;
}

.home-content .box .indicator .text {
  font-size: 14px;
  font-weight: bold;
  color: lightskyblue;
}

.home-content .box .cart {
  display: inline-block;
  font-size: 20px;
  height: 35px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #00bfff;
  border-radius: 12px;
  margin: -35px 10px 10px 250px;
}

.home-content .box .cart.one {
  background: #6495ed;
}

.home-content .box .cart.two {
  background: #adff2f;
}

.home-content .box .cart.three {
  color: #ffc40c;
  background: #ffd800;
}

.home-content .box .cart.four {
  background: #98fb98;
}

.home-content .box .cart.five {
  background: #ffa07a;
}

.home-content .box .cart img {
  width: 24px;
}

.home-content .sales-boxes {
  display: flex;
  justify-content: space-between;
}


.query-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.query-popup-content {
  background: #fff;
  width: 80%;
  max-height: 80%;
  overflow-y: auto;
  margin: 50px auto;
  padding: 20px;
  border-radius: 10px;
}

.close-popup {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

/* Recent sales */
.home-content .sales-boxes .recent-sales {
  width: 30%;
  background: #fff;
  padding: 5px 2px 20px 2px;
  margin: 0 10px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  /* height: 380px; */
  height: auto;
  overflow: hidden;
}

.home-content .sales-boxes .sales-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sales-boxes .box .title {
  font-size: 24px;
  font-weight: 500;
}

.sales-boxes .sales-details li.topic {
  font-size: 20px;
  font-weight: 600;
}

.sales-boxes .sales-details li {
  list-style: none;
  margin: 8px 0;
}

.sales-boxes .sales-details li a {
  font-size: 18px;
  color: #333;
  font-size: 400;
  text-decoration: none;
}

.sales-boxes .box .see_all_btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.sales-boxes .box .see_all_btn a {
  color: #fff;
  background: #0A2558;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sales-boxes .box .see_all_btn a:hover {
  background: #008000;
}

/* Top sales */
.home-content .sales-boxes .top-sales {
  width: 40%;
  background: #fff;
  padding: 5px 5px;
  margin: 2px 5px 2px 10px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  margin-right: 0.5%;
}

.sales-boxes .top-sales li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.sales-boxes .top-sales li a img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 10px;
  background: #333;
}

.sales-boxes .top-sales li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sales-boxes .top-sales li .product,
.price {
  font-size: 17px;
  font-weight: 400;
  color: #333;
}

.sidebar.active~.home-section {
  width: calc(100% - 45px);
  left: 45px;
}



/* ============================================================
   ENTERPRISE SaaS MODERN 3D FOOTER (Fully Responsive & Safe)
   ============================================================ */
/* ============================================================
   ULTRA-MODERN 3D ENTERPRISE SaaS FOOTER
   ============================================================ */
.main-footer {
    position: relative !important;
    width: 100% !important;
    margin-left: 0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%) !important;
    border-top: 1px solid #cbd5e1 !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    padding: 14px 24px !important;
    box-sizing: border-box;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 11.5px;
    color: #475569;
    font-family: inherit;
    clear: both;
    z-index: 10;
}

.footer-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.main-footer strong {
    color: #1e293b;
    font-weight: 600;
}

.main-footer a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.main-footer a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.footer-rights {
    color: #64748b;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 10px;
}


.visitor-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #ffffff;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #cbd5e1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03), inset 0 1px 2px rgba(255, 255, 255, 0.8);
    font-size: 11px;
    color: #334155;
    font-weight: 500;
}


.visitor-dot {
    width: 7px;
    height: 7px;
    background-color: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 6px #10b981;
}


.version-badge {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(15, 23, 42, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    letter-spacing: 0.5px;
}


@media screen and (min-width: 769px) {
    .main-footer {
        margin-left: 16% !important;
        width: calc(100% - 16%) !important;
    }
}


@media screen and (max-width: 768px) {
    .main-footer {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 5px 5px !important;
        gap: 5px;
    }
    
    .footer-left {
        justify-content: center;
        text-align: center;
    }

    .footer-right {
        justify-content: center;
    }
}

/* =========================================================
   PROFESSIONAL RESPONSIVE FOOTER
   ========================================================= */




/* .main-footer {
    position: relative !important;
    width: 100% !important;
    margin-left: 0 !important; 
    padding: 15px 10px !important;
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #475569;
    clear: both;
} */
/* Responsive styles */
@media(max-width: 1093px) {
  .sales-boxes .sales-details li.topic {
    font-size: 18px;
    font-weight: 600;
  }

  .sales-boxes .sales-details li a {
    font-size: 14px;
  }
}

@media(max-width: 1024px) {
  .home-section nav {
    left: 45px;
    width: calc(100% - 40px);
  }

  .home-section {
    width: calc(100% - 45px);
    left: 45px;
  }

  .sales-boxes .sales-details li.topic {
    font-size: 20px;
    font-weight: 600;
  }

  .sales-boxes .sales-details li {
    list-style: none;
    margin: 8px 0;
  }

  .sales-boxes .sales-details li a {
    font-size: 18px;
  }
}

@media(max-width: 1000px) {
  .overview-boxes .box {
    width: calc(100% / 2 - 15px);
    margin: 4px;
  }

  .sidebar .active span {
    display: none;
  }

  .sidebar .nav-links span {
    display: none;
    overflow: hidden;
  }

  .home-content .sales-boxes {
    display: block;
  }

  /* .home-content .sales-boxes .recent-sales {
    width: 30%;
    height: 380px;
    overflow: hidden;
  } */

  .home-content .sales-boxes .top-sales {
    width: 100%;
    margin-left: 1%;
    margin-top: 3%;
  }
}

@media(max-width: 570px) {
  .overview-boxes .box {
    width: 100%;
    margin-bottom: 15px;
  }

  .sales-boxes .sales-details li.topic {
    font-size: 15px;
    font-weight: 600;
  }

  .sales-boxes .sales-details li {
    list-style: none;
    margin: 8px 0;
  }

  .sales-boxes .sales-details li a {
    font-size: 14px;
  }

  .home-section nav .profile-details {
    display: none;
  }
}

@media (max-width:800px) and (min-width:500px) {
  .content-wrapper .card-header .card-body {
    width: 100%;
    height: 88%;
  }

  .table-body {
    height: 80%;
  }

  th {
    font-size: 0.7rem;
  }

  td {
    font-size: 0.6rem;
  }

  /* .main-footer {
        margin-left: 16% !important; 
        width: calc(100% - 16%) !important;
    } */
}

@media (max-width:499px) and (min-width:300px) {
  .content-wrapper .card-header .card-body {
    width: 100%;
    height: 88%;
  }

  th {
    font-size: 0.3rem;
  }

  td {
    font-size: 0.2rem;
  }
}

/* Page header */
#page_hd {
  display: flex;
  align-items: center;
  margin: 10px 10px;
  position: absolute;
  text-transform: uppercase;
}

.priv_list {
  display: flex;
  width: 30%;
  margin: 5px auto;
  padding: 5px;
  list-style: none;
  justify-content: space-between;
}

.priv_list a {
  text-decoration: none;
  cursor: pointer;
  padding: 5px;
  font-size: 0.8rem;
  background: rgb(106, 181, 241);
  border-radius: 12px;
  text-align: center;
  font-family: 'Open Sans', 'serif', 'Times New Roman', 'Times', 'Geneva', 'Verdana', sans-serif;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
  font-weight: 800;
  color: #212529;
  letter-spacing: 1.5px;
}

.priv_list a:hover {
  background: rgb(8, 110, 193);
  color: #fdfdfd;
}

/* Banner form */
.banner_form {
  width: 450px;
  min-height: 610px;
  border: 1px solid black;
  margin: auto auto;
  border-radius: 5px;
  z-index: 1000;
  font-family: 'Open Sans', 'serif', 'Times New Roman', 'Times', 'Geneva', 'Verdana', sans-serif;
  background-image: linear-gradient(0deg, #6ea4ab 0%, #b6e1e9 100%);
}

.banner_form .form_banner {
  width: 100%;
  min-height: 398px;
}

.banner_form .form_banner .form_heading {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid black;
  position: relative;
}

.banner_form .form_banner .form_heading .heading_form {
  font-size: 25px;
  font-weight: 600;
  margin-left: 10px;
  margin-top: 10px;
}

.banner_form .form_banner .form_heading .bannner_close {
  position: absolute;
  font-weight: 600;
  right: 20px;
  top: 5px;
  text-decoration: none;
  width: 20px;
  height: 18px;
  color: black;
  text-align: center;
}

.banner_form .form_banner .form_heading .bannner_close:hover {
  font-size: 1.2rem;
  color: red;
  background-color: grey;
}

.banner_form .form_banner .banner_content {
  width: 95%;
  margin: 0 auto;
  line-height: 30px;
}

.banner_form .form_banner .banner_content .banner_category {
  display: flex;
  justify-content: space-between;
  width: 95%;
  height: 80px;
}

.banner_form .form_banner .banner_content .banner_category .categorybanner_content {
  width: 40%;
}

.banner_form .form_banner .banner_content .banner_category .categorybanner_content .banner_p {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
}

.banner_class {
  width: 100%;
  height: 35px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
}

.banner_form .form_banner .banner_content .banner_name {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
}

.banner_form .form_banner .banner_content .banner_text {
  width: 95%;
  height: 30px;
  padding: 3px;
  font-size: 15px;
  border-radius: 10px;
  outline: none;
  border: none;
}

.banner_form .form_banner .banner_content .bannertext_area {
  width: 95%;
  border-radius: 10px;
  font-size: 15px;
  border: none;
  padding: 2px;
}

.banner_form .form_banner .banner_content .upload {
  width: 95%;
  border: 1px solid black;
  background-color: #fff;
  height: 35px;
  font-size: 17px;
  border-radius: 10px;
  padding-top: 8px;
  margin-bottom: 5px;
  border: none;
  padding-left: 5px;
}

.banner_form .buttons {
  height: 40px;
  float: right;
  margin-right: 30px;
  margin-top: 10px;
}

.banner_form .buttons .btn_close {
  width: 65px;
  height: 30px;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  border: none;
}

.banner_form .buttons .btn_save {
  width: 65px;
  height: 30px;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 16px;
  margin-left: 10px;
}

.banner_form .buttons .btn_save:hover {
  cursor: pointer;
  background-color: green;
}

.banner_form .buttons .btn_close:hover {
  cursor: pointer;
  background-color: red;
}

.overlay {
  position: fixed;
  top: 0%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  transition: 500;
}

.showoverlay {
  opacity: 1;
  z-index: 1;
}

.add-form {
  position: absolute;
  width: 90%;
  max-width: 700px;
  max-height: 80vh;
  background-color: rgb(69, 92, 119);
  padding: 5px 10px;
  transition: 1000;
  left: 50%;
  z-index: 1;
  top: -100%;
  box-shadow: 0px 0px 10px 3px #ccc;
  transform: translate(-50%, -50%);
  overflow: auto;
  border-radius: 10px 10px 0 0;
  font-family: 'Times New Roman', 'Times', 'serif';
}

.show-add-form {
  top: 50%;
}



.frm-bnr-heading {
  width: 110%;
  height: 60px;
  font-size: 24px;
  text-align: left;
  margin: -5px -10px;
}

.frm-heading {
  width: 100%;
  height: 60px;
  font-size: 20px;
  text-align: left;
  margin: -5px 10px;
}

.frm-heading #bnr_hading {
  color: rgb(244, 243, 248);
}

.frm-bnr::-webkit-scrollbar {
  width: 8px;
}

.frm-bnr::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.frm-bnr::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.frm-bnr::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.frm-bnr-heading h3 {
  background: rgb(106, 181, 241);
  height: 40px;
  padding: 5px 0 0 10px;
  color: #fdfdfd;
}

.add-form .banner_class {
  width: 95%;
  height: 35px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
}

.select_class {
  margin-left: 12px;
  width: 80%;
  height: 35px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
}

.add-form .banner_category {
  display: flex;
  justify-content: space-between;
  width: 96%;
  height: 60px;
  margin: 0 auto;
  align-items: center;
}

.add-form .in-text {
  width: 95%;
  height: 30px;
  padding: 3px;
  font-size: 15px;
  border-radius: 10px;
  outline: none;
  border: none;
}

.add-form .in-text[type=text]:focus {
  background-color: #abbbab;
}

.add-form .in-md-txt {
  margin-left: 12px;
  width: 80%;
  height: 35px;
  padding: 3px;
  font-size: 15px;
  border-radius: 10px;
  outline: none;
  border: none;
}

.add-form .in-md-txt[type=text]:focus {
  background-color: #abbbab;
}

.bannertext_area {
  width: 95%;
  border-radius: 10px;
  font-size: 15px;
  border: none;
  padding: 2px;
  resize: none;
}

.bnr_name {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #f5f6FA;
  float: left;
  padding: 0 0 0 15px;
  font-family: 'Times New Roman', 'Times', 'serif';
}

.add-form .social-text {
  width: 95%;
  height: 30px;
  padding: 3px;
  margin-left: 15px;
  font-size: 15px;
  border-radius: 10px;
  outline: none;
  border: none;
}

.social-link_name {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #f5f6FA;
  float: left;
  padding: 0 0 0 15px;
  font-family: 'Times New Roman', 'Times', 'serif';
}

.banner_load {
  width: 60%;
  border: 1px solid black;
  background-color: #978f8f;
  height: 35px;
  font-size: 17px;
  border-radius: 10px;
  padding-top: 6px;
  margin-bottom: 5px;
  border: none;
  margin: 10px 0 0 -60%;
  align-self: left;
}

.btn-bnr-save {
  width: 10%;
  float: right;
  color: cyan;
  height: 30px;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 16px;
  background-color: #60a060;
  margin: -35px 10px 2px 0;
}

.btn-bnr-save:hover {
  cursor: pointer;
  background-color: green;
}

.frm-close {
  position: absolute;
  right: 0px;
  width: 30px;
  color: white;
  line-height: 30px;
  height: 30px;
  background-color: brown;
  text-align: center;
  top: 0px;
  cursor: pointer;
}

.bannertext_area:focus,
.in-text:focus {
  outline: 2px solid green;
  border: 2px solid green;
}

.btn-mn-save {
  margin: 10px 0 0 82%;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  padding: 0.7em 1.4em 0.7em 1.1em;
  color: white;
  background: #ad5389;
  background: linear-gradient(0deg, rgba(20, 167, 62, 1) 0%, rgba(102, 247, 113, 1) 100%);
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
  letter-spacing: 0.05em;
  border-radius: 20em;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-88:hover {
  box-shadow: 0 0.5em 1.5em -0.5em #14a73e98;
}

.button-88:active {
  box-shadow: 0 0.3em 1em -0.5em #14a73e98;
}

/* View form */
.view_form {
  width: 500px;
  padding: 5px 10px;
  background-color: rgb(69, 92, 119);
  position: absolute;
  transition: 1000;
  left: 50%;
  z-index: 1;
  top: 50%;
  box-shadow: 0px 0px 10px 3px #ccc;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  font-family: 'Times New Roman', 'Times', 'serif';
  display: none;
}

.view_form .vb_heading {
  width: 100%;
  height: 30px;
  font-size: 24px;
  text-align: left;
  margin: -5px -10px 5px -10px;
  background: rgb(106, 181, 241);
  padding: 5px 0 0 10px;
  color: #fdfdfd;
}

.view_form .vb_img {
  width: 100%;
  max-height: 250px;
  border-radius: 5px;
}

.view_form .vb_tbl {
  display: flex;
  justify-content: center;
}

.delete_form {
  width: 500px;
  padding: 5px 10px;
  background-color: rgb(69, 92, 119);
  position: absolute;
  transition: 1000;
  left: 50%;
  z-index: 1;
  top: 50%;
  box-shadow: 0px 0px 10px 3px #ccc;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  font-family: 'Times New Roman', 'Times', 'serif';
  display: none;
}

.delete_form .db_heading {
  width: 100%;
  height: 30px;
  font-size: 24px;
  text-align: left;
  margin: -5px -10px 5px -10px;
  background: rgb(106, 181, 241);
  padding: 5px 0 0 10px;
  color: #fdfdfd;
}

.delete_form .db_warning {
  color: white;
}

.delete_form .db_delete {
  width: 10%;
  float: right;
  height: 30px;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 16px;
}

.delete_form .db_delete:hover {
  cursor: pointer;
  background-color: green;
}

/* Edit form */
.card-body_full .edit_frm {
  font-family: "Source Sans Pro", '-apple-system', 'BlinkMacSystemFont', "Segoe UI", 'Roboto', "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 99%;
  background-color: #1e7da998;
}

.card-body_full .edit_frm .frm-row {
  width: 50%;
  height: 120px;
  flex-direction: column;
}

.card-body_full .edit_frm .frm-row .col-size-lg {
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: 0px;
  padding: 5px 10px;
  color: #fdfdfd;
  margin: 0;
}

.edit_frm_down {
  display: flex;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
}

.efd_left,
.efd_right {
  width: 50%;
}

.efd_left>.frm-row,
.efd_right>.frm-row {
  width: 100% !important;
  height: auto;
}

.col_heading {
  font-size: 18px;
  font-weight: 400;
}

.form-control {
  background-color: #fbfbfb;
  border-radius: 12px;
  display: flex;
  padding: 5px;
  width: 100%;
  height: auto;
  margin: 10px 0;
  resize: none;
  overflow: hidden;
  font-size: 14px;
  height: 35px;
  color: #000;
}

.btn_update {
  margin: 20px 10px 10px 90%;
  color: white;
}

.card-body_full #companyID,
.card-body_full #categoryID {
  background-color: #fbfbfb;
  border-radius: 12px;
  display: flex;
  padding: 5px;
  width: 100%;
  height: auto;
  margin: 10px 0;
  resize: none;
  overflow: hidden;
  font-size: 14px;
  height: 35px;
}

.fc_txtar {
  height: 60PX;
}

.menu_lbl {
  width: 100%;
  padding: 5px;
  float: left;
  font-size: 18px;
  color: white;
}

.mn_input {
  float: right;
  padding: 5px;
  margin: 0 10px;
  border-radius: 12px;
  color: #212529;
}

/* Menu view */
.menu_view {
  width: 100%;
  min-height: 200px;
}

.view_table {
  width: 100%;
  border-bottom: 1px solid grey;
}

.tbl_view_hed {
  padding-bottom: 10px;
  padding-top: 10px;
  color: rgb(1, 175, 209);
}

.tbl_td {
  font-size: 18px;
  padding-left: 5px;
}

.tbl-input {
  padding: 2px;
  width: auto;
  height: 25px;
  border-radius: 5px;
  background-color: wheat;
}

.view_update_btn {
  margin-top: 10px;
  margin-left: 80%;
  width: 50px;
  height: 30px;
  background-color: lightgreen;
  color: rgb(71, 10, 240);
  border-radius: 5px;
  cursor: pointer;
  border: none;
  transition: all 0.6s;
}

.view_update_btn:hover {
  background-color: rgb(1, 175, 209);
  border: 1px solid grey;
}

/* Add package */
.add_package {
  width: 650px;
  height: 80vh;
  overflow-y: scroll;
}

.add_bottom {
  display: flex;
  flex-wrap: wrap;
}

.ab_slelct {
  width: 50%;
}

.add_bottom input[type=number]::-webkit-inner-spin-button {
  appearance: none;
}

.ab_slelct input[type=number]::-webkit-inner-spin-button,
.col-size-lg>input[type=number]::-webkit-inner-spin-button {
  appearance: none;
}

.add_bottom_left {
  position: relative;
  left: 0;
}




.subregion {
  display: none;
  box-shadow: 0 0 8px rgb(3, 30, 65);
  border-radius: 6px;
}

input.ab_check {
  width: 100px;
  padding: 100px;
}

.user_category {
  width: 100%;
  display: flex;
}

/* Website setting */
.ws_top_nav {
  height: 12vh;
  width: 100%;
  position: sticky;
  top: 0;
  box-shadow: 5px 5px 5px #48D1CC;
  background-image: linear-gradient(0deg, #b6e1e9 0%, #6ea4ab 100%);
  display: flex;
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 12px 12px 0 0;
  flex-wrap: wrap;
  margin: 5px 0;
}

.ws_nav {
  font-size: 1.1rem;
  max-width: auto;
  height: 30px;
  text-align: center;
  text-shadow: 2px 2px 2px whitesmoke;
  text-transform: capitalize;
  margin: 0 10px 0 10px;
  text-decoration: none;
  background-color: #00b894;
  border-radius: 15px 0 10px 1px;
  box-shadow: 0px .5px 1px 0px;
  border-radius: 15px 0 10px 1px;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  color: rgb(88, 74, 74);
  overflow: hidden;
}

.ws_nav:hover {
  font-size: 1.2rem;
  height: 35px;
  background-color: #0a8a4c;
}

.wsb_body {
  padding: 10px;
  line-height: 25px;
}

.ws_img {
  width: 100px;
  height: 100px;
}

.ws_update_button {
  background-color: #00b894;
  height: 30px;
  margin: 10px 0;
  width: 80px;
  border: none;
  box-shadow: 2px 2px 2px #008000;
  border-radius: 8px;
}

.ws_update_button:hover {
  background-color: #008000;
  width: 85px;
  height: 32px;
}

.wsb_body label {
  font-size: 18px;
  color: #081D45;
  font-weight: 400;
  text-transform: capitalize;
  float: left;
}

.ws_change_btn {
  background-color: #00b894;
  padding: 2px;
  border: none;
  box-shadow: 2px 2px 2px #008000;
  border-radius: 8px;
}

.ws_change_btn:hover {
  background-color: #008000;
}

.wsb_body input,
.wsb_body textarea,
.wsb_body select {
  float: right;
  width: auto;
  width: 300px;
  height: 24px;
  resize: none;
  background-color: rgb(187, 222, 224);
  border: none;
  border-radius: 12px;
  outline: none;
  padding: 0 5px;
}

.wsb_body>input[type=file] {
  float: left;
}

.wsb_body+input[type=number]::-webkit-inner-spin-button {
  appearance: none;
}

.wsb_body textarea {
  width: 300px;
  height: 48px;
}

.wsb_body select {
  width: auto;
}

.ws_bs {
  line-height: 16px;
  margin: 0;
  padding: 0;
}

.wsb_body {
  padding: 10px;
  line-height: 32px;
  width: 70%;
}

.ws_banner_setting input {
  margin: -10px 10px;
  float: none;
}

.wsbs_right {
  float: right;
}

.ws_banner_setting {
  line-height: 35px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #576c75;
  margin: 15% auto;
  /* 15% from the top and centered */
  /* padding: 20px 2px 2px 2px; */
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  border: 1px solid #888;
  width: 100%;
  max-width: fit-content;
  border-radius: 12px;
  color: white;
  margin-left: 18%;
}

/* Close Button */
.close {
  color: tomato;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  top: 0px;
  left: -10px;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
  transform: scale(1.4);
}



.btn-confirm-delete {
  margin: 5px;
  padding: 5px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 0 6px black;
}

.btn-confirm-delete:hover {
  background-color: rgb(199, 27, 27);
  transform: scale(1.1);
  color: white;
}

.btn-cancel-delete {
  margin: 5px;
  padding: 5px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 0 6px black;
}

.btn-cancel-delete:hover {
  background-color: rgb(168, 170, 164);
  transform: scale(1.1);
  color: white;
}

.logo_text {
  width: 95%;
  height: 35px;
  padding: 3px;
  font-size: 15px;
  border-radius: 10px;
  outline: none;
  border: none;
}

.logo_update {
  width: 100%;
  float: right;
  height: 30px;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 16px;
  background-color: #60a060;
  padding: 0 5px 0 5px;
}

.logo_update:hover {
  cursor: pointer;
  color: whitesmoke;
  background-color: green;
}

.alert-warning_reset_password {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.close_reset_pass {
  position: absolute;
  top: 5px;
  right: 15px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  font-weight: bold;
  color: #856404;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close_reset_pass:hover {
  color: #f50f0f;
}

#search_list {
  position: absolute;
  background-color: #f1f1f1;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  z-index: 1;
}

#search_list div {
  padding: 10px;
  cursor: pointer;
}

#search_list div:hover {
  background-color: #20dd85;
}

#search_input {
  width: 100%;
  height: 40px;
}

/* Pagination */
#pagination-container {
  text-align: center;
  margin-top: 10px;
}

.pagination-list {
  list-style: none;
  padding: 0;
}

.pagination-list li {
  display: inline-block;
  margin: 0 5px;
}

.pagination-list li a {
  padding: 3px 5px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
}

.pagination-list li.active a {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.pagination-list li.disabled a {
  pointer-events: none;
  color: #aaa;
  border-color: #ccc;
}

.pagination-list li.disabled a:hover {
  background-color: transparent;
}

.logo_text,
.logo_load_edit {
  width: 90%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
}

.logo_update {
  background-color: #4CAF50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 5px;
}

.logo_update:hover {
  background-color: #45a049;
}

.img-container {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 5px;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frm-bnr {
  width: 100%;
  border-collapse: collapse;
}

.frm-bnr th,
.frm-bnr td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.frm-bnr th {
  background-color: #333;
  color: white;
}

.dropdown_cls {
  width: 70%;
  height: 35px;
  margin: 15px 20px 10px 0px;
  padding: 10px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
}

.txt_field {
  width: 95%;
  height: 35px;
  padding: 3px;
  font-size: 15px;
  border-radius: 10px;
  outline: none;
  border: none;
}

.txt_field,
.txt_field_edit {
  width: 70%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
}

.social-btn-add {
  width: 10%;
  float: right;
  height: 30px;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 16px;
  background-color: #60a060;
  margin: -35px 10px 2px 0;
}

.social-btn-add:hover {
  cursor: pointer;
  background-color: green;
}

.social-form-group {
  width: 48%;
}

.social_link_category {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.social_link_group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.social-text {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#social_link_Btn,
#remove_link_Btn {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}

#social_link_Btn {
  background-color: #4CAF50;
  color: white;
}

#social_link_Btn:hover {
  background-color: #45a049;
}

#remove_link_Btn {
  background-color: #f44336;
  color: white;
}

#remove_link_Btn:hover {
  background-color: #e53935;
}

/* Toggle switch */
.toggle-container {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.toggle-container input[type="checkbox"] {
  width: 50px;
  height: 25px;
  -webkit-appearance: none;
  appearance: none;
  background: #ccc;
  outline: none;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.toggle-container input[type="checkbox"]:checked {
  background: green;
}

.toggle-container input[type="checkbox"]::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}

.toggle-container input[type="checkbox"]:checked::before {
  transform: translateX(25px);
}

/* Radio buttons */
input[type="radio"]:checked {
  accent-color: green;
}

.form-group {
  margin-top: 15px;
}

#postTypeContainer {
  display: none;
}

/* Responsive */
@media only screen and (max-width: 768px) {
  .form-container {
    max-width: 100%;
  }

  .form-input,
  .form-select {
    width: calc(100% - 20px);
  }
}


/* ===========================
   OVERVIEW BOXES (Responsive)
=========================== */
/* .overview-boxes {
  display: grid;
  grid-gap: 20px;
  margin-top: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
} */

.overview-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 20px;
  align-items: stretch;
}

.overview-boxes .box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.overview-boxes .box .box-topic {
  font-size: 16px;
  font-weight: 600;
}

.overview-boxes .box .number {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}

.overview-boxes .box .indicator {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.overview-boxes .box .indicator i {
  margin-right: 5px;
}


.top-sales.box {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}

.query-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.query-actions select,
.query-actions button {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  cursor: pointer;
}

#querySearch {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}

.table-wrapper {
  max-height: 250px;
  overflow-y: auto;
}

.query-table {
  width: 100%;
  border-collapse: collapse;
}

.query-table th {
  background: #007bff;
  color: #fff;
  padding: 2px;
}

.query-table td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.query-table img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}



/* Cart Icons */
.cart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  border-radius: 12px;
}

.cart img {
  width: 24px;
  height: 24px;
}

.cart.one {
  background: #6495ed;
}

.cart.two {
  background: #adff2f;
}

.cart.three {
  background: #ffd800;
}

.cart.four {
  background: #98fb98;
}

.cart.five {
  background: #ffa07a;
}


/* 22-09-2025 code Dashboard Pop-up */

/* .dash-modal{
  display: none;
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45); 
  z-index: 9999;
  padding-top: 2px;  
  justify-content: center;  
  align-items: center;  
} */
/* FIX 5 : Remove top padding so modal stays centered */

.dash-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.dash-modal.show {
  display: flex;
}


.dash-modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  max-height: 85vh;
  overflow-y: auto;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: linear-gradient(145deg, #5d7c9b, #4a657e);
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  animation: popIn .25s ease;
}

@keyframes popIn {
  from {
    transform: scale(.9);
    opacity: .5
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

.loader {
  width: 35px;
  height: 35px;
  border: 4px solid #ddd;
  border-top: 4px solid #2563eb;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  100% {
    transform: rotate(360deg)
  }
}

.pop-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  color: #ff4d4d;
  font-weight: bold;
}

#popupTitle {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.dropdown-wrapper {
  position: relative;
  width: 220px;
  max-width: 100%;
}

.dropdown-toggle {
  background: #7c6464;
  color: white;
  padding: 9px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  background: #705454;
  border-radius: 6px;
  margin-top: 5px;
  z-index: 999;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-list.show {
  display: block;
}

.search {
  width: 92%;
  margin: 8px;
  padding: 7px;
  border-radius: 4px;
  border: none;
}

.comp-result .item {
  padding: 8px 12px;
  color: white;
  cursor: pointer;
}

.comp-result .item:hover {
  background: #f1f5f9;
  color: black;
}


.from-date,
.page-size {
  height: 40px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  background: #7c6464;
  color: white;
}

.btn-load-data {
  background: #2563eb;
  color: white;
  border: none;
  padding: 4px 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-load-data:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}


.btn-export {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  box-shadow: 0 6px 15px rgba(37, 99, 235, .35);
  transition: .25s;
}


.btn-export:hover {
  background: linear-gradient(135deg, #1e40af, #1d4ed8);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, .45);
}

.btn-export:active {
  transform: scale(.96);
}



.dash-result {
  width: 100%;
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: auto;
  margin-top: 10px;
  background: white;
  border-radius: 8px;
  padding: 8px;
  -webkit-overflow-scrolling: touch;
}

.dash-result table {
  min-width: 700px;
}

.dash-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: -14px;
}

.dash-pagination a {
  padding: 4px 10px;
  font-size: 13px;
  background: white;
  color: #333;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: .2s;
}

.dash-pagination a:hover {
  background: #e2e8f0;
}

.dash-pagination .active {
  background: #2563eb;
  color: white;
}

.dash-pagination .disabled {
  pointer-events: none;
  opacity: .5;
}

.dash-pagination .active {
  background: #2563eb;
  color: white;
}

.dash-modal-content .btn-load-data:last-of-type {
  order: 4;
  margin-top: 3px;
}

@media (max-width: 1024px) {

  .dash-modal {
    padding-top: 20px;
  }

  .dash-modal-content {
    margin-right: 40px;
    max-width: 95%;
  }
}

@media (max-width: 768px) {
  .btn-export {
    width: 100%;
    text-align: center;
  }

  .dash-pagination {
    width: 100%;
    margin-top: 2px;
  }

  .dash-modal {
    padding-top: 10px;
  }

  /* .dash-modal-content{
    margin-right: 0;
    padding: 8px;
    gap: 6px;
  } */
  .dash-modal-content {

    width: 95%;

    height: 90vh;

    margin-right: 0;

    padding: 10px;

    gap: 6px;

  }

  .dropdown-wrapper,
  .from-date,
  .page-size,
  .btn-load-data,
  .btn-export {
    width: 100%;
  }

  .dash-pagination button {
    padding: 5px 8px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .dash-modal {
    /* padding-top: 50px; */
    padding-top: 0;
  }

  #popupTitle {
    font-size: 18px;
  }

  .pop-close {
    font-size: 18px;
  }

}


/* ================= LIVE ACTIVITY ================= */

#activityFeed {

  background: #1e2a38;
  color: white;
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;

}

.activity-item {
  border-bottom: 1px solid #444;
  padding: 6px 4px;
  font-size: 13px;
}

.activity-item:last-child {
  border-bottom: none;
}

.activity-item b {
  color: #4da3c7;
}




/* =========================================
   LIVE USERS LIST DESIGN
========================================= */
.live-users-container {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 5px;
}

/* Custom Scrollbar for Live Users */
.live-users-container::-webkit-scrollbar {
  width: 5px;
}

.live-users-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

.live-user-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.live-user-item:last-child {
  border-bottom: none;
}

.live-user-photo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e2e8f0;
  margin-right: 12px;
}

.live-user-info {
  flex-grow: 1;
}

.live-user-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}

.live-user-id {
  font-size: 11px;
  background: #f1f5f9;
  color: #475569;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
}

.live-user-company {
  font-size: 12px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 4px;
}

.live-status-badge {
  font-size: 13px;
  font-weight: 600;
  color: #16a34a;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #dcfce3;
  padding: 4px 10px;
  border-radius: 20px;
}

.blink-dot {
  width: 8px;
  height: 8px;
  background-color: #16a34a;
  border-radius: 50%;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

/* =========================================
   TABLE BUTTONS & STATUS DESIGN
========================================= */
.btn-refresh {
  background-color: #e0f2fe;
  color: #0284c7;
  border: 1px solid #bae6fd;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-refresh:hover {
  background-color: #0284c7;
  color: #fff;
}

.badge-pending {
  background-color: #fee2e2;
  color: #dc2626;
  border: 1px solid #fca5a5;
  padding: 4px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
}

.badge-solved {
  background-color: #dcfce3;
  color: #16a34a;
  border: 1px solid #86efac;
  padding: 4px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
}

.assign-select {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #cbd5e1;
  font-size: 13px;
  outline: none;
}

.btn-save {
  background-color: #4f46e5;
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: 0.3s;
}

.btn-save:hover {
  background-color: #4338ca;
}


/* =========================================
   LIVE USERS LIST DESIGN
========================================= */
.live-users-container {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 5px;
}

/* Custom Scrollbar for Live Users */
.live-users-container::-webkit-scrollbar {
  width: 5px;
}

.live-users-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

.live-user-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.live-user-item:last-child {
  border-bottom: none;
}

.live-user-photo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e2e8f0;
  margin-right: 12px;
}

.live-user-info {
  flex-grow: 1;
}

.live-user-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}

.live-user-id {
  font-size: 11px;
  background: #f1f5f9;
  color: #475569;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
}

.live-user-company {
  font-size: 12px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 4px;
}

.live-status-badge {
  font-size: 13px;
  font-weight: 600;
  color: #16a34a;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #dcfce3;
  padding: 4px 10px;
  border-radius: 20px;
}

.blink-dot {
  width: 8px;
  height: 8px;
  background-color: #16a34a;
  border-radius: 50%;
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

/* =========================================
   TABLE BUTTONS & STATUS DESIGN
========================================= */
.btn-refresh {
  background-color: #e0f2fe;
  color: #0284c7;
  border: 1px solid #bae6fd;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-refresh:hover {
  background-color: #0284c7;
  color: #fff;
}

.badge-pending {
  background-color: #fee2e2;
  color: #dc2626;
  border: 1px solid #fca5a5;
  padding: 4px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
}

.badge-solved {
  background-color: #dcfce3;
  color: #16a34a;
  border: 1px solid #86efac;
  padding: 4px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
}

.assign-select {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #cbd5e1;
  font-size: 13px;
  outline: none;
}

.btn-save {
  background-color: #4f46e5;
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition: 0.3s;
}

.btn-save:hover {
  background-color: #4338ca;
}


/* =========================================
   PREMIUM CUSTOM BAR CHART DESIGN
========================================= */
/* #chart {
    width: 100%;
    height: 250px;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
} */

#chart {
  width: 100%;
  height: 250px;
  padding-top: 30px;
  padding-bottom: 0px;
  /* Ise 0 kar diya taaki extra space khatam ho jaye */
  margin-bottom: 5px;
  /* 25px dates ke liye aur bottom se exactly 10px ka gap */
  position: relative;
}

.custom-barchart {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 100%;
  border-bottom: 2px solid #cbd5e1;
  /* X-Axis Line */
  border-left: 2px solid #cbd5e1;
  /* Y-Axis Line */
  padding-bottom: 0px;
  /* Background horizontal grid lines */
  background: repeating-linear-gradient(0deg,
      transparent,
      transparent 39px,
      #f1f5f9 40px);
}

.chart-bar-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  width: 10%;
  /* Adjust bar width */
  position: relative;
  cursor: pointer;
}

.chart-bar {
  width: 100%;
  /* Gradient Blue Color */
  background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
  border-radius: 4px 4px 0 0;
  transition: height 0.8s ease-out, background 0.3s;
  min-height: 2%;
  /* Basic height so 0 value is still visible */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.chart-bar-wrapper:hover .chart-bar {
  background: linear-gradient(180deg, #60a5fa 0%, #2563eb 100%);
  /* Lighter blue on hover */
}

/* Date Label under the bar */
.chart-label {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #475569;
  position: absolute;
  bottom: -25px;
}

/* Black Tooltip Box on Hover */
.bar-tooltip {
  position: absolute;
  top: -20px;
  background: #1e293b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Tooltip arrow */
.bar-tooltip::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #1e293b transparent transparent transparent;
}

.chart-bar-wrapper:hover .bar-tooltip {
  opacity: 1;
  visibility: visible;
  top: -40px;
  /* Moves up slightly on hover */
}

/* ================================================= */


.short-text {
  display: inline;
}

.full-text {
  display: none;
}

/* Click hone ke baad (Expanded): Short hide hoga, Full dikhega */
.desc-box.expanded .short-text {
  display: none;
}

.desc-box.expanded .full-text {
  display: inline;
}