/* Modern glassy table style */
table.stylish-table {
  background: rgba(255,255,255,0.10);
  /* border-radius removed for sharp edges */
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0,127,255,0.07);
  border-collapse: separate;
  border-spacing: 0;
}
table.stylish-table thead th {
  background: linear-gradient(90deg, #e3f6ff 0%, #d8efff 100%) !important;
  color: #032850 !important;
  font-weight: 700;
  border-bottom: 2px solid #032850;
  font-size: 1.08rem;
}
table.stylish-table tbody tr {
  background: rgba(255,255,255,0.18);
  transition: background 0.2s;
}
table.stylish-table tbody tr:hover {
  background: rgba(0,127,255,0.08);
}
table.stylish-table td, table.stylish-table th {
  border: none;
  padding: 0.65rem 1rem;
  vertical-align: middle;
}
table.stylish-table tbody td {
  color: #14304b;
  font-weight: 500;
}
table.stylish-table tfoot th {
  background: linear-gradient(90deg, #e3f6ff 0%, #d8efff 100%) !important;
  color: #007FFF !important;
  font-weight: 700;
  border-top: 2px solid #007FFF;
}

.stylish-metric-green {
  background: linear-gradient(135deg, #1fd655 0%, #00b894 100%);
}
.stylish-metric-yellow {
  background: linear-gradient(135deg, #ffb347 0%, #ffd700 100%);
}
.stylish-metric-red {
  background: linear-gradient(135deg, #ff5858 0%, #ff0000 100%);
}
.stylish-metric {
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px 0 rgba(0,127,255,0.13);
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  position: relative;
  overflow: hidden;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stylish-metric .inner h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.2rem;
  text-shadow: 0 2px 8px #007fff55;
}
.stylish-metric .inner p {
  font-size: 1.1rem;
  color: #e3f6ff;
  font-weight: 600;
  margin-bottom: 0;
}
.stylish-metric .icon {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  font-size: 2.8rem;
  color: #fff;
  opacity: 0.18;
  pointer-events: none;
}
.stylish-metric .small-box-footer {
  color: #fff;
  font-weight: 600;
  background: rgba(0,0,0,0.08);
  border-radius: 0.7rem;
  padding: 0.4rem 0.8rem;
  margin-top: 0.7rem;
  display: inline-block;
  transition: background 0.2s;
}
.stylish-metric .small-box-footer:hover {
  background: rgba(0,127,255,0.18);
  color: #fff;
  text-decoration: underline;
}
.stylish-metric-blue {
  background: linear-gradient(135deg, #007FFF 0%, #00C6FB 100%);
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  background: linear-gradient(90deg, #6a91da, rgb(59, 103, 186)) !important;
}
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th.dtr-control:before {
  background: linear-gradient(90deg, #d33333, #f89494) !important;
}

.appBack {
  background-color: #0095ff;
  color: white;
}

.headText {
  color: #879bbd;
  font-size: 20px;
  /* text-shadow: 3px 3px 1px #0095ff; */
}
.headText2 {
  color: #879bbd;
  font-size: 16px;
  /* text-shadow: 3px 3px 1px #0095ff; */
}
/* Flex wrapper for full centering */
.login-outer-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: relative;
  z-index: 1;
}

.loginContainer {
  width: 30%;
  background: rgba(255,255,255,0.05);
  border-radius: 24px;
  box-shadow: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* .main-sidebar{
    width: 250px !important;
} */
.loginCard {
  border-radius: 24px;
  min-height: 40vh;
  /* background: rgba(0,127,255,0.10) !important; */
  box-shadow: 0 8px 32px 0 rgba(0,127,255,0.18);
  /* border: 1.5px solid #007FFF !important; */
  padding: 2.5rem 2rem 2rem 2rem;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.login-card-body {
  padding: 0;
}

@media (max-width: 576px) {
  .loginContainer {
    width: 98% !important;
    padding: 0 0.5rem;
  }
  .loginCard {
    padding: 1.2rem 0.5rem 1.5rem 0.5rem;
    max-width: 100%;
  }
  .login-logo {
    height: 80px;
  }
  .loginHeader {
    font-size: 1.2rem;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .loginContainer {
    width: 80%;
  }
  .loginCard {
    padding: 2rem 1rem 2rem 1rem;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .loginContainer {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .loginContainer {
    width: 40%;
  }
}
.loginHeader {
  color: #007FFF;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 2px 8px #00C6FB99;
}

.login-logo {
  height: 150px;
}
.water-heading-top {
  font-size: 60px;
  font-weight: 800;
  text-align: center;
}
.water-heading {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.water-heading-explain {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.water-heading-explain2 {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.is-invalid .cke_chrome {
  border: 1px solid red;
}
.is-invalid + .cke_chrome {
  border: 1px solid red;
}

.htmlCard {
  border: 1px solid rgb(211, 211, 211);
  padding: 1%;
  padding-right: 2%;
  padding-left: 2%;
  width: 100%;
}

.custom-width-48 {
  width: 48% !important;
}

.your-answer-correct {
  background-color: #09ff6b81; /* Set your desired background color */

  border-radius: 2px; /* Optional: Add border-radius for rounded corners */
}

.correct-answer {
  background-color: #98fcbb5a; /* Set your desired background color */

  border-radius: 2px; /* Optional: Add border-radius for rounded corners */
}

.incorrect-answer {
  background-color: #ff00005d; /* Set your desired background color */

  border-radius: 5px; /* Optional: Add border-radius for rounded corners */
}

.count-of-person,
.unit-per-person {
  width: 100px !important; /* Adjust the width as needed */
}

.price,
.total-price {
  width: 250px !important; /* Adjust the width as needed */
}
.sidebar-collapse.sidebar-mini .nav-treeview {
  width: 3.6rem;
}

.nav-treeview {
  background-color: #acc4f142 !important;
  /* border: 1px solid #fff !important; */
  border-radius: 5px !important;
  width: auto;
}

.steps .step {
  display: block;
  width: 100%;
  /* margin-bottom: 35px; */
  text-align: center;
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #6d83ac2e;
  content: "";
  z-index: 1;
}

.steps .step .step-icon-wrap::before {
  left: 0;
}

.steps .step .step-icon-wrap::after {
  right: 0;
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  border: 5px solid #6d83ac2e;
  border-radius: 50%;
  background-color: #fff;
  color: #0095ff;
  font-size: 32px;
  line-height: 76px;
  z-index: 5;
  cursor: pointer;
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #0095ff;
  font-size: 14px;
  font-weight: 700;
}

.steps .step:first-child .step-icon-wrap::before {
  display: none;
}

.steps .step:last-child .step-icon-wrap::after {
  display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #0095ff;
}

.steps .step.completed .step-icon {
  border-color: #0095ff;
  background-color: #0095ff;
  color: #fff;
}
@media (max-width: 576px) {
  .loginContainer {
    width: 90% !important; /* Ensure this rule takes precedence */
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .loginContainer {
    width: 70%;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .loginContainer {
    width: 60%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .loginContainer {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before,
  .flex-sm-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
  .flex-md-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
  .flex-lg-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
    display: none;
  }
}

.bg-faded,
.bg-secondary {
  background-color: #f5f5f5 !important;
}

.timetable-time-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.cke_notifications_area {
  display: none !important;
}
.pdfHeads {
  border-top: 1px solid #18497a;
  border-bottom: 1px solid #18497a;
  color: #18497a;
}

.topPdfBorder {
  border-top: 10px solid #001f3f;
}
.bottomPdfBorder {
  border-bottom: 10px solid #001f3f;
}
.rightPdfBorder {
  border-right: 1px solid #001f3f;
}
.leftPdfBorder {
  border-left: 1px solid #001f3f;
}

.badge-success {
  background: linear-gradient(90deg, #3ecf8e 0%, #1b8f5a 100%) !important;
  border-radius: 10px !important;
}
.badge-danger {
  background: linear-gradient(90deg, #ff6f6f 0%, #dc3545 100%) !important;
  border-radius: 10px !important;
}
.badge-warning {
  background: linear-gradient(90deg, #ffe082 0%, #ffc107 100%) !important;
  border-radius: 10px !important;
}
.badge-info {
  background: linear-gradient(90deg, #7fbff7 0%, #1976d2 100%) !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.badge-secondary {
  background: linear-gradient(90deg, #acacac 0%, #828282 100%) !important;
  color: #ffffff !important;
  border-radius: 10px !important;
}
.badge-primary {
  background: linear-gradient(90deg, #00aaff 0%, #0095ff 100%) !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.badge-light {
  background: linear-gradient(90deg, #f8faff 0%, #e3eaf6 100%) !important;
  color: #0095ff !important;
  border-radius: 10px !important;
}

.badge-dark {
  background: linear-gradient(90deg, #343a40 0%, #212529 100%) !important;
  color: #fff !important;
  border-radius: 10px !important;
}

.btn-primary {
  background: linear-gradient(90deg, #007FFF 0%, #00C6FB 100%) !important;
  border: none;
  font-weight: 600;
  color: #fff !important;
  box-shadow: 0 2px 8px #007fff33;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(90deg, #00C6FB 0%, #007FFF 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px #007fff44;
}

.btn-primary:disabled,
.btn-primary[disabled] {
  background: #bfc9db !important;
  color: #fff !important;
  border: none;
}

.btn-light {
  background: linear-gradient(90deg, #f8faff 0%, #e3eaf6 100%) !important;
  border: none;
  font-weight: 600;
  color: #0095ff !important;
  box-shadow: 0 2px 8px #e3eaf633;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-light:hover,
.btn-light:focus {
  background: linear-gradient(90deg, #e3eaf6 0%, #f8faff 100%) !important;
  color: #14304b !important;
  box-shadow: 0 4px 16px #e3eaf644;
}
.btn-light:disabled,
.btn-light[disabled] {
  background: #f5f5f5 !important;
  color: #b0b0b0 !important;
  border: none;
}

.btn-info {
  background: linear-gradient(90deg, #7fbff7 0%, #1976d2 100%) !important;
  border: none;
  font-weight: 600;
  color: #fff !important;
  box-shadow: 0 2px 8px #1976d233;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(90deg, #1976d2 0%, #7fbff7 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px #1976d244;
}
.btn-info:disabled,
.btn-info[disabled] {
  background: #b3e5fc !important;
  color: #fff !important;
  border: none;
}

.btn-secondary {
  background: linear-gradient(90deg, #acacac 0%, #828282 100%) !important;
  border: none;
  font-weight: 600;
  color: #fff !important;
  box-shadow: 0 2px 8px #879bbd33;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(90deg, #828282 0%, #acacac 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px #879bbd44;
}
.btn-secondary:disabled,
.btn-secondary[disabled] {
  background: #e0e0e0 !important;
  color: #b0b0b0 !important;
  border: none;
}

.btn-success {
  background: linear-gradient(90deg, #3ecf8e 0%, #1b8f5a 100%) !important;
  border: none;
  font-weight: 600;
  color: #fff !important;
  box-shadow: 0 2px 8px #3ecf8e33;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(90deg, #1b8f5a 0%, #3ecf8e 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px #3ecf8e44;
}
.btn-success:disabled,
.btn-success[disabled] {
  background: #bfc9db !important;
  color: #fff !important;
  border: none;
}

.btn-danger {
  background: linear-gradient(90deg, #ff6f6f 0%, #dc3545 100%) !important;
  border: none;
  font-weight: 600;
  color: #fff !important;
  box-shadow: 0 2px 8px #dc354533;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(90deg, #dc3545 0%, #ff6f6f 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px #dc354544;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background: #f5b7b1 !important;
  color: #fff !important;
  border: none;
}

.btn-warning {
  background: linear-gradient(90deg, #ffe082 0%, #ffc107 100%) !important;
  border: none;
  font-weight: 600;
  color: #212529 !important;
  box-shadow: 0 2px 8px #ffc10733;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(90deg, #ffc107 0%, #ffe082 100%) !important;
  color: #856404 !important;
  box-shadow: 0 4px 16px #ffc10744;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background: #fff3cd !important;
  color: #bfa700 !important;
  border: none;
}
.btn-dark {
  background: linear-gradient(90deg, #343a40 0%, #212529 100%) !important;
  border: none;
  font-weight: 600;
  color: #fff !important;
  box-shadow: 0 2px 8px #21252933;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-dark:hover,
.btn-dark:focus {
  background: linear-gradient(90deg, #212529 0%, #343a40 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px #21252944;
}
.btn-dark:disabled,
.btn-dark[disabled] {
  background: #6c757d !important;
  color: #fff !important;
  border: none;
}

.btn-outline-primary {
  color: #0095ff !important;
  border: 2px solid #0095ff !important;
  background: transparent !important;
  background-image: none !important;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: linear-gradient(90deg, #00aaff 0%, #0095ff 100%) !important;
  color: #fff !important;
  border-color: #0095ff !important;
}

.btn-outline-success {
  color: #1b8f5a !important;
  border: 2px solid #1b8f5a !important;
  background: transparent !important;
  background-image: none !important;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-success:hover,
.btn-outline-success:focus {
  background: linear-gradient(90deg, #3ecf8e 0%, #1b8f5a 100%) !important;
  color: #fff !important;
  border-color: #1b8f5a !important;
}

.btn-outline-warning {
  color: #ffc107 !important;
  border: 2px solid #ffc107 !important;
  background: transparent !important;
  background-image: none !important;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus {
  background: linear-gradient(90deg, #ffe082 0%, #ffc107 100%) !important;
  color: #212529 !important;
  border-color: #ffc107 !important;
}

.btn-outline-danger {
  color: #dc3545 !important;
  border: 2px solid #dc3545 !important;
  background: transparent !important;
  background-image: none !important;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus {
  background: linear-gradient(90deg, #ff6f6f 0%, #dc3545 100%) !important;
  color: #fff !important;
  border-color: #dc3545 !important;
}

.btn-outline-info {
  color: #1976d2 !important;
  border: 2px solid #1976d2 !important;
  background: transparent !important;
  background-image: none !important;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-info:hover,
.btn-outline-info:focus {
  background: linear-gradient(90deg, #7fbff7 0%, #1976d2 100%) !important;
  color: #fff !important;
  border-color: #1976d2 !important;
}

.btn-outline-dark {
  color: #212529 !important;
  border: 2px solid #212529 !important;
  background: transparent !important;
  background-image: none !important;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  background: linear-gradient(90deg, #343a40 0%, #212529 100%) !important;
  color: #fff !important;
  border-color: #212529 !important;
}

.btn-outline-secondary {
  color: #828282 !important;
  border: 2px solid #828282 !important;
  background: transparent !important;
  background-image: none !important;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background: linear-gradient(90deg, #acacac 0%, #828282 100%) !important;
  color: #fff !important;
  border-color: #828282 !important;
}

.btn-outline-light {
  color: #0095ff !important;
  border: 2px solid #e3eaf6 !important;
  background: transparent !important;
  background-image: none !important;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  background: linear-gradient(90deg, #f8faff 0%, #e3eaf6 100%) !important;
  color: #0095ff !important;
  border-color: #e3eaf6 !important;
}

.bg-cyan-100 {
  background-color: #00aaff !important; /* CYAN 100 from Material Design */
  color: #004d40 !important; /* dark cyan text for contrast */
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  /* background-color: #007fff; */
  background: linear-gradient(90deg, #007fff 0%, #00bfff 100%) !important;
}
.nav-treeview {
  background-color: #d7fcff0b !important;
}

.table thead th,
.table tfoot th {
  background: linear-gradient(90deg, #fff, #d8efff) !important;
  color: #00518a !important;
  font-weight: 600;
  font-size: 1.05rem;
  border-bottom: 2px solid #00518a;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #c4e7ff4e !important;
}
.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: #c4e7ff4e !important;
}
.table-striped tbody tr:nth-of-type(even):hover {
  background-color: #c4e7ff4e !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #007fff !important;
  border-color: #007fff #007fff #fff !important;
  font-weight: 600;
  box-shadow: 0 -12px 28px 0 rgba(168, 191, 234, 0.462);
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs {
  border-bottom: 1px solid #007fff;
}
