/* /Pages/Admin/RolesManagementAdminPage.razor.rz.scp.css */
.role-lists-container[b-faik2cu1ge] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; /* Space between boxes */
  padding: 1rem;
  justify-content: flex-start; /* Center items */
}
/* /Shared/Components/Admin/RoleList.razor.rz.scp.css */
.role-section[b-94s6ycpfpz]{
  /*margin: 50px 5px;*/
  flex: 1 1 300px; /* Flexible sizing: start with 300px width */
  max-width: 400px; /* Ensure no item is larger than this */
  min-width: 250px; /* Ensure no item is smaller than this */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow for box effect */
  border-radius: 8px; /* Rounded corners */
  overflow: hidden; /* Prevent overflow from child elements */
  padding: 10px;
  border: 1px solid var(--bs-body-color); /* Optional border */
}
/* /Shared/Components/AppointmentGrid.razor.rz.scp.css */
.grid-top-element[b-gz37ficji1] {
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: space-between;
  padding: 12px 1.25rem 12px 12px;
  width: 50%;
  margin-left: 25%;
}

.grid-top-element.utility[b-gz37ficji1] {
  top: 2.5rem;
}


.grid-utility-header[b-gz37ficji1] {
  position: sticky;
  height: 2.5rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vp[b-gz37ficji1] {
  position: absolute;
  width: calc(100% - 1.25rem - 15rem);
  right: 12px;
  top: 12px;
}
/* /Shared/Components/AppointmentScheduler.razor.rz.scp.css */
.scheduler-top-element[b-nj7wcuqrzg] {
  position: absolute;
  top: 0px;
  padding: 12px;
  z-index: 1;
}

.calendarweek[b-nj7wcuqrzg] {
  margin-left: 50%;
  text-align: center;
}

@media (max-width: 1000px) {
  .calendarweek[b-nj7wcuqrzg] {
    position: relative;
    padding-top: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .scheduler-top-element[b-nj7wcuqrzg] {
    display: flex;
    align-items: center;
    padding: 0 0 12px 0;
  }
}

.dayplanner-scheduler-legend[b-nj7wcuqrzg] {
  display: flex;
}

.dayplanner-scheduler-legend .entry[b-nj7wcuqrzg] {
  margin: 10px 15px 10px 0;
}

.dayplanner-scheduler-legend .color[b-nj7wcuqrzg] {
  border-radius: 2px;
}

.dayplanner-scheduler-legend .free .color[b-nj7wcuqrzg] {
  background-color: var(--bs-light);
  border-color: rgb(200, 200, 200);
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

.dayplanner-scheduler-legend .busy .color[b-nj7wcuqrzg] {
  background-color: var(--bs-red);
}

.dayplanner-scheduler-legend .tentative .color[b-nj7wcuqrzg] {
  background-color: var(--bs-orange);
}

.dayplanner-scheduler-legend .away .color[b-nj7wcuqrzg] {
  background-color: var(--bs-cyan);
}

.dayplanner-scheduler-legend .working-elsewhere .color[b-nj7wcuqrzg] {
  background-color: var(--bs-blue);
}


/* /Shared/Components/Buttons/ExpandIcon.razor.rz.scp.css */
.expand-icon[b-34ozena2qh] {
  width: 25px;
  height: 25px;
}
/* /Shared/Components/Buttons/MobileViewSwitchButton.razor.rz.scp.css */

.burger-menu[b-14mp806mz1] {
  position: relative;
  transition: transform 0.3s;
}

@media screen and (min-width: 1000px) {
  .burger-menu[b-14mp806mz1] {
    display: none;
  }
}
/* /Shared/Components/Buttons/Refreshbutton.razor.rz.scp.css */
.refresh-animated[b-jqq0nvmxr0] {
  animation: rotate-b-jqq0nvmxr0 1s infinite linear running;
  display: inline-block;
  transform-origin: 50% 55%;
}

.refreshdiv[b-jqq0nvmxr0] {
  width: 24px;
  height: 24px;
}

@keyframes rotate-b-jqq0nvmxr0 {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }

}
/* /Shared/Components/ErrorPopupComponent.razor.rz.scp.css */
.err-popup-header[b-ysue1ziqb8] {
  background-color: #ff4500;
}
/* /Shared/Components/HorizontalLine.razor.rz.scp.css */
.hr-text[b-9mfep1udqf] {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1rem 0;
    opacity: .5;
    color: inherit;
}

.hr-text[b-9mfep1udqf]::before,
.hr-text[b-9mfep1udqf]::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid;
}

.hr-text span[b-9mfep1udqf] {
    padding: 0 10px;
    font-size: 0.9rem;
}
/* /Shared/Components/ItemTagComponent.razor.rz.scp.css */
.item-template-employee-photo[b-4kareb9s8q] {
  margin-right: 12px;
  border-radius: 16px;
  border: solid 0 #000;
  color: whitesmoke;
  width: 2rem !important;
  height: 2rem !important;
  line-height: 2rem;
  text-align: center;
  background: #c4006b;
  object-fit: cover;
}

.item-template-employee-first-name[b-4kareb9s8q] {
  font-family: 'Segoe UI';
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  display: block;
}

.item-template-employee-home-phone[b-4kareb9s8q] {
  opacity: 0.65;
  font-family: 'Segoe UI';
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  opacity: 0.65;
  display: block;
}

.item-template[b-4kareb9s8q] {
  display: flex;
  align-items: center;
}

.dxbs-tagbox .dxbs-tag[b-4kareb9s8q]::before {
  content: " ";
  position: absolute;
  background-color: currentColor;
  opacity: 0.15;
  border-radius: 1em;
  height: 100%;
  width: 100%;
}




/* /Shared/Components/LoadingScreenComponent.razor.rz.scp.css */
.viewer-container[b-fe3ywc6q3w] {
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  border-radius: .2rem;
}


.viewer-container.no-loading .loading-inner[b-fe3ywc6q3w] {
  background: none;
}

.viewer-container.loading .loading-inner[b-fe3ywc6q3w] {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 10;
  display: flex;
  flex-direction: column;
  border-radius: .2rem;
}

.viewer-container.no-loading .loading-animation[b-fe3ywc6q3w] {
  display: none;
}


.viewer-container.loading .loading-animation[b-fe3ywc6q3w] {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block !important;
}

.spinner[b-fe3ywc6q3w] {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin-b-fe3ywc6q3w 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin-b-fe3ywc6q3w {
  100% {
    transform: rotate(360deg);
  }
}
/* /Shared/Components/LoggedInProfile.razor.rz.scp.css */
.profile-icon[b-wdb19rbx6w] {
  height: 48px !important;
  width: 48px !important;
  border-radius: 24px;
}

.profile-span[b-wdb19rbx6w] {
  color: currentColor;
  text-align: center;
  font-size: 1.1rem;
}
/* /Shared/Components/SidebarUserTagList.razor.rz.scp.css */
.tag-list[b-f83ef9nl99] {
  padding: 5px;
  width: 100%;
}

.tag-info[b-f83ef9nl99] {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 5px 0 5px 0;
}
/* /Shared/Components/TagInfoComponent.razor.rz.scp.css */
.tag-template-employee-photo[b-dx5t9rcqon] {
  border-radius: 50%;
  color: whitesmoke;
  line-height: 1.5rem;
  text-align: center;
  object-fit: cover;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}


div.dxbl-tagbox div.dxbl-tag svg[b-dx5t9rcqon] {
  width: 32px !important;
  height: 32px !important;
}

span.tag-item-span-pl[b-dx5t9rcqon] {
  text-overflow: ellipsis;
  width: 100%;
  padding-left: 5px;
}

.tag-template-close-btn[b-dx5t9rcqon] {
  border: 0;
  border-radius: 3rem;
  box-shadow: none;
  font-weight: 600;
  padding: 0;
  width: 16px;
  height: 16px;
  margin: 0 0 0 0.5em;
  opacity: 0.5;
}

.tag-template-close-btn:hover[b-dx5t9rcqon] {
  opacity: 0.75;
}

.tag-template-close-btn-icon[b-dx5t9rcqon] {
  height: 16px;
  width: 16px;
  mask-image: url("svg/close.svg");
  mask-size: 16px;
  -webkit-mask-image: url("svg/close.svg");
  background-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-position: center center;
  background-color: currentColor;
}
/* /Shared/Components/ViewtypePickerComponent.razor.rz.scp.css */
.view-interval-button-span[b-e9r4ydicre] {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}
/* /Shared/GridLayoutComponent.razor.rz.scp.css */
.page[b-9yoevw9lhx] {
  height: 100%;
  overflow: hidden;
}

.content[b-9yoevw9lhx] {
  padding: 10px;
  overflow-y: auto;
  height: 100%;
}

@media only screen and (max-width: 1000px) {
  [b-9yoevw9lhx] .page-layout.mobile-opt > .dx-gridlayout-root {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

}

@media only screen and (max-width: 1000px) {
  .content[b-9yoevw9lhx] {
    padding: 1rem;
  }
}

[b-9yoevw9lhx] .fit-width {
  max-width: 100%;
}

[b-9yoevw9lhx] .mw-1100 {
  max-width: 1100px;
}
.grid-header[b-9yoevw9lhx],
.grid-sidebar[b-9yoevw9lhx],
.grid-content[b-9yoevw9lhx] {
  height: 100%;
}
/* /Shared/GridSections/HeaderSection.razor.rz.scp.css */
.navbar.header-navbar[b-r49flyi9hl] {
  flex-grow: 0;
  flex-wrap: nowrap;
  border: none;
  border-radius: 0;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  justify-content: flex-start;
  height: 100%;
}

.header-navbar .navbar-toggler[b-r49flyi9hl] {
  outline: none;
  border-radius: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  box-shadow: none;
  align-self: stretch;
  height: 100%;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-r49flyi9hl] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  background-color: transparent !important;
  height: 2rem;
  width: 2rem;
}

.title[b-r49flyi9hl] {
  font-size: 1.1rem;
  text-overflow: ellipsis;
  cursor: pointer;
}

@media (max-width: 500px) {
  .title[b-r49flyi9hl] {
    font-size: inherit;
  }
}
/* /Shared/GridSections/SidebarSection.razor.rz.scp.css */
.sidebar.sidebar-navbar[b-wgvzp0zgor] {
  flex-grow: 0;
  flex-wrap: nowrap;
  border: none;
  border-radius: 0;
  height: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  justify-content: flex-start;
  position: relative;
  padding: 10px !important;
  overflow-y: auto;
  overflow-wrap: normal;
  overflow-x: clip;
  min-width: 272px;
}
/* /Shared/Layout/AdminMenu.razor.rz.scp.css */
.sidebar-menu[b-niwbgkldyt] {
  width: 100%;
  transition: transform 0.1s ease-out;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}

.sidebar-menu.collapse[b-niwbgkldyt] {
  display: none;
}

.sidebar-menu.expand[b-niwbgkldyt] {
  display: block;
}

[b-niwbgkldyt] .app-sidebar > .nav-pills > .nav-item:first-of-type {
  padding-top: 1rem;
}

[b-niwbgkldyt] .app-sidebar > .nav-pills > .nav-item:last-of-type {
  padding-bottom: 1rem;
}

[b-niwbgkldyt] .app-sidebar .nav-pills > .nav-item a {
  border-radius: 0px;
  display: flex;
  align-items: center;
}

[b-niwbgkldyt] .app-sidebar > .nav-pills > .nav-item > a {
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: .25rem 1rem .25rem .125rem;
}

@media (max-width: 1199.98px) {
  [b-niwbgkldyt] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 0;
  }
}
/* /Shared/Layout/Header/Header.razor.rz.scp.css */
.app-icon[b-w6r0ywxo55] {
  display: flex;
  align-items: center;
  gap: 10px;
}

.app-title-text[b-w6r0ywxo55] {
  font-size: 1.25rem;
  padding-bottom: 5px;
}
/* /Shared/Layout/Header/MainHeader.razor.rz.scp.css */
.top-searchbar[b-kddn8gxkfw] {
  width: calc(80vw - (400px + 10rem));
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 100%;
}
/* /Shared/Layout/Menu.razor.rz.scp.css */
/* /Shared/Layout/SchedulerSidebar.razor.rz.scp.css */
.sidebar-group[b-cde067cvrp]{
    height: 22vh;
    overflow: auto;
}
/* /Shared/Layout/SidebarMenu.razor.rz.scp.css */
.more-button[b-7m5hzfuoey]{
  height: fit-content;
}
