@import '../basic/Neo.Gambling.Public.Themes.Basic.bundle.scp.css';
@import '../theming/Tjt.AspNetCore.WebAssembly.Theming.Components.bundle.scp.css';
@import '../_content/Tjt.AspNetCore.WebAssembly.Theming/Tjt.AspNetCore.WebAssembly.Theming.bundle.scp.css';

/* parasino/Pages/Auth/RegisterDialog.razor.rz.scp.css */
[b-43qvysej0c] .input {
    border-radius: 0.375rem;
    border-width: 0px;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

[b-43qvysej0c] .step-circle {
    width: 2.5rem;
    height: 2.5rem;
}
/* parasino/Pages/DisplayTemplates/Ads.razor.rz.scp.css */
[b-94rvxbv1cr] .tjt-carousel-delimiters
{
    position: absolute;
    bottom: 12px;
    left: 0;
    right:0;
}
/* parasino/Pages/DisplayTemplates/Banners.razor.rz.scp.css */
[b-8kgsjjkuy7] .slider-title > * {
  font-size: 1.5rem;
}
@media (min-width: 540px) {
  [b-8kgsjjkuy7] .slider-title > * {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  [b-8kgsjjkuy7] .slider-title > * {
    font-size: 5rem;
  }
}

[b-8kgsjjkuy7] .slider-description > * {
  font-size: 1rem;
}
/* parasino/Pages/Profile/ReferToFriend.razor.rz.scp.css */
/* parasino/Pages/PromotionPage.razor.rz.scp.css */
.promotion-desc[b-m2ohht2mb7] {
  font-size: 0.75rem;
}
[b-m2ohht2mb7] .promotion-desc > p {
  display: list-item;
  list-style: none;
  counter-increment: bonus-item-terms-counter;
  position: relative;
  padding: 0.125rem 1rem 0 2.875rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
  min-height: 2rem;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  line-height: 1.5rem;
}
[b-m2ohht2mb7] .promotion-desc > p::before {
  display: flex;
  content: counter(bonus-item-terms-counter);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
}

[b-m2ohht2mb7] .title > h2 {
  font-size: 1.8rem;
}
/* parasino/Shared/MainHeaderDesktop.razor.rz.scp.css */
.dropdown:has(a.active)[b-itq48ife6c] {
    color: var(--palette-primary);
}
/* parasino/Shared/MainLayout.razor.rz.scp.css */
.main-layout[b-4337i1zc4v] {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background: var(--palette-background);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: var(--appbar-height, 4rem) 1fr var(--appbar-height, 4rem);
  grid-template-areas: "header" "main" "footer";
  color: var(--palette-text-primary);
  z-index: 0;
  position: relative;
}
@media (min-width: 992px) {
  .main-layout[b-4337i1zc4v] {
    grid-template-areas: "main";
    grid-template-rows: 1fr;
  }
}
.main-layout.hide-footer[b-4337i1zc4v] {
  grid-template-rows: var(--appbar-height, 4rem) 1fr;
  grid-template-areas: "header" "main";
}
.main-layout.hide-footer[b-4337i1zc4v]  .main-footer {
  overflow: hidden; /* Hide the element content, while height = 0 */
  height: 0;
  opacity: 0;
  transition: height 0ms 1s, opacity 1ms 0ms;
}
.main-layout[b-4337i1zc4v]::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3)), var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: auto;
}
.main-layout[b-4337i1zc4v]  .main-header {
  grid-area: header;
  width: 100%;
  height: var(--appbar-height);
  color: var(--palette-primary-text);
  background-color: var(--palette-appbar-background);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: margin 225ms cubic-bezier(0, 0, 0.2, 1) 0ms, width 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  /*background-image: url(img/navigation-bar.png) !important;
  background-size: cover;*/
}
.main-layout[b-4337i1zc4v]  .main-header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.main-layout[b-4337i1zc4v]  .main-header-fixed > div {
  height: var(--appbar-height);
}
.main-layout[b-4337i1zc4v]  .main-header::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: linear-gradient(rgba(0, 0, 0, 0.65) 10%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3)), var(--bg-image);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index: -1;
}
.main-layout main[b-4337i1zc4v] {
  grid-area: main;
  /*@media(max-width: 1024px) {
      max-height: 100%;
      overflow-y: initial;
  }*/
}
@media (min-width: 992px) {
  .main-layout main[b-4337i1zc4v] {
    --appbar-height: 5rem;
  }
}
.main-layout[b-4337i1zc4v]  .main-footer {
  grid-area: footer;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--palette-appbar-text);
  background-color: var(--palette-appbar-background);
}
.main-layout[b-4337i1zc4v]  .main-footer-fixed {
  position: fixed;
  bottom: -1px;
  right: 0;
  left: 0;
}
.main-layout[b-4337i1zc4v]  .main-footer-fixed > div {
  height: var(--appbar-height);
}
