.container {
  max-width: 1140px !important;
  width: 100%;
}
.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
.user-select-none {
  user-select: none;
}

/* Mobile responsive container */
@media (max-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}
.bg-antique {
  background: #f4fffd;
}
.bg-alice {
  background: aliceblue;
}

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

/* Form area responsive */
.form-area {
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .form-area {
    padding: 0.5rem;
  }

  .form_wrapper {
    padding: 0.5rem;
  }

  .form-control {
    font-size: 16px !important; /* Prevent zoom on iOS */
  }
}

/* Card mobile responsive */
.mycard {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .mycard {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .mycard-heading {
    font-size: 1.1rem;
  }
}

/* Table responsive wrapper */
.w-100 table {
  min-width: 600px;
}

@media (max-width: 768px) {
  .table {
    font-size: 0.85rem;
  }

  .table td,
  .table th {
    padding: 0.5rem;
  }
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pa-3 {
  padding: 1rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.ma-0 {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mx-10 {
  margin: 0 10px;
}
.mr-25 {
  margin-right: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.justify-center {
  justify-content: center;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/* Button responsive improvements */
@media (max-width: 576px) {
  .btn-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .btn-group .btn {
    width: 100%;
    margin: 0;
  }

  .my-btn {
    width: 100%;
  }
}

/* Input and select responsive */

@media (max-width: 768px) {
  input[type="text"],
  input[type="number"],
  input[type="date"],
  input[type="email"],
  input[type="password"],
  select,
  textarea {
    font-size: 16px !important; /* Prevent zoom on iOS */
  }
}

.text-left {
  text-align: left;
}
.border-left {
  border-left: 1px solid #dee2e6;
}
.border-right {
  border-right: 1px solid #dee2e6;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.scroll {
  overflow-y: auto;
  height: 95vh;
}

.fs-10 {
  font-size: 1rem;
}

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

.border-bottom {
  border-bottom: 1px solid #eee;
}

.orangered {
  color: #f44336;
}

/* Additional date input styling */
/* input[type="date"],
input[type="month"] {
  position: relative;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 1rem;
  background: white;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  font-size: 1.2rem;
  opacity: 0.7;
}

input[type="date"]:hover::-webkit-calendar-picker-indicator,
input[type="month"]:hover::-webkit-calendar-picker-indicator {
  opacity: 1;
} */

/* Mobile responsive additions */
/* @media (max-width: 768px) {
  input[type="date"],
  input[type="month"] {
    font-size: 16px !important;
  }

  .border-left,
  .border-right {
    border-left: none !important;
    border-right: none !important;
  }

  .scroll {
    height: auto;
    max-height: 80vh;
  }
} */

body {
  background: #f8f9fa;
  padding-top: 0;
  min-height: 100vh;
}
.colorful {
  background: #e9f8ff;
  min-height: 100vh;
}
#vue-app {
  margin-bottom: 50px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #dee2e6;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: #ffffff;
}

/* Mobile Responsive Fixes */
@media (max-width: 991.98px) {
  #vue-app {
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
  }

  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .col,
  [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  /* Make tables responsive */
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    font-size: 0.875rem;
  }

  /* Form responsive */
  .form-control,
  .btn {
    font-size: 1rem;
  }

  /* Card responsive */
  .card,
  .mycard {
    margin-bottom: 1rem;
  }

  .card-body {
    padding: 1rem;
  }

  /* Heading responsive */
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: 1rem;
  }

  /* Button sizing */
  .btn {
    padding: 0.625rem 1rem;
    white-space: nowrap;
  }

  .btn-sm {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  table {
    font-size: 0.8rem;
  }

  .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .card-body,
  .mycard {
    padding: 0.75rem;
  }
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.logoimg {
  width: 150px;
  height: auto;
}
.intro-panel {
  padding: 50px 0;
}
.intro-panel .welcome {
  font-size: 1.5rem;
  margin: 10px 0 0;
  font-family: cursive;
}
.intro-panel h1 {
  font-size: 2.2rem;
  margin: 10px;
}
.intro-panel h1 b.stylish {
  color: red;
  font-size: 3rem;
  background: -webkit-linear-gradient(#ff0645, #770ec6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dalma {
  font-weight: bold;
  color: red;
  font-size: 3rem;
  background: -webkit-linear-gradient(#ff0645, #770ec6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.intro-panel h2 {
  font-size: 1.5rem;
  margin-top: 20px;
}
.intro-panel h3 {
  font-size: 1.4rem;
  margin-top: 20px;
}
.bg-white {
  background: white !important;
}
header {
}
header h1 {
  font-size: 2rem;
  margin: 0;
}
header h2 {
  font-size: 1.4rem;
  margin: 5px 0;
}
nav {
  background: #47658b;
  font-size: 1.1rem;
  box-shadow: none;
}
nav ul a.active {
  background: #3390db;
}

nav.staffpage {
  background-color: #1b665f;
}
nav.staffpage ul a.active {
  background: #0da495;
}

/* Navbar Styling */
.navbar {
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1020;
  margin-bottom: 0;
  overflow: visible;
  min-height: 60px;
}

.navbar .container-fluid {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 40px;
}

.navbar-brand {
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.65rem 1rem;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

.navbar-brand i {
  font-size: 1.4rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  flex-shrink: 0;
}

/* Icon sizing in nav links */
.navbar-dark .navbar-nav .nav-link i {
  font-size: 1.1rem;
  margin-right: 0.4rem;
  vertical-align: middle;
  display: inline-block;
  width: 1.25rem;
  text-align: center;
}

li.nav-item {
  margin: 0 0.25rem;
}

.navbar-dark .navbar-nav .dropdown-toggle::after {
  margin-left: 0.5em;
  vertical-align: 0.15em;
  border-width: 0.25em;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
  padding: 0rem 0.75rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

.navbar-dark .navbar-nav .dropdown-menu {
  background: #ffffff;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.navbar-dark .navbar-nav .dropdown-item {
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
}

.navbar-dark .navbar-nav .dropdown-item:hover {
  background: #f8f9fa;
  color: #0d6efd;
}

.navbar-dark .navbar-nav .dropdown-item i {
  margin-right: 0.5rem;
  width: 1.25rem;
}

/* Offcanvas Side Navigation Styling */
.offcanvas {
  width: 280px !important;
}

.offcanvas-header {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas-header.bg-primary {
  background-color: #0d6efd !important;
}

.offcanvas-header.bg-danger {
  background-color: #dc3545 !important;
}

.offcanvas-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
}

.offcanvas-title i {
  font-size: 1.4rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.offcanvas-body {
  padding: 0;
  background: #ffffff;
}

.offcanvas-body .navbar-nav {
  width: 100%;
}

.offcanvas-body .nav-item {
  border-bottom: 1px solid #f0f0f0;
}

.offcanvas-body .nav-link {
  padding: 1rem 1.25rem;
  color: #212529 !important;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.offcanvas-body .nav-link i {
  font-size: 1.2rem;
  margin-right: 0.75rem;
  width: 1.5rem;
  text-align: center;
  color: #6c757d;
}

.offcanvas-body .nav-link:hover {
  background: #f8f9fa;
  color: #0d6efd;
}

.offcanvas-body .nav-link:hover i {
  color: #0d6efd;
}

.offcanvas-body .nav-link.active {
  background: #e7f3ff;
  color: #0d6efd;
  border-left: 4px solid #0d6efd;
}

.offcanvas-body .nav-link.active i {
  color: #0d6efd;
}

/* Dropdown in offcanvas */
.offcanvas-body .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin: 0;
  border: none;
  box-shadow: none;
  background: #f8f9fa;
}

.offcanvas-body .dropdown-item {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
  font-size: 0.95rem;
  color: #495057;
}

.offcanvas-body .dropdown-item i {
  font-size: 1rem;
  margin-right: 0.5rem;
  width: 1.25rem;
  color: #6c757d;
}

.offcanvas-body .dropdown-item:hover {
  background: #e9ecef;
  color: #212529;
}

.offcanvas-body .dropdown-item:hover i {
  color: #0d6efd;
}

.offcanvas-body .dropdown-item.text-danger {
  color: #dc3545 !important;
}

.offcanvas-body .dropdown-item.text-danger:hover {
  background: #ffe5e8;
  color: #dc3545 !important;
}

.offcanvas-body .dropdown-header {
  padding: 0.5rem 1.25rem 0.5rem 3rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #6c757d;
}

.offcanvas-body .dropdown-divider {
  margin: 0.5rem 1.25rem 0.5rem 3rem;
}

/* Navbar toggler for mobile */
@media (max-width: 991.98px) {
  /* Fix navbar height to contain all elements properly */
  .navbar {
    padding: 1rem 0;
    min-height: 60px;
  }

  .navbar .container-fluid {
    min-height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .navbar-toggler {
    padding: 0.65rem 0.85rem;
    font-size: 1.25rem;
    border: 2px solid rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
    margin-left: auto;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
    border-color: #ffffff;
  }

  .navbar-brand {
    font-size: 1.1rem;
    padding: 0.65rem 0.85rem;
    margin-right: 0.5rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-shrink: 1;
    overflow: hidden;
  }

  .navbar-brand i {
    font-size: 1.2rem;
    flex-shrink: 0;
  }
}

/* Extra small devices */
@media (max-width: 575.98px) {
  .navbar {
    padding: 0.85rem 0;
    min-height: 64px;
  }

  .navbar .container-fluid {
    min-height: 50px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .navbar-brand {
    font-size: 0.95rem;
    padding: 0.65rem 0.65rem;
    line-height: 1.3;
  }

  .navbar-brand i {
    font-size: 1rem;
    margin-right: 0.35rem;
  }

  .navbar-toggler {
    padding: 0.4rem 0.65rem;
    font-size: 1.15rem;
  }

  .offcanvas {
    width: 260px !important;
  }

  .offcanvas-body .nav-link {
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
  }
}

/* Admin navbar specific styling */
.staffpage.bg-danger .navbar-brand {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

.staffpage.bg-danger .navbar-brand:hover {
  cursor: default;
}

/* Navbar toggler button improvements */
.navbar-toggler {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0.75rem;
  transition: all 0.2s ease;
}

.navbar-toggler:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

.navbar-toggler-icon {
  width: 1.25em;
  height: 1.25em;
}

.staffpage .nav-link.active {
  background: #ffd4d0 !important;
  color: #540606 !important;
}

/* Navbar badge styling */
.navbar-dark .badge.bg-light {
  font-weight: 600;
  padding: 0.35em 0.6em;
  font-size: 0.85em;
  margin-left: 5px;
}

/* Dropdown header styling */
.dropdown-header {
  font-size: 0.9rem;
  font-weight: 600;
  color: #495057;
  padding: 0.5rem 1rem;
}

/* Dropdown item text colors */
.dropdown-item.text-danger {
  color: #dc3545 !important;
  font-weight: 500;
}

.dropdown-item.text-danger:hover {
  background: #ffe5e8;
  color: #dc3545 !important;
}

/* Smooth transitions */
.navbar-collapse {
  transition: all 0.3s ease-in-out;
}

.navbar-collapse.collapsing {
  transition: height 0.35s ease;
}

.dropdown-menu {
  animation: slideDown 0.2s ease-in-out;
}

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

/* Focus states for accessibility */
.navbar-dark .navbar-nav .nav-link:focus-visible,
.dropdown-item:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* Improve shadow for navbar */
.navbar.shadow-sm {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  height: auto;
  padding: 0;
}

/* Ensure text is always visible */
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-brand {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 40px;
}

/* Prevent background bleed-through */
.navbar.bg-primary,
.navbar.bg-danger {
  background-color: inherit !important;
  position: relative;
  padding: 0;
  
}

.navbar.bg-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0d6efd;
  z-index: -1;
}

.navbar.bg-danger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dc3545;
  z-index: -1;
}

.login-card {
  background: #ffffff;
  background: linear-gradient(to right, #ffffff, #f1feff, #ffffff);
  padding: 2rem;
  display: inline-block;
  margin-top: 50px;
  max-width: 350px;
  text-align: left;
}
.login-card .user_details {
  margin: 10px 0;
  background: #faebd76e;
  padding: 10px 0;
  border: 1px solid #f4daad;
}
.login-card .user_details p {
  margin: 0px 0;
  font-size: 1.2rem;
}
.login-card .user_details p.username span {
  display: block;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-weight: normal;
}
.login-card .user_details p.username {
  background: bisque;
  padding: 5px 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.login-card .user_details p.balance {
  display: inline-flex;
  align-items: center;
}
.user-icon {
  width: 150px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 20px;
  display: block;
  margin: auto;
}
.userform {
  display: inline-flex;
  padding: 5px;
  align-items: center;
}

.teal {
  color: teal;
}

.profile-details p {
  margin: 0px;
}
.profile-details table td {
  /* word-break: break-word; */
}

.feedback_wrapper {
}

.feedback_wrapper .item {
  text-align: left;
}

.feedback_wrapper .item h2 {
  font-size: 1.6rem;
  margin: 10px 0 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-style: italic;
  color: brown;
}

.feedback_wrapper .item .star {
  font-size: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
}

.feedback_wrapper .item .star.fill {
  color: #ffce00;
}

.box1 {
  display: block;
  margin: 10px 0 10px 0px;
  text-align: center;
  text-decoration: none;
  padding: 25px 0;
  border: 1px solid #747474;
  background: #e9f8ff;
  background-image: radial-gradient(circle, #ffffff 0%, #c7e8f7 100%);
  color: #417690;
  border-radius: 2px;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: capitalize;
}

.box1:hover {
  background-image: radial-gradient(circle, #f6ffa9 0%, #25eb77 100%);
  transition: all 0.5s ease;
  /* transform-origin: left; */
}

.mycard {
  border: 1px solid #0000002d;
  padding: 10px;
  font-size: 1.3rem;
}
.mycard-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  color: #09405f;
  padding: 5px;
  text-transform: uppercase;
  border: 2px solid;
  display: inline-block;
}
.mycard table td {
  padding: 5px 10px;
}

.mycard .radio_box_wrapper {
  align-items: center;
  margin: 10px 0;
}
.mycard .radio_box {
  align-items: center;
  display: inline-flex;
  margin-right: 10px;
}
.mycard .radio_box:hover {
  background: #d9edff;
}
.mycard .radio_box p {
  margin: 5px 0;
  padding-right: 10px;
}
.mycard .radio_box input {
  width: 1.2rem;
  margin: 0 5px 0 0;
}
.mycard .input-field {
  margin-bottom: 10px;
  user-select: none;
}

.profile_tab_underhead {
  font-size: 1.5rem;
  margin: 10px 0;
}

.tabs-area,
.tabs-area .tabs {
  /* background: #f9ffe7; */
}

table.bordered td,
table.bordered th {
  border: 1px solid #c0bcbc;
}

nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i {
  height: 48px;
  line-height: 48px;
}

@media only screen and (min-width: 601px) {
}
@media only screen and (max-width: 992px) {
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    display: flex;
  }
}

ul#mobile-demo {
  padding: 1rem 0;
  overflow: auto;
}

ul#mobile-demo li a {
  font-size: 1.5rem;
  text-align: left;
  display: flex;
  align-items: center;
}
ul#mobile-demo li a.active {
  background-color: #c7e4ff;
}
ul#mobile-demo li a span.material-icons {
  margin-right: 10px;
}

ul#mobile-demo li.name {
  font-size: 1.5rem;
  color: #ee6e73;
  text-align: center;
  padding: 0px 10px;
  line-height: 2rem;
}
ul#mobile-demo li.username {
  font-size: 1.5rem;
  color: #8a8a8a;
  text-align: center;
  padding: 0px 10px;
  line-height: 2rem;
}
ul#mobile-demo li.balance {
  text-transform: capitalize;
  font-size: 1.4rem;
  font-family: system-ui;
  color: #32bf38;
  text-align: center;
  padding: 0px 10px;
  line-height: 2rem;
}

ul#mobile-demo li.admin_section {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-family: system-ui;
  font-weight: bold;
  color: rgb(138 103 227);
  text-align: left;
  line-height: 2rem;
  margin: 0 30px;
  border-bottom: 2px solid;
}

nav ul a:hover {
  /* background-color: rgb(29 29 29 / 44%); */
}

ul#mobile-demo li a:hover {
  background: #c6ddeb;
}

.my_box_1 {
  padding: 10px;
  border: 6px solid #c9c8c9;
  margin: 20px 0;
  background-color: #d9afd9;
  background-image: linear-gradient(0deg, #ffdeff 0%, #ebfdff 100%);
}

.accounts_pages_head {
  font-size: 2.5rem !important;
  line-height: 3.5rem !important;
  margin: 10px 0 !important;
  font-weight: bold;
  background: -webkit-linear-gradient(#af08c5, #891f41);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accounts_pages_head_subtext {
  font-size: 1.6rem;
  margin: 0;
}
.errorlist li {
  color: red;
}
.msg_bar ul {
  margin: 0;
}
.msg_bar li {
  text-align: center;
  background: #e5e4e45e;
  padding: 5px;
  font-size: 1.2rem;
}

.pwd_change_page ul {
  margin-bottom: 30px;
  color: #2d8a76;
}

.pwd_change_page ul.errorlist {
  margin: 0px;
}

.registration_help {
  font-size: 1.5rem;
}

.no_data_div {
  margin-top: 10px;
}

.no_data_div p {
  font-size: 1.6rem;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}

.stats_item_name {
  font-size: 2rem;
  margin: 0 0 5px;
  text-align: left;
}

nav ul a {
  display: flex;
  align-items: center;
}
nav ul a > span {
  margin-right: 5px;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-content li > a {
  font-size: 1rem;
  color: #102748;
  display: flex;
  line-height: 22px;
  padding: 14px 16px;
  border-bottom: 1px solid #d9d9d9;
}

.dropdown-content li > a span {
  margin-right: 5px;
}

.bg-white {
  background: white;
}
.meal-type-wrapper {
  /* background-color: aquamarine; */
}
.styl_head {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.black_head {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-size: 2.6rem;
}
.red_head {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-size: 2.6rem;
  color: #d03c31;
}

/* === HEADING STYLE #3 === */
.three .styl_head {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.three .styl_head:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three .styl_head:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

/* === HEADING STYLE #13 === */
.thirteen {
  text-align: center;
}
.thirteen .styl_head {
  position: relative;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  margin: auto;
  border: 2px solid #222;
  padding: 5px 11px 3px 11px;
}
.thirteen .styl_head:before,
.thirteen .styl_head:after {
  background-color: #c50000;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  bottom: 14px;
}
.thirteen .styl_head:before {
  left: -20px;
}
.thirteen .styl_head:after {
  right: -20px;
}

/* myheading */
.myheading .styl_head {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  /* border: 2px solid #222; */
  padding: 5px 0px;
  color: #f14ed3;
  background-image: -webkit-linear-gradient(
    0deg,
    #cb1a64 36%,
    #ed9a32 94%,
    #db3636 39%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.myheading h3 {
  color: #1a3f96;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
}
.myheading h4 {
  color: #555;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 1.5rem;
}

/* NEWWWWW */
.booking_item {
  margin: 0;
}
.booking_item label.main {
  font-weight: bold;
  display: block;
  cursor: pointer;
  font-size: 1.3rem;
  color: #153672;
}
.booking_item label.sub {
  display: block;
  cursor: pointer;
  font-size: 1.1rem;
  color: #5e1212;
}
.booking_item label span.item_name {
  font-size: 1.3rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.booking_item:hover {
  background: #fff2e6;
  cursor: pointer;
}
.booking_item.selected {
  background: #cfffcf;
  border: 1px solid #115f14;
}

.booking_item .sub-detail {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 36px;
  color: #424242;
  cursor: pointer;
}
.booking_item .sub-detail .chip {
  align-items: center;
  display: inline-block;
  color: #4c4c4c;
  background: #eafffe;
  border: 1px solid #75b5ab;
  border-radius: 6px;
  margin-top: 5px;
}
.booking_item .sub-detail .chip.red {
  color: white;
}
.input-field.qc {
  display: grid;
  grid-template-columns: auto auto auto auto;
  max-width: 300px;
  text-align: center;
  margin: 0 0 0 50px;
  align-items: center;
}
.input-field.qc .label {
  padding: 10px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #979797;
  margin-right: 15px;
}
.input-field.qc button {
  border-radius: 2px;
  text-align: center;
  width: 50px;
  border: 0;
  cursor: pointer;
}
.input-field.qc input {
  width: 50px;
  text-align: center;
}

.lunchitem-group {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.lunchitem-group .ic p {
  margin-bottom: 0;
}

.sel_items {
  border: 5px;
  border-style: double;
  border-color: #e2e2e2;
  margin-bottom: 10px;
  padding: 15px;
}
.lunch_sel_items {
  width: 100%;
  display: inline-flex;
  text-align: left;
  font-size: 1.2rem;
}
.lunch_sel_items p {
  margin: 0 0 5px;
}
.no_lunch_items {
  margin: 5px 0;
  color: #cd123c;
  font-size: 1.2rem;
  text-align: center;
}
.sel_items .balance_detail {
  display: flex;
}
.sel_items .balance_detail p {
  font-size: 1rem;
  margin: 5px 0;
  color: blue;
}

.active_coupon_head {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2rem;
  border: 4px solid;
  border-radius: 8px;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  color: #232c76;
  font-weight: 600;
}

.active_coupon_head .date {
  display: block;
  font-size: 2rem;
  line-height: 2rem;
}
.coupon_wrapper {
  border: 1px dashed #a6a6a6;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  position: relative;
  box-shadow: 2px 2px 4px #afafaf;
  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='10' stroke-dasharray='2%2c 6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e"); */
}
/* .coupon_wrapper.fulfilled{
  background: #c0f491;
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
} */
.coupon_wrapper.fulfilled {
  background: #d6f5dd;
  /* background: radial-gradient(#e4e4e4, #bdbdbd); */
  color: #000;
}
.coupon_wrapper.cancelled {
  background: #fff5f5;
  border-color: #f5c2c7;
}
.coupon_wrapper .sub {
  margin-bottom: 0;
}

.coupon_item {
  width: 100%;
  display: inline-flex;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px dashed #d5d5d5;
  color: #1a2eaa;
  text-transform: uppercase;
}
.coupon_item.heading {
  font-weight: bold;
  color: #666;
}
.coupon_item p {
  margin-bottom: 0;
  /* font-weight: bold; */
  font-size: 1.2rem;
}
.coupon_wrapper p {
  margin: 0;
}

.coupon_item .name {
  width: 70%;
}
.coupon_item .quantity {
  width: 15%;
  text-align: right;
}
.coupon_item .price {
  width: 15%;
  text-align: right;
}

.coupon_wrapper .sub.head {
}
.coupon_wrapper .sub.category {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8rem;
}
.coupon_wrapper .sub.cc {
  position: relative;
  border: 1px solid #666;
  padding: 10px;
  line-height: 1rem;
  text-align: center;
  margin: 0 0 20px;
}
.coupon_wrapper .sub.cc span b {
  font-size: 4rem;
  display: block;
  line-height: 4rem;
  font-family: system-ui;
  background: -webkit-linear-gradient(
    90deg,
    rgba(13, 8, 96, 1) 0%,
    rgba(9, 9, 121, 1) 21%,
    rgba(6, 84, 170, 1) 45%,
    rgba(0, 255, 113, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.coupon_wrapper .sub.otp {
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin: 10px 0;
}
.coupon_wrapper .sub.fordate {
  font-size: 2rem;
  line-height: 2rem;
  color: #c81313;
  font-weight: bold;
}

.coupon_wrapper .sub.used {
  line-height: 4rem;
  font-size: 4rem;
  position: absolute;
  left: 30px;
  top: 20px;
  opacity: 0.7;
  color: #95959570;
  font-weight: bold;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #262626;
  /* transform: rotate(-10deg);*/
}

/* Red watermark for cancelled coupons */
.coupon_wrapper .sub.used.cancelled-stamp {
  color: #dc354530;
  -webkit-text-stroke-color: #dc354590;
  -webkit-text-stroke-width: 0px;
}

/* Coupon status badge (small pill in header) */
.coupon-status-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 6px;
}
.badge-active {
  background: #d4f5e9;
  color: #0a7a4a;
  border: 1px solid #a3e4c4;
}
.badge-used {
  background: #d6eaf8;
  color: #1a5276;
  border: 1px solid #a9cce3;
}
.badge-cancelled {
  background: #fdecea;
  color: #922b21;
  border: 1px solid #f1aeb5;
}

.circle {
  width: 20px;
  height: 20px;
  background: #f98238;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 6s linear infinite;
}

@keyframes circle {
  0% {
    transform: rotate(0deg) translate(-50px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-50px) rotate(-360deg);
  }
}

.square-mover {
  width: 15px;
  height: 15px;
  background: #f98238;
  position: absolute;
  top: -15px;
  bottom: 0;
  left: -15px;
  right: 0;
  animation-name: up-down;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes square {
  0% {
    top: -15px;
    left: -15px;
  }
  25% {
    top: 100%;
    left: -15px;
  }
  50% {
    top: 100%;
    left: 100%;
  }
  75% {
    top: -15px;
    left: 100%;
  }
  100% {
    top: -15px;
    left: -15px;
  }
}

@keyframes up-down {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(2) rotate(-90deg);
  }
  75% {
    transform: translateY(100%) rotate(90deg);
  }
  100% {
    transform: translateY(0%) scale(1);
  }
}

.attention {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.attention_details {
  font-size: 1.25rem;
  margin: 10px 0;
  text-align: center;
}
.attention_details td,
.attention_details th {
  text-align: center;
  padding: 5px;
  border: 1px solid #6f6f6f;
}
.closedimg {
  max-width: 250px;
  user-select: none;
}
.for_date {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #42cd00;
}
.timing {
  display: flex;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3a3b3b;
}

.nothing-to-show {
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: #666666;
}

.menu_item_list {
  border: 1px solid #e0e0e0;
  margin-top: 20px;
  padding: 10px;
}
.menu_item_list h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #47658b;
  margin: 0 0 10px;
}

.form-area {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.form-area .ctl2 {
  display: inline-block;
  margin: 5px;
}
.btn-ctl2 {
  outline: none;
  border: 0;
  padding: 10px;
}
.btn-ctl2:focus {
  outline: 1px solid #dcdcdc;
  background-color: inherit;
}
.btn-ctl2.closed {
  background-color: #e7f4ff;
}

.form_wrapper {
  display: inline-block;
}
.form_wrapper .form_report {
  display: inline-flex;
  padding: 0 10px;
  align-items: center;
}

tr.delivered {
  background: #a7e78b !important;
}

.tally_blocks {
  padding: 10px;
  background: #f0f5f2;
  border: 1px solid #636363;
  margin-top: 20px;
}
.tally_blocks h1 {
  font-size: 1.3em;
  margin: 0 0 15px;
  font-weight: bold;
  color: #006256;
}

.tally_blocks .sub h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0;
}

.tally_blocks .sub span {
  display: block;
}

.tally_page_btn {
  cursor: pointer;
  margin: 10px 0;
  display: block;
}

.simple-page .menu-area {
}

.simple-page .coupon-details-area {
  padding: 10px;
}

.simple-page .coupon-details-area tr.delivered td {
  background: #7dc156;
}

.simple-page input {
  border: 2px solid #c5c5c5;
  border-radius: 4px;
  height: 30px;
  line-height: normal;
  color: #282828;
  box-sizing: border-box;
  user-select: auto;
  font-size: 16px;
  padding: 0 6px;
  padding-left: 12px;
  margin-right: 5px;
}

.simple-page .my-btn {
  background-color: #2778c4;
  border-radius: 2px;
  border: none;
  color: white;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.simple-page .my-btn:hover {
}
.simple-page .my-btn.lg {
  padding: 10px 20px;
}
.simple-page .my-btn.red {
  background-color: #c42731;
}

.simple-page td span {
  background: antiquewhite;
  border: 1px solid #b0b0b0;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 5px;
  display: inline-block;
}

.my-nav {
  padding: 10px 10px 0;
  background: #47658b;
  margin-bottom: 5px;
}
.my-nav .nav-btn {
  border-radius: 2px;
  font-size: 1rem;
  color: #ffffff;
  padding: 5px 20px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 10px;
}

.my-nav .nav-btn:hover {
  background: rgb(255, 255, 229);
  color: black;
}

.my-nav .nav-btn.active {
  background: #def8ff;
  color: black;
}

#txn-table tr.credit {
  background-color: #b7ffb9;
}

/* DATA TABLE STYLING */
.dt-container {
  width: 100%;
  overflow: auto;
}

.dt-container select {
  background-color: rgba(255, 255, 255, 0.9);
  width: auto;
  height: auto;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
}
.dt-container select {
  display: inline-block;
}

.dt-container input[type="search"]:not(.browser-default) {
  width: auto;
  height: auto;
}

body.dt-print-view {
  font-family: sans-serif;
  font-size: 14px;
}

body.dt-print-view h1 {
  text-align: center;
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

body.dt-print-view div {
  text-align: center;
  margin: 0 0 10px;
  font-size: 1.3rem;
}

body.dt-print-view table {
  font-size: 1.1rem;
}
body.dt-print-view table td span {
  display: block;
}
body.dt-print-view tr.bold td {
  font-weight: bold;
}
body.dt-print-view table tfoot {
  display: table-row-group;
}

/* ============================================
   COMPREHENSIVE MOBILE RESPONSIVE STYLES
   ============================================ */

/* General Mobile Optimizations */
@media (max-width: 991.98px) {
  /* Typography */
  body {
    font-size: 14px;
    line-height: 1.5;
  }

  /* Spacing adjustments */
  .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  /* Full width elements */
  .form-control,
  .btn,
  input,
  select,
  textarea {
    width: 100%;
  }

  /* Button improvements */
  .btn {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }

  .btn-group .btn {
    flex: 1;
  }

  /* Card and content areas */
  .card,
  .mycard,
  .form-area,
  .coupon-details-area {
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
  }

  /* Remove side borders on mobile */
  .border-left,
  .border-right {
    border-left: none !important;
    border-right: none !important;
  }

  /* Table improvements */
  table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  table thead {
    display: table-header-group;
  }

  table tbody {
    display: table-row-group;
  }

  /* DataTable mobile fixes */
  .dataTables_wrapper {
    overflow-x: auto;
  }

  .dataTables_filter input,
  .dataTables_length select {
    width: 100% !important;
    margin: 0.5rem 0;
  }

  /* Modal responsive */
  .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }

  .modal-content {
    border-radius: 0.5rem;
  }

  /* Image responsive */
  img {
    max-width: 100%;
    height: auto;
  }

  /* Flex adjustments */
  .flex {
    flex-direction: column;
  }

  /* Hide desktop-only elements */
  .desktop-only {
    display: none !important;
  }

  /* Show mobile-only elements */
  .mobile-only {
    display: block !important;
  }
}

/* Small Mobile Devices */
@media (max-width: 575.98px) {
  body {
    font-size: 13px;
  }

  /* Headings */
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.35rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.9rem;
  }

  /* Padding/margin reductions */
  .py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-2 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .my-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-2 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  /* Button sizing */
  .btn {
    padding: 0.625rem 0.875rem;
    font-size: 0.9rem;
  }

  .btn-sm {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
  }

  /* Card/form spacing */
  .card,
  .mycard,
  .form-area {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }

  /* Table font size */
  table {
    font-size: 0.75rem;
  }

  table th,
  table td {
    padding: 0.375rem 0.25rem;
  }

  /* Form inputs */
  .form-control {
    padding: 0.5rem 0.75rem;
    font-size: 14px;
  }

  label {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
  }
}

/* Landscape phone orientation */
@media (max-width: 767.98px) and (orientation: landscape) {
  .navbar {
    padding: 0.5rem 0;
  }

  .offcanvas {
    width: 240px !important;
  }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
  /* Increase touch targets */
  button,
  .btn,
  a,
  input[type="checkbox"],
  input[type="radio"] {
    min-height: 44px;
    min-width: 44px;
  }

  /* Better tap highlights */
  a,
  button,
  .btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  }
}

/* Print styles */
@media print {
  .navbar,
  .offcanvas,
  .btn,
  .no-print {
    display: none !important;
  }

  body {
    background: white;
  }

  #vue-app {
    border: none;
    box-shadow: none;
  }
}
