@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/DisplayTemplates/Ads.razor.rz.scp.css */
[b-ukytn1ifva] .tjt-carousel-delimiters
{
    position: absolute;
    bottom: 12px;
    left: 0;
    right:0;
}
/* /Pages/DisplayTemplates/Banners.razor.rz.scp.css */
[b-4eags16yss] .slider-title > * {
  font-size: 1.5rem;
}
@media (min-width: 540px) {
  [b-4eags16yss] .slider-title > * {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  [b-4eags16yss] .slider-title > * {
    font-size: 5rem;
  }
}

[b-4eags16yss] .slider-description > * {
  font-size: 1rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.main-layout[b-epumpz55ma] {
  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-epumpz55ma] {
    grid-template-areas: "main";
    grid-template-rows: 1fr;
  }
}
.main-layout.hide-footer[b-epumpz55ma] {
  grid-template-rows: var(--appbar-height, 4rem) 1fr;
  grid-template-areas: "header" "main";
}
.main-layout.hide-footer[b-epumpz55ma]  .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-epumpz55ma]::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-epumpz55ma]  .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-epumpz55ma]  .main-header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.main-layout[b-epumpz55ma]  .main-header-fixed > div {
  height: var(--appbar-height);
}
.main-layout[b-epumpz55ma]  .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-epumpz55ma] {
  grid-area: main;
  /*@media(max-width: 1024px) {
      max-height: 100%;
      overflow-y: initial;
  }*/
}
@media (min-width: 992px) {
  .main-layout main[b-epumpz55ma] {
    --appbar-height: 5rem;
  }
}
.main-layout[b-epumpz55ma]  .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-epumpz55ma]  .main-footer-fixed {
  position: fixed;
  bottom: -1px;
  right: 0;
  left: 0;
}
.main-layout[b-epumpz55ma]  .main-footer-fixed > div {
  height: var(--appbar-height);
}
