@import '_content/BlazorAutoComplate/BlazorAutoComplate.bundle.scp.css';
@import '_content/BlazorEpubReader/BlazorEpubReader.bundle.scp.css';
@import '_content/BlazorMultiselect/BlazorMultiselect.bundle.scp.css';
@import '_content/BlazorVideoPlayer/BlazorVideoPlayer.bundle.scp.css';
@import '_content/AuthRCL/AuthRCL.bundle.scp.css';
@import '_content/Cropper/Cropper.bundle.scp.css';

/* /Components/Advice/CircleProgressBar.razor.rz.scp.css */

.progress[b-ory8ordc7b] {
    width: 70px;
    height: 70px;
    line-height: 160px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

    .progress[b-ory8ordc7b]:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 5px solid #efefef;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span[b-ory8ordc7b] {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left[b-ory8ordc7b] {
        left: 0;
    }

    .progress .progress-bar[b-ory8ordc7b] {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 5px;
        border-style: solid;
        position: absolute;
        top: 0;
        border-color: #ffb43e;
    }

    .progress .progress-left .progress-bar[b-ory8ordc7b] {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right[b-ory8ordc7b] {
        right: 0;
    }

        .progress .progress-right .progress-bar[b-ory8ordc7b] {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress .progress-value[b-ory8ordc7b] {
        display: flex;
        border-radius: 50%;
        font-size: 1rem;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        font-weight: 300;
    }

        .progress .progress-value span[b-ory8ordc7b] {
            font-size: 8px;
            text-transform: uppercase;
        }

    /* This for loop creates the necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
    .progress[data-percentage="1"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-1-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="1"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="2"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-2-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="2"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="3"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-3-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="3"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="4"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-4-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="4"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="5"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-5-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="5"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="6"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-6-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="6"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="7"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-7-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="7"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="8"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-8-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="8"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="9"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-9-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="9"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="10"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-10-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="10"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="11"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-11-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="11"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="12"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-12-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="12"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="13"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-13-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="13"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="14"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-14-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="14"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="15"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-15-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="15"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="16"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-16-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="16"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="17"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-17-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="17"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="18"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-18-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="18"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="19"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-19-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="19"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="20"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-20-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="20"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="21"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-21-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="21"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="22"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-22-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="22"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="23"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-23-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="23"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="24"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-24-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="24"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="25"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-25-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="25"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="26"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-26-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="26"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="27"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-27-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="27"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="28"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-28-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="28"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="29"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-29-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="29"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="30"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-30-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="30"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="31"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-31-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="31"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="32"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-32-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="32"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="33"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-33-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="33"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="34"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-34-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="34"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="35"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-35-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="35"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="36"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-36-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="36"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="37"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-37-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="37"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="38"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-38-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="38"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="39"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-39-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="39"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="40"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-40-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="40"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="41"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-41-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="41"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="42"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-42-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="42"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="43"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-43-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="43"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="44"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-44-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="44"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="45"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-45-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="45"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="46"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-46-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="46"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="47"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-47-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="47"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="48"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-48-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="48"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="49"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-49-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="49"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="50"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="50"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: 0;
    }

    .progress[data-percentage="51"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="51"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-1-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="52"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="52"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-2-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="53"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="53"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-3-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="54"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="54"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-4-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="55"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="55"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-5-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="56"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="56"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-6-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="57"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="57"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-7-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="58"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="58"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-8-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="59"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="59"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-9-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="60"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="60"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-10-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="61"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="61"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-11-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="62"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="62"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-12-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="63"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="63"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-13-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="64"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="64"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-14-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="65"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="65"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-15-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="66"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="66"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-16-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="67"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="67"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-17-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="68"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="68"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-18-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="69"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="69"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-19-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="70"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="70"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-20-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="71"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="71"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-21-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="72"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="72"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-22-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="73"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="73"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-23-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="74"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="74"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-24-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="75"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="75"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-25-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="76"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="76"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-26-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="77"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="77"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-27-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="78"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="78"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-28-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="79"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="79"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-29-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="80"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="80"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-30-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="81"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="81"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-31-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="82"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="82"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-32-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="83"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="83"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-33-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="84"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="84"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-34-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="85"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="85"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-35-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="86"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="86"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-36-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="87"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="87"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-37-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="88"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="88"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-38-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="89"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="89"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-39-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="90"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="90"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-40-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="91"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="91"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-41-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="92"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="92"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-42-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="93"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="93"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-43-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="94"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="94"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-44-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="95"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="95"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-45-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="96"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="96"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-46-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="97"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="97"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-47-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="98"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="98"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-48-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="99"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="99"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-49-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="100"] .progress-right .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards;
    }

    .progress[data-percentage="100"] .progress-left .progress-bar[b-ory8ordc7b] {
        animation: loading-50-b-ory8ordc7b 0.5s linear forwards 0.5s;
    }

@keyframes loading-1-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}

@keyframes loading-2-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}

@keyframes loading-3-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}

@keyframes loading-4-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}

@keyframes loading-5-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@keyframes loading-6-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}

@keyframes loading-7-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}

@keyframes loading-8-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}

@keyframes loading-9-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}

@keyframes loading-10-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-11-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}

@keyframes loading-12-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}

@keyframes loading-13-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}

@keyframes loading-14-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}

@keyframes loading-15-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-16-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}

@keyframes loading-17-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}

@keyframes loading-18-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}

@keyframes loading-19-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}

@keyframes loading-20-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-21-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}

@keyframes loading-22-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}

@keyframes loading-23-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}

@keyframes loading-24-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}

@keyframes loading-25-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-26-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}

@keyframes loading-27-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}

@keyframes loading-28-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}

@keyframes loading-29-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}

@keyframes loading-30-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-31-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}

@keyframes loading-32-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}

@keyframes loading-33-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}

@keyframes loading-34-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}

@keyframes loading-35-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-36-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}

@keyframes loading-37-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}

@keyframes loading-38-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}

@keyframes loading-39-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}

@keyframes loading-40-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-41-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}

@keyframes loading-42-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}

@keyframes loading-43-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}

@keyframes loading-44-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}

@keyframes loading-45-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-46-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}

@keyframes loading-47-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}

@keyframes loading-48-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}

@keyframes loading-49-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}

@keyframes loading-50-b-ory8ordc7b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}
/* /Components/Advice/JobAdvicePackageSlider.razor.rz.scp.css */
.layer[b-ckgqrgss13] {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
/* /Components/Advice/JobAdviceVisionSlider.razor.rz.scp.css */
/* The switch - the box around the slider */
.switch[b-6p4cn0lqxc] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input[b-6p4cn0lqxc] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-6p4cn0lqxc] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-6p4cn0lqxc]:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-6p4cn0lqxc] {
    background-color: #2196F3;
}

input:focus + .slider[b-6p4cn0lqxc] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-6p4cn0lqxc]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-6p4cn0lqxc] {
    border-radius: 34px;
}

    .slider.round[b-6p4cn0lqxc]:before {
        border-radius: 50%;
    }
/* /Components/Advice/PersonAdvicePackageSlider.razor.rz.scp.css */
.layer[b-73abkrxldp] {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
/* /Components/ProductDetails/ProductDetail.razor.rz.scp.css */
.min-h-180[b-rsn8wtell0] {
    min-height: 180px
}
/* /Components/ProductDetails/RatingStar.razor.rz.scp.css */
.fa-1-5x[b-6ac92wmokc] {
    font-size: 1.5em !important;
}
/* /Components/ProductsSlider.razor.rz.scp.css */

#myCarousel-indicators[b-h55lfggzdz] {
    position: absolute;
    margin-bottom: 0.7rem;
    direction: ltr;
    bottom: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    -ms-flex-pack: center;
    /* justify-content: center; */
    margin-right: 0;
    margin-left: 36px;
    list-style: none;
}

    #myCarousel-indicators > li[b-h55lfggzdz] {
        border-radius: 50% !important;
        width: 0.6rem !important;
        height: 0.6rem !important;
    }

@media (min-width: 767.98px) {
    .carousel-inner img[b-h55lfggzdz] {
        max-height: 28rem;
    }
}

@media (max-width: 768px) {
    .carousel-inner img[b-h55lfggzdz] {
        min-height: 14rem;
    }
}

@media (min-width: 767.98px) {
    .ShopSlider-ph[b-h55lfggzdz] {
        max-height: 28rem;
    }
}

@media (max-width: 768px) {
    .ShopSlider-ph[b-h55lfggzdz] {
        min-height: 14rem;
    }
}
/* /Pages/Advice/Components/RoadMap.razor.rz.scp.css */
.iconmargin[b-c4lbag1pit] {
    margin-right: 4%;
}

.iconfontsize[b-c4lbag1pit] {
    font-size: 36px;
    font-weight: 400;
}
/* /Pages/Advice/RoadMap.razor.rz.scp.css */
.iconmargin[b-ztx4bl7h52] {
    margin-right: 4%;
}

.iconfontsize[b-ztx4bl7h52] {
    font-size: 36px;
    font-weight: 400;
}
/* /Pages/Comment/ProductComment.razor.rz.scp.css */
.sectio-style-comment[b-ifa2miigtn] {
    margin-top: 65px;
/*    height: 130vh;*/
   border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-bottom: 55px;
}

.comment-height[b-ifa2miigtn] {
    height: auto;
}

.comment-height-reply[b-ifa2miigtn] {
    height: auto;
}

.margin-bottom-wallet[b-ifa2miigtn] {
    margin-bottom: 87px;
}

.margin-top-wallet[b-ifa2miigtn] {
    margin-top: 68px;
}

.text-style-wallet[b-ifa2miigtn] {
    font-size: 20px;
    font-weight: 400;
}

.text-reply-style[b-ifa2miigtn] {
    /*border-color: dimgray;*/
   /* border-style: solid;*/
    border-left-color: #17a2b8 !important;
    border-left-width: 10px !important;
   /* border-width: 2px;*/
}
/* /Shared/Layout/SideBar.razor.rz.scp.css */
/* The side navigation menu */
.sidenav[b-w6f0fkas2a] {
    height: 100%; /* 100% Full-height */
    width: 250px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1032; /* Stay on top */
    top: 0; /* Stay at the top */
    right: -100%;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px;*/ /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn[b-w6f0fkas2a] {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 36px;
        /*        margin-left: 50px;
*/
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main[b-w6f0fkas2a] {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav[b-w6f0fkas2a] {
        padding-top: 15px;
    }

        .sidenav a[b-w6f0fkas2a] {
            font-size: 18px;
        }
}

.overlay[b-w6f0fkas2a] {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1031;
    opacity: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active[b-w6f0fkas2a] {
        display: block;
        opacity: 1;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ksmsvvtvff] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ksmsvvtvff] {
    flex: 1;
}

.sidebar[b-ksmsvvtvff] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ksmsvvtvff] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ksmsvvtvff]  a, .top-row[b-ksmsvvtvff]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ksmsvvtvff]  a:hover, .top-row[b-ksmsvvtvff]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ksmsvvtvff]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ksmsvvtvff] {
        display: none;
    }

    .top-row.auth[b-ksmsvvtvff] {
        justify-content: space-between;
    }

    .top-row[b-ksmsvvtvff]  a, .top-row[b-ksmsvvtvff]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ksmsvvtvff] {
        flex-direction: row;
    }

    .sidebar[b-ksmsvvtvff] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ksmsvvtvff] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ksmsvvtvff]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ksmsvvtvff], article[b-ksmsvvtvff] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
