@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Shared/BsSlider.razor.rz.scp.css */
input[type="range"][b-aobqda0zfh] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    outline: none;
    border-radius: 15px;
    height: 6px;
}

    input[type="range"]:enabled[b-aobqda0zfh] {
        cursor: pointer;
    }

    /* Thumb: webkit */
    input[type="range"][b-aobqda0zfh]::-webkit-slider-thumb {
        /* removing default appearance */
        -webkit-appearance: none;
        appearance: none;
        /* creating a custom design */
        height: 15px;
        width: 15px;
        background-color: #266892;
        border-radius: 50%;
        border: none;
        padding: 8px;
        transition: .2s ease-in-out;
    }


    /* Thumb: Firefox */
    input[type="range"][b-aobqda0zfh]::-moz-range-thumb {
        height: 4px;
        width: 4px;
        background-color: #266892;
        border-radius: 50%;
        border: none;
        padding: 8px;
        transition: .2s ease-in-out;
    }

    /* Hover & active Thumb: Webkit */

    input[type="range"]:enabled:hover[b-aobqda0zfh]::-webkit-slider-thumb {
        transform: scale(1.2);
    }

    input[type="range"]:enabled:active[b-aobqda0zfh]::-webkit-slider-thumb {
        transform: scale(1.2);
    }

    /* Hover & active Thumb: Firfox */

    input[type="range"]:enabled:hover[b-aobqda0zfh]::-moz-range-thumb {
        transform: scale(1.2);
    }

    input[type="range"]:enabled:active[b-aobqda0zfh]::-moz-range-thumb {
        transform: scale(1.2);
    }
/* /Components/Shared/ReleaseNotes/MarkdownDisplay.razor.rz.scp.css */
[b-i0y4pr2p7y] h1 {
    font-size: 2rem;
    line-height 2.5rem;
}

[b-i0y4pr2p7y] h2 {
    font-size: 1.75rem;
    margin: 1rem 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid;
}

[b-i0y4pr2p7y] h3 {
    font-size: 1.5rem;
    margin: 0.5rem 0;
    padding: 0.25rem 0;
}

[b-i0y4pr2p7y] h4 {
    font-size: 1.25rem;
    margin: 0.4rem 0;
    padding: 0.25rem 0;
}

[b-i0y4pr2p7y] h5 {
    font-size: 1.15rem;
    margin: 0.3rem 0;
    padding: 0.15rem 0;
}

[b-i0y4pr2p7y] a {
    color: #266892;
}

[b-i0y4pr2p7y] a:hover {
    text-decoration: underline;
}

[b-i0y4pr2p7y] strong {
    color: #094268;
}

[b-i0y4pr2p7y] code, [b-i0y4pr2p7y] blockquote {
    background: #E1E1E1;
    padding: 0.2em 0.4em;
    margin: 0.4rem 0;
    border-radius: 5px;
}

[b-i0y4pr2p7y] pre > code {
    display: block;
}

[b-i0y4pr2p7y] ul {
    list-style: disc inside;
    padding: 0 4px;
}

[b-i0y4pr2p7y] ol {
    list-style: decimal inside;
    padding: 0 4px;
}

    [b-i0y4pr2p7y] ul > *, [b-i0y4pr2p7y] ol > * {
        margin-top: 6px;
    }

[b-i0y4pr2p7y] li > p {
    display: inline;
}

@media(prefers-color-scheme: dark) {
    [b-i0y4pr2p7y] strong {
        color: #F7941D;
    }

    [b-i0y4pr2p7y] code, [b-i0y4pr2p7y] blockquote {
        background: #3D3D3D;
    }
}
