/* _content/Brushtail.AspNetCore.UI/Components/Common/ItemSelection.razor.rz.scp.css */
.hc[b-b65i0s5pjq] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.float-left[b-b65i0s5pjq] {
  float: left;
}

.float-right[b-b65i0s5pjq] {
  float: right;
}

.float-none[b-b65i0s5pjq] {
  float: none;
}

.clear[b-b65i0s5pjq] {
  clear: both;
}

.extra-space[b-b65i0s5pjq] {
  padding-right: 15px;
}

.hide[b-b65i0s5pjq] {
  display: none;
}

.flex-center[b-b65i0s5pjq] {
  display: flex;
  align-content: center;
  justify-content: center;
}

/* #region Primary Colors */
/* #endregion */
/* #region Secondary Colors */
/* #endregion */
/* #region Teritary Colors */
/* #endregion */
/* #region Background Colors */
/* #endregion */
/* #region Text Colors */
/* #endregion */
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.scale-anim[b-b65i0s5pjq] {
  transition: transform 0.1s;
}
.scale-anim:hover[b-b65i0s5pjq] {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.6));
  cursor: pointer;
  z-index: 3;
  transform: scale(1.05);
}

/* #region Primary Colors */
/* #endregion */
/* #region Secondary Colors */
/* #endregion */
/* #region Teritary Colors */
/* #endregion */
/* #region Background Colors */
/* #endregion */
/* #region Text Colors */
/* #endregion */
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.add-new-column-icon[b-b65i0s5pjq] {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='42' height='168'><path fill='rgb(0,128,255)' d='M15 0h25a2 2 0 0 1 2 2v164a2 2 0 0 1-2 2H15a15 15 0 0 1-15-15V15A15 15 0 0 1 15 0z'/></svg>");
}

.container-fluid[b-b65i0s5pjq] {
  position: relative;
  background-color: #F9FBFC;
  height: 90vh;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.container-fluid .row[b-b65i0s5pjq] {
  background-color: #FCFCFC;
}
.container-fluid .row > *[b-b65i0s5pjq] {
  padding: 0 !important;
}
.container-fluid .row .col-2[b-b65i0s5pjq] {
  background-color: #F9FBFC;
}
.container-fluid .row .col-2 .item-title[b-b65i0s5pjq] {
  line-height: 90px !important;
  height: 90px;
  font-family: "Nunito", sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  font-style: italic;
  color: #19191C;
  text-align: center;
  opacity: 0.8;
  padding: 0;
  background-color: #EEEEEE;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.container-fluid .row .col-2 .item[b-b65i0s5pjq] {
  display: block;
  padding: 10px 10px 10px 20px;
  font-size: 1.2em;
  opacity: 0.7;
  color: #181819;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(112, 112, 112, 0.18);
  transition: font-size 0.1s, opacity 0.1s;
  transition-timing-function: ease-out;
}
.container-fluid .row .col-2 .item:hover[b-b65i0s5pjq] {
  font-size: 1.25em;
  opacity: 0.9;
  cursor: pointer;
}
.container-fluid .row .col-2 .item.active[b-b65i0s5pjq] {
  background-color: #0080FF;
  color: #E5FFFF;
  font-size: 1.3em;
  font-weight: bold;
  opacity: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 10px;
}
.container-fluid .row .col-2 .item.active[b-b65i0s5pjq]::before {
  width: 10px;
  height: 100%;
  background-color: rgb(0, 76.8, 153);
  content: "";
  top: 0;
  left: 0;
  border-radius: 0 10px 10px 0;
  position: absolute;
}
.container-fluid .row .col-2 .item.active[b-b65i0s5pjq]::after {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  right: 8px;
  content: "\f105";
}
/* _content/Brushtail.AspNetCore.UI/Components/Common/NavItem.razor.rz.scp.css */
a i:hover[b-fhcbflwkq7] {
  cursor: pointer !important;
}
/* _content/Brushtail.AspNetCore.UI/Components/Features/DynamicColumnUI.razor.rz.scp.css */
.hc[b-f9m8ljj3or] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.float-left[b-f9m8ljj3or] {
  float: left;
}

.float-right[b-f9m8ljj3or] {
  float: right;
}

.float-none[b-f9m8ljj3or] {
  float: none;
}

.clear[b-f9m8ljj3or] {
  clear: both;
}

.extra-space[b-f9m8ljj3or] {
  padding-right: 15px;
}

.hide[b-f9m8ljj3or] {
  display: none;
}

.flex-center[b-f9m8ljj3or] {
  display: flex;
  align-content: center;
  justify-content: center;
}

/* #region Primary Colors */
/* #endregion */
/* #region Secondary Colors */
/* #endregion */
/* #region Teritary Colors */
/* #endregion */
/* #region Background Colors */
/* #endregion */
/* #region Text Colors */
/* #endregion */
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.scale-anim[b-f9m8ljj3or] {
  transition: transform 0.1s;
}
.scale-anim:hover[b-f9m8ljj3or] {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.6));
  cursor: pointer;
  z-index: 3;
  transform: scale(1.05);
}

/* #region Primary Colors */
/* #endregion */
/* #region Secondary Colors */
/* #endregion */
/* #region Teritary Colors */
/* #endregion */
/* #region Background Colors */
/* #endregion */
/* #region Text Colors */
/* #endregion */
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.add-new-column-icon[b-f9m8ljj3or] {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='42' height='168'><path fill='rgb(0,128,255)' d='M15 0h25a2 2 0 0 1 2 2v164a2 2 0 0 1-2 2H15a15 15 0 0 1-15-15V15A15 15 0 0 1 15 0z'/></svg>");
}

.dynamic-controlls[b-f9m8ljj3or] {
  background-color: #EEEEEE;
  height: 90px;
}
.dynamic-controlls .title[b-f9m8ljj3or] {
  font-family: "Nunito", sans-serif;
  color: #19191C;
  font-size: 1.6em;
  font-weight: bolder;
  padding: 30px 0px;
}
.dynamic-controlls .btnswitcher[b-f9m8ljj3or] {
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px 0;
  width: 150px;
  font-family: "Nunito", sans-serif;
  font-size: large;
  font-weight: bold;
  border-color: rgba(0, 128, 255, 0.8);
  border-style: solid;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.3);
}
.dynamic-controlls .btnswitcher:hover[b-f9m8ljj3or] {
  cursor: pointer;
  border-color: rgba(128, 128, 128, 0.4);
  border-style: solid;
  border-radius: 10px;
  outline: none;
}
.dynamic-controlls .btnswitcher:focus[b-f9m8ljj3or] {
  outline: none;
}

.add-new-column[b-f9m8ljj3or] {
  position: absolute;
  width: 42px;
  right: -36px;
  top: 30vh;
  transition: right 0.25s ease-out;
}
.add-new-column .text[b-f9m8ljj3or] {
  position: relative;
  top: -95px;
  right: 35px;
  width: 117px;
  font-weight: bolder;
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  color: #E5FFFF;
  transform: rotateZ(-90deg);
}
.add-new-column:hover[b-f9m8ljj3or] {
  right: 0;
  cursor: pointer;
}

.icon[b-f9m8ljj3or], [b-f9m8ljj3or] .icon {
  font-size: 1.2rem !important;
  opacity: 0.6;
  transition: opacity 0.1s;
}
.icon:hover[b-f9m8ljj3or], [b-f9m8ljj3or] .icon:hover {
  cursor: pointer;
  opacity: 1;
}
/* _content/Brushtail.AspNetCore.UI/Components/Features/MultiTenantUI.razor.rz.scp.css */
.card[b-njb6dqpl2h] {
  border: none;
  transition: box-shadow 0.3s ease;
}

.card-header[b-njb6dqpl2h] {
  background-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.card-title[b-njb6dqpl2h] {
  font-weight: 600;
  color: #333;
}

.alert-info.bg-info[b-njb6dqpl2h] {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.table thead th[b-njb6dqpl2h] {
  background-color: #f8fafc;
  border-bottom-width: 1px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  color: #64748b;
}
.table tbody tr[b-njb6dqpl2h] {
  transition: background-color 0.2s ease;
}

.selected-row[b-njb6dqpl2h] {
  background-color: rgba(14, 165, 233, 0.4) !important;
  --bs-table-bg: rgba(14, 165, 233, 0.4) !important;
  --bs-table-accent-bg: rgba(14, 165, 233, 0.4) !important;
  --bs-table-striped-bg: rgba(14, 165, 233, 0.4) !important;
  --bs-table-hover-bg: rgba(14, 165, 233, 0.4) !important;
  transition: all 0.2s ease;
}
.selected-row > td[b-njb6dqpl2h], .selected-row > th[b-njb6dqpl2h] {
  background-color: rgba(14, 165, 233, 0.4) !important;
  color: #0369a1 !important;
  font-weight: 600 !important;
  border-top: 1px solid rgba(14, 165, 233, 0.5) !important;
  border-bottom: 1px solid rgba(14, 165, 233, 0.5) !important;
}
.selected-row > td:first-child[b-njb6dqpl2h], .selected-row > th:first-child[b-njb6dqpl2h] {
  border-left: 4px solid #0ea5e9 !important;
}

.btn-primary[b-njb6dqpl2h] {
  background-image: linear-gradient(to bottom, #2563eb, #1d4ed8);
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.btn-primary:hover[b-njb6dqpl2h] {
  background-image: linear-gradient(to bottom, #1d4ed8, #1e40af);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.gap-2[b-njb6dqpl2h] {
  gap: 0.5rem;
}

.justify-space-between[b-njb6dqpl2h] {
  justify-content: space-between !important;
}

.align-center[b-njb6dqpl2h] {
  align-items: center !important;
}

.d-flex[b-njb6dqpl2h] {
  display: flex !important;
}

.security-toolbelt[b-njb6dqpl2h] {
  background-color: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 8px;
  padding: 16px;
}

.modal-section-title[b-njb6dqpl2h] {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
/* _content/Brushtail.AspNetCore.UI/Components/Features/SoftDeleteUI.razor.rz.scp.css */
[b-nr17esmdeh] .icon {
  opacity: 0.5;
  font-size: 1.3rem !important;
  transition: opacity 0.2s;
}
[b-nr17esmdeh] .icon:hover {
  opacity: 0.8;
}
/* _content/Brushtail.AspNetCore.UI/Components/Features/ValueTrackingUI.razor.rz.scp.css */
[b-vsckmciyt1] .icon {
  opacity: 0.5;
  font-size: 1.3rem !important;
  transition: opacity 0.2s;
}
[b-vsckmciyt1] .icon:hover {
  opacity: 0.8;
}
/* _content/Brushtail.AspNetCore.UI/Components/Wrappers/Display/FontIcon.razor.rz.scp.css */
i:hover[b-qhu35qhdz2]{cursor:pointer !important}
/* _content/Brushtail.AspNetCore.UI/Components/Wrappers/Navigation/Pagination.razor.rz.scp.css */
.hc[b-93y4xgreww] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.float-left[b-93y4xgreww] {
  float: left;
}

.float-right[b-93y4xgreww] {
  float: right;
}

.float-none[b-93y4xgreww] {
  float: none;
}

.clear[b-93y4xgreww] {
  clear: both;
}

.extra-space[b-93y4xgreww] {
  padding-right: 15px;
}

.hide[b-93y4xgreww] {
  display: none;
}

.flex-center[b-93y4xgreww] {
  display: flex;
  align-content: center;
  justify-content: center;
}

/* #region Primary Colors */
/* #endregion */
/* #region Secondary Colors */
/* #endregion */
/* #region Teritary Colors */
/* #endregion */
/* #region Background Colors */
/* #endregion */
/* #region Text Colors */
/* #endregion */
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.scale-anim[b-93y4xgreww] {
  transition: transform 0.1s;
}
.scale-anim:hover[b-93y4xgreww] {
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.6));
  cursor: pointer;
  z-index: 3;
  transform: scale(1.05);
}

/* #region Primary Colors */
/* #endregion */
/* #region Secondary Colors */
/* #endregion */
/* #region Teritary Colors */
/* #endregion */
/* #region Background Colors */
/* #endregion */
/* #region Text Colors */
/* #endregion */
/*@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');*/
.add-new-column-icon[b-93y4xgreww] {
  content: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' width='42' height='168'><path fill='rgb(0,128,255)' d='M15 0h25a2 2 0 0 1 2 2v164a2 2 0 0 1-2 2H15a15 15 0 0 1-15-15V15A15 15 0 0 1 15 0z'/></svg>");
}

.pagination[b-93y4xgreww] {
  display: flex;
  justify-content: center;
}

a:hover[b-93y4xgreww] {
  cursor: pointer;
}

[b-93y4xgreww] i.page-link {
  font-size: 1.4rem !important;
}

.paging[b-93y4xgreww] {
  display: flex;
  justify-content: center;
}

.previous-icon[b-93y4xgreww] {
  margin-right: 5px;
}

.next-icon[b-93y4xgreww] {
  margin-left: 5px;
}

.current-page-icon[b-93y4xgreww] {
  color: #E5FFFF;
  font-family: "Nunito", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  text-align: center;
  top: 6px;
  width: 50px;
}
.current-page-icon svg[b-93y4xgreww] {
  position: absolute;
  top: -15px;
  left: -5px;
  z-index: -1;
}

.previous-page-icon[b-93y4xgreww],
.next-page-icon[b-93y4xgreww] {
  color: rgba(229, 255, 255, 0.7);
  font-size: 1em;
  position: relative;
  top: 10px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}
.previous-page-icon span[b-93y4xgreww],
.next-page-icon span[b-93y4xgreww] {
  display: block;
  width: 30px !important;
  text-align: center;
}
.previous-page-icon svg[b-93y4xgreww],
.next-page-icon svg[b-93y4xgreww] {
  position: absolute;
  top: -16px;
  z-index: -1;
}

.previous-page-icon[b-93y4xgreww] {
  margin-right: 5px;
}
.previous-page-icon svg[b-93y4xgreww] {
  left: -13px;
}

.next-page-icon[b-93y4xgreww] {
  margin-left: 6px;
}
.next-page-icon svg[b-93y4xgreww] {
  left: -13px;
}
