@import '_content/Sysinfocus.AspNetCore.Components/Sysinfocus.AspNetCore.Components.bundle.scp.css';

/* /Components/Custom/Slide.razor.rz.scp.css */
.btn[b-bd6xxjuu80] {
    background: transparent;
    border: none;
    cursor: pointer;
}

.slides[b-bd6xxjuu80] {
    position: relative;
    left: 0;
    top: 0;
    width: 100dvw;
    overflow: hidden;
    height: 100dvh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.slide[b-bd6xxjuu80] {
    scroll-snap-align: start;
    background-color: hsl(var(--slide-hue),100%,95%) !important;
    text-decoration: none;
    color: inherit;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    top:0;
    left:0;
    width: 100dvw;
    height: 100dvh;
    outline: transparent;
    padding: 2rem;
    padding-left: calc(env(safe-area-inset-left) + 2rem);
    text-align: left;

    & h1 {
        color: hsl(var(--slide-hue),40%,25%);
        font-size: max(2.5rem,8vmin);
        letter-spacing: max(-2px,-12px);
        margin-block: 2rem;
        margin-top: 4rem;
    }

    & p[b-bd6xxjuu80] {
        font-size: max(1.35rem,4vmin);
        line-height: 1.5;
    }

    &[b-bd6xxjuu80]  ul,
    &[b-bd6xxjuu80]  ol {
        margin-left: max(1.35rem, 3.5vmin);
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));

        & li {
            font-size: max(1.25rem,3.5vmin);
            line-height: 1.5;
        }
    }

    & span[b-bd6xxjuu80] {
        position: absolute;
/*        margin-right: env(safe-area-inset-right);*/
        font-size: 1rem;
        opacity: 0.5;
        right: 2rem;
        bottom: 2rem;
    }
}

.show[b-bd6xxjuu80] {
}

.restart[b-bd6xxjuu80] {
    position: fixed;
/*    margin-left: env(safe-area-inset-left);*/
    left: 2rem;
    bottom: 2rem;
    z-index: 9999;
}

.close[b-bd6xxjuu80] {
    position: fixed;
    right: 2rem;
    top: 2rem;
    z-index: 9999;
}

.about[b-bd6xxjuu80] {
    position: fixed;
    margin-left: env(safe-area-inset-left);
    left: 2rem;
    top: 2rem;
    z-index: 9999;
    background: linear-gradient(45deg,hsl(var(--slide-hue),50%,50%),#000000) !important;
    border-radius: 9999px;
    padding: 0.35rem 1.5rem;
    font-weight: 600;
    font-size: max(1rem, 2.5vmin);
    color: #fff;
}
