/* /Components/AccountWidget.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.dropdown-content-container.hide[b-lxmuxef1fq] {
  display: none;
}

.dropdown-content-container.hide:focus-within[b-lxmuxef1fq] {
  display: block;
}

.dropdown-content-container[b-lxmuxef1fq] {
  position: absolute;
  right: 1%;
  border: 1px solid #E1E2E8;
  border-radius: 9px;
  background-color: #F7F8FA;
  z-index: 2147483601;
}

.account-widget-user[b-lxmuxef1fq]  .user-button {
  background: #2C6AE1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border-color: unset;
  border-style: solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: white;
}

.widget-dropdown[b-lxmuxef1fq] {
  min-width: 160px;
  border-radius: 10px;
  border: 1px solid #E1E2E8;
  background: white;
  font-size: 12px;
}

.widget-dropdown-header[b-lxmuxef1fq] {
  background-color: #F7F8FA;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
}
.widget-dropdown-header .widget-dropdown-username[b-lxmuxef1fq] {
  font-weight: 700;
}
.widget-dropdown-header .widget-dropdown-email[b-lxmuxef1fq] {
  color: #52565E;
  font-size: 0.8rem;
  font-weight: normal;
}

.dropdown-items[b-lxmuxef1fq] {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px;
  color: #878B94;
  display: flex;
  flex-direction: column;
}

.dropdown-items[b-lxmuxef1fq]  a {
  color: #878B94;
  padding: 10px;
  flex: 1;
}

.dropdown-items > *[b-lxmuxef1fq] {
  display: flex;
  flex: 1;
}

.dropdown-items > *:hover[b-lxmuxef1fq] {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)), #2C6AE1;
  cursor: pointer;
}

.account-widget-user:hover[b-lxmuxef1fq] {
  filter: brightness(0.85);
}

.dropdown-footer[b-lxmuxef1fq] {
  background-color: #F7F8FA;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-style: italic;
  color: #878B94;
  cursor: default;
  font-size: 10px;
}

.impersonate-button[b-lxmuxef1fq] {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #FCD34D;
  border-radius: 5px;
  display: flex;
  margin: 5px;
  margin-top: 0px;
  padding: 5px;
  flex-direction: column;
  cursor: pointer;
}

.impersonate-button:hover[b-lxmuxef1fq] {
  background: #FCD34D;
}
/* /Components/Common/AppDrawerLoader.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.logo-wrapper[b-1647646m2q] {
  position: relative;
  cursor: pointer;
  width: 190px;
  font-family: Poppins, sans-serif;
}

.admin-lg[b-1647646m2q] {
  background-image: url(images/admin-lg.png);
  width: 24px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.logo-header-title[b-1647646m2q] {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
}
/* /Components/Common/Button.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.button-element[b-ho6aj37tel] {
  /*   //== Critical style
  .button-critical {
     background-color: $--red-700;
     color: $sb-white-color;
     border: 1px solid $--red-700;
     transition: $transition-button-hover;

     &:hover {
        background-color: $--red-800;
     }

     &:active {
        background-color: $--red-850;
     }

     &.inverse {
        background-color: $--red-100;
        color: $--red-700;
        transition: $transition-button-hover;
     }

     &.inverse:hover {
        background-color: $--red-700;
        color: $sb-white-color;
     }

     &.inverse:active {
        background-color: $--red-800;
     }

     &:focus-within {
        @include animated-focus-outline;
     }
  }*/
  /*   //== Success style
  .button-success {
     background-color: $--green-700;
     color: $sb-white-color;
     border: 1px solid $--green-700;
     transition: $transition-button-hover;

     &:hover {
        background-color: $--green-800;
     }

     &:active {
        background-color: $--green-850;
     }

     &.inverse {
        background-color: $--green-100;
        color: $--green-800;
        border: 1px solid $--green-800;
        transition: $transition-button-hover;
     }

     &.inverse:hover {
        background-color: $--green-700;
        color: $sb-white-color;
     }

     &.inverse:active {
        background-color: $--green-800;
     }

     &:focus-within {
        @include animated-focus-outline;
     }
  }*/
  /*   //== Warning style
  .button-warning {
     background-color: $--yellow-400;
     color: $--neutral-600;
     border: 1px solid $--yellow-400;
     transition: $transition-button-hover;

     &:hover {
        background-color: $--yellow-500;
     }

     &:active {
        background-color: $--yellow-600;
     }

     &.inverse {
        background-color: $--yellow-100;
        border: 1px solid $--neutral-600;
        transition: $transition-button-hover;
     }

     &.inverse:hover {
        background-color: $--yellow-400;
        border: 1px solid $--yellow-400;
     }

     &.inverse:active {
        background-color: $--yellow-500;
     }

     &:focus-within {
        @include animated-focus-outline;
     }
  }*/
}
.button-element button[b-ho6aj37tel] {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 8px;
}
.button-element button.button-icon-ltr[b-ho6aj37tel], .button-element button.button-icon-rtl[b-ho6aj37tel] {
  gap: 4px;
}
.button-element button.button-icon-rtl[b-ho6aj37tel] {
  flex-direction: row-reverse;
}
.button-element button [class^=material-icons][b-ho6aj37tel],
.button-element button [class^=material-symbols][b-ho6aj37tel] {
  font-size: 16px;
}
.button-element button .material-symbols-filled[b-ho6aj37tel] {
  font-variation-settings: "FILL" 1;
}
.button-element .button-default[b-ho6aj37tel] {
  background-color: #878B94;
  color: #FFFFFF;
  border: 1px solid #878B94;
  transition: all 0.25s;
}
.button-element .button-default:hover[b-ho6aj37tel] {
  background-color: #52565E;
}
.button-element .button-default:active[b-ho6aj37tel], .button-element .button-default:focus[b-ho6aj37tel] {
  background-color: #52565E;
}
.button-element .button-default.inverse[b-ho6aj37tel] {
  background-color: #FFFFFF;
  color: #878B94;
}
.button-element .button-default.inverse:hover[b-ho6aj37tel] {
  background-color: #878B94;
  color: #FFFFFF;
}
.button-element .button-default.inverse:active[b-ho6aj37tel] {
  background-color: #878B94;
}
.button-element .button-default:focus-within[b-ho6aj37tel] {
  outline: 3px solid rgba(0, 123, 255, 0.3) !important;
  transition: outline 0.0618s ease;
}
.button-element .button-primary[b-ho6aj37tel] {
  background-color: #2C6AE1;
  color: #FFFFFF;
  border: 1px solid #2C6AE1;
  transition: all 0.25s;
}
.button-element .button-primary:hover[b-ho6aj37tel] {
  background-color: #2C6AE1;
}
.button-element .button-primary:active[b-ho6aj37tel] {
  background-color: #2C6AE1;
}
.button-element .button-primary.inverse[b-ho6aj37tel] {
  background-color: #F2F6FD;
  color: #2C6AE1;
}
.button-element .button-primary.inverse:hover[b-ho6aj37tel] {
  background-color: #2C6AE1;
  color: #FFFFFF;
}
.button-element .button-primary.inverse:active[b-ho6aj37tel] {
  background-color: #2C6AE1;
}
.button-element .button-primary:focus-within[b-ho6aj37tel] {
  outline: 3px solid rgba(0, 123, 255, 0.3) !important;
  transition: outline 0.0618s ease;
}
.button-element button:disabled[b-ho6aj37tel] {
  background-color: #C2C4CC !important;
  color: #E1E2E8;
  border: 1px solid #C2C4CC;
  cursor: not-allowed;
}
.button-element button.inverse:disabled[b-ho6aj37tel] {
  background-color: #E1E2E8 !important;
  color: #C2C4CC;
}
.button-element .button-small[b-ho6aj37tel] {
  height: 30px;
  padding: 8px 16px;
  font-size: 11px;
  line-height: 13px;
  border-radius: 4px;
}
.button-element .button-small [class^=material-icons][b-ho6aj37tel],
.button-element .button-small [class^=material-symbols][b-ho6aj37tel] {
  font-size: 13px;
}
.button-element .selector-button:focus[b-ho6aj37tel], .button-element .selector-button:active[b-ho6aj37tel] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #C2C4CC;
  padding: 8px 14px;
  background-color: #FFFFFF;
  transition: all 0.25s;
  border: none;
  box-shadow: unset;
}
.button-element .selector-button:hover[b-ho6aj37tel] {
  border-bottom: solid 2px #2C6AE1;
  border-radius: 0px;
}
.button-element .selector-button.e-btn:hover[b-ho6aj37tel] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 8px 14px;
  transition: all 0.25s;
  border: none;
  color: #2C6AE1;
  border-bottom: solid 2px #2C6AE1;
  border-radius: 0px;
  background-color: #FFFFFF;
  box-shadow: unset;
}
.button-element .selector-button-selected:focus[b-ho6aj37tel], .button-element .selector-button-selected:active[b-ho6aj37tel], .button-element .selector-button-selected:hover[b-ho6aj37tel] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 8px 14px;
  transition: all 0.25s;
  border: none;
  color: #2C6AE1;
  border-bottom: solid 2px #2C6AE1;
  border-radius: 0px;
  background-color: #FFFFFF;
  box-shadow: unset;
}
.button-element .tab-item[b-ho6aj37tel] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #C2C4CC;
  padding: 8px 14px;
  background-color: #FFFFFF;
  transition: all 0.25s;
  border: none;
  box-shadow: unset;
  height: unset;
}
.button-element .tab-item:focus[b-ho6aj37tel], .button-element .tab-item:active[b-ho6aj37tel] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #C2C4CC;
  padding: 8px 14px;
  background-color: #FFFFFF;
  transition: all 0.25s;
  border: none;
  box-shadow: unset;
  height: unset;
}
.button-element .tab-item:hover[b-ho6aj37tel] {
  color: #2C6AE1;
  border-bottom: solid 2px #2C6AE1;
  border-radius: 0px;
}
.button-element .tab-item.e-btn:hover[b-ho6aj37tel] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 8px 14px;
  transition: all 0.25s;
  border: none;
  color: #2C6AE1;
  border-bottom: solid 2px #2C6AE1;
  border-radius: 0px;
  background-color: #FFFFFF;
  box-shadow: unset;
  height: unset;
}
.button-element .tab-item-selected[b-ho6aj37tel] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 8px 14px;
  transition: all 0.25s;
  border: none;
  color: #2C6AE1;
  border-bottom: solid 2px #2C6AE1;
  border-radius: 0px;
  background-color: #FFFFFF;
  box-shadow: unset;
  height: unset;
}
.button-element .tab-item-selected:focus[b-ho6aj37tel], .button-element .tab-item-selected:active[b-ho6aj37tel], .button-element .tab-item-selected:hover[b-ho6aj37tel] {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 8px 14px;
  transition: all 0.25s;
  border: none;
  color: #2C6AE1;
  border-bottom: solid 2px #2C6AE1;
  border-radius: 0px;
  background-color: #FFFFFF;
  box-shadow: unset;
  height: unset;
}
.button-element .command-white[b-ho6aj37tel] {
  color: #2C6AE1;
  border: 1px solid #E1E2E8;
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 14px;
}
.button-element .button-cancel[b-ho6aj37tel] {
  color: #2C6AE1;
  border: none;
  background-color: #F2F6FD;
  border-radius: 8px;
  height: 48px;
  transition: all 0.25s;
  padding: 8px 14px;
}
.button-element .button-save[b-ho6aj37tel] {
  color: #FFFFFF;
  background-color: #2C6AE1;
  border: none;
  border-radius: 8px;
  border: 1px solid #F2F6FD;
  height: 48px;
  padding: 8px 14px;
}
.button-element .e-link[b-ho6aj37tel] {
  color: #0d6efd;
  border: none;
  font-weight: normal;
  background-color: transparent;
  padding: 4px;
  height: unset;
  white-space: nowrap;
}
.button-element .e-link:hover[b-ho6aj37tel], .button-element .e-link:focus[b-ho6aj37tel], .button-element .e-link:active[b-ho6aj37tel] {
  color: #0a58ca;
}
.button-element .e-link .child-content:hover[b-ho6aj37tel], .button-element .e-link .child-content:focus[b-ho6aj37tel], .button-element .e-link .child-content:active[b-ho6aj37tel] {
  text-decoration: underline;
}
.button-element .alert-submit[b-ho6aj37tel] {
  color: #FFFFFF;
  background-color: #BE123C;
  border: none;
  border-radius: 8px;
  border: 1px solid #F2F6FD;
  height: 48px;
  padding: 8px 14px;
}
.button-element .button-page-toolbar[b-ho6aj37tel] {
  color: #2C6AE1;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.25s;
  border: 1px solid #2C6AE1;
  background-color: #F2F6FD;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-align: left;
}
.button-element .button-page-toolbar:hover[b-ho6aj37tel], .button-element .button-page-toolbar:focus[b-ho6aj37tel], .button-element .button-page-toolbar:active[b-ho6aj37tel] {
  box-shadow: inset 0px 0px 250px rgba(7, 28, 65, 0.03);
}
.button-element .content-only[b-ho6aj37tel] {
  height: auto;
  padding: unset;
  border: none;
  background: none;
}
.button-element.button-tooltip-container[b-ho6aj37tel] {
  position: relative;
}
.button-element.button-tooltip-container:hover .tooltip-container[b-ho6aj37tel] {
  display: block;
}
.button-element.button-tooltip-container:hover .tooltip-text[b-ho6aj37tel] {
  box-shadow: 0px 0px 1px rgba(10, 14, 21, 0.06), 0px 4px 6px -1px rgba(10, 14, 21, 0.1), 0px 2px 4px -1px rgba(10, 14, 21, 0.06);
}
.button-element .tooltip-container[b-ho6aj37tel] {
  display: none;
  width: fit-content;
  position: absolute;
  margin-top: 5px;
}
.button-element .tooltip-container .tooltip-arrow[b-ho6aj37tel]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 90%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #F2F6FD transparent;
}
.button-element .tooltip-container .tooltip-text[b-ho6aj37tel] {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  padding: 4px 8px;
  background-color: #F2F6FD;
  color: #2C6AE1;
  border-radius: 4px;
}

.full-width[b-ho6aj37tel] {
  width: 100%;
  min-width: 100%;
}
.full-width .child-content[b-ho6aj37tel] {
  width: 100%;
}
/* /Components/Common/ButtonPopup.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.popup-button-wrapper[b-73n7xisb1p] {
  position: relative; }

.popup-button-content[b-73n7xisb1p] {
  border: 1px solid #E1E2E8;
  border-radius: 8px;
  margin-top: 4px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 100;
  white-space: nowrap;
  right: 0;
  padding: 8px; }

.hide-popup-content[b-73n7xisb1p] {
  display: none; }

/*# sourceMappingURL=data:application/json;base64,ewoJInZlcnNpb24iOiAzLAoJImZpbGUiOiAiQ29tcG9uZW50cy9CdXR0b25Qb3B1cC5yYXpvci5jc3MiLAoJInNvdXJjZXMiOiBbCgkJIkNvbXBvbmVudHMvQnV0dG9uUG9wdXAucmF6b3Iuc2NzcyIsCgkJInd3d3Jvb3QvY3NzL192YXJpYWJsZXMuc2NzcyIKCV0sCgkibmFtZXMiOiBbXSwKCSJtYXBwaW5ncyI6ICJBQytFQSwrRUFBK0U7QUQ3RS9FLEFBQUEscUJBQXFCLENBQUM7RUFDbkIsUUFBUSxFQUFFLFFBQVEsR0FDcEI7O0FBRUQsQUFBQSxxQkFBcUIsQ0FBQztFQUNuQixNQUFNLEVDMERXLEdBQUcsQ0FBQyxLQUFLLENBNUNQLE9BQU87RURiMUIsYUFBYSxFQ21GRyxHQUFHO0VEbEZuQixVQUFVLEVDMEVBLEdBQUc7RUR6RWIsZ0JBQWdCLEVDYUYsT0FBTztFRFpyQixRQUFRLEVBQUUsUUFBUTtFQUNsQixPQUFPLEVBQUUsR0FBRztFQUNaLFdBQVcsRUFBRSxNQUFNO0VBQ25CLEtBQUssRUFBRSxDQUFDO0VBQ1IsT0FBTyxFQ3FFRyxHQUFHLEdEcEVmOztBQUVELEFBQUEsbUJBQW1CLENBQUM7RUFDakIsT0FBTyxFQUFFLElBQUksR0FDZiIKfQ== */
/* /Components/Common/GoogleFont.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.material-icons[b-nqc8rts5tv], material-symbols-outlined[b-nqc8rts5tv] {
  font-size: 24px;
  vertical-align: middle;
}

.header-icon span.material-icons[b-nqc8rts5tv], .header-icon span.material-symbols-outlined[b-nqc8rts5tv] {
  font-size: 30px;
  vertical-align: middle;
}
/* /Components/Common/MainLayoutContainer.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.page[b-965ry6q6vm] {
  width: 100vw;
}

.main[b-965ry6q6vm] {
  display: flex;
  width: 100%;
  height: calc(100vh - 55px);
}

.top-row[b-965ry6q6vm] {
  border-bottom: 1px solid #d6d5d5;
  height: 55px;
  display: flex;
  align-items: center;
}

.top-row-nav[b-965ry6q6vm] {
  display: flex;
  align-items: center;
  min-width: 260px;
  height: 54px;
  padding: 0px 20px 0px 20px;
  border-right: 1px solid #d6d5d5;
  transition: 0.5s;
  background: white;
  position: absolute;
  left: 0px;
}
.top-row-nav .material-icons-outlined[b-965ry6q6vm] {
  display: flex;
  margin-left: auto;
  cursor: pointer;
}

.top-row-nav.nav-menu-collapsed[b-965ry6q6vm] {
  left: -195px;
}

.top-row-wrapper[b-965ry6q6vm] {
  display: flex;
  flex: 1;
  min-width: calc(100% - 70px);
  padding-left: 260px;
  transition: 0.5s;
  align-items: center;
}

.top-row-wrapper.nav-menu-collapsed[b-965ry6q6vm] {
  padding-left: 65px;
}

.top-row-wrapper.nav-menu-none[b-965ry6q6vm] {
  padding-left: 30px;
}

.top-row-title[b-965ry6q6vm] {
  height: 100%;
  align-items: center;
  display: flex;
  margin-right: auto;
  padding-left: 20px;
}
.top-row-title h5[b-965ry6q6vm] {
  margin-bottom: 0;
}

.top-row-header-right[b-965ry6q6vm] {
  height: 100%;
  align-items: center;
  display: flex;
  padding: 0px 20px 0px 20px;
}

.sidebar[b-965ry6q6vm] {
  display: flex;
  min-width: 260px;
  border-right: 1px solid #d6d5d5;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s;
}

.sidebar.nav-menu-collapsed[b-965ry6q6vm] {
  width: 0px;
  padding: 0px;
  min-width: 0px;
}

.sidebar-contents[b-965ry6q6vm] {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.content[b-965ry6q6vm] {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}

.app-container[b-965ry6q6vm] {
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.title-icon[b-965ry6q6vm] {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  color: black;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .top-row-nav[b-965ry6q6vm] {
    width: calc(100% - 70px);
  }
  .top-row-nav.nav-menu-collapsed[b-965ry6q6vm] {
    width: unset;
  }
  .top-row-wrapper[b-965ry6q6vm] {
    padding-left: 65px;
  }
  .content[b-965ry6q6vm] {
    display: none;
  }
  .top-row-wrapper.nav-menu-none[b-965ry6q6vm] {
    padding-left: 0px;
  }
  .content.nav-menu-none[b-965ry6q6vm],
  .content.nav-menu-collapsed[b-965ry6q6vm] {
    display: flex;
  }
  .sidebar[b-965ry6q6vm] {
    border: none;
    width: 100%;
  }
}
/* /Components/Common/Modal.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.modal-container[b-kpt73744u7] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.618);
  pointer-events: none;
}
.modal-container .header-container[b-kpt73744u7] {
  /*      padding-bottom: $spacing-md;*/
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  padding: 14px;
  border-bottom: 1px solid #E1E2E8;
}
.modal-container .content-container[b-kpt73744u7] {
  height: 80vh;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.618), 0 4px 6px -2px rgba(0, 0, 0, 0.3618);
  pointer-events: all;
}
.modal-container .content-container .close-button[b-kpt73744u7] {
  position: absolute;
  right: 0;
  margin: 4px;
  cursor: pointer;
}
.modal-container .content-container .close-button.material-symbols-outlined[b-kpt73744u7] {
  font-variation-settings: "FILL" 1;
  font-size: 24px;
  color: #C2C4CC;
}
.modal-container .content-container .close-button.material-symbols-outlined:hover[b-kpt73744u7] {
  color: #878B94;
}
.modal-container .content-container .child-content[b-kpt73744u7] {
  height: 100%;
  overflow: auto;
}
/* /Components/Common/MultiSelect.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.multi-select[b-i1mlxooxiv] {
  position: relative;
  cursor: pointer;
}
.multi-select .icon-holder[b-i1mlxooxiv] {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.multi-select .icon-holder[b-i1mlxooxiv]::after {
  font-family: "Material Symbols Outlined";
  content: "arrow_drop_down";
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  float: right;
}

input[b-i1mlxooxiv] {
  border-radius: 8px;
  border: 1px solid #C2C4CC;
  width: 100%;
  padding-left: 8px;
  font-size: 14px;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 40px;
}
input:hover[b-i1mlxooxiv] {
  border: 1px solid #9EBAF1;
}
input:focus[b-i1mlxooxiv] {
  outline: 3px solid rgba(0, 123, 255, 0.3) !important;
  transition: outline 0.0618s ease;
}

.popout.visible[b-i1mlxooxiv] {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: white;
  border: 1px solid #C2C4CC;
  border-radius: 8px;
  z-index: 1000;
  max-height: 250px;
  overflow: hidden;
  margin-top: 2px;
  white-space: nowrap;
  font-size: 14px;
  width: 100%;
  user-select: none;
}

.popout.visible:focus[b-i1mlxooxiv] {
  border: 1px solid #C2C4CC;
}

.popout.visible:focus-visible[b-i1mlxooxiv] {
  outline: none;
  border: 1px solid #C2C4CC;
}

.popout[b-i1mlxooxiv] {
  display: none;
}

.popout-item[b-i1mlxooxiv] {
  color: #0A0E15;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 4px;
}

.popout-item-selected[b-i1mlxooxiv] {
  color: #0A0E15;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #9EBAF1;
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 4px;
}

.popout-item:hover[b-i1mlxooxiv] {
  background-color: #DFE9FB;
  color: #0A0E15;
}

.multi-select[b-i1mlxooxiv]  .material-symbols-outlined {
  font-size: 16px;
  padding-right: 4px;
}

.select-all-container[b-i1mlxooxiv] {
  display: flex;
  align-items: center;
  padding: 8px;
}

.transition[b-i1mlxooxiv] {
  margin: unset;
  border: 1px solid;
}

.item-container[b-i1mlxooxiv] {
  padding: 2px;
}

.no-items[b-i1mlxooxiv] {
  cursor: default;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
}
/* /Components/Common/Pager.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.pager-container[b-r2or0k47rv] {
  display: flex;
  align-items: center;
}

.pager-container[b-r2or0k47rv]  .enabled:hover {
  background-color: #E1E2E8;
  cursor: pointer;
}

.pager-container[b-r2or0k47rv]  .enabled {
  color: #52565E;
  display: flex;
  user-select: none;
}

.pager-container[b-r2or0k47rv]  .material-icons-outlined {
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid #E1E2E8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager-container[b-r2or0k47rv]  .disabled {
  color: #C2C4CC;
  cursor: default;
  display: flex;
  user-select: none;
}

.pager-container[b-r2or0k47rv]  .disabled:hover {
  background-color: transparent;
  cursor: default;
}

.pager-container[b-r2or0k47rv]  .page-number:hover {
  background-color: #DFE9FB;
}

.pager-container[b-r2or0k47rv]  .page-number {
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid #E1E2E8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #52565E;
  user-select: none;
  padding-right: 2px;
}

.pager-container[b-r2or0k47rv]  .page-number-selected {
  background-color: #9EBAF1;
  font-weight: 700;
  font-size: 14px;
  height: 32px;
  width: 32px;
  border: 1px solid #E1E2E8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #52565E;
  user-select: none;
  padding-right: 2px;
}

.pager-container[b-r2or0k47rv]  .page-number-selected:hover {
  cursor: default;
}

.pager-container[b-r2or0k47rv]  .details {
  font-size: 14px;
  color: #52565E;
  padding-left: 8px;
  user-select: none;
}
/* /Components/Common/RadioButtonGroup.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.radio-button-group-container[b-2r9sqy0jn4] {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
}

.radio-button-container[b-2r9sqy0jn4] {
  display: flex;
  padding-right: 12px;
  font-size: 14px;
  cursor: default;
}

.disabled[b-2r9sqy0jn4] {
  color: #C2C4CC;
  cursor: default;
}

.radio-button-label[b-2r9sqy0jn4] {
  padding-left: 8px;
}

.radio-button-container[b-2r9sqy0jn4]  input {
  cursor: pointer;
  width: 14px;
}

.disabled[b-2r9sqy0jn4]  input {
  cursor: default;
  width: 14px;
}
/* /Components/Common/SbContent.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.main-title[b-lj5gz7vps0] {
  color: #0A0E15;
  font-weight: 400;
  font-size: 24px;
  margin-top: 8px;
  font-family: "Poppins", sans-serif;
}

.subtitle[b-lj5gz7vps0] {
  color: #0A0E15;
  font-weight: 300;
  margin-top: 24px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.dialog-title[b-lj5gz7vps0] {
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.input-label[b-lj5gz7vps0] {
  color: #878B94;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-right: 8px;
}

.e-tooltip-wrap.tooltip-layout-content[b-lj5gz7vps0] {
  position: relative;
  left: 5px;
  font-family: "Poppins", sans-serif;
}

.tooltip-layout-content[b-lj5gz7vps0] {
  width: auto;
  height: auto;
  white-space: nowrap !important;
  font-family: "Poppins", sans-serif;
}

.page-error[b-lj5gz7vps0] {
  padding: 44px 36px 44px 36px;
  border: 2px solid #2C6AE1;
  border-radius: 4px;
  align-self: center;
  text-align: center;
  margin: 120px 24px 0px 24px;
  color: #52565E;
  font-family: "Poppins", sans-serif;
}

.page-error p[b-lj5gz7vps0] {
  padding: 20px;
  color: #878B94;
  font-size: 20px;
  font-weight: 500;
  color: #878B94;
  font-family: "Poppins", sans-serif;
}

.message-text[b-lj5gz7vps0] {
  font-size: 14px;
  font-weight: 400;
  color: #878B94;
  font-family: "Poppins", sans-serif;
}

.warning-message-text[b-lj5gz7vps0] {
  font-size: 14px;
  font-weight: 400;
  color: #B45309;
  font-family: "Poppins", sans-serif;
  /*   border-radius: 3px;
     border: 1px solid $sb-warning-color;*/
  padding: 2px;
}

.subtext[b-lj5gz7vps0] {
  color: #878B94;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

.positive-label[b-lj5gz7vps0],
.negative-label[b-lj5gz7vps0] {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  height: 40px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Poppins", sans-serif;
}

.positive-label[b-lj5gz7vps0] {
  background-color: #E8FFEA;
}

.negative-label[b-lj5gz7vps0] {
  background-color: #FFC2CA;
}

.positive-label .positive-icon[b-lj5gz7vps0],
.negative-label .negative-icon[b-lj5gz7vps0] {
  width: 20px;
  margin-top: 5px;
}

.positive-label .positive-value[b-lj5gz7vps0],
.negative-label .negative-value[b-lj5gz7vps0] {
  text-align: right;
  flex: 1;
}

.form-readonly-content[b-lj5gz7vps0] {
  font-size: 14px;
  padding-top: 8px;
  font-family: "Poppins", sans-serif;
}

.enabled-status-label[b-lj5gz7vps0] {
  width: 105px;
  height: 23px;
  padding-left: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.enabled-status-label.enabled[b-lj5gz7vps0] {
  background-color: #ABF4D7;
  color: #047857;
}

.enabled-status-label span[b-lj5gz7vps0] {
  vertical-align: middle;
}

.enabled-status-label .material-icons[b-lj5gz7vps0] {
  font-size: 12px;
}

.enabled-status-label.disabled[b-lj5gz7vps0] {
  background-color: #F2F6FD;
  color: #0A0E15;
}

.enabled-status-label.removed[b-lj5gz7vps0] {
  background-color: #FFC2CA;
  color: #BE123C;
}
/* /Components/Common/SbSpinner.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
@keyframes outer-spin-b-3q0kttbun2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes outer-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.sbspinner[b-3q0kttbun2] {
  all: unset;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2147483641;
}
.sbspinner .overlay-container[b-3q0kttbun2] {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2147483642;
}
.sbspinner .overlay-container .main-container[b-3q0kttbun2] {
  height: 5%;
  width: 100%;
  z-index: 2147483643;
}
.sbspinner .overlay-container .main-container .contents-container[b-3q0kttbun2] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  z-index: 2147483644;
}
.sbspinner .overlay-container .main-container .contents-container .spinner-container[b-3q0kttbun2] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2147483645;
}
.sbspinner .overlay-container .main-container .contents-container .spinner-container .inactive-container[b-3q0kttbun2] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2147483645;
}
.sbspinner .overlay-container .main-container .contents-container .spinner-container .inactive-container .inactive[b-3q0kttbun2] {
  display: flex;
  position: absolute;
  width: 56px;
  height: 56px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-top: 5px solid #9EBAF1;
  -webkit-animation: outer-spin 2.618s linear infinite;
  animation: outer-spin-b-3q0kttbun2 2.618s linear infinite;
  z-index: 2147483646;
}
.sbspinner .overlay-container .main-container .contents-container .spinner-container .active-container[b-3q0kttbun2] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2147483645;
}
.sbspinner .overlay-container .main-container .contents-container .spinner-container .active-container .active[b-3q0kttbun2] {
  display: flex;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 5px;
  border-top-style: solid;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: none;
  text-align: center;
  transition: transform 0.33s linear;
  z-index: 2147483647;
}
.sbspinner .overlay-container .main-container .contents-container .spinner-container .active-container .active .logo[b-3q0kttbun2] {
  position: relative;
  height: 18px;
  top: 6px;
  left: 7.5px;
  vertical-align: middle;
  z-index: 2147483647;
}
.sbspinner .overlay-container .main-container .contents-container .label-container[b-3q0kttbun2] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  margin-top: unset;
  height: 66px;
  z-index: 2147483646;
}
.sbspinner .overlay-container .main-container .contents-container .label-container .label-text[b-3q0kttbun2] {
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #52565E;
  font-size: 18px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0px 0px 6px rgb(255, 255, 255);
  z-index: 2147483647;
}
.sbspinner .overlay-container .main-container .contents-container .failure-buttons-container[b-3q0kttbun2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  gap: 24px;
  z-index: 2147483647;
}
/* /Components/Common/SbTable.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.sbTable th[b-v5mh2kcwj1] {
  cursor: default;
  height: 55px;
  background-color: #F7F8FA;
  padding-left: 8px;
  color: #52565E;
  font-size: 14px;
  border-bottom: 1px solid #E1E2E8;
  user-select: none;
}

.sbTable[b-v5mh2kcwj1] {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

.sbTable tr:last-child td:last-child[b-v5mh2kcwj1] {
  border-bottom-right-radius: 8px;
}

.sbTable tr:last-child td:first-child[b-v5mh2kcwj1] {
  border-bottom-left-radius: 8px;
}

.sbTable tr:first-child th:first-child[b-v5mh2kcwj1],
.sbTable tr:first-child td:first-child[b-v5mh2kcwj1] {
  border-top-left-radius: 8px;
}

.sbTable tr:first-child th:last-child[b-v5mh2kcwj1],
.sbTable tr:first-child td:last-child[b-v5mh2kcwj1] {
  border-top-right-radius: 8px;
}

.sbTable tr th:first-child[b-v5mh2kcwj1],
.sbTable tr td:first-child[b-v5mh2kcwj1] {
  border-left: 1px solid #E1E2E8;
}

.sbTable tr th:last-child[b-v5mh2kcwj1],
.sbTable tr td:last-child[b-v5mh2kcwj1] {
  border-right: 1px solid #E1E2E8;
}

.sbTable tr:first-child th[b-v5mh2kcwj1],
.sbTable tr:first-child td[b-v5mh2kcwj1] {
  border-top: 1px solid #E1E2E8;
}

.sbTable tr:not(first-child)[b-v5mh2kcwj1] {
  cursor: pointer;
  height: 50px;
  font-size: 14px;
}

.sbTable tr:not(first-child):hover[b-v5mh2kcwj1] {
  background-color: #eff1f4;
}

.sbTable .no-records[b-v5mh2kcwj1] {
  cursor: default;
  height: 50px;
  font-size: 14px;
}

.sbTable td[b-v5mh2kcwj1] {
  color: #52565E;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #E1E2E8;
}
/* /Components/Common/SbTreeTable.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.sbTreeTable th[b-jcgyuyxg73] {
  cursor: default;
  height: 55px;
  background-color: #F7F8FA;
  padding-left: 8px;
  color: #52565E;
  font-size: 14px;
  border-bottom: 1px solid #E1E2E8;
  user-select: none;
}

.sbTreeTable[b-jcgyuyxg73] {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

.sbTreeTable tr:last-child td:last-child[b-jcgyuyxg73] {
  border-bottom-right-radius: 8px;
}

.sbTreeTable tr:last-child td:first-child[b-jcgyuyxg73] {
  border-bottom-left-radius: 8px;
}

.sbTreeTable tr:first-child th:first-child[b-jcgyuyxg73],
.sbTreeTable tr:first-child td:first-child[b-jcgyuyxg73] {
  border-top-left-radius: 8px;
}

.sbTreeTable tr:first-child th:last-child[b-jcgyuyxg73],
.sbTreeTable tr:first-child td:last-child[b-jcgyuyxg73] {
  border-top-right-radius: 8px;
}

.sbTreeTable tr th:first-child[b-jcgyuyxg73],
.sbTreeTable tr td:first-child[b-jcgyuyxg73] {
  border-left: 1px solid #E1E2E8;
}

.sbTreeTable tr th:last-child[b-jcgyuyxg73],
.sbTreeTable tr td:last-child[b-jcgyuyxg73] {
  border-right: 1px solid #E1E2E8;
}

.sbTreeTable tr:first-child th[b-jcgyuyxg73],
.sbTreeTable tr:first-child td[b-jcgyuyxg73] {
  border-top: 1px solid #E1E2E8;
}

.sbTreeTable tr:not(first-child)[b-jcgyuyxg73] {
  height: 50px;
  font-size: 14px;
}

.sbTreeTable .no-records[b-jcgyuyxg73] {
  cursor: default;
  height: 50px;
  font-size: 14px;
}

.sbTreeTable td[b-jcgyuyxg73] {
  color: #52565E;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #E1E2E8;
}

.depth-1[b-jcgyuyxg73] {
  background-color: #F7F8FA;
  padding-left: 8px;
}

.depth-2[b-jcgyuyxg73] {
  background-color: #E1E2E8;
  padding-left: 16px;
}

.depth-3[b-jcgyuyxg73] {
  background-color: #C2C4CC;
  padding-left: 24px;
}

.sbTreeTable .material-symbols-outlined[b-jcgyuyxg73] {
  cursor: pointer;
  user-select: none;
}
/* /Components/Common/Search.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.search-container[b-f71dr6maam] {
  padding-top: 4px;
}

.search[b-f71dr6maam] {
  height: 2.5em;
  position: relative;
}
.search .icon-holder[b-f71dr6maam] {
  position: absolute;
  right: 8px;
  top: 8px;
}
.search .icon-holder[b-f71dr6maam]::after {
  font-family: "Material Symbols Outlined";
  content: "search";
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  float: right;
}
.search input[b-f71dr6maam] {
  border-radius: 8px;
  border: 1px solid #878B94;
  height: 100%;
  width: 100%;
  padding-left: 8px;
  font-size: 14px;
}
.search input:focus[b-f71dr6maam] {
  outline: 3px solid rgba(0, 123, 255, 0.3) !important;
  transition: outline 0.0618s ease;
}
/* /Components/Common/SearchableSelect.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.searchable-select[b-2rwvr3iaff] {
  position: relative;
  cursor: pointer;
}
.searchable-select .icon-holder[b-2rwvr3iaff] {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.searchable-select .icon-holder[b-2rwvr3iaff]::after {
  font-family: "Material Symbols Outlined";
  content: "arrow_drop_down";
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  float: right;
}

.filter-container[b-2rwvr3iaff] {
  padding: 6px;
}

.filter-container[b-2rwvr3iaff]  input {
  border-radius: 8px;
  border: 1px solid #C2C4CC;
  height: 25px;
  cursor: text;
}

input[b-2rwvr3iaff] {
  border-radius: 8px;
  border: 1px solid #C2C4CC;
  width: 100%;
  padding-left: 8px;
  font-size: 14px;
  height: 40px;
  text-overflow: ellipsis;
  cursor: pointer;
}
input:hover[b-2rwvr3iaff] {
  border: 1px solid #9EBAF1;
}
input:focus[b-2rwvr3iaff] {
  outline: 3px solid rgba(0, 123, 255, 0.3) !important;
  transition: outline 0.0618s ease;
}

.popout.visible[b-2rwvr3iaff] {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: white;
  border: 1px solid #C2C4CC;
  border-radius: 8px;
  z-index: 1000;
  max-height: 250px;
  overflow: hidden;
  margin-top: 2px;
  white-space: nowrap;
  font-size: 14px;
  width: 100%;
  user-select: none;
}

.popout.visible:focus[b-2rwvr3iaff] {
  border: 1px solid #C2C4CC;
}

.popout.visible:focus-visible[b-2rwvr3iaff] {
  outline: none;
  border: 1px solid #C2C4CC;
}

.popout[b-2rwvr3iaff] {
  display: none;
}

.popout-item[b-2rwvr3iaff] {
  color: #0A0E15;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.popout-item-first[b-2rwvr3iaff] {
  color: #0A0E15;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-color: #E1E2E8;
}

.popout-item-selected[b-2rwvr3iaff] {
  color: #0A0E15;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #9EBAF1;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.popout-item:hover[b-2rwvr3iaff] {
  color: #0A0E15;
  background-color: #DFE9FB;
}

.popout-item-first:hover[b-2rwvr3iaff] {
  color: #0A0E15;
  background-color: #DFE9FB;
}

.item-container[b-2rwvr3iaff] {
  padding: 2px;
}

.no-items[b-2rwvr3iaff] {
  cursor: default;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
}

.transition[b-2rwvr3iaff] {
  margin: unset;
  border: 1px solid;
}

.searchable-select[b-2rwvr3iaff]  .material-symbols-outlined {
  font-size: 16px;
  padding-right: 4px;
}
/* /Components/Common/Select.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.select[b-0eyjk69o35] {
  position: relative;
  cursor: pointer;
}
.select .icon-holder[b-0eyjk69o35] {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.select .icon-holder[b-0eyjk69o35]::after {
  font-family: "Material Symbols Outlined";
  content: "arrow_drop_down";
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  float: right;
}

input[b-0eyjk69o35] {
  border-radius: 8px;
  border: 1px solid #C2C4CC;
  width: 100%;
  padding-left: 8px;
  font-size: 14px;
  height: 40px;
  text-overflow: ellipsis;
  cursor: pointer;
}
input:hover[b-0eyjk69o35] {
  border: 1px solid #9EBAF1;
}
input:focus[b-0eyjk69o35] {
  outline: 3px solid rgba(0, 123, 255, 0.3) !important;
  transition: outline 0.0618s ease;
}

.popout.visible[b-0eyjk69o35] {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: white;
  border: 1px solid #C2C4CC;
  border-radius: 8px;
  z-index: 1000;
  max-height: 250px;
  overflow: hidden;
  margin-top: 2px;
  white-space: nowrap;
  font-size: 14px;
  width: 100%;
  user-select: none;
}

.popout.visible:focus[b-0eyjk69o35] {
  border: 1px solid #C2C4CC;
}

.popout.visible:focus-visible[b-0eyjk69o35] {
  outline: none;
  border: 1px solid #C2C4CC;
}

.popout[b-0eyjk69o35] {
  display: none;
}

.popout-item[b-0eyjk69o35] {
  color: #0A0E15;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.popout-item-selected[b-0eyjk69o35] {
  color: #0A0E15;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #9EBAF1;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.popout-item:hover[b-0eyjk69o35] {
  color: #0A0E15;
  background-color: #DFE9FB;
}

.item-container[b-0eyjk69o35] {
  padding: 2px;
}

.no-items[b-0eyjk69o35] {
  cursor: default;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
}

.select[b-0eyjk69o35]  .material-symbols-outlined {
  font-size: 16px;
  padding-right: 4px;
}
/* /Components/Common/TabSelector.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.tab-container[b-2d27fuc068] {
  display: flex;
  flex-direction: row;
}

.ddl-container[b-2d27fuc068] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-container[b-2d27fuc068]  .e-dropdown-btn,
.tab-container[b-2d27fuc068]  .e-dropdown-btn:hover,
.tab-container[b-2d27fuc068]  .e-dropdown-btn:active,
.tab-container[b-2d27fuc068]  .e-dropdown-btn:focus,
.tab-container[b-2d27fuc068]  .e-dropdown-btn.e-active {
  background-color: white;
  color: black;
  font-size: 20px;
  border: none;
  border-radius: 10px;
}

.show-menu[b-2d27fuc068] {
  display: flex;
}

.hide-menu[b-2d27fuc068] {
  display: none;
}
/* /Components/Common/TextBox.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.textbox-element[b-l4p47a62oi] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.textbox-element .label-text[b-l4p47a62oi] {
  color: #878B94;
  font-size: 14px;
  /*      font-weight: 700;*/
}
.textbox-element .textarea-container[b-l4p47a62oi] {
  min-height: 40px;
  width: min-content;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #878B94;
  border-radius: 8px;
  padding: 4px 8px 4px 8px;
}
.textbox-element .textarea-container .icon-adornment[b-l4p47a62oi] {
  cursor: default;
}
.textbox-element .textarea-container.icon-left[b-l4p47a62oi] {
  flex-direction: row;
}
.textbox-element .textarea-container.icon-right[b-l4p47a62oi] {
  flex-direction: row-reverse;
}
.textbox-element .textarea-container textarea[b-l4p47a62oi] {
  width: 100%;
  font-size: 14px;
  border: 0px solid transparent;
  white-space: pre-wrap;
  padding: unset;
  overflow: hidden;
  resize: none;
  white-space: nowrap;
}
.textbox-element .textarea-container textarea:focus[b-l4p47a62oi] {
  outline: none;
}
.textbox-element .textarea-container:focus-within[b-l4p47a62oi] {
  outline: 3px solid rgba(0, 123, 255, 0.3) !important;
  transition: outline 0.0618s ease;
}
.textbox-element.is-disabled[b-l4p47a62oi] {
  pointer-events: none;
}
.textbox-element.is-disabled .label-text[b-l4p47a62oi] {
  color: #878B94;
}
.textbox-element.is-disabled .textarea-container textarea[b-l4p47a62oi] {
  color: #878B94;
  cursor: not-allowed;
}
.textbox-element.is-disabled .textarea-container textarea[b-l4p47a62oi]::placeholder {
  color: #878B94;
}
/* /Components/Common/Toggle.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.switch[b-exkeipt656] {
  position: relative;
  display: flex;
  margin-bottom: 0px;
  width: fit-content;
  height: 20px;
}

.switch input[b-exkeipt656] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider[b-exkeipt656] {
  width: 34px;
  height: 14px;
  position: absolute;
  cursor: pointer;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #878B94;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.switch.disabled .slider[b-exkeipt656] {
  background-color: #C2C4CC;
  cursor: not-allowed;
}

.switch .slider[b-exkeipt656]:before {
  background-color: #FFFFFF;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1215686275), 0px 2px 2px 0px rgba(0, 0, 0, 0.2392156863);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.switch.disabled .slider[b-exkeipt656]:before {
  background-color: #878B94;
  box-shadow: none;
}

.switch input:checked + .slider[b-exkeipt656] {
  background-color: #F7F8FA;
  border: 1px solid #C2C4CC;
}

.switch.disabled input:checked:disabled + .slider[b-exkeipt656] {
  background-color: #C2C4CC;
  border: 1px solid #C2C4CC;
}

.switch input:checked + .slider[b-exkeipt656]:before {
  background-color: #10B981;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.switch.disabled input:checked:disabled + .slider[b-exkeipt656]:before {
  background-color: #878B94;
}

.toggle-type-success .switch input:checked + .slider[b-exkeipt656] {
  background-color: #878B94;
}

.toggle-type-success .switch input:checked + .slider[b-exkeipt656]:before {
  background-color: #10B981;
}

.label[b-exkeipt656] {
  font-size: 14px;
  margin-left: 48px;
}

.switch.disabled .label[b-exkeipt656] {
  color: #878B94;
}
/* /Components/EditForms/UserRelationshipsEdit.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.enabled-text[b-ao3sg9vmoe] {
  color: #047857;
  font-weight: bold;
}

.disabled-text[b-ao3sg9vmoe] {
  color: #0A0E15;
  font-weight: bold;
}

.removed-text[b-ao3sg9vmoe] {
  color: #BE123C;
  font-weight: bold;
}

.no-relationship-text[b-ao3sg9vmoe] {
  color: #C2C4CC;
  font-weight: bold;
}
/* /Components/Grids/FeatureSelectGrid.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.material-symbols-outlined[b-r6gmdppp3w] {
  color: #52565E;
  user-select: none;
  padding-right: 8px;
}

.material-symbols-outlined:hover[b-r6gmdppp3w] {
  color: #0A0E15;
}

.feature-container[b-r6gmdppp3w] {
  display: flex;
  align-items: center;
}

.feature-name[b-r6gmdppp3w] {
  font-weight: 500;
}
/* /Components/Grids/FeaturesGrid.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.enabled-label[b-n2dgo6ar06] {
  color: #047857;
  font-weight: bold;
  font-style: italic;
}

.disabled-label[b-n2dgo6ar06] {
  color: #B45309;
  font-weight: bold;
  font-style: italic;
}
/* /Components/NavigationItemTree.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.node-content[b-49ezvqbjwr] {
  width: 100%;
  align-content: space-around;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  user-select: none;
}

.depth-1[b-49ezvqbjwr] {
  padding-left: 18px;
}

.clickable:hover[b-49ezvqbjwr] {
  cursor: pointer;
  background: #F2F6FD;
  border-radius: 4px;
}

.clickable .material-symbols-outlined[b-49ezvqbjwr] {
  font-size: 24px;
  color: #2C6AE1;
  padding-right: 10px;
}

.clickable .material-icons[b-49ezvqbjwr] {
  font-size: 24px;
  color: #2C6AE1;
  padding-right: 10px;
}

.clickable .material-symbols-filled[b-49ezvqbjwr] {
  font-variation-settings: "FILL" 1;
  font-size: 24px;
  color: #2C6AE1;
  padding-right: 10px;
}

.disabled .material-symbols-outlined[b-49ezvqbjwr] {
  font-size: 24px;
  padding-right: 10px;
}

.disabled .material-icons[b-49ezvqbjwr] {
  font-size: 24px;
  padding-right: 10px;
}

.disabled .material-symbols-filled[b-49ezvqbjwr] {
  font-variation-settings: "FILL" 1;
  font-size: 24px;
  padding-right: 10px;
}

.expandable-container .material-symbols-outlined[b-49ezvqbjwr] {
  font-size: 24px;
  color: #2C6AE1;
}

.expandable-container .material-icons[b-49ezvqbjwr] {
  font-size: 24px;
  color: #2C6AE1;
}

.tree-node[b-49ezvqbjwr] {
  display: flex;
}

.disabled[b-49ezvqbjwr] {
  height: 100%;
  color: #E1E2E8;
  padding-left: 6px;
  display: flex;
  align-items: center;
}

.clickable[b-49ezvqbjwr] {
  height: 100%;
  padding-left: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.selected[b-49ezvqbjwr] {
  color: #2C6AE1;
  background: #F2F6FD;
  border-radius: 4px;
}

.expandable-container[b-49ezvqbjwr] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
/* /Components/NavigationMenu.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.menu[b-07ez0d4vx8] {
  padding: 14px;
}
/* /Components/ShareBuilderNews.razor.rz.scp.css */
.feed-title a[b-iixada5bc2],
.feed-title a:active[b-iixada5bc2],
.feed-title a:link[b-iixada5bc2],
.feed-title a:hover[b-iixada5bc2],
.feed-title a:visited[b-iixada5bc2] {
  font-size: 16px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.feed-description[b-iixada5bc2] {
  font-size: 14px;
  color: black;
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-1g3jrs4674] {
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .home-container[b-1g3jrs4674] {
    width: 100%;
  }
}
/* /Pages/OwnershipGroupDetail.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.header-icon[b-c0epupy4dn] {
  border-radius: 50%;
  background-color: #0A0E15;
  color: #FFFFFF;
  height: 35px;
  width: 35px;
  text-align: center;
  padding-top: 2px;
  margin-right: 10px;
}

.header-icon span.material-icons[b-c0epupy4dn] {
  font-size: 30px;
}

.detail-header[b-c0epupy4dn] {
  font-family: "Poppins", sans-serif;
  color: #0A0E15;
  font-size: 18px;
  font-weight: 700;
}

.detail-subtext[b-c0epupy4dn] {
  font-family: "Poppins", sans-serif;
  color: #0A0E15;
  font-size: 12px;
  font-weight: 700;
}

.detail-subtext .material-icons[b-c0epupy4dn] {
  font-size: 18px;
}
/* /Pages/OwnershipGroups.razor.rz.scp.css */
.grid-container[b-v725txdfl7] {
  flex: 1;
}
/* /Pages/OwnershipGroupUnitDetail.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.header-icon[b-fk8uhgucox] {
  border-radius: 50%;
  background-color: #0A0E15;
  color: #FFFFFF;
  height: 35px;
  width: 35px;
  text-align: center;
  padding-top: 2px;
  margin-right: 10px;
}

.header-icon span.material-icons[b-fk8uhgucox] {
  font-size: 30px;
}

.detail-header[b-fk8uhgucox] {
  font-family: "Poppins", sans-serif;
  color: #0A0E15;
  font-size: 18px;
  font-weight: 700;
}

.detail-subtext[b-fk8uhgucox] {
  font-family: "Poppins", sans-serif;
  color: #0A0E15;
  font-size: 12px;
  font-weight: 700;
}

.detail-subtext .material-icons[b-fk8uhgucox] {
  font-size: 18px;
}
/* /Pages/UserAdmin.razor.rz.scp.css */
/*$breakpoints: ( 'small': 576px, 'medium': 768px, 'large': 992px ) !default;*/
.user-edit-option[b-dirh9mal6t] {
  cursor: pointer;
  color: #52565E;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.user-edit-option:hover[b-dirh9mal6t] {
  cursor: pointer;
  color: #0A0E15;
  font-weight: 600;
}

.upload-file-container[b-dirh9mal6t] {
  display: flex;
  flex-direction: row;
}

.file-container[b-dirh9mal6t] {
  display: flex;
  align-items: center;
}

.filename[b-dirh9mal6t] {
  padding-left: 4px;
  font-size: 12px;
  font-style: italic;
}

.user-edit-option[b-dirh9mal6t]  .material-symbols-outlined {
  font-size: 14px;
  padding-right: 4px;
}
/* /Shared/AppLayout.razor.rz.scp.css */
.page[b-mms0zez24y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mms0zez24y] {
    flex: 1;
}

.sidebar[b-mms0zez24y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.app-container[b-mms0zez24y]
{
   width: 100%;
   display: flex;
   flex-direction: column;
}

.top-row[b-mms0zez24y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-mms0zez24y]  a, .top-row[b-mms0zez24y]  .btn-link {
   white-space: nowrap;
   margin-left: 1.5rem;
   text-decoration: none;
}

.top-row[b-mms0zez24y]  a:hover, .top-row[b-mms0zez24y]  .btn-link:hover {
   text-decoration: underline;
}

.top-row[b-mms0zez24y]  a:first-child {
   overflow: hidden;
   text-overflow: ellipsis;
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-mms0zez24y] {
        display: none;
    }

    .top-row.auth[b-mms0zez24y] {
        justify-content: space-between;
    }

    .top-row[b-mms0zez24y]  a, .top-row[b-mms0zez24y]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mms0zez24y] {
        flex-direction: row;
    }

    .sidebar[b-mms0zez24y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mms0zez24y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mms0zez24y]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mms0zez24y], article[b-mms0zez24y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-2bwfpunga9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2bwfpunga9] {
    flex: 1;
}

.sidebar[b-2bwfpunga9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.app-container[b-2bwfpunga9]
{
   width: 100%;
   display: flex;
   flex-direction: column;
}

.top-row[b-2bwfpunga9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-2bwfpunga9]  a, .top-row[b-2bwfpunga9]  .btn-link {
   white-space: nowrap;
   margin-left: 1.5rem;
   text-decoration: none;
}

.top-row[b-2bwfpunga9]  a:hover, .top-row[b-2bwfpunga9]  .btn-link:hover {
   text-decoration: underline;
}

.top-row[b-2bwfpunga9]  a:first-child {
   overflow: hidden;
   text-overflow: ellipsis;
}


@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2bwfpunga9] {
        display: none;
    }

    .top-row.auth[b-2bwfpunga9] {
        justify-content: space-between;
    }

    .top-row[b-2bwfpunga9]  a, .top-row[b-2bwfpunga9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2bwfpunga9] {
        flex-direction: row;
    }

    .sidebar[b-2bwfpunga9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2bwfpunga9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2bwfpunga9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2bwfpunga9], article[b-2bwfpunga9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
