body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: auto !important;
  background-color: white !important;
}

.center-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.chk-wrap {
  margin: -5px 0 10px 0;
}

.chk-wrap label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.pwchange-wrap {
  max-width: 400px;
  margin: 50px auto;
  background: #f7f7fa;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 28px 32px 22px 32px;
  color: #333;
  text-align: center;
}

.pwchange-wrap h2 {
  margin-top: 0;
  color: #3b82f6;
  font-size: 1.3rem;
  font-weight: 600;
}

.pwchange-wrap form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 10px;
}

.pwchange-wrap form input[type=password] {
  padding: 12px;
  font-size: 1.08rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f9f6f6;
}

.pwchange-wrap form button {
  background: #60a5fa;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 22px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.08s;
}

.pwchange-wrap form button:hover {
  background: #3b82f6;
  box-shadow: 0 3px 10px rgba(59, 130, 246, 0.18);
}

.pwchange-wrap form button:active {
  background: #2563eb;
  transform: translateY(0.5px);
}

.pwchange-wrap form button:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

.admin-welcome {
  max-width: 500px;
  margin: 25px auto 0 auto;
  background: #f7f7fa;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 10px 8px 12px 8px;
  color: #333;
  text-align: center;
}

.admin-welcome h2 {
  margin-top: 0;
  color: #3b82f6;
  font-size: 1.5rem;
  font-weight: 600;
}

.admin-welcome h3 {
  color: #0d6769;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.admin-welcome p {
  font-size: 1.08rem;
  color: #3b82f6;
}

.admin-actions {
  display: flex;
  gap: 8px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.admin-actions a:nth-child(-n+2) {
  margin-bottom: 16px;
}

.admin-actions a:nth-child(4) {
  margin-bottom: 15px !important;
}

.admin-actions a:nth-child(3) {
  font-family: Times New !important;
}

.admin-actions a,
.admin-actions button {
  background: rgba(38, 102, 255, 0.85);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 6px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.08s;
}

.admin-actions a:hover,
.admin-actions button:hover {
  background: rgba(38, 61, 188, 0.8);
  box-shadow: 0 3px 10px rgba(59, 130, 246, 0.18);
}

.admin-actions a:active,
.admin-actions button:active {
  background: #0f121c;
  transform: translateY(0.5px);
}

.admin-actions a:focus-visible,
.admin-actions button:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

.notice {
  max-width: 350px;
  margin: 0 auto;
  padding: 12px 18px;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

#top-notice {
  position: relative;
  top: 60px;
  margin-bottom: -90px !important;
  padding: 10px !important;
  z-index: 2;
  display: block;
}

.notice.error {
  background: #ffeaea;
  color: #a94442;
  border: 1.5px solid #f5c6cb;
  padding: 4px !important;
  margin-bottom: 20px !important;
}

.notice.success {
  background: #eaffea;
  color: #256029;
  border: 1.5px solid #b7f5c6;
  padding: 4px !important;
}

.notice.warning {
  background: #fff3cd;
  color: #856404;
  border: 1.5px solid #ffeeba;
}

.infowall {
  max-width: 560px;
  margin: 20px auto;
  background: #eff6ff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 24px 32px;
  color: #333;
  font-size: 1.08rem;
  text-align: left;
}

.infowall h2 {
  color: #3b82f6;
  font-size: 1.3rem;
  text-align: center;
}

.infowall ul {
  text-decoration: none;
  list-style-type: none;
}

.page-admin-panel .infowall {
  margin-top: 50px;
  max-width: 800px;
}
.page-admin-panel .infowall h2 {
  font-size: 4rem;
  margin-top: -10px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  #frm1 {
    width: 90%;
    margin-top: 40px;
    padding: 10px 2vw 20px 2vw;
    border-radius: 7px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  #frm1 form h3 {
    font-size: 1.1rem;
  }
  #frm1 form input,
  #frm1 form button {
    font-size: 1rem;
    padding: 8px;
  }
}
#frm1 {
  margin: auto;
  width: 17.5%;
  margin-top: 135px;
  background-color: rgba(130, 211, 187, 0.5);
  padding: 15px 40px 50px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

#frm1 form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#frm1 form h3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Times New Roman;
  color: #1f2937;
  letter-spacing: 1px;
  font-size: 24px;
}

#frm1 form input[type=text],
#frm1 form input[type=password],
#frm1 form input[type=email] {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1rem;
  background: #f9f6f6;
  transition: border 0.2s;
}

#frm1 form input[type=text]:focus,
#frm1 form input[type=password]:focus,
#frm1 form input[type=email]:focus {
  border: 1.5px solid #60a5fa;
  outline: none;
}

#frm1 form button {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #60a5fa;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s, box-shadow 0.2s, transform 0.08s;
}

#frm1 form button:hover {
  background: #3b82f6;
  box-shadow: 0 3px 10px rgba(59, 130, 246, 0.18);
}

#frm1 form button:active {
  background: #2563eb;
  transform: translateY(0.5px);
}

#frm1 form button:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

#frm1 form #chk {
  margin-left: 0;
  accent-color: #60a5fa;
}

#frm1 form #lbl {
  margin-top: -10px !important;
  font-size: 0.95rem;
  color: #1f2937;
}

.check {
  font-size: 20px;
  color: rgba(87, 99, 121, 0.84);
}

#bank.bank-dashboard {
  max-width: 720px;
  margin: 18px auto 0 auto;
  background: #f7f7fa;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 20px 24px 24px 24px;
  color: #333;
}

#bank.bank-dashboard h3 {
  color: #1c60ff;
  font-size: 1.3rem;
}

#bank.bank-dashboard button {
  width: 31%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #0b72f1;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.2s, box-shadow 0.2s, transform 0.08s;
}

#bank.bank-dashboard button:hover {
  background: #3b82f6;
  box-shadow: 0 3px 10px rgba(59, 130, 246, 0.18);
}

#bank.bank-dashboard button:active {
  background: #2563eb;
  transform: translateY(0.5px);
}

#bank.bank-dashboard button:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

#bank.bank-dashboard form {
  --label-w: 180px;
  display: grid;
  grid-template-columns: var(--label-w) 1fr;
  gap: 10px 14px;
  margin: 8px 0 20px 0;
}

#bank.bank-dashboard form label {
  grid-column: span 1;
  align-self: center;
  color: #353f2a;
  font-size: 0.95rem;
  text-align: right;
  padding-right: 12px;
  border-right: 1px solid #e5e7eb;
  background: linear-gradient(to right, rgba(249, 250, 251, 0.6), rgba(255, 255, 255, 0));
  transition: color 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

#bank.bank-dashboard form input[type=text],
#bank.bank-dashboard form input[type=number],
#bank.bank-dashboard form select {
  grid-column: span 1;
  padding: 10px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  width: 100%;
  transition: border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

#bank.bank-dashboard form .input-with-picker {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 8px;
  align-items: center;
}

#bank.bank-dashboard form .input-with-picker select {
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  cursor: pointer;
}

#bank.bank-dashboard form label:has(+ input:hover),
#bank.bank-dashboard form label:has(+ select:hover),
#bank.bank-dashboard form label:has(+ input:focus),
#bank.bank-dashboard form label:has(+ select:focus) {
  color: #1f2937;
  border-color: #cbd5e1;
  background: #f8fafc;
}

#bank.bank-dashboard form input[type=text]:hover,
#bank.bank-dashboard form input[type=number]:hover,
#bank.bank-dashboard form select:hover {
  border-color: #cbd5e1;
  background-color: #ffffff;
}

#bank.bank-dashboard form input[type=text]:focus,
#bank.bank-dashboard form input[type=number]:focus,
#bank.bank-dashboard form select:focus {
  outline: none;
  border-color: #60a5fa;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.25);
  background-color: #ffffff;
}

#bank.bank-dashboard form button {
  grid-column: 1/-1;
  background: #60a5fa;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.08s;
}

#bank.bank-dashboard form button:hover {
  background: #2969d1;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.18);
}

#bank.bank-dashboard form button:active {
  background: #2563eb;
  transform: translateY(0.5px);
}

#bank.bank-dashboard form button:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

#bank.bank-dashboard form:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

.tx-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.tx-list .tx {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  padding: 10px 12px;
  font-size: 0.95rem;
  color: #444;
}

@media (max-width: 1024px) {
  #bank.bank-dashboard {
    max-width: min(92vw, 720px);
    padding: 16px 18px 18px 18px;
  }
  #bank.bank-dashboard form {
    --label-w: 160px;
  }
  .admin-welcome,
  .pwchange-wrap,
  .infowall {
    margin: 16px 12px;
    padding: 16px;
  }
  .notice {
    max-width: min(92vw, 420px);
  }
}
@media (max-width: 820px) {
  #bank.bank-dashboard form {
    --label-w: 140px;
  }
}
.tx {
  position: relative;
  border: 1px solid var(--color-blue-500, #60a5fa);
}

.tx::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 4px;
  border: 1px solid var(--color-blue-500, #60a5fa);
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, #60a5fa, #4979e2);
}

@media (max-width: 640px) {
  #bank.bank-dashboard form {
    grid-template-columns: 1fr;
  }
  #bank.bank-dashboard form label {
    text-align: left;
    padding-right: 0;
    border-right: 0;
    background: transparent;
  }
  #bank.bank-dashboard form #note,
  #bank.bank-dashboard form #t_note,
  #bank.bank-dashboard form button {
    grid-column: span 1;
  }
  #bank.bank-dashboard {
    max-width: 94vw;
    padding: 14px;
  }
  .admin-actions {
    justify-content: center;
    gap: 10px 8px;
  }
  .admin-welcome,
  .pwchange-wrap,
  .infowall {
    margin: 14px 10px;
    padding: 14px;
  }
  .notice {
    max-width: 94vw;
  }
}
#filterTitle {
  font-size: 1.6rem !important;
  margin-top: -8px !important;
}

.filt-radera {
  width: 15% !important;
}

#open-fid {
  position: relative !important;
}

#open-filter {
  background: rgba(0, 80, 255, 0.8392156863);
  color: #ffffff;
  border: 1px solid rgba(77, 124, 255, 0.8) !important;
  border-radius: 6px !important;
  position: absolute !important;
  right: 28px;
  top: -13px;
  width: 30% !important;
  padding: 10px 14px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(2, 6, 23, 0.08);
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

#open-filter:hover {
  background: #3b82f6;
  border-color: #1e40af;
  box-shadow: 0 4px 12px rgba(2, 6, 23, 0.12);
}

#open-filter:active {
  transform: none;
}

#open-filter:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

#close-filter {
  width: 20% !important;
}

@media (max-width: 640px) {
  #open-fid {
    position: static;
  }
  #open-filter {
    position: static;
    margin: 8px 0 12px 0;
  }
}
.infowall > p > a[href="admin.php"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #3b82f6;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.infowall > p > a[href="admin.php"]::before {
  font-size: 1rem;
  line-height: 1;
  color: currentColor;
}

.infowall > p > a[href="admin.php"]:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.infowall > p > a[href="admin.php"]:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}

#h2mbank {
  font-size: 1.3rem !important;
  color: rgba(9, 71, 220, 0.83) !important;
}

#bank.bank-dashboard .notice {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 900;
  max-width: 90vw;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.35);
}

.modal[aria-hidden=false] {
  display: flex;
}

.modal .modal-content {
  position: relative;
  background: #ffffff;
  color: #111827;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  max-width: 760px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  padding: 18px 20px;
}

.modal .modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: transparent;
  border: 0;
  font-size: 26px;
  cursor: pointer;
  color: #6b7280;
}

.modal .modal-close:hover {
  color: #374151;
}

#filterModal input[type=date] {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 18px;
  padding-right: 40px;
  cursor: pointer;
}

#filterModal input[type=date]:hover {
  border-color: #cbd5e1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

#filterModal input[type=date]:focus {
  outline: 2px solid #93c5fd;
  outline-offset: 1px;
  border-color: #bfdbfe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231d4ed8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

#filterModal input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 1;
  background: transparent;
  width: 36px;
  height: 100%;
  pointer-events: auto;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
