@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Obs/Scene/ObsEditSceneOffcanvas.razor.rz.scp.css */
.edit-scene-offcanvas[b-1ut4dowtcm]  .footer {
  display: flex;
  gap: 0.5rem;
}
/* /Components/Obs/Scene/ObsScenesList.razor.rz.scp.css */
.data-grid-container[b-fmh4dhfuk3]  .actions-column {
  width: 80px;
}
.data-grid-container[b-fmh4dhfuk3]  .checkbox-column {
  width: 110px;
}
/* /Components/Shared/CountryItem.razor.rz.scp.css */
.country-container[b-vj9xmt48bz] {
  display: inline-block;
}
.country-container .country-item[b-vj9xmt48bz] {
  display: flex;
  gap: 0.7em;
}
.country-container .country-item .country-flag[b-vj9xmt48bz] {
  height: 1em;
}
/* /Components/Shared/SideMenu/SideMenu.razor.rz.scp.css */
ul[b-avhsmkqy0q] {
  gap: 0;
}
/* /Components/Shared/SideMenu/SideMenuGroup.razor.rz.scp.css */
.sidemenu-group .group-content[b-jbr2qlenh3] {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.7s ease-out;
}
.sidemenu-group .group-header[b-jbr2qlenh3] {
  padding: 10px;
  display: flex;
  gap: 10px;
  border-bottom: 0;
}
.sidemenu-group.active .group-content[b-jbr2qlenh3] {
  max-height: 500px;
}
.sidemenu-group.active .group-header[b-jbr2qlenh3] {
  background: var(--os-paragraph-bg);
}
/* /Components/Shared/SideMenu/SideMenuItem.razor.rz.scp.css */
li.sidemenu-link[b-9g209y9n74] {
  position: relative;
  padding: 10px;
}
li.sidemenu-link.active[b-9g209y9n74] {
  background: #fff;
}
li.sidemenu-link a[b-9g209y9n74] {
  border-bottom: 0;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
}
li.sidemenu-link[b-9g209y9n74]  .animated-squares {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
/* /Components/Shared/TopMenu/MyAccount.razor.rz.scp.css */
/* /Components/Shared/TopMenu/NavbarBrand.razor.rz.scp.css */
a.navbar-brand[b-fwnssk9hfu], a.navbar-brand:visited[b-fwnssk9hfu] {
  font-weight: 800;
  padding: 0.3em 0.4em;
  border-bottom: 0;
}
a.navbar-brand[b-fwnssk9hfu] {
  line-height: 0.8em;
}
a.navbar-brand img[b-fwnssk9hfu] {
  width: 1.6em;
  height: 1.6em;
  border-radius: 5px;
  border: 2px solid #fff;
  background: #fff;
}
a.navbar-brand .brand-title[b-fwnssk9hfu] {
  display: inline-block;
}
a.navbar-brand .brand-title small[b-fwnssk9hfu] {
  font-size: 0.6em;
  font-weight: normal;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.video-background[b-x4zv7ph511] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1; /* Ensure the video stays behind the content */
}
.video-background video[b-x4zv7ph511] {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}
