/* _content/CIF.Web/Components/Account/Pages/AccessDenied.razor.rz.scp.css */
.links button[b-nldi04kx73] {
    border: none;
    background-color: transparent;
    color: var(--white);
    font-size: 1.2rem;
    padding: 0;
}

.links[b-nldi04kx73]  a {
    font-size: 1.2rem;
    color: var(--white);
    text-decoration: none;
}

/*# sourceMappingURL=AccessDenied.razor.css.map */
/* _content/CIF.Web/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.forgot-dialog[b-o79n0mqq2p]  input {
    border-radius: 1rem;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
}
.forgot-dialog[b-o79n0mqq2p]  input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--primary);
}
.forgot-dialog[b-o79n0mqq2p]  input:checked {
    background-color: var(--primary);
}
.forgot-dialog__links[b-o79n0mqq2p] {
    margin-top: 2rem;
}
.forgot-dialog__links[b-o79n0mqq2p]  p {
    margin-bottom: 0.5rem;
}
.forgot-dialog[b-o79n0mqq2p]  a {
    text-decoration: none;
}
.forgot-dialog__button[b-o79n0mqq2p] {
    width: 100%;
    margin-top: 1rem;
    height: 50px;
    border: none;
    border-radius: 1rem;
    background-color: var(--primary);
    color: var(--white);
}

/*# sourceMappingURL=ForgotPassword.razor.css.map */
/* _content/CIF.Web/Components/Account/Pages/Login.razor.rz.scp.css */
.login-dialog[b-0zxv4otmz2]  input {
  border-radius: 1rem;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
}
.login-dialog[b-0zxv4otmz2]  input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--primary);
}
.login-dialog[b-0zxv4otmz2]  input:checked {
  background-color: var(--primary);
}
.login-dialog__links[b-0zxv4otmz2] {
  margin-top: 2rem;
}
.login-dialog__links[b-0zxv4otmz2]  p {
  margin-bottom: 0.5rem;
}
.login-dialog[b-0zxv4otmz2]  a {
  text-decoration: none;
}
.login-dialog__button[b-0zxv4otmz2] {
  width: 100%;
  margin-top: 1rem;
  height: 50px;
  border: none;
  border-radius: 1rem;
  background-color: var(--primary);
  color: var(--white);
}

/*# sourceMappingURL=Login.razor.css.map */
/* _content/CIF.Web/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.manage-nav[b-ulweo9nhhk]  .active {
  background-color: var(--primary);
}
.manage-nav[b-ulweo9nhhk]  a {
  color: var(--primary);
}

/*# sourceMappingURL=ManageNavMenu.razor.css.map */
/* _content/CIF.Web/Components/Dialogs/AddAssociationDialog.razor.rz.scp.css */
/*# sourceMappingURL=AddAssociationDialog.razor.css.map */
/* _content/CIF.Web/Components/Dialogs/AddUserToAssociationDialog.razor.rz.scp.css */
.user-add-dialog__invite[b-x3mnhaff36] {
    margin-top: 2rem;
    text-align: center;
}

/*# sourceMappingURL=AddUserToAssociationDialog.razor.css.map */
/* _content/CIF.Web/Components/Layout/EmptyLayout.razor.rz.scp.css */
.centering-page[b-xddilkiwnx] {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
}

.coinfo-logo[b-xddilkiwnx] {
  position: absolute;
  height: 15vh;
  left: 50%;
  transform: translateX(-50%);
  top: 3vh;
}

/*# sourceMappingURL=EmptyLayout.razor.css.map */
/* _content/CIF.Web/Components/Layout/FormLayout.razor.rz.scp.css */
.dialog[b-y0eqzvdacr] {
  background-color: var(--white);
  min-width: 400px;
  max-width: 600px;
  padding: 3rem 2rem 2rem;
  border-radius: 1.4rem;
  display: grid;
}

@media screen and (max-width: 768px) {
  .dialog[b-y0eqzvdacr] {
    margin: 0 1rem;
    min-width: auto;
    width: 100%;
    max-width: calc(100% - 2rem);
  }
}

/*# sourceMappingURL=FormLayout.razor.css.map */
/* _content/CIF.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-m2txiilgoh] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-m2txiilgoh] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.page[b-m2txiilgoh] {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0 0;
}
.page__header[b-m2txiilgoh] {
  height: calc(50px + 2rem);
  display: flex;
  align-items: center;
  padding: 2rem;
}
.page__content[b-m2txiilgoh] {
  max-height: 100vh;
}
.page main[b-m2txiilgoh] {
  padding: calc(50px + 4rem) 2rem 2rem;
  display: block;
  height: 100%;
}

/*# sourceMappingURL=MainLayout.razor.css.map */
/* _content/CIF.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-utc564g5j1] {
  width: 300px;
  height: 100vh;
  background-color: var(--primary);
  padding: 1rem;
}
.sidebar hr[b-utc564g5j1] {
  color: var(--white);
  height: 2px;
}
.sidebar[b-utc564g5j1]  a {
  font-size: 1.2rem;
  color: var(--white);
  text-decoration: none;
}
.sidebar__user[b-utc564g5j1] {
  display: flex;
  align-items: center;
  height: 50px;
}
.sidebar__user:hover[b-utc564g5j1] {
  cursor: pointer;
}
.sidebar__user-image[b-utc564g5j1] {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.sidebar__user h2[b-utc564g5j1] {
  font-size: 1rem;
  max-width: 70%;
  margin-left: 1rem;
  margin-bottom: 0;
  color: var(--white);
}

[b-utc564g5j1] .sidebar__user-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

[b-utc564g5j1] .sidebar__user-select {
  margin-left: 1rem;
}

[b-utc564g5j1] .sidebar__user-select .mud-input-slot.mud-input-root {
  color: var(--white);
}

[b-utc564g5j1] .sidebar__user-select .mud-input-underline:before {
  display: none;
}

[b-utc564g5j1] .sidebar__user-select .mud-icon-root.mud-svg-icon {
  fill: var(--white);
}

[b-utc564g5j1] .sidebar__user-select .mud-input.mud-input-underline:after {
  display: none;
}
.sidebar__logout[b-utc564g5j1] {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.sidebar__logout button[b-utc564g5j1] {
  border: none;
  background-color: transparent;
  color: var(--white);
  font-size: 1.2rem;
  padding: 0;
}

/*# sourceMappingURL=NavMenu.razor.css.map */
/* _content/CIF.Web/Components/Layout/TopBar.razor.rz.scp.css */
.topbar[b-d3fophbzjv] {
  height: calc(50px + 2rem);
  display: flex;
  align-items: center;
  position: absolute;
  padding-left: 2rem;
  left: 300px;
  width: calc(100vw - 300px);
  top: 0;
}
.topbar h1[b-d3fophbzjv] {
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
}

/*# sourceMappingURL=TopBar.razor.css.map */
/* _content/CIF.Web/Components/Pages/Communities.razor.rz.scp.css */
.associations__add[b-duve0vwj6q] {
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    border-radius: 50%;
}

.associations__add span[b-duve0vwj6q] {
    color: var(--white);
    font-size: 2rem;
    transition: all 0.2s;
    transform: scale(1);
}

.associations__add span:hover[b-duve0vwj6q] {
    transform: scale(1.5);
}

/*# sourceMappingURL=Associations.razor.css.map */
/* _content/CIF.Web/Components/Pages/Home.razor.rz.scp.css */
/*# sourceMappingURL=Home.razor.css.map */
/* _content/CIF.Web/Components/Pages/News.razor.rz.scp.css */
.news__add[b-mrvf2o5q01] {
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    border-radius: 50%;
}

.news__add span[b-mrvf2o5q01] {
    color: var(--white);
    font-size: 2rem;
    transition: all 0.2s;
    transform: scale(1);
}

.news__add span:hover[b-mrvf2o5q01] {
    transform: scale(1.5);
}

/*# sourceMappingURL=News.razor.css.map */
/* _content/CIF.Web/Components/Pages/Users.razor.rz.scp.css */
.users[b-brpds3cu7l] {
  display: flex;
  gap: 1rem;
}
.users h6[b-brpds3cu7l] {
  place-self: center;
}
.users__table[b-brpds3cu7l] {
  flex-grow: 4;
  max-width: 100%;
}
.users__associations_table[b-brpds3cu7l] {
  width: 15%;
}
.users__add[b-brpds3cu7l] {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 50%;
}
.users__add span[b-brpds3cu7l] {
  color: var(--white);
  font-size: 2rem;
  transition: all 0.2s;
  transform: scale(1);
}
.users__add span:hover[b-brpds3cu7l] {
  transform: scale(1.5);
}
.users__upload[b-brpds3cu7l] {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 50%;
}
.users__upload span[b-brpds3cu7l] {
  color: var(--white);
  font-size: 2rem;
  transition: all 0.2s;
  transform: scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.users__upload span:hover[b-brpds3cu7l] {
  transform: scale(1.3);
}
.users__uploading[b-brpds3cu7l] {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.users__uploading[b-brpds3cu7l]  .mud-progress-circular.mud-progress-small {
  width: 28px;
  height: 28px;
}
.users__uploading[b-brpds3cu7l]  .mud-progress-circular-circle.mud-progress-indeterminate {
  stroke: var(--white);
}

/*# sourceMappingURL=Users.razor.css.map */
