/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./client/components/common/header/header.css ***!
  \**********************************************************************************************/
.app-header-shell {
  background: transparent;
  border-bottom: 1px solid rgba(216, 226, 240, 0.9);
  backdrop-filter: blur(4px);
}

.app-header-menu.ant-menu-horizontal {
  background: transparent;
  border-bottom: none;
}

.app-header-menu.ant-menu-horizontal > .ant-menu-item,
.app-header-menu.ant-menu-horizontal > .ant-menu-submenu {
  border-bottom: none !important;
}

.app-header-menu.ant-menu-horizontal > .ant-menu-item:hover,
.app-header-menu.ant-menu-horizontal > .ant-menu-submenu:hover,
.app-header-menu.ant-menu-horizontal > .ant-menu-item-selected {
  color: inherit;
}

.header-profile {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
}

.header-avatar {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px;
  cursor: pointer;
  overflow: hidden;
  background: #eef4ff;
}

.header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.app-header-menu .ant-menu-title-content {
  display: flex;
  align-items: center;
}

.ant-dropdown-menu-submenu-title {
  display: flex;
  align-items: center;
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./client/components/Website/CsvUpload/style.css ***!
  \*************************************************************************************************/
.csv-upload-page {
  width: 100%;
  box-sizing: border-box;
  min-height: calc(100vh - 64px);
  padding: 24px 16px 40px;
  background: transparent;
}

.csv-upload-card {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 32px;
  border: 1px solid #d8e2f0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  box-sizing: border-box;
}

.csv-upload-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  color: #101828;
}

.csv-upload-subtitle {
  margin: 8px 0 0;
  color: #475467;
  line-height: 1.5;
}

.csv-upload-form {
  margin-top: 28px;
}

.csv-section {
  padding: 24px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.csv-section-head {
  margin-bottom: 20px;
}

.csv-section-title {
  margin: 0;
  font-size: 22px;
  color: #0f172a;
}

.csv-section-description {
  margin: 8px 0 0;
  color: #475467;
  line-height: 1.6;
}

.csv-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.csv-field {
  display: flex;
  flex-direction: column;
}

.csv-label {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.csv-field-help {
  margin: 6px 0 10px;
  color: #667085;
  line-height: 1.5;
  font-size: 14px;
}

.csv-upload-input,
.csv-text-input,
.csv-select-input {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  font-size: 14px;
}

.csv-upload-input {
  padding: 10px 12px;
}

.csv-file-selected {
  margin: 12px 0 0;
  color: #344054;
}

.csv-upload-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.csv-btn {
  border: none;
  border-radius: 12px;
  padding: 12px 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.csv-btn-primary {
  background: var(--color-primary);
  color: #ffffff;
}

.csv-btn-secondary {
  background: var(--color-secondary);
  color: #ffffff;
}

.csv-btn:disabled,
.csv-btn-disabled {
  background: #98a2b3;
  color: #ffffff;
  cursor: not-allowed;
}

.csv-loading {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--color-secondary-soft);
  color: var(--color-secondary-text);
}

.csv-loading strong {
  font-size: 15px;
}

.csv-loading span {
  font-size: 14px;
  color: var(--color-secondary-text);
}

.csv-error {
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid #fecdca;
  border-radius: 8px;
  background: #fef3f2;
  color: #b42318;
}

.csv-result-section {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #e4e7ec;
  border-radius: 16px;
  background: #ffffff;
}

.csv-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.csv-meta-item {
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fc 100%);
  padding: 18px;
  color: #344054;
  word-break: break-word;
  border: 1px solid #d9e6f5;
}

.csv-meta-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-secondary-text);
}

.csv-meta-value {
  display: block;
  margin-top: 10px;
  font-size: 32px;
  line-height: 1;
  color: #0f172a;
}

.csv-meta-description {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #667085;
}

.csv-files-head {
  margin-top: 24px;
}

.csv-file-list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.csv-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  background: #fcfdff;
}

.csv-file-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.csv-file-title {
  font-size: 16px;
  font-weight: 700;
  color: #101828;
}

.csv-file-description {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.csv-file-name {
  color: #344054;
  font-size: 13px;
  word-break: break-word;
}

.csv-file-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.csv-file-link {
  color: var(--color-secondary);
  text-decoration: none;
  font-weight: 600;
  padding: 10px 12px;
  border: 1px solid #d9e6f5;
  border-radius: 10px;
  background: #ffffff;
}

.csv-file-link:hover {
  text-decoration: none;
}

.csv-result-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .csv-upload-card {
    padding: 24px;
  }

  .csv-form-grid {
    grid-template-columns: 1fr;
  }

  .csv-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .csv-upload-page {
    min-height: auto;
    padding: 12px;
  }

  .csv-upload-card {
    padding: 18px;
  }

  .csv-upload-title {
    font-size: 28px;
  }

  .csv-section,
  .csv-result-section {
    padding: 18px;
  }

  .csv-meta-grid {
    grid-template-columns: 1fr;
  }

  .csv-file-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .csv-file-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .csv-result-actions {
    justify-content: stretch;
  }

  .csv-result-actions .csv-btn {
    width: 100%;
  }

  .csv-meta-value {
    font-size: 26px;
  }
}

/*!*************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./client/components/Login/login.css ***!
  \*************************************************************************************/
.yellowstonelocal {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
  padding: 32px 20px;
  font-family: sans-serif;
  box-sizing: border-box;
  background:
    radial-gradient(circle at top left, rgba(251, 198, 7, 0.2), transparent 26%),
    radial-gradient(circle at top right, rgba(23, 92, 211, 0.14), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
}

.logoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
}

.yellowstonelocal .logoBox img,
.yellowstonelocal .logo {
  width: clamp(240px, 42vw, 460px);
  max-width: 100%;
  height: auto;
  display: block;
}

.contentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
}

.contentWrapper p {
  text-align: center;
}

.googleLoginButton {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.login-error {
  color: #b42318;
  font-size: 18px;
  line-height: 1.6;
}

.login-footer,
.login-footer-inner,
footer {
  width: 100%;
  text-align: center;
}

.login-footer-copy {
  margin: 0;
  color: #667085;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .yellowstonelocal {
    min-height: calc(100vh - 32px);
    padding: 20px 16px;
  }

  .logoBox {
    min-height: 96px;
  }

  .yellowstonelocal .logoBox img,
  .yellowstonelocal .logo {
    width: min(100%, 320px);
  }

  .login-error {
    font-size: 16px;
  }

  .login-footer-copy {
    font-size: 14px;
  }
}

/*!************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/antd/dist/reset.css ***!
  \************************************************************************************/
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}

/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./client/css/site.css ***!
  \***********************************************************************/
:root {
  --color-primary: rgb(251, 198, 7);
  --color-primary-shadow: rgba(251, 198, 7, 0.28);
  --color-secondary: #175cd3;
  --color-secondary-dark: #0f4bb8;
  --color-secondary-soft: #eef4ff;
  --color-secondary-text: #1849a9;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* Ensure the body stretches to at least the height of the viewport */
  font-family: sans-serif;
  overflow-x: hidden;
}

.app-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(251, 198, 7, 0.2), transparent 26%),
    radial-gradient(circle at top right, rgba(23, 92, 211, 0.14), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%);
}

.app-shell-content {
  width: 100%;
}

.dashboard {
  min-height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 16px 20px;
  box-sizing: border-box;
  overflow: hidden;
  background: transparent;
}

.dashboard-panel {
  width: 100%;
  max-width: 700px;
  padding: 32px;
  border: 1px solid #d8e2f0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  text-align: center;
  box-sizing: border-box;
}

.dashboard-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--color-secondary-soft);
  color: var(--color-secondary-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-panel h1 {
  margin: 0;
  color: #101828;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.05;
  text-wrap: balance;
}

.dashboard-panel p {
  max-width: 540px;
  margin: 14px auto 0;
  color: #475467;
  font-size: 15px;
  line-height: 1.6;
  text-wrap: balance;
}

.dashboard-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.dashboard-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 20px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.dashboard-link:hover {
  transform: translateY(-1px);
}

.dashboard-link-admin {
  background: var(--color-primary);
  color: #ffffff;
}

.dashboard-link-cleaner {
  background: linear-gradient(
    135deg,
    var(--color-secondary) 0%,
    var(--color-secondary-dark) 100%
  );
  color: #ffffff;
}

@media (max-width: 640px) {
  .dashboard {
    min-height: calc(100vh - 64px);
    padding: 6px 12px 16px;
  }

  .dashboard-panel {
    padding: 24px 16px;
    border-radius: 18px;
  }

  .dashboard-panel h1 {
    font-size: 30px;
  }

  .dashboard-link {
    width: 100%;
    min-width: 0;
    padding: 13px 16px;
  }
}
/* 
.yellowstonelocal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
  padding: 40px;
  font-family: sans-serif;
  box-sizing: border-box;
}

.logoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
}

.logoBox img {
  height: auto;
  display: block;
}

.contentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.contentWrapper p {
  text-align: center;
}

.googleLoginButton {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

footer {
  width: 100%;
  text-align: center;
}

.dashboard {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dashboard .admin-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #fbc607;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
} */

/* .header-profile {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
} */

