@import url("https://cdn.jsdelivr.net/npm/@fullcalendar/core@6.1.19/main.min.css");
@import url("https://cdn.jsdelivr.net/npm/@fullcalendar/daygrid@6.1.19/main.min.css");
.simple_form .eqt_heading_text {
  color: var(--Body-Text-Body-Color, #212529);
  /* Heading/H6 */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
}
.simple_form.form-disabled {
  opacity: 0.75;
}
.simple_form.form-disabled textarea, .simple_form.form-disabled select, .simple_form.form-disabled input:not([type=hidden]) {
  background-color: var(--bs-body-bg);
  border-color: var(--bs-border-color);
  color: var(--bs-body-color);
  opacity: 0.5;
  pointer-events: none;
}
.simple_form .form-select.is-valid, .simple_form .form-control.is-valid {
  --bs-form-select-bg-icon: "";
  background-image: none;
  --bs-form-valid-color:var(--bs-border-color);
  --bs-form-valid-border-color:var(--bs-border-color);
}
.simple_form .form-check-input.is-valid:checked {
  --bs-form-valid-color:var(--bs-link-color);
}
.simple_form .form-check-label {
  --bs-form-valid-color:(--bs-body-color);
}

.index-list-layout {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  .index-list-layout {
    grid-template-rows: 100%;
  }
}
.index-list-layout .card-body {
  --bs-card-spacer-y: 0.5rem;
  --bs-card-spacer-x: 0.75rem;
}
@media (min-width: 1024px) {
  .index-list-layout .card-body {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
  }
}
@media (min-width: 1024px) {
  .index-list-layout {
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 1024px) {
  .index-list-layout .lookup-column--list {
    overflow-y: scroll;
    scrollbar-width: thin;
  }
}
@media (min-width: 1024px) {
  .index-list-layout .list-column {
    border-bottom: none !important;
    overflow-y: auto;
    scrollbar-width: thin;
  }
}
.index-list-layout .list-column,
.index-list-layout .lookup-column--list {
  display: flex;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 100%;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .index-list-layout .list-column,
  .index-list-layout .lookup-column--list {
    width: 31.5rem;
    grid-template-rows: auto auto 1fr;
    align-self: stretch;
    border-right: 1px solid var(--bs-border-color);
  }
}
.index-list-layout .list-column__tree_view,
.index-list-layout .lookup-column--list__tree_view {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
@media (min-width: 1024px) {
  .index-list-layout .list-column__tree_view,
  .index-list-layout .lookup-column--list__tree_view {
    max-width: 25.875rem;
  }
}
.index-list-layout .list-column #search-form,
.index-list-layout .lookup-column--list #search-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.index-list-layout .list-column #search-form .input-group.input-group.border.rounded-1,
.index-list-layout .lookup-column--list #search-form .input-group.input-group.border.rounded-1 {
  display: flex;
  align-items: center;
  align-self: stretch;
}
.index-list-layout .list-column #search-form .form-control.shadow-none.border-0,
.index-list-layout .lookup-column--list #search-form .form-control.shadow-none.border-0 {
  display: flex;
  padding: 0.25rem 0.5rem;
  align-items: center;
  flex: 1 0 0;
}
.index-list-layout .lookup-column {
  border-bottom: 1px solid var(--bs-border-color);
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 100%;
}
@media (min-width: 1024px) {
  .index-list-layout .lookup-column {
    overflow-y: scroll;
    scrollbar-width: thin;
    grid-template-rows: 1fr;
    border-right: 1px solid var(--bs-border-color);
    border-bottom: none;
  }
}
.index-list-layout .lookup-column:has(> .show) + .main-content-column:before {
  display: block;
}
@media (min-width: 1024px) {
  .index-list-layout .lookup-column:has(> .show) + .main-content-column:before {
    display: none;
  }
}
.index-list-layout .lookup-column:has(.show) + .main-content-column:before {
  display: block;
}
@media (min-width: 1024px) {
  .index-list-layout .lookup-column:has(.show) + .main-content-column:before {
    display: none;
  }
}
.index-list-layout .index-list-layout:has(.lookup-column .show) .main-content-column:before {
  display: block;
}
@media (min-width: 1024px) {
  .index-list-layout .index-list-layout:has(.lookup-column .show) .main-content-column:before {
    display: none;
  }
}
.index-list-layout .main-content-column {
  flex: 1;
  position: relative;
}
.index-list-layout .main-content-column:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}
@media (min-width: 1024px) {
  .index-list-layout .main-content-column__fixed {
    overflow-y: auto;
    scrollbar-width: thin;
    height: 100%;
  }
}

.index-lookup-layout {
  display: grid;
  width: 100%;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  .index-lookup-layout {
    grid-template-rows: 1fr;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .index-lookup-layout .lookup-column {
    max-width: 27.5rem;
  }
}
.index-lookup-layout .lookup-column {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 1rem;
}
@media (min-width: 1024px) {
  .index-lookup-layout .lookup-column {
    flex-direction: column;
  }
}
.index-lookup-layout .main-content-column {
  flex: 1;
}
.index-lookup-layout.mobile-reversed .main-content-column {
  order: 1;
}
@media (min-width: 1024px) {
  .index-lookup-layout.mobile-reversed .main-content-column {
    order: 2;
  }
}
.index-lookup-layout.mobile-reversed .lookup-column {
  order: 2;
}
@media (min-width: 1024px) {
  .index-lookup-layout.mobile-reversed .lookup-column {
    order: 1;
  }
}

.login-page {
  min-height: 100vh;
}

.login-box {
  width: 90vw;
  max-width: 400px;
}

.dashboard-chart-container, .dashboard-action-required-container {
  width: 100%;
  max-width: 100vw;
}

.dashboard-chart-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.dashboard-chart-container .card {
  width: 100%;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .dashboard-chart-container .card {
    flex: 1 1 calc(50% - 1rem);
  }
}

.documents-screen #flash_messages {
  background: #fff;
}

.sidebar-menu .nav {
  --bs-link-color: #000;
  --bs-link-color-rgb: 0, 0, 0;
  --bs-nav-link-color: #000;
  --bs-nav-link-hover-color: #000;
  --bs-nav-pills-link-active-color: #000;
  --bs-nav-pills-link-active-bg: #f2f2f2;
}

.folders-location-column {
  max-width: 300px;
}

.content-wrapper {
  padding: 0;
  background: #f2f2f2;
}

.app-wrapper {
  grid-template-columns: 0 100%;
  grid-template-rows: 1fr 3.5rem;
}
@media (min-width: 992px) {
  .app-wrapper {
    grid-template-columns: var(--lte-sidebar-width) 1fr;
  }
}

.app-sidebar.offcanvas-lg {
  overflow-y: auto;
  scrollbar-width: none;
}
@media (min-width: 992px) {
  .app-sidebar.offcanvas-lg {
    position: initial;
    height: calc(100vh - (4rem + 1px));
    min-height: calc(100vh - (4rem + 1px));
    grid-row: 1/4;
  }
}
@media (max-width: 991.98px) {
  .app-sidebar.offcanvas-lg {
    min-height: 100vh;
  }
}

.app-main {
  grid-column: 2;
  grid-row: 1/2;
}
.app-main > * {
  height: 100%;
}

.app-footer {
  grid-column: 1/-1;
  grid-row: 2;
}
@media (min-width: 992px) {
  .app-footer {
    grid-column: 2;
  }
}

.app-main {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .index-split-layout .app-main {
    display: flex;
    height: calc(100vh - 7.55rem);
    overflow-y: hidden !important;
  }
}
.app-main > *:first-child {
  flex: 1;
}
@media (min-width: 1024px) {
  .app-main > *:first-child {
    display: grid;
    grid-template-rows: 100%;
  }
}
.app-main .content-wrapper {
  display: grid;
  grid-template-rows: auto 1fr;
}
.app-main .content-wrapper:has(> #flash_messages) {
  grid-template-rows: auto auto 1fr;
}
.app-main .content-wrapper:has(> [data-controller=responsive-nav]) {
  grid-template-rows: auto auto 1fr;
}
.app-main .content-wrapper:has(> [data-controller=responsive-nav]):has(> #flash_messages) {
  grid-template-rows: auto auto auto 1fr;
}
.app-main .app-content {
  display: flex;
  flex: 1;
  padding: 0;
  overflow-y: hidden;
}
.app-main .app-content.content-grey {
  flex: 0;
  padding: 0 1.5rem 1.5rem;
}
.app-main .app-content.content-grey .index-lookup-layout {
  width: 100%;
}

@media (min-width: 992px) {
  .sidebar-expand-lg.layout-fixed .app-sidebar {
    scrollbar-width: none;
  }
  .index-split-layout.sidebar-expand-lg.layout-fixed .app-sidebar {
    overflow-y: scroll;
    height: auto;
    min-height: calc(100vh - 4.2rem);
    max-height: calc(100vh - 4.2rem);
  }
}
#offcanvas-frame {
  overflow-y: auto;
  scrollbar-width: thin;
}
#offcanvas-frame form {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#offcanvas-frame form .bg-body-tertiary {
  flex: 1;
}
#offcanvas-frame .sticky-top {
  border-bottom: 1px solid #dee2e6;
}

.main-header-component {
  --bs-navbar-padding-y: 0;
}
.main-header-component .navbar-brand {
  --bs-navbar-brand-padding-x: 1rem;
  --bs-navbar-brand-padding-y: .75rem;
  --lte-sidebar-width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 var(--lte-sidebar-width);
  width: var(--lte-sidebar-width);
  padding: var(--bs-navbar-brand-padding-y) var(--bs-navbar-brand-padding-x);
  margin-right: 0;
  border-right: 1px solid var(--bs-gray-300);
}
.main-header-component .navbar-brand .nav-link {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .main-header-component .navbar-brand {
    border-bottom: none;
    --lte-sidebar-width: 250px;
  }
}
.main-header-component .mobile-top-nav {
  padding: var(--bs-navbar-brand-padding-y) var(--bs-navbar-brand-padding-x);
  min-height: calc(3.875rem + 2px);
}
@media (min-width: 768px) {
  .main-header-component .mobile-top-nav {
    display: none;
  }
}
.main-header-component .navbar-navs {
  padding: 0.75rem 1rem;
}
.main-header-component .user-menu .nav-link {
  padding: 0;
  display: flex;
  align-items: center;
}
.main-header-component .navbar-nav > .user-menu .user-image {
  float: none;
  display: block;
  margin-top: 0;
  margin-right: 0.5rem;
}

.app-sidebar {
  max-width: var(--lte-sidebar-width);
  min-height: 100vh;
  height: 100%;
  border-right: 1px solid var(--bs-gray-300);
  padding: 1.25rem 1rem;
  background: white;
}
.app-sidebar .navbar-brand {
  min-height: 3.5rem;
  border-bottom: 1px solid var(--bs-gray-300);
  display: flex;
  width: 100%;
}
.app-sidebar .navbar-brand .brand-link {
  flex: 1;
  margin-right: 0;
}
.app-sidebar .navbar-brand .nav-link {
  height: 2.5rem;
  display: flex;
  align-items: center;
}
.app-sidebar .navbar-brand .nav-link i {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .app-sidebar .navbar-brand {
    display: none;
  }
}
.app-sidebar .sidebar-header {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.app-sidebar .nav-header {
  padding: 0;
}
.app-sidebar .nav-link {
  display: flex;
  align-items: center;
}
.app-sidebar .nav-link i {
  width: 1rem;
}
.app-sidebar .nav-link i.right {
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-sidebar .nav-link p {
  padding-left: 0.5rem;
  margin-bottom: 0;
}
.app-sidebar .nav-item .fa-angle-left {
  transition: transform 0.3s ease;
  margin-left: auto;
}
.app-sidebar .nav-item.menu-open .fa-angle-left {
  transform: rotate(-90deg);
}
.app-sidebar .nav-item .nav-treeview {
  overflow: hidden;
  transition: all 0.3s ease;
  max-height: 0;
}
.app-sidebar .nav-item .nav-treeview .nav-item {
  width: 100%;
}
.app-sidebar .nav-item.menu-open .nav-treeview {
  transition: all 0.3s ease;
  max-height: 1000px;
}

.platform--status-bar > a > i {
  color: #f7f7f7;
}

.accordion--entity-info .accordion-button {
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-active-color: black;
  font-weight: 500;
  pointer-events: none;
  box-shadow: none;
  border: none;
}
.accordion--entity-info .accordion-button:after {
  display: none;
}
.accordion--entity-info > .accordion-item:last-of-type {
  padding-bottom: 1rem;
}
.accordion--entity-info .accordion-item > .accordion-item {
  border: none;
  padding: 0 1rem;
  box-shadow: none;
}
.accordion--entity-info .accordion-item > .accordion-item .accordion-body {
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border-radius: var(--bs-border-radius);
}
.accordion--entity-info .accordion-item:has(.accordion-item) {
  border: none;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom: .3rem;
}

.card-header .card-title {
  padding: 1rem;
}

.card-header.d-flex:after {
  display: none;
}

.card-header.responsive-nav-container + .card-body > .tab-content > .tab-pane .table--additional_header {
  display: none;
}

.card-header.responsive-nav-container + .card-body > .tab-content > .tab-pane .platform-folding-table .table--additional_header {
  display: table-row;
}

.card-header.responsive-nav-container:has(.is-wrapped) + .card-body > .tab-content > .tab-pane .table--additional_header {
  display: table-row;
}

@media (min-width: 768px) {
  .card .collapse.d-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .card .d-md-none {
    display: none !important;
  }
}
.card [data-bs-toggle=collapse] i {
  transition: transform 0.2s ease;
}
.card [data-bs-toggle=collapse][aria-expanded=true] i.bi-chevron-down {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .collapsed-card .collapse:not(.show) {
    display: block;
  }
}

.navbar.app-header {
  --bs-navbar-padding-y: 0;
}
@media (min-width: 992px) {
  .navbar.app-header .border-top {
    border-top-width: 0 !important;
  }
}
.navbar.app-header .navbar-brand {
  min-height: calc(3.875rem + 1px);
}
.navbar.app-header .navbar-nav {
  --bs-nav-link-padding-x: 0rem;
}
@media (min-width: 768px) {
  .navbar.app-header .navbar-nav {
    --bs-nav-link-padding-x: 0.25rem;
  }
}
@media (min-width: 994px) {
  .navbar.app-header .navbar-nav {
    --bs-nav-link-padding-x: 0.5rem;
  }
}
.navbar.app-header .navbar-nav .user-menu .user-image {
  width: 1.5rem;
  height: 1.5rem;
}
.navbar.app-header .nav-link {
  height: 2.5rem;
}

.navbar-toggler {
  --bs-navbar-toggler-padding-x: 0;
  --bs-navbar-toggler-padding-y: 0;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-border-width: 0;
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-font-size: 1rem;
}

.responsive-nav-container .nav-link:has(i) {
  display: flex;
  gap: 0.5rem;
}
.responsive-nav-container .is-wrapped .nav-link:has(i) {
  gap: 0;
}
.responsive-nav-container .is-wrapped .navigation-tab-text {
  display: inline-block;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}

.tabs-editing.nav-tabs {
  --bs-nav-link-disabled-color: var(--bs-gray-400);
  --bs-nav-tabs-link-active-color: var(--bs-gray-700);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-tertiary-bg);
}
.tabs-editing.nav-tabs .nav-item.active {
  border-bottom-color: var(--bs-tertiary-bg);
}
.tabs-editing.nav-tabs .nav-link {
  margin-bottom: calc(-2 * var(--bs-nav-tabs-border-width));
}

.tab_actions {
  display: none !important;
}
.tab-content .tab_actions {
  display: flex !important;
}

.tab-content .alert {
  border-top: 0;
}

.card.platform_card .btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.card.platform_card .btn i {
  display: flex;
  align-items: center;
}
.card.platform_card__main .card-header {
  --bs-card-border-width: 0;
}
.card.platform_card .card-header {
  --bs-card-cap-bg: white;
}
.card.platform_card .card-header:not(:has(+ *)) {
  border-radius: var(--bs-card-inner-border-radius);
  border-bottom: 0;
}
.card.platform_card .card-header:has(.nav-tabs) {
  --bs-card-border-width: 0;
}
.card.platform_card .card-header .nav-tabs .nav-item {
  --bs-nav-tabs-link-active-color: var(--bs-gray-700);
}
.card.platform_card .card-header .nav-tabs .nav-item:first-of-type .nav-link {
  border-left: none;
}
.card.platform_card .card-footer {
  display: flex;
  justify-content: space-between;
}
.card.platform_card .card-footer .platform_pagination {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.card.platform_card .card-footer .pagination .pagination-info {
  font-size: 0.875rem;
}

.card.platform_card .card-title {
  --bs-card-title-spacer-y: 0;
}

.card.platform_card .card-body {
  padding: 0;
}
.card.platform_card .card-body .card {
  --bs-card-border-width: 0;
}
.card.platform_card .card-body .card .card-header {
  --bs-card-cap-padding-y: 1rem;
}
.card.platform_card .card-body .card .card-header:has(.list_search_component) {
  --bs-card-border-width: 1px;
}
.card.platform_card .card-body fieldset {
  padding: 1.25rem;
}

.card.platform_card .card-footer {
  --bs-card-border-width: 0;
  --bs-card-cap-bg: #ffffff;
}

.platform_card .alert {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.card .card-header.eqt-desc p.card-title {
  padding-bottom: 0;
  padding-left: 0;
}

.card-body:has(> .eqt-desc-content) {
  padding-left: 0px;
  padding-top: 0px;
}

.eqt-settings-header .card-title {
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px;
}

.platform-dropzone-component {
  transition: all 0.2s ease;
}
.platform-dropzone-component:hover {
  border-color: #007bff;
  background-color: #f8f9fa;
}
.platform-dropzone-component.drag-over {
  border-color: #007bff;
  background-color: #e7f3ff;
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.15);
}
.platform-dropzone-component .text-muted {
  transition: color 0.2s ease;
}
.platform-dropzone-component:hover .text-muted, .platform-dropzone-component.drag-over .text-muted {
  color: #007bff !important;
}

.enhanced-form-field-select:has(+ * > *) {
  margin-bottom: 0.75rem;
}
.enhanced-form-field-selected-options {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.enhanced-form-field-clear-all {
  align-self: flex-end;
  margin-bottom: 0.5rem;
  background-color: #fff;
  border: 0;
  color: var(--bs-danger);
}
.enhanced-form-field-clear-all:hover {
  text-decoration: underline;
}
.enhanced-form-field-item-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enhanced-form-field-item-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.entity-header-component {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.entity-header-component_content {
  flex: 1;
}
.entity-header-component__primary .btn {
  --bs-btn-font-size: .875rem;
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-border-radius: .2rem;
}
@media (min-width: 768px) {
  .entity-header-component__primary .btn {
    --bs-btn-font-size: 1rem;
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: .75rem;
    --bs-btn-border-radius: .2rem;
  }
}
.sticky-top .entity-header-component {
  padding-right: 1rem !important;
}
.entity-header-component .dropdown-menu {
  z-index: 1050 !important;
}

#details_column .nav-tabs.is-wrapped .nav-link {
  gap: 0 !important;
}
#details_column .nav-tabs.is-wrapped .navigation-tab-text {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}

.platform-component-header {
  flex-wrap: wrap;
}
.platform-component-header .h2, .platform-component-header .h5 {
  flex-basis: 21.5rem;
}
.platform-component-header__edit {
  margin-bottom: -0.3rem;
  flex: 1;
}

.title_edit_wrapper {
  margin-bottom: 0 !important;
  position: relative;
  left: -0.25rem;
}
.title_edit_wrapper input {
  padding-bottom: 0.2rem;
}

.title_edit_submit {
  margin-bottom: 0 !important;
  cursor: pointer;
  border: none;
}
.title_edit_submit:active, .title_edit_submit:focus {
  border: none !important;
}

.platform-edit-actions .editing-info {
  margin-bottom: 0;
  color: var(--bs-primary);
}

.platform-sticky-edit-form .main-column {
  max-height: calc(100vh - 12.25rem);
  overflow: hidden;
}

.select-all-gap .form-check:first-of-type {
  margin-bottom: 0.75rem;
}

[data-select-all-target=defaultCheckbox] {
  cursor: not-allowed;
  opacity: 0.8;
}

[data-select-all-target=defaultCheckbox] + label {
  font-weight: 600;
  color: var(--bs-primary);
}

.platform-form-fieldset--divider {
  border-bottom-color: var(--bs-gray-900);
  opacity: 0.1;
}

.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
  margin-right: 15px;
}
.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  margin-left: 5px;
}
.flatpickr-calendar .cur-year {
  padding-left: 8px;
}

.dropdown-menu {
  z-index: 1050 !important;
}

.entity-header-component .dropdown-menu,
.page-header-component .dropdown-menu {
  z-index: 1050 !important;
}

.legend-clearfix legend {
  float: none;
}

.tab-content.clear-top > .tab-pane > fieldset {
  border-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.file-attachment-component--icon {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  font-size: 2rem;
}

.platform-file-input-component .platform-file-input-component--input-container input[readonly] {
  opacity: 0.5;
  cursor: not-allowed;
}
.platform-file-input-component .platform-file-input-component--input-container:has(input[readonly]) {
  display: none;
}
.platform-file-input-component .platform-file-input-component__dropzone {
  transition: all 0.2s ease;
  border: 2px dashed #dee2e6;
}
.platform-file-input-component .platform-file-input-component__dropzone:hover {
  border-color: #6c757d;
  background-color: #f8f9fa;
}
.platform-file-input-component .platform-file-input-component__dropzone.drag-over {
  border-color: #0d6efd;
  background-color: #e7f1ff;
  transform: scale(1.02);
}
.platform-file-input-component .file-preview-item {
  transition: all 0.2s ease;
}
.platform-file-input-component .file-preview-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.platform-file-input-component .file-preview-item .btn-danger {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.platform-file-input-component .file-preview-item:hover .btn-danger {
  opacity: 1;
}
.platform-file-input-component .file-list .file-item {
  transition: all 0.2s ease;
}
.platform-file-input-component .file-list .file-item:hover {
  background-color: #f8f9fa;
}
.platform-file-input-component .alert {
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.platform-gallery-item-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 1.5rem;
  background-color: #000;
  z-index: 3000;
  overflow-y: hidden;
}
.platform-gallery-item-component-container {
  max-height: calc(100vh - 3rem);
  min-height: calc(100vh - 3rem);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
}
.platform-gallery-item-component-close-button {
  display: flex;
  justify-content: flex-end;
}
.platform-gallery-item-component-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform-gallery-item-component-content {
  display: grid;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  align-content: center;
}
.platform-gallery-item-component-content::-webkit-scrollbar {
  display: none;
}
.platform-gallery-item-component-image {
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
}
.platform-gallery-item-component-additional-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.platform-gallery-item-component-additional-info {
  max-width: 45rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #fff;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 1rem;
  gap: 0.75rem;
}
.platform-gallery-item-component-additional-info:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.platform-gallery-item-component-additional-info-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.platform-gallery-item-component-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item_lookup_card_component:hover {
  background-color: var(--bs-gray-100);
}
.item_lookup_card_component--name {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 60%;
}
.item_lookup_card_component--name:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .item_lookup_card_component .small {
    font-size: 1rem !important;
  }
}

.list_search_component .additional_fields {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.list_search_component .additional_fields .radio_option {
  display: flex;
  flex-direction: row;
}
.list_search_component .filter-name-label {
  font-size: 0.85rem;
  font-weight: 400;
  margin-right: 1rem;
}
.list_search_component .radio_option input {
  display: none;
  padding: 0;
}
.list_search_component .radio_option input:checked + label {
  background-color: #cff4fc;
  color: var(--bs-text);
}
.list_search_component .radio_option label {
  font-size: 0.85rem;
  border-radius: 4px;
  color: var(--bs-primary);
  padding: 0.25rem 0.75rem;
}

.lookup_search_results_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nested-tree {
  list-style: none;
  padding-left: 0;
  width: 100%;
}

.nested-item {
  --icon-font-size-base: 1rem;
  cursor: pointer;
}
.nested-item--icon {
  color: var(--icon-color-base, var(--bs-secondary-color));
  font-size: var(--icon-font-size-base);
}
.nested-item--icon__expand {
  --icon-font-size-base: .6rem;
  display: flex;
  width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
}
.nested-item--icon__pdf {
  --icon-color-base: #d9534f;
}
.nested-item--hovered > .nested-item--summary {
  background-color: #ffe69c;
}
.nested-item--will-be-parent > .nested-item--summary {
  background-color: rgba(0, 123, 255, 0.1);
  border: 1px dashed #007bff;
  border-radius: 4px;
}
.nested-item--will-be-parent > .nested-item--summary {
  background-color: #9ec5fe;
}
.nested-item--summary {
  cursor: pointer;
  font-weight: normal !important;
  align-items: center;
  align-self: stretch;
  padding-left: 0.5rem;
  position: relative;
}
.nested-item--summary__disabled {
  opacity: 0.8;
}
.nested-item--summary__selected {
  background-color: var(--bs-gray-200);
  border-radius: var(--bs-border-radius-sm);
}
.nested-item--summary__selected:active {
  opacity: 0.85;
}
.sortable-ghost > .nested-item--summary__selected {
  background-color: transparent;
  border: 1px solid var(--bs-body);
  color: var(--bs-body);
}
.nested-item:not(:has(> .tree-list)) > .nested-item--summary:not(.nested-item--summary__flat) {
  padding-left: 1.75rem;
}
.nested-item > .tree-list > .nested-item > .nested-item--summary {
  padding-left: 1.75rem;
}
.nested-item > .tree-list > .nested-item:not(:has(> .tree-list)) > .nested-item--summary {
  padding-left: 3rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .nested-item--summary {
  padding-left: 3rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item:not(:has(> .tree-list)) > .nested-item--summary {
  padding-left: 4.25rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .nested-item--summary {
  padding-left: 4.25rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item:not(:has(> .tree-list)) > .nested-item--summary {
  padding-left: 5.5rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .nested-item--summary {
  padding-left: 5.5rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item:not(:has(> .tree-list)) > .nested-item--summary {
  padding-left: 6.75rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .nested-item--summary {
  padding-left: 6.75rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item:not(:has(> .tree-list)) > .nested-item--summary {
  padding-left: 8rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .nested-item--summary {
  padding-left: 8rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .nested-item:not(:has(> .tree-list)) > .nested-item--summary {
  padding-left: 9.25rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .nested-item--summary {
  padding-left: 9.25rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item:not(:has(> .tree-list)) > .nested-item--summary {
  padding-left: 10.5rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .nested-item--summary {
  padding-left: 10.5rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item:not(:has(> .tree-list)) > .nested-item--summary {
  padding-left: 11.75rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .nested-item--summary {
  padding-left: 11.75rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item:not(:has(> .tree-list)) > .nested-item--summary {
  padding-left: 13rem;
}
.nested-item[open] > .nested-item--summary .caret-icon {
  transform: rotate(90deg); /* Rotates caret when expanded */
}
.nested-item--badges {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}
.nested-item--badges .badge {
  transform: scale(0.5);
}
.nested-item--badges .badge + .badge {
  transform: translateX(-0.85rem) scale(0.5);
}

.nested-item--drag-handle {
  position: absolute;
  left: -1rem;
  cursor: grab;
  display: none;
}
.nested-item--summary:hover .nested-item--drag-handle {
  display: block;
}

.nested-item--add-child {
  position: absolute;
  right: 0.5rem;
  cursor: pointer;
  display: none;
}
.nested-item--summary:hover .nested-item--add-child {
  display: flex;
}

.nested-item a {
  text-decoration: none;
}

.nested-item a:hover {
  text-decoration: underline;
}

.nested-item summary {
  display: flex;
  align-items: center;
}

.tree-node-text {
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--tree-node-color-base, var(--bs-body-color));
}

.tree-icon,
[class^=tree-icon-] {
  display: flex;
  color: #6C757D;
  width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
}
.tree-icon i,
[class^=tree-icon-] i {
  font-size: 1rem;
}

.sortable-drag {
  opacity: 0.3;
  background-color: transparent;
}

.sortable-ghost {
  color: white;
  border: 2px dashed grey;
  border-radius: 4px;
  background-color: white;
}
.sortable-ghost * {
  color: inherit;
}
.nested-item > .tree-list .sortable-ghost {
  margin-left: 2.25rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .sortable-ghost {
  margin-left: 4rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .sortable-ghost {
  margin-left: 5.25rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .sortable-ghost {
  margin-left: 6.5rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .sortable-ghost {
  margin-left: 7.75rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .sortable-ghost {
  margin-left: 9rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .sortable-ghost {
  margin-left: 9rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .sortable-ghost {
  margin-left: 10.25rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .sortable-ghost {
  margin-left: 11.5rem;
}
.nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .nested-item > .tree-list > .sortable-ghost {
  margin-left: 12.75rem;
}

.offline-form .input-group:not(.has-validation) > input.form-control:not(.form-floating):has(+ .d-none) {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

.platform-filter-toggle-button[aria-expanded=true] {
  --bs-btn-hover-border-color: var(--bs-primary-border-subtle);
  color: var(--bs-primary);
  background-color: rgba(207, 226, 255, 0.5);
}
.platform-filter--form label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.platform-pagination {
  font-size: 0.9rem;
  line-height: 1.2;
  color: var(--bs-gray-600);
  font-weight: 400;
  align-items: center;
}
.platform-pagination .pagination {
  -moz-column-gap: 0.1rem;
       column-gap: 0.1rem;
  margin-bottom: 0;
}
.platform-pagination .pagination .page-item {
  display: none;
}
.platform-pagination .pagination .page-item:first-of-type {
  display: block;
}
.platform-pagination .pagination .page-item:last-of-type {
  display: block;
}
.platform-pagination .pagination .page-item .page-link {
  --bs-pagination-color: var(--bs-gray-600);
  --bs-pagination-hover-color: var(--bs-gray-800);
  --bs-pagination-disabled-color: var(--bs-gray-400);
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-hover-bg: transparent;
  --bs-hover-bg: transparent;
  padding: 0.25rem;
  border: none;
}
.platform-pagination .pagination .page-item .page-link i {
  font-size: 0.85rem;
  -webkit-text-stroke: 1px;
}

.platform-photo-grid {
  display: grid;
  gap: 1rem;
}
.platform-photo-grid--large {
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
}
.platform-photo-grid--medium {
  grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
}
.platform-photo-grid--small {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.platform-photo-grid-item {
  background-color: #f0f0f0;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}
.platform-photo-grid-item[data-action*=openGallery] {
  cursor: pointer;
}
.platform-photo-grid-item:has(.platform-photo-grid-item-link) {
  cursor: pointer;
}
.platform-photo-grid-item--large {
  aspect-ratio: 1/1;
  max-width: 20rem;
}
.platform-photo-grid-item--medium {
  aspect-ratio: 1/1;
  max-width: 15rem;
}
.platform-photo-grid-item--small {
  aspect-ratio: 1/1;
  max-width: 10rem;
}
.platform-photo-grid-item-image, .platform-photo-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.platform-photo-grid-item-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
}
.platform-photo-grid-item-placeholder i {
  font-size: 2rem;
  color: #6c757d;
}
.platform-photo-grid-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 0.5rem;
  font-size: 0.875rem;
}
.attachments-grid .platform-photo-grid-item--small .platform-photo-grid-item-actions {
  display: none;
}
.attachments-grid .platform-photo-grid-item--small .platform-photo-grid-item-actions .link-download {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(0, 0, 0, 0.5);
  --bs-btn-border-color: rgba(0, 0, 0, 0.5);
  --bs-btn-hover-bg: rgba(0, 0, 0, 0.7);
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0.7);
}
.attachments-grid .platform-photo-grid-item--small:hover .platform-photo-grid-item-actions {
  display: flex;
}
.platform-photo-grid-item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0.75rem 0 0.75rem 0.75rem;
  display: flex;
  flex-direction: row;
  gap: 0.65rem;
}
.platform-photo-grid-item-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.platform-photo-grid-item-actions {
  display: none;
  z-index: 2;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.platform-photo-grid-item-actions-container:before {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0) 100%);
}
.platform-photo-grid-item-actions-container:hover::before {
  opacity: 1;
}
.platform-photo-grid-item-actions .link-edit {
  z-index: 2;
  padding: 0.1rem;
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: color-mix(in srgb, var(--bs-light) 40%, #fff);
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
}
.platform-photo-grid-item-actions .link-delete {
  z-index: 2;
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: color-mix(in srgb, var(--bs-danger) 60%, #fff);
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
}
.platform-photo-grid-item:hover .platform-photo-grid-item-actions {
  display: flex;
}

.platform-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 1.5rem;
  background-color: #000;
  z-index: 3000;
  overflow-y: hidden;
}
.platform-gallery-modal-container {
  max-height: calc(100vh - 3rem);
  min-height: calc(100vh - 3rem);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
}
.platform-gallery-modal-close-button {
  display: flex;
  justify-content: flex-end;
}
.platform-gallery-modal-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.platform-gallery-modal-content {
  display: grid;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  align-content: center;
}
.platform-gallery-modal-content::-webkit-scrollbar {
  display: none;
}
.platform-gallery-modal-image {
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
}
.platform-gallery-modal-additional-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.platform-gallery-modal-additional-info {
  max-width: 45rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #fff;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 1rem;
  gap: 0.75rem;
}
.platform-gallery-modal-additional-info:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.platform-gallery-modal-additional-info-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.platform-gallery-modal-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.platform-photo-upload-component {
  --bs-border-style: dashed;
}
.platform-photo-upload-component__dropzone {
  cursor: pointer !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.platform-photo-upload-component__dropzone:hover {
  background-color: #f8f9fa !important;
  border-color: #6c757d !important;
}
.platform-photo-upload-component__dropzone.drag-over {
  background-color: #e9ecef !important;
  border-color: #0d6efd !important;
  border-style: solid !important;
  transform: scale(1.02);
}
.platform-photo-upload-component__dropzone * {
  pointer-events: none;
}
.platform-photo-upload-component__preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 0.5rem;
}
.platform-photo-upload-component__preview:not(:empty) {
  margin-top: 1rem;
}
.platform-photo-upload-component__progress:not(:empty) {
  margin-top: 0.5rem;
}
.platform-photo-upload-component__progress .progress-item .progress {
  background-color: #e9ecef;
}
.platform-photo-upload-component__progress .progress-item .progress-bar {
  background-color: #0d6efd;
  transition: width 0.3s ease;
}

.photo-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.photo-gallery-modal .gallery-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.photo-gallery-modal .gallery-image {
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.photo-gallery-modal .gallery-caption {
  color: white;
  margin-top: 1rem;
  font-size: 1.1rem;
  max-width: 80%;
}
.photo-gallery-modal .gallery-counter {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  z-index: 1060;
  font-size: 0.9rem;
  font-weight: 500;
}
.photo-gallery-modal .gallery-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  pointer-events: none;
  z-index: 1060;
}
.photo-gallery-modal .gallery-navigation .btn {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 0.75rem;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.photo-gallery-modal .gallery-navigation .btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.photo-gallery-modal .gallery-navigation .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.photo-gallery-modal .gallery-navigation .btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.photo-gallery-modal .gallery-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1060;
  padding: 0.5rem;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.photo-gallery-modal .gallery-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.photo-gallery-modal .gallery-close:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.attachments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.attachments-grid .attachment-item {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.attachments-grid .attachment-item:hover {
  transform: scale(1.05);
}
.attachments-grid .attachment-item img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.attachments-grid .attachment-item .attachment-thumbnail {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.attachments-grid .attachment-item .attachment-file-placeholder {
  width: 100%;
  height: 120px;
  border-radius: 0.5rem;
}
.attachments-grid .attachment-item .attachment-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 0.5rem;
  font-size: 0.875rem;
}
.attachments-grid .attachment-item .attachment-actions {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: none;
}
.attachments-grid .attachment-item .attachment-actions .btn {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.attachments-grid .attachment-item .attachment-actions .btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.attachments-grid .attachment-item:hover .attachment-actions {
  display: block;
}

.platform-questionnaire-container {
  container-name: questionnaire_table_container;
  container-type: inline-size;
}
.platform-questionnaire-container .questionnaire-question-details-missing {
  color: var(--bs-gray-500);
}

.platform-questionnaire-toggle-buttons button {
  color: var(--bs-dark);
}
.platform-questionnaire-toggle-buttons button.questionnaire-question-details-missing {
  color: var(--bs-gray-500);
}
.platform-questionnaire-toggle-buttons button.btn-secondary {
  color: white;
}
.platform-questionnaire-toggle-buttons button.btn-secondary.questionnaire-question-details-missing {
  color: white;
}

.platform-questionnaire-skipped-response {
  --bs-heading-color: var(--bs-gray-600);
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-300);
  color: var(--bs-gray-600);
}
.platform-questionnaire-skipped-response button {
  --bs-btn-color: var(--bs-gray-600) !important;
}

@container questionnaire_table_container (width < 650px) {
  .platform-table__questionnaire thead {
    display: none;
  }
  .platform-table__questionnaire tbody tr {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    border-bottom: 1px solid var(--bs-border-color);
  }
  .platform-table__questionnaire tbody tr:hover td {
    --bs-table-bg-state: transparent;
  }
  .platform-table__questionnaire tbody tr td.questionnaire-question {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 0.5rem 0.75rem;
  }
  .platform-table__questionnaire tbody tr td.questionnaire-question:before {
    content: attr(data-label);
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--bs-body-secondary-color);
    margin-bottom: 0.25rem;
  }
}
.search-all .input-group {
  --bs-border-color: var(--bs-gray-400);
}
.search-all .input-group input::-moz-placeholder {
  color: var(--bs-gray-600);
}
.search-all .input-group input::placeholder {
  color: var(--bs-gray-600);
}
.desktop-navs .search-all input {
  width: 5rem;
}
@media (min-width: 994px) {
  .desktop-navs .search-all input {
    width: auto;
  }
}
#mobileSearch .search-all {
  width: 100%;
}

.lookup_search_results {
  width: 100%;
}
.lookup_search_results--header {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 1rem 0;
}
@media (min-width: 1024px) {
  .lookup_search_results--header {
    margin: 0 0 1rem;
  }
}
.lookup_search_results--list {
  padding: 0 0 0.75rem;
  margin: 0;
  list-style: none;
}
.lookup_search_results--no_results {
  margin: 0.75rem 0 0.75rem;
}

.search-result-frame:has(.lookup_search_results) .platform-nested-tree-component--container,
.search-result-frame:has(.lookup_search_results) .platform-standard-lookup-list {
  display: none;
}

.search-result-frame:has(.lookup_search_results .alert) .platform-nested-tree-component--container,
.search-result-frame:has(.lookup_search_results .alert) .platform-standard-lookup-list {
  display: block;
}

.summary-detail {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0.5rem;
}
.summary-detail-text {
  padding: 1rem;
  background: #f8f9fa;
}
.summary-detail-border .summary-detail-text, .summary-detail-text.bg-white {
  padding: 0;
}
.summary-detail:last-child {
  margin-bottom: 0;
}
.summary-detail-boolean_pill {
  align-items: flex-end;
}
.summary-detail-boolean_pill .summary-detail-label {
  line-height: 1;
}
.summary-detail-border .summary-detail {
  align-items: baseline;
  margin-bottom: 1rem;
}
.summary-detail-border .summary-detail:last-child {
  margin-bottom: 0;
}
.summary-detail-label {
  flex: 1;
  max-width: 19.125rem;
}
.summary-detail-list .summary-detail-label, .summary-detail-text .summary-detail-label {
  flex: 1 0 100%;
  width: 100%;
}
.summary-detail-with_padding .summary-detail-label, .summary-detail-border .summary-detail-label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}
.summary-detail-accordion .summary-detail-label {
  font-weight: 600;
  font-size: 0.875rem;
}
.summary-detail-value {
  flex: 1;
}
.summary-detail-accordion .summary-detail-value {
  font-size: 0.875rem;
}
.bg-light > .summary-detail .summary-detail-label {
  color: var(--bs-gray-600);
}
.summary-detail-colour-block {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--selected-color);
  color: #fff;
  font-weight: 500;
}
.summary-detail-colour-block[data-color=blue] {
  --selected-color: #0d6efd;
  color: #fff;
}
.summary-detail-colour-block[data-color=indigo] {
  --selected-color: #6610f2;
  color: #fff;
}
.summary-detail-colour-block[data-color=purple] {
  --selected-color: #6f42c1;
  color: #fff;
}
.summary-detail-colour-block[data-color=pink] {
  --selected-color: #d63384;
  color: #fff;
}
.summary-detail-colour-block[data-color=red] {
  --selected-color: #dc3545;
  color: #fff;
}
.summary-detail-colour-block[data-color=orange] {
  --selected-color: #fd7e14;
  color: #000;
}
.summary-detail-colour-block[data-color=yellow] {
  --selected-color: #ffc107;
  color: #000;
}
.summary-detail-colour-block[data-color=green] {
  --selected-color: #198754;
  color: #fff;
}
.summary-detail-colour-block[data-color=teal] {
  --selected-color: #20c997;
  color: #000;
}
.summary-detail-colour-block[data-color=cyan] {
  --selected-color: #0dcaf0;
  color: #000;
}

.platform-table {
  margin: 0;
}
[busy] > .card-body > .platform-table {
  opacity: 0.5;
  pointer-events: none;
}
.platform-table th {
  font-weight: 500;
}
.platform-table td {
  --bs-table-color-state: #6c757d;
}
.platform-table td:first-of-type {
  --bs-table-color-state: #343a40;
}
.card-body > .table-responsive > .platform-table thead tr:first-of-type th:first-of-type, .card-body > .platform-table thead tr:first-of-type th:first-of-type {
  border-top-left-radius: var(--bs-border-radius);
}
.card-body > .table-responsive > .platform-table thead tr:first-of-type th:last-of-type, .card-body > .platform-table thead tr:first-of-type th:last-of-type {
  border-top-right-radius: var(--bs-border-radius);
}
.card-body > .table-responsive > .platform-table tbody tr:last-of-type td:first-of-type, .card-body > .platform-table tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: var(--bs-border-radius);
}
.card-body > .table-responsive > .platform-table tbody:has(+ tfoot) tr:last-of-type td:first-of-type, .card-body > .platform-table tbody:has(+ tfoot) tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 0;
}
.card-body > .table-responsive > .platform-table tbody:has(+ tfoot) tr:last-of-type td:last-of-type, .card-body > .platform-table tbody:has(+ tfoot) tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 0;
}
.card-body > .table-responsive > .platform-table tbody tr:last-of-type td:last-of-type, .card-body > .platform-table tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: var(--bs-border-radius);
}
.card-body > .table-responsive > .platform-table tbody tr:last-of-type td, .card-body > .platform-table tbody tr:last-of-type td {
  border-bottom: none;
}
.platform-table.lookup-table thead {
  display: none;
}
.platform-table__questionnaire {
  border-radius: 1rem;
}
.platform-table__questionnaire th,
.platform-table__questionnaire td.questionnaire-question {
  font-size: 0.875rem;
}
.platform-table__questionnaire .questionnaire-question-details .questionnaire-question-details-missing {
  color: var(--bs-gray-400);
}
.platform-table__questionnaire thead tr th {
  color: #6c757d;
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.platform-table__questionnaire tbody tr td {
  color: var(--bs-body-color);
  font-weight: 500;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.platform-table__questionnaire tbody tr:last-of-type td {
  border-bottom: none;
}
.platform-table__questionnaire th:not(:first-of-type), .platform-table__questionnaire td:not(:first-of-type) {
  border-left: none;
  padding-left: 1.5rem;
}
.platform-table__questionnaire th:not(:last-of-type), .platform-table__questionnaire td:not(:last-of-type) {
  border-right: none;
  padding-right: 1.5rem;
}
.platform-table tfoot tr {
  border-top: 1px solid var(--bs-border-color);
  box-shadow: none;
  background-color: transparent;
}
.platform-table tfoot tr td {
  box-shadow: none;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 1rem;
}

.platform-folding-table thead tr:not(.table--additional_header) {
  display: none;
}
@media (min-width: 768px) {
  .platform-folding-table thead tr:not(.table--additional_header) {
    display: table-row;
  }
}
.platform-folding-table tbody tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--bs-border-color);
}
.platform-folding-table tbody tr:hover td {
  --bs-table-bg-state: transparent;
}
@media (min-width: 768px) {
  .platform-folding-table tbody tr {
    display: table-row;
    border-bottom: none;
  }
  .platform-folding-table tbody tr:hover td {
    --bs-table-bg-state: var(--bs-table-hover-bg);
  }
}
.platform-folding-table tbody tr td {
  display: flex;
  flex-direction: column;
  border: none;
}
.platform-folding-table tbody tr td[data-order="0"] {
  order: 0;
}
.platform-folding-table tbody tr td[data-order="1"] {
  order: 1;
}
.platform-folding-table tbody tr td[data-order="2"] {
  order: 2;
}
.platform-folding-table tbody tr td[data-order="3"] {
  order: 3;
}
.platform-folding-table tbody tr td[data-order="4"] {
  order: 4;
}
.platform-folding-table tbody tr td[data-order="5"] {
  order: 5;
}
.platform-folding-table tbody tr td[data-order="6"] {
  order: 6;
}
.platform-folding-table tbody tr td[data-order="7"] {
  order: 7;
}
.platform-folding-table tbody tr td[data-order="8"] {
  order: 8;
}
.platform-folding-table tbody tr td[data-order="9"] {
  order: 9;
}
.platform-folding-table tbody tr td[data-order="10"] {
  order: 10;
}
.platform-folding-table tbody tr td.platform-folding-table-full_cell {
  flex: 0 0 100%;
}
.platform-folding-table tbody tr td.platform-folding-table-cell_clear {
  flex-direction: row;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
.platform-folding-table tbody tr td.platform-folding-table-cell_clear:after {
  content: "";
  flex: 1 1 100%;
}
.platform-folding-table tbody tr td > .badge {
  margin-right: auto;
  justify-self: flex-start;
}
@media (min-width: 768px) {
  .platform-folding-table tbody tr td {
    display: table-cell;
    border-bottom: 1px solid var(--bs-border-color);
  }
}
.platform-folding-table tbody tr td:before {
  content: attr(data-label);
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--bs-body-color);
}
@media (min-width: 768px) {
  .platform-folding-table tbody tr td:before {
    display: none;
  }
}

.platform-turbo-frame[busy] {
  opacity: 0.5;
  pointer-events: none;
}

.platform-workflow-component .nav-link {
  --bs-nav-link-padding-x: 0.5rem;
  --bs-nav-link-padding-y: 0.25rem;
  --bs-nav-link-font-size: 0.875rem;
  --bs-nav-link-font-weight: 500;
  --bs-nav-link-color: var(--bs-gray-600);
  --bs-nav-link-hover-color: var(--bs-gray-700);
  --bs-nav-pills-link-active-bg: var(--bs-gray-100);
  --bs-nav-pills-link-active-color: var(--bs-body-color);
}
.platform-workflow-component--pane-text-content {
  white-space: normal; /* Allow text to wrap naturally */
  word-wrap: break-word; /* Break long words if necessary */
  max-width: 18.5rem;
}
.flex-column > .platform-workflow-component--pane-text-content {
  max-width: 80%;
}
.platform-workflow-component .form-field-container.hidden {
  margin: 0 !important;
}

.platform--db-info {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: pink;
  padding: 1rem;
  z-index: 2000;
}

.activity-system-list .activity-system-header {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
}
.activity-system-list .activity-items .activity-item {
  transition: box-shadow 0.15s ease-in-out;
}
.activity-system-list .activity-items .activity-item:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.activity-system-list .activity-items .activity-item .activity-info .activity-meta .badge {
  font-size: 0.75em;
}
.activity-system-list .activity-items .activity-item .activity-actions .btn-group-vertical .btn {
  border-radius: 0.25rem !important;
  margin-bottom: 0.25rem;
}
.activity-system-list .activity-items .activity-item .activity-actions .btn-group-vertical .btn:last-child {
  margin-bottom: 0;
}
.activity-system-calendar .activity-calendar-container {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  overflow: hidden;
}
.activity-system-calendar .activity-calendar-container .fc {
  font-family: inherit;
}
.activity-system-calendar .activity-calendar-container .fc .fc-header-toolbar {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}
.activity-system-calendar .activity-calendar-container .fc .fc-button {
  background-color: #6c757d;
  border-color: #6c757d;
}
.activity-system-calendar .activity-calendar-container .fc .fc-button:hover {
  background-color: #5a6268;
  border-color: #545b62;
}
.activity-system-calendar .activity-calendar-container .fc .fc-button.fc-button-active {
  background-color: #007bff;
  border-color: #007bff;
}
.activity-system-calendar .activity-calendar-container .fc .fc-daygrid-day:hover {
  background-color: #f8f9fa;
}
.activity-system-calendar .activity-calendar-container .fc .fc-event {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 0.875rem;
  font-weight: 500;
}
.activity-system-calendar .activity-calendar-container .fc .fc-event.activity-system-event.status-planned {
  background-color: #007bff;
  color: white;
}
.activity-system-calendar .activity-calendar-container .fc .fc-event.activity-system-event.status-completed {
  background-color: #28a745;
  color: white;
}
.activity-system-calendar .activity-calendar-container .fc .fc-event.activity-system-event.status-in_progress {
  background-color: #ffc107;
  color: #212529;
}
.activity-system-calendar .activity-calendar-container .fc .fc-event.activity-system-event.status-overdue {
  background-color: #dc3545;
  color: white;
}
.activity-system-calendar .activity-calendar-container .fc .fc-event.activity-system-event.status-cancelled {
  background-color: #6c757d;
  color: white;
}
.activity-system-calendar .activity-calendar-container .fc .fc-event.activity-system-event.entity-equipmentasset {
  border-left: 3px solid #17a2b8;
}
.activity-system-calendar .activity-calendar-container .fc .fc-event.activity-system-event.entity-area {
  border-left: 3px solid #fd7e14;
}
.activity-system-calendar .activity-calendar-container .fc .fc-event.activity-system-event.entity-contractor {
  border-left: 3px solid #e83e8c;
}
@media (max-width: 768px) {
  .activity-system-list .activity-item .d-flex {
    flex-direction: column;
  }
  .activity-system-list .activity-item .d-flex .activity-actions {
    align-self: flex-start;
    margin-top: 1rem;
  }
  .activity-system-list .activity-item .d-flex .activity-actions .btn-group-vertical {
    flex-direction: horizontal;
  }
  .activity-system-list .activity-item .d-flex .activity-actions .btn-group-vertical .btn {
    margin-bottom: 0;
    margin-right: 0.25rem;
  }
  .activity-system-calendar .calendar-controls {
    flex-direction: column;
    gap: 1rem;
  }
  .activity-system-calendar .calendar-controls .calendar-filters,
  .activity-system-calendar .calendar-controls .calendar-actions {
    width: 100%;
  }
}

.text-decoration-none {
  text-decoration: none !important;
}

.badge-outline-primary {
  color: #007bff;
  border: 1px solid #007bff;
  background-color: transparent;
}

.colored-select {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  width: 100%;
  box-sizing: border-box;
}
.colored-select:has(option[value=blue]:checked) {
  background-color: #0d6efd;
  color: #fff;
}
.colored-select:has(option[value=indigo]:checked) {
  background-color: #6610f2;
  color: #fff;
}
.colored-select:has(option[value=purple]:checked) {
  background-color: #6f42c1;
  color: #fff;
}
.colored-select:has(option[value=pink]:checked) {
  background-color: #d63384;
  color: #fff;
}
.colored-select:has(option[value=red]:checked) {
  background-color: #dc3545;
  color: #fff;
}
.colored-select:has(option[value=orange]:checked) {
  background-color: #fd7e14;
  color: #000;
}
.colored-select:has(option[value=yellow]:checked) {
  background-color: #ffc107;
  color: #000;
}
.colored-select:has(option[value=green]:checked) {
  background-color: #198754;
  color: #fff;
}
.colored-select:has(option[value=teal]:checked) {
  background-color: #20c997;
  color: #000;
}
.colored-select:has(option[value=cyan]:checked) {
  background-color: #0dcaf0;
  color: #000;
}
.simple_form .colored-select.form-control.is-valid {
  padding-right: 0.75rem;
}
.colored-select::picker-icon {
  transform: scale(0.75);
}
.colored-select button {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  font-size: 1rem;
  cursor: pointer;
}
.colored-select button selectedcontent {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}
.colored-select option {
  display: inline-block;
  cursor: pointer;
}
.colored-select option:hover {
  background-color: #f8f9fa;
}
.colored-select option.color-option-blue {
  background-color: #0d6efd;
  color: #fff;
}
.colored-select option.color-option-blue:hover {
  background-color: #0a58ca;
  color: #fff;
}
.colored-select option.color-option-indigo {
  background-color: #6610f2;
  color: #fff;
}
.colored-select option.color-option-indigo:hover {
  background-color: #520dc2;
  color: #fff;
}
.colored-select option.color-option-purple {
  background-color: #6f42c1;
  color: #fff;
}
.colored-select option.color-option-pink {
  background-color: #d63384;
  color: #fff;
}
.colored-select option.color-option-red {
  background-color: #dc3545;
  color: #fff;
}
.colored-select option.color-option-orange {
  background-color: #fd7e14;
  color: #000;
}
.colored-select option.color-option-yellow {
  background-color: #ffc107;
  color: #000;
}
.colored-select option.color-option-green {
  background-color: #198754;
  color: #fff;
}
.colored-select option.color-option-teal {
  background-color: #20c997;
  color: #000;
}
.colored-select option.color-option-cyan {
  background-color: #0dcaf0;
  color: #000;
}

.form-check.form-field-container {
  clear: both;
}

:root {
  --fc-small-font-size: .85em;
  --fc-page-bg-color: #fff;
  --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
  --fc-neutral-text-color: #808080;
  --fc-border-color: oklch(0.872 0.01 258.338);
  --fc-button-text-color: var(--fc-text-color);
  --fc-button-bg-color: #fff;
  --fc-button-border-color: #2C3E50;
  --fc-button-hover-bg-color: oklch(98.5% .002 247.839);
  --fc-button-hover-border-color: #2C3E50;
  --fc-button-active-bg-color: oklch(99.5% .002 247.839);
  --fc-button-active-border-color: #151e27;
  --fc-event-bg-color: #3788d8;
  --fc-event-border-color: #3788d8;
  --fc-event-text-color: #fff;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);
  --fc-more-link-bg-color: #d0d0d0;
  --fc-more-link-text-color: inherit;
  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 1px;
  --fc-non-business-color: rgba(215, 215, 215, 0.3);
  --fc-bg-event-color: rgb(143, 223, 130);
  --fc-bg-event-opacity: 0.3;
  --fc-highlight-color: rgba(188, 232, 241, 0.3);
  --fc-today-bg-color: transparent;
  --fc-now-indicator-color: red;
  --fc-text-color: oklch(37.3% .034 259.733);
}

.fc-theme-standard .fc-toolbar-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--fc-text-color);
}
.fc-theme-standard a {
  color: oklch(55.1% 0.027 264.364);
  font-size: var(--fc-small-font-size);
}
.fc-theme-standard .fc-col-header-cell {
  padding: 0.5em 0;
}
.fc-theme-standard .fc-col-header-cell .fc-scrollgrid-sync-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-theme-standard .fc-col-header-cell a {
  color: oklch(37.3% 0.034 259.733);
  font-weight: 600;
  text-decoration: none;
}
.fc-theme-standard .fc-daygrid-day-top {
  flex-direction: row;
}
.fc-theme-standard .fc-daygrid-day-top a {
  text-decoration: none;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-theme-standard .fc-daygrid-day-frame {
  padding: 0.75em;
}
.fc-theme-standard .fc-day-today .fc-daygrid-day-top a {
  background-color: rgb(25, 135, 84);
  color: white;
  border-radius: 50%;
}
.fc-theme-standard .fc-day-past {
  background-color: oklch(98.5% 0.002 247.839);
}
.fc-theme-standard .fc-day-past .fc-daygrid-day-top a {
  color: oklch(55.1% 0.027 264.364);
}
.fc-theme-standard .fc-h-event {
  padding: 0 0.25rem;
}
.fc-theme-standard .fc-h-event a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
.fc-theme-standard .fc-event[data-color=blue] {
  background-color: #0d6efd;
  border-color: #0a58ca;
  color: #fff;
}
.fc-theme-standard .fc-event[data-color=indigo] {
  background-color: #6610f2;
  border-color: #520dc2;
  color: #fff;
}
.fc-theme-standard .fc-event[data-color=purple] {
  background-color: #6f42c1;
  border-color: #59359a;
  color: #fff;
}
.fc-theme-standard .fc-event[data-color=pink] {
  background-color: #d63384;
  border-color: #ab296a;
  color: #fff;
}
.fc-theme-standard .fc-event[data-color=red] {
  background-color: #dc3545;
  border-color: #b02a37;
  color: #fff;
}
.fc-theme-standard .fc-event[data-color=orange] {
  background-color: #fd7e14;
  border-color: #ca6510;
  color: #000;
}
.fc-theme-standard .fc-event[data-color=yellow] {
  background-color: #ffc107;
  border-color: #cc9a06;
  color: #000;
}
.fc-theme-standard .fc-event[data-color=green] {
  background-color: #198754;
  border-color: #146c43;
  color: #fff;
}
.fc-theme-standard .fc-event[data-color=teal] {
  background-color: #20c997;
  border-color: #1aa179;
  color: #000;
}
.fc-theme-standard .fc-event[data-color=cyan] {
  background-color: #0dcaf0;
  border-color: #0aa2c0;
  color: #000;
}
.fc-theme-standard.fc .fc-button-primary:not(:disabled).fc-button-active {
  background-color: #dee2e6;
  border-color: #6c757d;
  color: #000;
}

:root {
  --lte-sidebar-width: 250px;
  --bs-font-sans-serif: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

canvas[data-controller=chart] {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
}

canvas[data-controller=chart][data-chart-sample-value=donut] {
  height: 100% !important;
  max-height: 100%;
}

canvas[data-controller=chart]:not([data-chart-sample-value=donut]) {
  height: auto !important;
  aspect-ratio: 4/3;
}

[data-controller=chart] {
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-controller=chart][data-chart-sample-value=donut] {
  height: 100%;
  align-items: stretch;
  justify-content: stretch;
}

[data-controller=chart]:not([data-chart-sample-value=donut]) {
  height: auto;
}

@media (max-width: 767px) {
  [data-controller=chart] {
    min-height: 180px;
  }
  .card [data-controller=chart] {
    padding: 10px;
  }
}
