@import '_content/Blazor.Flags/Blazor.Flags.bundle.scp.css';
@import '_content/Fuse.Platform.Razor/Fuse.Platform.Razor.cv1axf08fd.bundle.scp.css';
@import '_content/PSC.Blazor.Components.Icons/PSC.Blazor.Components.Icons.bundle.scp.css';

/* /Components/Layout/AuthenticatedLayout.razor.rz.scp.css */
.authenticated-layout[b-y5sst049hq]  .mud-toolbar .mud-avatar {
  width: 35px !important;
  height: 35px !important;
  font-size: 14px;
}
.authenticated-layout[b-y5sst049hq]  .mud-toolbar .mud-avatar:first-child {
  background-color: rgb(39, 39, 47);
  color: white;
}
.authenticated-layout[b-y5sst049hq]  .mud-toolbar .mud-avatar:nth-of-type(2) {
  background-color: rgb(19, 19, 27);
  color: white;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
div.main-layout[b-sep67tlfhv] {
  position: relative;
  height: 100%;
}
/* /Components/Layout/NotificationPopover.razor.rz.scp.css */
[b-fjhnla9n7q] .fuse-popover-icon-button-wiggle {
  position: relative;
}
[b-fjhnla9n7q] .fuse-popover-icon-button-wiggle .mud-icon-root {
  transform-origin: 50% 12%;
  animation: notif-wiggle-b-fjhnla9n7q 3.6s ease-in-out infinite;
  will-change: transform;
}
@keyframes notif-wiggle-b-fjhnla9n7q {
  0%, 70%, 100% {
    transform: rotate(0deg);
  }
  74% {
    transform: rotate(10deg);
  }
  78% {
    transform: rotate(-10deg);
  }
  82% {
    transform: rotate(8deg);
  }
  86% {
    transform: rotate(-8deg);
  }
  90% {
    transform: rotate(0deg);
  }
}
/* /Components/Layout/UnauthenticatedLayout.razor.rz.scp.css */
.root-laddatillsammans .unauthenticated-layout[b-2z9til622t] {
  background-image: url("/_content/Fuse.Platform.Razor/laddatillsammans/background.webp");
}

.root-waybler .unauthenticated-layout[b-2z9til622t] {
  background-image: url("/_content/Fuse.Platform.Razor/waybler/background.webp");
}

div.unauthenticated-layout[b-2z9til622t] {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

div.unauthenticated-layout > article[b-2z9til622t] {
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
}
div.unauthenticated-layout > article > img[b-2z9til622t] {
  max-width: 60%;
  max-height: 150px;
}
div.unauthenticated-layout > article > div[b-2z9til622t] {
  margin-top: 30px;
  width: 100%;
}
div.unauthenticated-layout > article > div[b-2z9til622t]  a {
  font-weight: bold !important;
}
/* /Components/Pages/Facilities/EditCircuitsDrawer.razor.rz.scp.css */
[b-djhemjwpgu] .circuit-node {
  position: relative;
  transition: margin-bottom 0.15s ease;
}
[b-djhemjwpgu] .circuit-node:has(.circuit-drop-after.active) {
  margin-bottom: 32px;
}
[b-djhemjwpgu] .circuit-drop-overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.is-dragging[b-djhemjwpgu]  .circuit-drop-overlay {
  display: flex;
  flex-direction: column;
}
[b-djhemjwpgu] .circuit-drop-after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  height: 28px;
}
[b-djhemjwpgu] .circuit-drop-after,
[b-djhemjwpgu] .circuit-drop-under {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed transparent;
  border-radius: 4px;
  transition: border-color 0.15s ease;
}
[b-djhemjwpgu] .circuit-drop-after .mud-typography,
[b-djhemjwpgu] .circuit-drop-under .mud-typography {
  opacity: 0;
  transition: opacity 0.15s ease;
}
[b-djhemjwpgu] .circuit-drop-after.active,
[b-djhemjwpgu] .circuit-drop-under.active {
  border-color: var(--mud-palette-info);
}
[b-djhemjwpgu] .circuit-drop-after.active .mud-typography,
[b-djhemjwpgu] .circuit-drop-under.active .mud-typography {
  opacity: 1;
  color: var(--mud-palette-info);
}
[b-djhemjwpgu] .circuit-dragging {
  opacity: 0.4;
}
[b-djhemjwpgu] .circuit-drop-target {
  outline: 2px dashed var(--mud-palette-info);
  outline-offset: 2px;
  border-radius: 4px;
}
/* /Components/Pages/Facilities/EditStationsDrawer.razor.rz.scp.css */
[b-o4515wshfr] .station-drop-zone {
  height: 0;
  border-radius: 4px;
  transition: height 0.15s ease, border-color 0.15s ease;
}
.is-dragging[b-o4515wshfr]  .station-drop-zone {
  height: 32px;
  border: 2px dashed var(--mud-palette-lines-default);
  margin: 4px 0;
}
[b-o4515wshfr] .station-drop-zone.drop-target {
  border-color: var(--mud-palette-info);
}
[b-o4515wshfr] .station-dragging {
  opacity: 0.4;
}
[b-o4515wshfr] .drop-target {
  outline: 2px dashed var(--mud-palette-info);
  outline-offset: -2px;
  border-radius: 4px;
}
[b-o4515wshfr] .station-row {
  padding: 4px 8px;
  border-radius: 4px;
}
/* /Components/Shared/FuseListSelector.razor.rz.scp.css */
div[b-kr1z3f6t42] {
  /*background-color: green;*/
}
div[b-kr1z3f6t42]  > .mud-button {
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
div[b-kr1z3f6t42]  > .mud-button > .mud-button-label {
  justify-content: space-between;
  padding-right: 6px;
  text-transform: none;
}
/* /Components/Shared/FusePermissionLink.razor.rz.scp.css */
.fuse-permission-link-full-width.fuse-permission-link-full-width[b-h71y0rrgm2] {
  width: 100%;
}
/* /Components/Shared/FuseSelector.razor.rz.scp.css */
div[b-m2knklz0eo] {
  /*background-color: green;*/
}
div[b-m2knklz0eo]  > .mud-button {
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
div[b-m2knklz0eo]  > .mud-button > .mud-button-label {
  justify-content: space-between;
  padding-right: 6px;
  text-transform: none;
}
