/*
  Content-only overrides for this route page. vendor.css (downloaded verbatim
  from the live site) does the real styling; layout chrome (sidebar, header,
  margin pushes, collapse animation) now lives entirely in the shell
  (../shell.css) since this page no longer renders its own sidebar/header —
  it's just the "Bank Management" content, loaded into the shell's iframe.
*/

/* Native <select> transparently overlaid on the real ant-select markup so the
   dropdown is actually operable without reimplementing antd's JS. */
.select-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: none;
  appearance: none;
  z-index: 2;
}
.ant-select { position: relative; }
.ant-select-disabled .select-overlay { pointer-events: none; }

.ant-modal-root[hidden] { display: none; }
