@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/Auth/ForgotPassword.razor.rz.scp.css */
.login-page[b-rkeahpm8fk] {
  --login-input-height: 34px;
  --login-input-radius: 10px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at top,
    #dfe9ff 0%,
    #f5f6ff 40%,
    #ffffff 100%
  );
  padding: 1.5rem;
}

.login-page[b-rkeahpm8fk]  .login-card {
  width: 100%;
  max-width: 560px;
  padding: 2.2rem;
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(111, 130, 255, 0.18);
  background: #fff;
}

.login-title[b-rkeahpm8fk] {
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #1a1b2f;
}

.login-subtitle[b-rkeahpm8fk] {
  margin-top: 0;
  margin-bottom: 1.9rem;
  color: #6f7385;
  line-height: 1.5;
  max-width: 92%;
  margin-inline: auto;
}

.login-form[b-rkeahpm8fk] {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.input-group[b-rkeahpm8fk] {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.input-label[b-rkeahpm8fk] {
  color: #5f6578;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-left: 0.5rem;
  margin-top: 0.15rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease;
}

.input-label[b-rkeahpm8fk]::before {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(108, 99, 255, 0.85),
    rgba(124, 85, 255, 0.45)
  );
}

.input-group:focus-within .input-label[b-rkeahpm8fk] {
  color: #5648df;
}

.login-page[b-rkeahpm8fk]  .validation-summary {
  margin-bottom: 0.5rem;
}

.login-page[b-rkeahpm8fk]  .modern-input {
  width: 100%;
  display: block;
}

.login-page[b-rkeahpm8fk]  .modern-input .mud-input-root {
  border-radius: var(--login-input-radius) !important;
  background-color: #ffffff !important;
  padding-inline: 0.4rem !important;
  padding-block: 0;
  min-height: var(--login-input-height) !important;
  height: var(--login-input-height) !important;
  max-height: var(--login-input-height) !important;
  border: 1.25px solid #d9dce7;
  transition:
    border 0.2s ease,
    box-shadow 0.2s ease;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.login-page[b-rkeahpm8fk]  .modern-input .mud-input {
  height: 100%;
}

.login-page[b-rkeahpm8fk]  .modern-input .mud-input-slot {
  display: flex;
  align-items: center;
  height: 100%;
  padding-inline: 0.3rem;
  color: #1f2233;
  font-size: 0.94rem;
}

.login-page[b-rkeahpm8fk]  .modern-input .mud-input-control {
  margin-top: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
}

.login-page[b-rkeahpm8fk]  .modern-input .mud-input-adornment {
  margin-inline: 0.2rem;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.login-page[b-rkeahpm8fk]  .modern-input input {
  height: 100%;
  padding: 0;
  line-height: 1.05;
}

.login-page[b-rkeahpm8fk]  .modern-input .mud-input-root.mud-focused,
.login-page[b-rkeahpm8fk]  .modern-input .mud-input-root:focus-within {
  border: 1px solid rgba(108, 99, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.15);
}

.login-page[b-rkeahpm8fk]  .login-button {
  margin-top: 0.75rem;
  min-height: 44px;
  background-image: linear-gradient(
    90deg,
    #6c63ff 0%,
    #7c55ff 50%,
    #6c63ff 100%
  );
  color: white;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 25px rgba(108, 99, 255, 0.35);
}

.login-page[b-rkeahpm8fk]  .login-button.mud-button-disabled {
  background-image: none;
}

.login-page[b-rkeahpm8fk]  .forgot-back-link {
  margin-top: 0.5rem;
  font-weight: 600;
  color: #6c63ff !important;
}

.login-page[b-rkeahpm8fk]  .forgot-back-link:hover {
  color: #4f44d8 !important;
}

.login-page[b-rkeahpm8fk]  .token-preview {
  border-radius: 1rem;
  border-width: 1px;
  margin-top: 0.5rem;
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 1rem;
}

.login-page[b-rkeahpm8fk]  .token-preview .token-title {
  color: #5c6275;
  font-weight: 600;
}

.login-page[b-rkeahpm8fk]  .token-preview .token-value {
  font-family: "Fira Code", Consolas, monospace;
  letter-spacing: 0.04em;
  color: #1f2233;
}

.login-page[b-rkeahpm8fk]  .modern-input .mud-input-root:before,
.login-page[b-rkeahpm8fk]  .modern-input .mud-input-root:after {
  display: none !important;
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.login-page[b-jjyzmtrjvg] {
  --login-input-height: 34px;
  --login-input-radius: 10px;
  min-height: 100dvh;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at top,
    #dfe9ff 0%,
    #f5f6ff 40%,
    #ffffff 100%
  );
  padding: clamp(1rem, 3vw, 1.5rem);
}

.login-page[b-jjyzmtrjvg]  .login-card {
  width: 100%;
  max-width: 560px;
  padding: 2.2rem;
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(111, 130, 255, 0.18);
  background: #fff;
}

.login-title[b-jjyzmtrjvg] {
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #1a1b2f;
}

.login-subtitle[b-jjyzmtrjvg] {
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
  color: #6f7385;
  line-height: 1.5;
}

.login-form[b-jjyzmtrjvg] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input-group[b-jjyzmtrjvg] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.input-label[b-jjyzmtrjvg] {
  color: #686f83;
  font-size: 0.95rem;
  font-weight: 500;
  margin-left: 0.4rem;
}

.login-page[b-jjyzmtrjvg]  .modern-input {
  width: 100%;
  display: block;
}

.login-page[b-jjyzmtrjvg]  .modern-input .mud-input-root {
  border-radius: var(--login-input-radius) !important;
  background-color: #ffffff !important;
  padding-inline: 0.4rem !important;
  padding-block: 0;
  min-height: var(--login-input-height) !important;
  height: var(--login-input-height) !important;
  max-height: var(--login-input-height) !important;
  border: 1.25px solid #d9dce7;
  transition:
    border 0.2s ease,
    box-shadow 0.2s ease;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.login-page[b-jjyzmtrjvg]  .modern-input .mud-input {
  height: 100%;
}

.login-page[b-jjyzmtrjvg]  .modern-input .mud-input-slot {
  display: flex;
  align-items: center;
  height: 100%;
  padding-inline: 0.3rem;
  color: #1f2233;
  font-size: 0.94rem;
}

.login-page[b-jjyzmtrjvg]  .modern-input .mud-input-control {
  margin-top: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
}

.login-page[b-jjyzmtrjvg]  .modern-input .mud-input-adornment {
  margin-inline: 0.2rem;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.login-page[b-jjyzmtrjvg]  .modern-input input {
  height: 100%;
  padding: 0;
  line-height: 1.05;
}

.login-page[b-jjyzmtrjvg]  .modern-input .mud-input-label {
  padding-inline: 0.5rem;
  font-weight: 500;
  color: #6b7284 !important;
}

.login-page[b-jjyzmtrjvg]  .modern-input .mud-input-root.mud-focused {
  border-color: #7c55ff;
  box-shadow: 0 0 0 3px rgba(124, 85, 255, 0.15);
}

.password-field[b-jjyzmtrjvg] {
  position: relative;
  display: flex;
  width: 100%;
}

.password-field[b-jjyzmtrjvg]  .mud-input-root {
  flex: 1;
  min-height: var(--login-input-height) !important;
  height: var(--login-input-height) !important;
  max-height: var(--login-input-height) !important;
  padding-right: 2.1rem;
}

.password-field[b-jjyzmtrjvg]  input {
  letter-spacing: 0.05em;
}

.login-page[b-jjyzmtrjvg]  .toggle-password {
  position: absolute;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  color: #5c6275;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.login-page[b-jjyzmtrjvg]  .toggle-password:hover {
  background-color: rgba(108, 99, 255, 0.15);
  color: #5a50de;
}

.login-page[b-jjyzmtrjvg]  .login-button {
  margin-top: 0.75rem;
  min-height: 44px;
  background-image: linear-gradient(
    90deg,
    #6c63ff 0%,
    #7c55ff 50%,
    #6c63ff 100%
  );
  color: white;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 25px rgba(108, 99, 255, 0.35);
}

.login-page[b-jjyzmtrjvg]  .remember-checkbox {
  margin-top: -0.15rem;
  color: #5c6275;
}

.login-page[b-jjyzmtrjvg]  .remember-checkbox .mud-button-root {
  padding: 0;
}

.login-page[b-jjyzmtrjvg]  .remember-checkbox .mud-typography {
  font-size: 0.93rem;
  font-weight: 500;
}

.login-page[b-jjyzmtrjvg]  .login-button.mud-button-disabled {
  background-image: none;
}

.login-page[b-jjyzmtrjvg]  .forgot-link {
  display: block;
  margin-top: 0.8rem;
  color: #6c63ff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

.login-page[b-jjyzmtrjvg]  .forgot-link:hover {
  color: #4f44d8;
}

.login-page[b-jjyzmtrjvg]  .forgot-back-link {
  margin-top: 0.5rem;
  font-weight: 600;
  color: #6c63ff !important;
}

.login-page[b-jjyzmtrjvg]  .forgot-back-link:hover {
  color: #4f44d8 !important;
}

.login-page[b-jjyzmtrjvg]  .validation-summary {
  margin-bottom: 0.5rem;
}

.login-page[b-jjyzmtrjvg]  .token-preview {
  border-radius: 1rem;
  border-width: 1px;
  margin-top: 0.5rem;
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 1rem;
}

.login-page[b-jjyzmtrjvg]  .token-preview .token-title {
  color: #5c6275;
  font-weight: 600;
}

.login-page[b-jjyzmtrjvg]  .token-preview .token-value {
  font-family: "Fira Code", Consolas, monospace;
  letter-spacing: 0.04em;
  color: #1f2233;
}

.login-page[b-jjyzmtrjvg]  .modern-input .mud-input-root:focus-within {
  border: 1px solid rgba(108, 99, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.15);
}

.password-field[b-jjyzmtrjvg]  .mud-input-root:focus-within {
  padding-right: 2.1rem;
}

.login-page[b-jjyzmtrjvg]  .modern-input .mud-input-root:before,
.login-page[b-jjyzmtrjvg]  .modern-input .mud-input-root:after {
  display: none !important;
}
/* /Pages/Auth/ResetPassword.razor.rz.scp.css */
.login-page[b-gypod2e4c2] {
  --login-input-height: 34px;
  --login-input-radius: 10px;
  min-height: 100dvh;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle at top,
    #dfe9ff 0%,
    #f5f6ff 40%,
    #ffffff 100%
  );
  padding: clamp(1rem, 3vw, 1.5rem);
}

.login-page[b-gypod2e4c2]  .login-card {
  width: 100%;
  max-width: 560px;
  padding: 2.2rem;
  border-radius: 1.5rem;
  box-shadow: 0 18px 40px rgba(111, 130, 255, 0.18);
  background: #fff;
}

.login-title[b-gypod2e4c2] {
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #1a1b2f;
}

.login-subtitle[b-gypod2e4c2] {
  margin-top: 0;
  margin-bottom: 1.9rem;
  color: #6f7385;
  line-height: 1.5;
  max-width: 92%;
  margin-inline: auto;
}

.login-form[b-gypod2e4c2] {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.input-group[b-gypod2e4c2] {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.input-label[b-gypod2e4c2] {
  color: #5f6578;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-left: 0.5rem;
  margin-top: 0.15rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease;
}

.input-label[b-gypod2e4c2]::before {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(108, 99, 255, 0.85),
    rgba(124, 85, 255, 0.45)
  );
}

.input-group:focus-within .input-label[b-gypod2e4c2] {
  color: #5648df;
}

.login-page[b-gypod2e4c2]  .validation-summary {
  margin-bottom: 0.5rem;
}

.login-page[b-gypod2e4c2]  .modern-input {
  width: 100%;
  display: block;
}

.login-page[b-gypod2e4c2]  .modern-input .mud-input-root {
  border-radius: var(--login-input-radius) !important;
  background-color: #ffffff !important;
  padding-inline: 0.4rem !important;
  padding-block: 0;
  min-height: var(--login-input-height) !important;
  height: var(--login-input-height) !important;
  max-height: var(--login-input-height) !important;
  border: 1.25px solid #d9dce7;
  transition:
    border 0.2s ease,
    box-shadow 0.2s ease;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.login-page[b-gypod2e4c2]  .modern-input .mud-input {
  height: 100%;
}

.login-page[b-gypod2e4c2]  .modern-input .mud-input-slot {
  display: flex;
  align-items: center;
  height: 100%;
  padding-inline: 0.3rem;
  color: #1f2233;
  font-size: 0.94rem;
}

.login-page[b-gypod2e4c2]  .modern-input .mud-input-control {
  margin-top: 0;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
}

.login-page[b-gypod2e4c2]  .modern-input .mud-input-adornment {
  margin-inline: 0.2rem;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.login-page[b-gypod2e4c2]  .modern-input input {
  height: 100%;
  padding: 0;
  line-height: 1.05;
}

.login-page[b-gypod2e4c2]  .modern-input .mud-input-root.mud-focused,
.login-page[b-gypod2e4c2]  .modern-input .mud-input-root:focus-within {
  border: 1px solid rgba(108, 99, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.15);
}

.password-field[b-gypod2e4c2] {
  position: relative;
  display: flex;
  width: 100%;
}

.password-field[b-gypod2e4c2]  .mud-input-root {
  flex: 1;
  min-height: var(--login-input-height) !important;
  height: var(--login-input-height) !important;
  max-height: var(--login-input-height) !important;
  padding-right: 2.1rem;
}

.password-field[b-gypod2e4c2]  input {
  letter-spacing: 0.05em;
}

.login-page[b-gypod2e4c2]  .toggle-password {
  position: absolute;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  color: #5c6275;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.login-page[b-gypod2e4c2]  .toggle-password:hover {
  background-color: rgba(108, 99, 255, 0.15);
  color: #5a50de;
}

.login-page[b-gypod2e4c2]  .login-button {
  margin-top: 0.75rem;
  min-height: 44px;
  background-image: linear-gradient(
    90deg,
    #6c63ff 0%,
    #7c55ff 50%,
    #6c63ff 100%
  );
  color: white;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 25px rgba(108, 99, 255, 0.35);
}

.login-page[b-gypod2e4c2]  .login-button.mud-button-disabled {
  background-image: none;
}

.login-page[b-gypod2e4c2]  .forgot-back-link {
  margin-top: 0.5rem;
  font-weight: 600;
  color: #6c63ff !important;
}

.login-page[b-gypod2e4c2]  .forgot-back-link:hover {
  color: #4f44d8 !important;
}

.login-page[b-gypod2e4c2]  .token-preview {
  border-radius: 1rem;
  border-width: 1px;
  margin-top: 0.5rem;
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 1rem;
}

.login-page[b-gypod2e4c2]  .token-preview .token-title {
  color: #5c6275;
  font-weight: 600;
}

.login-page[b-gypod2e4c2]  .token-preview .token-value {
  font-family: "Fira Code", Consolas, monospace;
  letter-spacing: 0.04em;
  color: #1f2233;
}

.login-page[b-gypod2e4c2]  .modern-input .mud-input-root:before,
.login-page[b-gypod2e4c2]  .modern-input .mud-input-root:after {
  display: none !important;
}
/* /Pages/Invoice/InvoiceIndex.razor.rz.scp.css */
.larger-label .mud-input-label[b-wmt6gf7un9] {
  font-size: 1.0rem; /* increase label size slightly */
}
/* /Pages/PrevInvoice/PrevInvoiceIndex.razor.rz.scp.css */
.mud-input-label[b-zabb0nnedp] {
  font-size: 1.0rem; /* enlarge labels slightly for this page */
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-upxrhnjabc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-upxrhnjabc] {
    flex: 1;
}

.sidebar[b-upxrhnjabc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-upxrhnjabc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-upxrhnjabc]  a, .top-row[b-upxrhnjabc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-upxrhnjabc]  a:hover, .top-row[b-upxrhnjabc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-upxrhnjabc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-upxrhnjabc] {
        display: none;
    }

    .top-row.auth[b-upxrhnjabc] {
        justify-content: space-between;
    }

    .top-row[b-upxrhnjabc]  a, .top-row[b-upxrhnjabc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-upxrhnjabc] {
        flex-direction: row;
    }

    .sidebar[b-upxrhnjabc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-upxrhnjabc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-upxrhnjabc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-upxrhnjabc], article[b-upxrhnjabc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-507av37flj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-507av37flj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-507av37flj] {
    font-size: 1.1rem;
}

.oi[b-507av37flj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-507av37flj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-507av37flj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-507av37flj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-507av37flj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-507av37flj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-507av37flj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-507av37flj] {
        display: none;
    }

    .collapse[b-507av37flj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-507av37flj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
