@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Games/Mafia/HeroCard.razor.rz.scp.css */
.hero-card[b-xblv7uyzgu] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
}
.hero-card .hero-card-portrait[b-xblv7uyzgu] {
  position: relative;
  width: 120px;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.35), inset 0 0 20px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #1a1a2e, #16213e);
}
.hero-card .hero-card-portrait img[b-xblv7uyzgu] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.3s ease;
}
.hero-card .hero-card-portrait:hover img[b-xblv7uyzgu] {
  transform: scale(1.05);
}
.hero-card .hero-card-info[b-xblv7uyzgu] {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}
.hero-card .hero-card-info .hero-card-role[b-xblv7uyzgu] {
  width: 14px;
  height: 14px;
  display: inline-block;
  flex-shrink: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-mode: alpha;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-mode: alpha;
}
.hero-card .hero-card-info .hero-card-role.role-icon-tank[b-xblv7uyzgu] {
  -webkit-mask-image: url("/images/roles/tank.svg");
  mask-image: url("/images/roles/tank.svg");
  background-color: #0d6efd;
}
.hero-card .hero-card-info .hero-card-role.role-icon-damage[b-xblv7uyzgu] {
  -webkit-mask-image: url("/images/roles/damage.svg");
  mask-image: url("/images/roles/damage.svg");
  background-color: #dc3545;
}
.hero-card .hero-card-info .hero-card-role.role-icon-support[b-xblv7uyzgu] {
  -webkit-mask-image: url("/images/roles/support.svg");
  mask-image: url("/images/roles/support.svg");
  background-color: #198754;
}
.hero-card .hero-card-info .hero-card-name[b-xblv7uyzgu] {
  font-size: 0.65rem;
  font-weight: 600;
  color: #1a1a2e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
/* /Components/Games/Mafia/MafiaLobby.razor.rz.scp.css */
.lobby-players-grid[b-ss1yq0lw3n] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.lobby-players-grid .lobby-player-card[b-ss1yq0lw3n] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lobby-players-grid .lobby-player-card .lobby-player-name[b-ss1yq0lw3n] {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  color: #1a1a2e;
  letter-spacing: 0.03em;
}
.lobby-players-grid .lobby-player-card .lobby-player-badges[b-ss1yq0lw3n] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-height: 1.2rem;
}

.role-toggle-btn[b-ss1yq0lw3n] {
  background: none;
  border: none;
  padding: 1px 2px;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.role-toggle-btn:disabled[b-ss1yq0lw3n] {
  cursor: not-allowed;
}
.role-toggle-btn.role-toggle-locked[b-ss1yq0lw3n] {
  outline: 1.5px dashed rgba(0, 0, 0, 0.35);
  outline-offset: 1px;
  border-radius: 3px;
}
.role-toggle-btn:not(:disabled):hover .role-toggle-icon[b-ss1yq0lw3n] {
  filter: brightness(1.3);
}

.role-toggle-icon[b-ss1yq0lw3n] {
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-mode: alpha;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-mode: alpha;
  transition: background-color 0.15s, opacity 0.15s, filter 0.15s;
}
.role-toggle-icon.role-tank[b-ss1yq0lw3n] {
  -webkit-mask-image: url("/images/roles/tank.svg");
  mask-image: url("/images/roles/tank.svg");
}
.role-toggle-icon.role-damage[b-ss1yq0lw3n] {
  -webkit-mask-image: url("/images/roles/damage.svg");
  mask-image: url("/images/roles/damage.svg");
}
.role-toggle-icon.role-support[b-ss1yq0lw3n] {
  -webkit-mask-image: url("/images/roles/support.svg");
  mask-image: url("/images/roles/support.svg");
}
.role-toggle-icon.role-allowed-tank[b-ss1yq0lw3n] {
  background-color: #0d6efd;
}
.role-toggle-icon.role-allowed-damage[b-ss1yq0lw3n] {
  background-color: #dc3545;
}
.role-toggle-icon.role-allowed-support[b-ss1yq0lw3n] {
  background-color: #198754;
}
.role-toggle-icon.role-not-allowed[b-ss1yq0lw3n] {
  background-color: rgba(0, 0, 0, 0.2);
}
/* /Components/Games/Mafia/MafiaVoting.razor.rz.scp.css */
.role-icon[b-gj4z09786s] {
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  vertical-align: middle;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-mode: alpha;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-mode: alpha;
}
.role-icon.role-icon-tank[b-gj4z09786s] {
  -webkit-mask-image: url("/images/roles/tank.svg");
  mask-image: url("/images/roles/tank.svg");
  background-color: #0d6efd;
}
.role-icon.role-icon-damage[b-gj4z09786s] {
  -webkit-mask-image: url("/images/roles/damage.svg");
  mask-image: url("/images/roles/damage.svg");
  background-color: #dc3545;
}
.role-icon.role-icon-support[b-gj4z09786s] {
  -webkit-mask-image: url("/images/roles/support.svg");
  mask-image: url("/images/roles/support.svg");
  background-color: #198754;
}
/* /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/MafiaJoinLayout.razor.rz.scp.css */
.video-background[b-usp8251i3x] {
  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-usp8251i3x] {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/* /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;
}
