body {
  margin: 0;
  padding: 0;
}

* {
  font-family: "Kumbh Sans", sans-serif;
}

img.login-logo {
  height: 9rem;
}

.Login {
  height: 100dvh;
  width: 100dvw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.log-form-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-container {
  max-width: 25rem;
  width: 100%;
  border-radius: 2rem;
}

input.in-primary {
  outline: 1px solid #bbbbbb00;
  padding: 14px 18px;
  width: 100%;
  border-radius: 6px;
  transition: 0.15s ease;
  margin: 7px 0px;
  border: none;
  box-sizing: border-box;
  background: #e8e8e8;
}

form.loginForm {
}

p.lf-label {
  font-size: 11pt;
  margin-bottom: 8px;
}

.login-input-wr {
  margin: 1rem 0;
}

button.btn {
  border: none;
  padding: 14px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.btn-primary {
  background-color: #0080fd;
  color: #fff;
}

.log-form-header .title-lg {
  text-align: center;
}
.log-form-header .title-lg {
  margin-top: 2rem;
  font-size: 17pt;
  font-weight: 400;
}

.log-form-header {
  margin-bottom: 1.5rem;
}

button.btn-block {
  width: 100%;
}

input.in-primary:focus {
  outline-color: dodgerblue;
  outline-width: 3px;
}
.splashScreen {
  height: 100dvh;
  width: 100dvw;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.spc-loader {
  height: 2.9rem;
}
.PanelContainer {
  max-width: 46rem;
  margin: auto;
}

img.h-logo {
  height: 4rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}

.h-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hall-stat-card {
  background: #ff6e64;
  height: 11rem;
  padding: 0rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 18rem;
  border-radius: 1rem;

  gap: 7px;
}

.hall-stat-cards {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.hsc-title {
  font-size: 22pt;
  font-weight: 700;
}

.hsc-sub {
  /* text-transform: uppercase; */
  font-size: 12pt;
  letter-spacing: 1px;
}

.sub-title-1 {
  letter-spacing: 1px;
}
h1.title-1 {
  font-size: 22pt;
  font-weight: 900;
  margin: 2rem 0;
}
.admin-tool-btn {
  background: #0e00ff;
  height: 7rem;
  padding: 0rem 2rem;
  flex: 1;
  display: flex;
  border-radius: 1rem;
  gap: 7px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 14pt;
  font-weight: bold;
  justify-content: center;
}
button.btn {
}

button.btn.btn-primary.btn-filter {
  padding: 8px 15px;
}

.filter-form {
  background: #e7e7e7;
  padding: 2rem;
  border-radius: 1rem;
}

.filter-select {
  cursor: pointer !important;
}

.css-13cymwt-control {
  cursor: pointer;
}
body {
  margin: 0;
  padding: 0;
}

* {
  font-family: "Kumbh Sans", sans-serif;
}

img.login-logo {
  height: 9rem;
}

.Login {
  height: 100dvh;
  width: 100dvw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.log-form-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-container {
  max-width: 25rem;
  /* width: 100%; */
  border-radius: 2rem;
  margin: 0 14px;
}

input.in-primary {
  outline: 1px solid #bbbbbb00;
  padding: 14px 18px;
  width: 100%;
  border-radius: 6px;
  transition: 0.15s ease;
  margin: 7px 0px;
  border: none;
  box-sizing: border-box;
  background: #e8e8e8;
}

form.loginForm {
}

p.lf-label {
  font-size: 11pt;
  margin-bottom: 8px;
}

.login-input-wr {
  margin: 1rem 0;
}

button.btn {
  border: none;
  padding: 9px 17px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.btn-primary {
  background-color: #0080fd;
  color: #fff;
}

.log-form-header .title-lg {
  text-align: center;
}
.log-form-header .title-lg {
  margin-top: 2rem;
  font-size: 17pt;
  font-weight: 600;
}

.log-form-header {
  margin-bottom: 1.5rem;
}

button.btn-block {
  width: 100%;
}

input.in-primary:focus {
  outline-color: dodgerblue;
  outline-width: 3px;
}
.splashScreen {
  height: 100dvh;
  width: 100dvw;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.spc-loader {
  height: 2.9rem;
}
.PanelContainer {
  max-width: 46rem;
  margin: auto;
  padding: 0 1rem;
}

img.h-logo {
  height: 4rem;
  cursor: pointer;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}

.h-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hall-stat-card {
  background: #ff6e64;
  height: 11rem;
  padding: 0rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 18rem;
  border-radius: 1rem;

  gap: 7px;
}

.hall-stat-cards {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.hsc-title {
  font-size: 22pt;
  font-weight: 700;
}

.hsc-sub {
  /* text-transform: uppercase; */
  font-size: 11pt;
  letter-spacing: 1px;
  margin-top: -9px;
}

.sub-title-1 {
  letter-spacing: 1px;
}
h1.title-1 {
  font-size: 22pt;
  font-weight: 900;
  margin: 2rem 0;
}
.admin-tool-btn {
  background: #0e00ff;
  height: 7rem;
  padding: 0rem 2rem;
  flex: 1;
  display: flex;
  border-radius: 1rem;
  gap: 7px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 14pt;
  font-weight: bold;
  justify-content: center;
}
button.btn:focus-visible {
  outline: 3px solid #0080fd70;
}

button.btn.btn-primary.btn-filter {
  padding: 8px 15px;
}

.filter-form {
  background: #e7e7e7;
  padding: 2rem;
  border-radius: 1rem;
}

.filter-select {
  cursor: pointer !important;
}

.css-13cymwt-control {
  cursor: pointer;
}
.expender {
  background: #03a9f436;
  padding: 1.5rem 1.5rem;
  border-radius: 1rem;
}
.ring-loader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ring-loader-wrap img {
  height: 1.7rem;
}
.mug-item {
  display: flex;
  justify-content: space-between;
  font-size: 11pt;
  background: #476e7f21;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 13px;
  gap: 10px;
  align-items: center;
  position: relative;
}

button.btn-mark {
  /* border: 1px solid #aeaeae; */
  border-radius: 7px;
  padding: 5px 11px;
  background: #acc2d4;
  cursor: pointer;
  transition: 0.12s;
  white-space: nowrap;
}

button.btn-mark:hover {
  filter: brightness(0.9);
}

.mug-name {
  text-align: center;
  flex: 1;
}

.sl {
  position: absolute;
  background: #81d4fa;

  top: -8px;
  left: -3px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 10pt;
  padding: 0 10px;
  border-radius: 11px;
}

button.btn-mark.btn-marked {
  background: #ff9b94;
  color: #470000;
}
.mug-status-bar {
  background: #ffc10796;
  padding: 10px;
  border-radius: 4px;
  /* margin-bottom: 1rem; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
  font-size: 11pt;
  font-weight: 500;
}
.mug-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff96;
  margin-bottom: 1rem;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  position: -webkit-sticky;
  padding: 12px 8px;
  border-radius: 0 0 12px 12px;
}
/* Dialog */
/* Overlay */
.dialog-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  padding: 1rem;
}

/* Container */
.dialog-container {
  background: #fff;
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

/* Close button */
.dialog-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #444;
}

/* Title */
.dialog-title {
  margin: 0;
  padding: 1rem 1.5rem 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

/* Body */
.dialog-body {
  padding: 1rem 1.5rem;
  flex: 1;
  overflow-y: auto;
  max-height: 70vh;
}

/* Footer */
.dialog-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  border-top: 1px solid #eee;
  background: #fafafa;
  position: sticky;
  bottom: 0;
}

/* Buttons */
.btn-cancel {
  background: #f1f1f1;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  color: #333;
  font-weight: 500;
}

.btn-cancel:hover {
  background: #e1e1e1;
}

.btn-submit {
  background: dodgerblue;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
}

.btn-submit:hover {
  background: #1c78d8;
}
/* END Dialog */
.nrl-i {
  display: flex;
  justify-content: start;
  font-size: 11pt;
  padding: 10px 7px;
  border-bottom: 1px solid #bebebedd;
  flex-direction: column;
  align-items: start;
}
button.btn-mark:focus-visible {
  outline: 2px solid #acc2d4;
  outline-offset: 1px;
}

button {
}

.hall-title {
  padding-bottom: 1rem;
  font-size: 15pt;
  font-weight: 300;
}
button.btn-h-redirect {
  background: dodgerblue;
  color: #fff;
  border: none;
  padding: 10px 8px;
  border-radius: 8px;
  cursor: pointer;
  flex: 1;
  font-weight: 500;
}

.h-btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11pt;
  font-weight: 500;
}
input.input-primary {
  border: 1px solid #ddd;
  flex: 1;
  border-radius: 8px;
}

/* .find-by-roll-form input {
    border-radius: 10px 0px 0px 10px;
    margin: 0;
  }
  
  .find-by-roll-form button {
    border-radius: 0 10px 10px 0px;
    padding: 0 28px;
  } */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.fekfj {
  background: #ececec;
  padding: 0.5rem 0rem;
  border-radius: 1rem;
}

.uwefh {
  border-bottom: 1px solid #ffffff;
  padding: 6px 1rem;
}

.uwefh:last-child {
  border: navajowhite;
}
.ad-tool-li {
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 15px 17px;
  cursor: pointer;
  transition: background-color 0.15s;
  background: #eeeeee;
}

.ad-tool-li:hover {
  background-color: #d8d8d8;
}

.ad-tools {
  overflow: hidden;
  border-radius: 1rem;
}

.ad-tool-li:last-child {
  border-bottom: navajowhite;
}
form#hallForm input {
  outline: 1px solid #d0d0d0;
  padding: 14px 18px;
  width: 100%;
  border-radius: 6px;
  transition: 0.15s ease;
  margin: 7px 0px;
  border: none;
  box-sizing: border-box;
  background: #ffffff;
}
form#hallForm input[type="checkbox"] {
  padding: 0;
  margin-right: 10px;
  box-sizing: initial;
  width: auto;
}

form#hallForm select {
  outline: 1px solid #d0d0d0;
  padding: 14px 18px;
  width: 100%;
  border-radius: 6px;
  transition: 0.15s ease;
  margin: 7px 0px;
  border: none;
  box-sizing: border-box;
  background: transparent;
}

form#hallForm input:focus,
form#hallForm select:focus {
  outline-color: dodgerblue;
  outline-width: 3px;
}
/* AdminLayout.css */
.layout {
  display: flex;
  height: 100vh;
  background: #ffffff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  border-right: 1px solid #ececec;
  height: 100%;
  background: #ffffff;
  transition: left 0.28s cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overscroll-behavior: contain;
}

.sidebar.open {
  left: 0;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 16px;
  border-bottom: 1px solid #efefef;
}

.brand {
  font-size: 18px;
  margin: 0;
  color: #0b2545;
}

/* small icon-only button style */
.icon-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Nav links (buttons for accessibility) */
.nav-links {
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 6px;
  overflow-y: auto;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  text-decoration: none;
  color: #24324a;
  border: none;
  background: transparent;
  text-align: left;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, transform 0.06s;
}

.nav-link:hover {
  background: #f4f7ff;
  transform: translateY(-1px);
}

/* Active style */
.nav-link.active,
.nav-link[aria-current="page"] {
  background: #e9f0ff;
  color: #042bff;
  box-shadow: inset 4px 0 0 #042bff;
}

/* Icon in nav */
.nav-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Overlay for mobile */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(8, 12, 20, 0.38);
  z-index: 900;
}

/* Main */
.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  transition: margin-left 0.28s;
  width: 100%;
}

/* Desktop: show sidebar permanently */
@media (min-width: 1024px) {
  .main {
    margin-left: 260px;
  }
  .sidebar {
    left: 0;
  }
  .close-btn,
  .menu-btn,
  .overlay {
    display: none;
  }
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 12px 18px;
  border-bottom: 1px solid #ececec;
}

.menu-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.page-title {
  font-size: 16px;
  margin: 0;
  color: #0b2545;
  font-weight: 600;
  flex: 1;
  text-align: center;
}

/* user section */
.user-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.username {
  color: #42506b;
  font-size: 14px;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
}

/* Content */
.content {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: transparent;
}
header.admin-header {
  margin: 0;
  padding: 0rem 1rem;
  margin-top: 12px;
}
button.btn.btn-primary:disabled {
  background: #777777;
  cursor: not-allowed;
}

.btn-dotted-full {
  background: #f6f6f6;
  padding: 14px 10px;
  border-radius: 7px;
  margin: 1rem 0rem;
  text-align: center;
  border: 2px dashed #ddd;
  cursor: pointer;
  transition: 0.15s;
  font-weight: 500;
  color: #494949;
}

.btn-dotted-full:hover {
  background: #dddddd;
}
.jwidh {
  text-align: center;
  margin-top: 4rem;
}
.title-2 {
  font-size: 15pt;
  font-weight: 900;
  margin: 0.3rem 0;
}

ol {
}

ol.rmgi-list {
  list-style: number;
  margin-left: 2rem;
}

li.rmg-li-con {
  margin-bottom: 8px;
}

.rm-group-container {
  border-bottom: 1px dashed #8b8b8b;
}
.alert-warning {
  background: #fff0c4;
  border: 1px solid #edca63;
  padding: 1rem 1rem;
  border-radius: 1rem;
  color: #55430c;
}
.abs-init {
  background: #ededed;
  padding: 1rem 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
}

select.ue8iu38 {
  width: 10rem;
  border: 1px solid #a4a4a4;
  background: #fff;
  padding: 9px 17px;
  border-radius: 8px;
}
select.ue8iu38:focus-visible {
  outline: 2px solid dodgerblue;
}
.accordion {
  background: #f1f1f1;
  margin: 0 1rem;
  margin-bottom: 1rem;
  border: 1px solid #d1d1d1;
  border-radius: 1rem;
}

.accordion-default-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.accord-right {
  display: flex;
  align-items: center;
}

button.btn.btn-danger {
  background-color: #ef5350;
  color: #fff;
}

button.btn-link {
  color: #0066bb;
  font-weight: bold;
}

.cdot {
  height: 3px;
  width: 3px;
  background: black;
  border-radius: 50%;
}
.kv {
  padding: 4px 16px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.kv div:first-child {
  font-weight: bold;
}
label.\33 eu8u {
  font-weight: bold;
}

.\33 oeo0ik {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0;
}
table.i4ju,
table.i4ju td {
  border: 1px solid#ddd;
  padding: 10px;
}
.AdUploadNotice {
  max-width: 34rem;
  margin: auto;
}
.notice-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ddd;
}

.notice-li:last-child {
  border: none;
}

.not-info {
  flex: 1;
}

button.btn.btn-38uj {
  background: #0080fd;
  color: #fff;
  padding: 4px 10px;
}

.notice-tab-container {
  margin-top: 1rem;
  background: #f7f7f7;
  border-radius: 1rem;
}
.not-action {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.hg-row {
  display: flex;
  height: 8rem;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}
button.btn-mark-present {
  padding: 4px 7px;
  font-size: 11pt;
  color: #00824b;
  border-radius: 9px;
  border: 1px solid #00824b;
}
.btn-marked-present {
  background-color: #00824b;
  color: #fff !important;
}

button.btn-mark-absent {
  padding: 4px 7px;
  font-size: 11pt;
  color: #f44336;
  border-radius: 9px;
  border: 1px solid #f44336;
}
.btn-marked-absent {
  background-color: #f44336;
  color: #fff !important;
}

button {
  cursor: pointer;
}

input.in-primary.rmeark-input {
  background: #fff;
  padding: 7px 6px;
}
.rv-list-cont {
  border-radius: 1rem;
  overflow: hidden;
}

.nrl-i:last-child {
  border: navajowhite;
}
