@import 'theming/Tjt.AspNetCore.WebAssembly.Theming.Components.bundle.scp.css';
@import '_content/Tjt.AspNetCore.WebAssembly.Theming/Tjt.AspNetCore.WebAssembly.Theming.bundle.scp.css';
@import 'grid/Tjt.Grid.Blazor.bundle.scp.css';

/* /Pages/Freespins/FreespinPage.razor.rz.scp.css */
/* /Pages/Index.razor.rz.scp.css */
/* /Shared/AnonimousLayout.razor.rz.scp.css */
#app[b-b113mg79u5] {
  width: 100%;
  min-height: calc(100vh);
  height: 100%;
  padding: 0;
  margin: 0;
  display: grid;
  grid-row-gap: .5rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "main" "footer";
  background-image: url(img/bg.png);
  background-size: 100% 100%; }
  @media (max-width: 992px) {
    #app[b-b113mg79u5] {
      grid-row-gap: 0;
      grid-column-gap: 0; } }
  .theme-dark #app[b-b113mg79u5] {
    background-size: cover; }
  #app[b-b113mg79u5]  .main-header {
    grid-area: header;
    z-index: 2;
    padding: 0;
    background-image: url(img/navigation-bar.png) !important;
    background-size: cover; }
  #app[b-b113mg79u5]  .main-left-sidebar {
    grid-area: sidebar;
    color: var(--palette-drawer-text); }
  #app main[b-b113mg79u5] {
    grid-area: main;
    padding: var(--main-spacing);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #app main[b-b113mg79u5]  .main-content {
      z-index: 1; }
  #app[b-b113mg79u5]  .main-footer {
    grid-area: footer;
    z-index: 20;
    color: var(--palette-primary-text);
    background-color: var(--palette-primary); }

.powerby[b-b113mg79u5] {
  bottom: 0; }
  .powerby h6[b-b113mg79u5] {
    color: #d3d3d3;
    text-shadow: none;
    letter-spacing: 1.7px;
    font-weight: 300;
    line-height: 1;
    margin: 0 10px; }
  .powerby img[b-b113mg79u5] {
    max-height: 2.5em; }

/*
.main {
    background: linear-gradient(-45deg, rgba(0, 0, 0, .4%), rgba(13, 110, 253, .4), rgba(0, 37, 58, .7), rgba(0, 0, 0, .45));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}*/
/* /Shared/MainLayout.razor.rz.scp.css */
.content[b-q7t0sxdbf2] {
  margin-top: 2.2rem;
  border-radius: 1.6rem;
  position: relative;
  min-height: 100vh;
  width: 100%;
  padding: 0.125rem 1.5rem 1.5rem;
}
.content[b-q7t0sxdbf2]::before {
  content: "";
  width: 96.5%;
  z-index: -1;
  margin-top: -0.87rem;
  border-radius: 1.6rem;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.content[b-q7t0sxdbf2]::after {
  content: "";
  width: 92.5%;
  z-index: -2;
  margin-top: -1.76rem;
  border-radius: 1.6rem;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.1490196078);
}
