/* _content/Capw.Web/Components/AppHeader.razor.rz.scp.css */
[b-bynl8rr9pg] .home-link {
  color: var(--mud-palette-white) !important; /* Override MudBlazor's primary link color */
  display: flex;
  align-items: center;
  gap: 12px;
  height: 50px;
}

.app-bar[b-bynl8rr9pg]{
  width: 100%;
}

[b-bynl8rr9pg] .logo {
  height: 60%;
  width: auto;
}

[b-bynl8rr9pg] .icon-white{
  color: var(--mud-palette-white);
}
/* _content/Capw.Web/Components/Applications/AppFileList.razor.rz.scp.css */
.project-files-container[b-ylwehfrggs] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

[b-ylwehfrggs] .project-file {
  border: 1px solid var(--mud-palette-text-secondary);
  border-radius: 16px;
  color: var(--mud-palette-text-secondary);
}

[b-ylwehfrggs] .file-icon {
  font-size: 55px;
}

[b-ylwehfrggs] .file-name {
  word-break: break-word;
}

[b-ylwehfrggs] .actions-button {
  color: var(--mud-palette-text-secondary);
}
/* _content/Capw.Web/Components/Applications/FeeEntryList.razor.rz.scp.css */
.fee-list-container[b-o9x26srxpf] {
    height: 100%
}
/* _content/Capw.Web/Components/Applications/FeeEntryListDialog.razor.rz.scp.css */
.dialog[b-kbs89zhp9y] {
  width: 800px;
}
/* _content/Capw.Web/Components/Applications/NonResidentialBuildingCodeInfo.razor.rz.scp.css */
[b-xbyjmmcvfp] .mixed-use-radio-group {
  /* Minimum width so that the error message does not extend beyond the viewport border on the phone. */
  flex: 1 0 200px;
}
/* _content/Capw.Web/Components/Applications/ProjectAppInfo.razor.rz.scp.css */
[b-t1zqxa2f2w] .submit-status-option {
  white-space: normal;
}
/* _content/Capw.Web/Components/Applications/ProjectCertification.razor.rz.scp.css */
/* Hide the calendar button, because the field is read-only. */
[b-3dk4l7bi4l] .certification-date-field button {
  display: none;
}
/* _content/Capw.Web/Components/Applications/ProjectFeeInfo.razor.rz.scp.css */
.square-footage-grid[b-qb9ge1z4pm] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

[b-qb9ge1z4pm] .payment-field {
    flex: 1 0 200px;
}
/* _content/Capw.Web/Components/Applications/ProjectSpecifications.razor.rz.scp.css */
.options-grid[b-kyuekzb7vj] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
}

@media (max-width: 1280px) and (min-width: 960px), (max-width: 600px) {
  .options-grid[b-kyuekzb7vj] {
    grid-template-columns: 1fr;
  }
}
/* _content/Capw.Web/Components/BaseDialog/BaseDialog.razor.rz.scp.css */
.base-dialog[b-la6rtywi2k] {
  width: 700px;
}

@media (max-width: 768px) {
  .base-dialog[b-la6rtywi2k] {
    width: 100%
  }
}

@media (max-width: 768px) and (min-width: 568px) {
  .base-dialog[b-la6rtywi2k] {
    width: 550px;
  }
}
/* _content/Capw.Web/Components/ConfirmationDialog.razor.rz.scp.css */
.confirmation-dialog[b-bumsqnbsex] {
  width: 600px;
}

[b-bumsqnbsex] .confirmation-dialog-footer {
  height: 40px;
}

/*# sourceMappingURL=ConfirmationDialog.razor.css.map */
/* _content/Capw.Web/Components/Layout/AuthLayout.razor.rz.scp.css */
[b-fmncnmccvw] .authentication-container {
  max-width: 444px;
}
/* _content/Capw.Web/Components/Layout/EmptyLayout.razor.rz.scp.css */
.app[b-tvaqd9we9t] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

[b-tvaqd9we9t] .main-content {
  flex: 1;
}

.footer[b-tvaqd9we9t]{
  background-color: #F2F7FA;
}
/* _content/Capw.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app[b-ugze8y6ztq] {
  height: 100vh;
}

/* Footer alignment when Mini Drawer is active */
.footer[b-ugze8y6ztq] {
  margin-left: 81px;
  background-color: #F2F7FA;
}

@media (max-width: 960px) {
  .footer[b-ugze8y6ztq] {
    margin-left: 0;
    background-color: #F2F7FA;
  }
}
/* _content/Capw.Web/Components/NavbarDrawer.razor.rz.scp.css */
[b-mhqzfksp9k] .mud-drawer-header {
  .mud-typography {
    color: var(--mud-palette-white);
  }
  justify-content: center;
  align-items: center;
  background-color: var(--mud-palette-primary);[b-mhqzfksp9k]
}
[b-mhqzfksp9k] .drawer-content{
  text-wrap: nowrap;
}

[b-mhqzfksp9k] .drawer-icon {
  color: var(--mud-palette-drawer-icon);
}

[b-mhqzfksp9k] .drawer-divider {
  border-color: var(--mud-palette-drawer-icon);
}

[b-mhqzfksp9k] .drawer-label {
  color: var(--mud-palette-drawer-icon);
}
/* _content/Capw.Web/Components/Project/ProjectInspectionList.razor.rz.scp.css */
/* _content/Capw.Web/Pages/Applications/NonResidentialPlanApproval.razor.rz.scp.css */
.logo[b-h9ahug88oh] {
  align-self: center;
}

[b-h9ahug88oh] .full-width-checkbox label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* _content/Capw.Web/Pages/Applications/ProjectDetails.razor.rz.scp.css */
[b-cahxbrh61p] .project-title {
  overflow-wrap: break-word;
}
/* _content/Capw.Web/Pages/Applications/ResidentialPlanApproval.razor.rz.scp.css */

[b-jmozymwuq6] .full-width-checkbox label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.logo[b-jmozymwuq6] {
  align-self: center;
}
/* _content/Capw.Web/Pages/Authentication/ForgotPassword/ForgotPassword.razor.rz.scp.css */
/* _content/Capw.Web/Pages/Authentication/Login/Login.razor.rz.scp.css */
.remember-me[b-jkjhnkmm2s] {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  background-color: var(--mud-palette-white);
  border: 2px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  vertical-align: middle;
}

.remember-me:checked[b-jkjhnkmm2s] {
  background-color: var(--mud-palette-primary);
  border-color: var(--mud-palette-primary);
}

.remember-me:checked[b-jkjhnkmm2s]::after {
  content: "";
  position: absolute;
  left: 7px;        /* Adjusted to center horizontally */
  top: 2px;         /* Adjusted to center vertically */
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* _content/Capw.Web/Pages/Inspections/CreateInspectionDialog.razor.rz.scp.css */
/* _content/Capw.Web/Pages/Inspections/InspectionDetails.razor.rz.scp.css */
/* _content/Capw.Web/Pages/Inspections/InspectionList.razor.rz.scp.css */
/* _content/Capw.Web/Pages/Profile/Profile.razor.rz.scp.css */
[b-vk54z6sbl5] .avatar {
  width: 160px !important;
  height: 160px !important;
}

[b-vk54z6sbl5] .profile-field {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  display: block;
}
