/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*Template Settings*/
[data-layout=vertical][data-layout-style=detached] .layout-width[b-x6nre1iu1e] {
    max-width: 100%;
}

[data-layout=vertical][data-layout-style=detached] #layout-wrapper[b-x6nre1iu1e] {
    max-width: 100%;
}

@media (min-width: 1024.1px) {
    [data-layout=horizontal] .layout-width[b-x6nre1iu1e],
    [data-layout=horizontal] .container-fluid[b-x6nre1iu1e] {
        max-width: 100%;
    }
}

.collapsing[b-x6nre1iu1e] {
    -webkit-transition: height 0.05s ease;
    transition: height 0.05s ease;
}

    .collapsing.collapse-horizontal[b-x6nre1iu1e] {
        -webkit-transition: width 0.05s ease;
        transition: width 0.05s ease;
    }

#blazor-error-ui[b-x6nre1iu1e] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-x6nre1iu1e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Shared/ClientRegionSelector.razor.rz.scp.css */
.custom-dropdown .btn[b-lkphreaqb7] {
  color: white;
  font-size: 0.875rem;
  border: none;
  border-radius: 0.2rem;
  padding: 0 0.4rem;
  width: auto;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
  background: none;
}

.custom-dropdown .btn:hover[b-lkphreaqb7] {
  background: #3b4e61;
  background-color: #3b4e61;
}

.custom-dropdown h6[b-lkphreaqb7] {
  padding: 0 0 0 0.4rem;
}

.custom-dropdown .dropdown-toggle[b-lkphreaqb7]::after {
  margin-left: 0.5rem;
  vertical-align: middle;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.custom-dropdown .dropdown-menu[b-lkphreaqb7] {
  background-color: #3b4e61;
  border: none;
  border-radius: 0.35rem;
  min-width: 220px;
  padding: 0;
}

.custom-dropdown .dropdown-item[b-lkphreaqb7] {
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}

.custom-dropdown .dropdown-item:hover[b-lkphreaqb7] {
  background-color: #3b4e61;
  color: #fff;
}

.custom-dropdown .dropdown-item.active[b-lkphreaqb7],
.custom-dropdown .dropdown-item:active[b-lkphreaqb7] {
  background-color: #3b4e61;
  color: #fff;
  font-weight: bold;
}

.custom-dropdown .dropdown-item.active[b-lkphreaqb7]::after {
  content: "✓";
  float: right;
  font-weight: bold;
  color: #fff;
}

.dropdown-menu-custom[b-lkphreaqb7] {
  min-width: 500px;
  background-color: #3b4e61;
  border-radius: 0px;
}

.dropdown-menu-custom .dropdown-item[b-lkphreaqb7] {
  color: #fff;
  padding: 0.75rem 1rem;
  min-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu-custom .dropdown-item.active[b-lkphreaqb7] {
  color: #8de1ff;
  background: none;
  font-weight: bold;
  position: relative;
}

.dropdown-menu-custom .dropdown-item.active[b-lkphreaqb7]::after {
  content: "✓";
  position: absolute;
  right: 1rem;
  color: #8de1ff;
  font-weight: bold;
}

.custom-dropdown .dropdown-item:disabled[b-lkphreaqb7] {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.custom-dropdown .btn:disabled[b-lkphreaqb7] {
  background-color: #e9ecef;
  color: #3b4e61;
  border-color: #dee2e6;
  opacity: 0.8;
  cursor: not-allowed;
}

.client-column[b-lkphreaqb7] {
  min-width: 200px;
  flex: 0 0 200px;
}

.region-column[b-lkphreaqb7] {
  min-width: 200px;
  flex: 0 0 200px;
}

.dropdown-menu-custom .dropdown-header[b-lkphreaqb7] {
  color: #d4e2f0;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.75rem 1rem 0.5rem 1rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu-custom div[b-lkphreaqb7] {
  background-color: #3b4e61;
  border-color: #3b4e61;
}
