@import '_content/BlazorAutoComplate/BlazorAutoComplate.bundle.scp.css';
@import '_content/BlazorDataGridView/BlazorDataGridView.bundle.scp.css';
@import '_content/BlazorEpubReader/BlazorEpubReader.bundle.scp.css';
@import '_content/BlazorMultiselect/BlazorMultiselect.bundle.scp.css';
@import '_content/BlazorVideoPlayer/BlazorVideoPlayer.bundle.scp.css';

/* /Components/Advice/AdviceProductSlider.razor.rz.scp.css */
.layer[b-34qmnj5pf6] {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:9999;
}
/* /Components/Advice/AdviceVisionSlider.razor.rz.scp.css */
/* The switch - the box around the slider */
.switch[b-tygkq7ugyt] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input[b-tygkq7ugyt] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-tygkq7ugyt] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-tygkq7ugyt]:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-tygkq7ugyt] {
    background-color: #2196F3;
}

input:focus + .slider[b-tygkq7ugyt] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-tygkq7ugyt]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-tygkq7ugyt] {
    border-radius: 34px;
}

    .slider.round[b-tygkq7ugyt]:before {
        border-radius: 50%;
    }
/* /Components/Shop/EducationSlider.razor.rz.scp.css */
.perspective[b-j6c2c9pgmd] {
    margin: 0 auto;
    margin-top: 10px;
    width: 210px;
    height: 140px;
    position: relative;
    -webkit-perspective: 1100px;
    perspective: 1100px;
}

figure[b-j6c2c9pgmd] {
    display: block;
    position: absolute;
    background: #4b969f;
    width: 186px;
    height: 116px;
    opacity: 0.6;
    margin: 12px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    -moz-transition: opacity 1s, -moz-transform 1s;
    -o-transition: opacity 1s, -o-transform 1s;
    transition: opacity 1s, transform 1s;
}
.carouselCircel[b-j6c2c9pgmd] {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg) translateZ(-288px);
}
/* /Components/Shop/ProductItem.razor.rz.scp.css */
.link-product-style[b-zwomj26akn] {
    margin-bottom: 35px;
    text-decoration: none;
}

.img-product-style[b-zwomj26akn] {
    box-shadow: 1px 1px 20px 1px #4e4e4e;
   height:200px;
}
/* /Components/Shop/SearchBox.razor.rz.scp.css */
.icon-search-style[b-n6m3aq6h9x] {
    position: absolute;
    padding: 10px;
    left: 23px;
}

.input-style-search[b-n6m3aq6h9x] {
    padding-right: 1.8rem !important;
}
/* /Components/Shop/StarRating.razor.rz.scp.css */
.online__buy__addToCard__bottom[b-uah774vibe] {
    color: #fff;
    text-align: center;
    width: 80%;
    background-color: var(--primary);
    padding: 10px 15px;
    border-radius: 15px;
}
/* /Components/Spinner.razor.rz.scp.css */
/*Loding Spiner*/
.center-div[b-11mbybtwz1] {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 60%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner[b-11mbybtwz1] {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.4;
    -moz-opacity: 0.4;
}

.loader[b-11mbybtwz1] {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #15a0ec;
    border-bottom: 16px solid #15a0ec;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div[b-11mbybtwz1] {
    background-color: rgba(255, 255, 255, 0.00);
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 90px;
}


.spinnerr > div[b-11mbybtwz1] {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay-b-11mbybtwz1 1.4s infinite ease-in-out both;
}

.spinnerr .bounce1[b-11mbybtwz1] {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinnerr .bounce2[b-11mbybtwz1] {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay-b-11mbybtwz1 {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/* /Components/Tools/CircleProgressBar.razor.rz.scp.css */

.progress[b-65rt80j5mt] {
    width: 70px;
    height: 70px;
    line-height: 160px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

    .progress[b-65rt80j5mt]:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 5px solid #efefef;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span[b-65rt80j5mt] {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left[b-65rt80j5mt] {
        left: 0;
    }

    .progress .progress-bar[b-65rt80j5mt] {
        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-65rt80j5mt] {
        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-65rt80j5mt] {
        right: 0;
    }

        .progress .progress-right .progress-bar[b-65rt80j5mt] {
            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-65rt80j5mt] {
        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-65rt80j5mt] {
            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-65rt80j5mt] {
        animation: loading-1-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="1"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="2"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-2-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="2"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="3"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-3-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="3"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="4"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-4-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="4"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="5"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-5-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="5"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="6"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-6-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="6"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="7"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-7-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="7"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="8"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-8-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="8"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="9"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-9-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="9"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="10"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-10-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="10"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="11"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-11-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="11"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="12"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-12-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="12"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="13"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-13-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="13"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="14"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-14-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="14"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="15"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-15-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="15"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="16"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-16-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="16"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="17"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-17-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="17"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="18"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-18-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="18"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="19"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-19-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="19"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="20"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-20-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="20"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="21"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-21-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="21"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="22"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-22-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="22"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="23"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-23-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="23"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="24"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-24-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="24"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="25"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-25-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="25"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="26"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-26-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="26"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="27"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-27-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="27"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="28"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-28-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="28"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="29"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-29-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="29"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="30"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-30-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="30"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="31"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-31-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="31"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="32"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-32-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="32"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="33"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-33-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="33"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="34"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-34-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="34"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="35"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-35-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="35"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="36"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-36-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="36"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="37"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-37-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="37"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="38"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-38-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="38"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="39"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-39-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="39"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="40"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-40-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="40"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="41"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-41-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="41"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="42"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-42-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="42"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="43"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-43-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="43"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="44"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-44-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="44"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="45"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-45-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="45"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="46"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-46-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="46"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="47"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-47-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="47"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="48"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-48-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="48"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="49"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-49-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="49"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="50"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="50"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: 0;
    }

    .progress[data-percentage="51"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="51"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-1-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="52"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="52"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-2-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="53"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="53"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-3-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="54"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="54"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-4-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="55"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="55"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-5-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="56"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="56"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-6-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="57"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="57"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-7-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="58"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="58"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-8-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="59"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="59"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-9-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="60"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="60"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-10-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="61"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="61"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-11-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="62"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="62"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-12-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="63"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="63"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-13-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="64"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="64"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-14-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="65"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="65"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-15-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="66"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="66"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-16-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="67"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="67"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-17-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="68"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="68"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-18-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="69"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="69"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-19-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="70"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="70"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-20-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="71"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="71"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-21-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="72"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="72"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-22-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="73"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="73"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-23-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="74"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="74"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-24-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="75"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="75"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-25-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="76"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="76"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-26-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="77"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="77"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-27-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="78"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="78"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-28-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="79"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="79"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-29-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="80"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="80"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-30-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="81"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="81"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-31-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="82"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="82"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-32-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="83"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="83"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-33-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="84"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="84"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-34-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="85"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="85"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-35-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="86"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="86"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-36-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="87"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="87"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-37-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="88"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="88"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-38-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="89"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="89"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-39-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="90"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="90"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-40-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="91"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="91"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-41-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="92"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="92"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-42-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="93"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="93"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-43-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="94"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="94"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-44-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="95"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="95"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-45-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="96"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="96"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-46-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="97"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="97"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-47-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="98"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="98"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-48-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="99"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="99"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-49-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

    .progress[data-percentage="100"] .progress-right .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards;
    }

    .progress[data-percentage="100"] .progress-left .progress-bar[b-65rt80j5mt] {
        animation: loading-50-b-65rt80j5mt 0.5s linear forwards 0.5s;
    }

@keyframes loading-1-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg);
    }
}

@keyframes loading-2-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg);
    }
}

@keyframes loading-3-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg);
    }
}

@keyframes loading-4-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg);
    }
}

@keyframes loading-5-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg);
    }
}

@keyframes loading-6-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg);
    }
}

@keyframes loading-7-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg);
    }
}

@keyframes loading-8-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg);
    }
}

@keyframes loading-9-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg);
    }
}

@keyframes loading-10-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-11-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg);
    }
}

@keyframes loading-12-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg);
    }
}

@keyframes loading-13-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg);
    }
}

@keyframes loading-14-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg);
    }
}

@keyframes loading-15-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg);
    }
}

@keyframes loading-16-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg);
    }
}

@keyframes loading-17-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg);
    }
}

@keyframes loading-18-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg);
    }
}

@keyframes loading-19-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg);
    }
}

@keyframes loading-20-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-21-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg);
    }
}

@keyframes loading-22-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg);
    }
}

@keyframes loading-23-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg);
    }
}

@keyframes loading-24-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg);
    }
}

@keyframes loading-25-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg);
    }
}

@keyframes loading-26-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg);
    }
}

@keyframes loading-27-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg);
    }
}

@keyframes loading-28-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg);
    }
}

@keyframes loading-29-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg);
    }
}

@keyframes loading-30-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-31-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg);
    }
}

@keyframes loading-32-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg);
    }
}

@keyframes loading-33-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg);
    }
}

@keyframes loading-34-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg);
    }
}

@keyframes loading-35-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg);
    }
}

@keyframes loading-36-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg);
    }
}

@keyframes loading-37-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg);
    }
}

@keyframes loading-38-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg);
    }
}

@keyframes loading-39-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg);
    }
}

@keyframes loading-40-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-41-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg);
    }
}

@keyframes loading-42-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg);
    }
}

@keyframes loading-43-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg);
    }
}

@keyframes loading-44-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg);
    }
}

@keyframes loading-45-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg);
    }
}

@keyframes loading-46-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg);
    }
}

@keyframes loading-47-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg);
    }
}

@keyframes loading-48-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg);
    }
}

@keyframes loading-49-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg);
    }
}

@keyframes loading-50-b-65rt80j5mt {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}
/* /Components/Tutorial/TutorialProvidersModal.razor.rz.scp.css */
.pointer[b-j5ul0fwchr] {
    cursor: pointer;
}
/* /Components/Vision/RoadMap.razor.rz.scp.css */
.iconmargin[b-b7dm6gqga3] {
    margin-right: 4%;
}

.iconfontsize[b-b7dm6gqga3] {
    font-size: 36px;
    font-weight: 400;
}
/* /Pages/Account/Profile/Profile.razor.rz.scp.css */
.mbnBodyBackground[b-widqc8gfjq] {
    background-color: #f8f8f8;
}

.mbnAccountRow[b-widqc8gfjq] {
    margin-top: 100px;
}

.mbnAccountChangeInfo[b-widqc8gfjq], .mbnAccountProfile[b-widqc8gfjq] {
    background-color: #ffffff;
}

.mbnAccountProfile[b-widqc8gfjq] {
    border-radius: 25px;
    padding: 20px 20px;
    height: 360px;
}

.mbnAccountProfile__avatar[b-widqc8gfjq] {
    width: 60px;
    height: auto;
    display: inline;
}

.mbnAccountProfile__avatar__fileBtn[b-widqc8gfjq] {
    width: 80px;
    height: 16px;
    background-color: #fff;
    border: transparent;
    outline: none;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    display: inline;
    left: 31%;
    top: 12%;
    color: #2cb1ff;
    text-decoration: underline;
    letter-spacing: .5px;
}

.mbnAccountProfile__fullInfo[b-widqc8gfjq] {
    position: relative;
    top: -63px;
    right: 75px;
    display: flex;
    flex-direction: column;
    height: 10px;
}

    .mbnAccountProfile__fullInfo h3[b-widqc8gfjq] {
        font-size: 14px;
        font-weight: bolder;
        font-weight: 500;
        color: #323232;
        display: inline;
        margin: 14px 0 0;
    }

.mbnAccountProfile__fullInfo__number[b-widqc8gfjq] {
    font-size: 12px;
    color: #686868;
    font-weight: normal;
    margin-top: -10px;
    letter-spacing: 1px;
}

.mbnAccountProfile__fullInfo__email[b-widqc8gfjq] {
    font-size: 13px;
    color: #323232;
    font-weight: normal;
    text-align: right;
}

.mbnAccountProfile__links ul li[b-widqc8gfjq] {
    margin: 25px 0;
}

    .mbnAccountProfile__links ul li:first-child a[b-widqc8gfjq] {
        color: var(--primary);
    }

    .mbnAccountProfile__links ul li a[b-widqc8gfjq] {
        margin: 20px 0;
        text-decoration: none;
        color: #686868;
        display: flex;
        flex-direction: row;
    }

        .mbnAccountProfile__links ul li a img[b-widqc8gfjq] {
            padding-left: 20px;
        }

.mbnAccountChangeInfo[b-widqc8gfjq] {
    border-radius: 25px;
    padding: 30px;
}




.form__group[b-widqc8gfjq] {
    position: relative;
    padding: 15px 0 0;
    margin: 10px auto 0;
    width: 80%;
}

.form__field[b-widqc8gfjq] {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #000000;
    padding: 15px 20px;
    background: #f8f8f8;
    transition: border-color 0.2s;
    border-radius: 17px;
}

    .form__field[b-widqc8gfjq]::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label[b-widqc8gfjq] {
        font-size: 1.0rem;
        cursor: text;
        top: 30px;
        left: 75%;
    }

.form__label[b-widqc8gfjq] {
    position: absolute;
    top: 33px;
    left: 1%;
    display: block;
    transition: 0.2s;
    font-size: 13px;
    color: #888888;
    width: 115px;
}

.form__field:focus[b-widqc8gfjq] {
    font-size: 16px;
    font-weight: 300;
    border-image-slice: 1;
    border: 1px solid var(--primary);
}

    .form__field:focus ~ .form__label[b-widqc8gfjq] {
        position: absolute;
        display: block;
        transition: 0.2s;
    }

.form__field:required[b-widqc8gfjq], .form__field:invalid[b-widqc8gfjq] {
    box-shadow: none;
}

[b-widqc8gfjq] .submitForm {
    position: relative;
    right: 50%;
    transform: translateX(50%);
    margin: 30px 0;
    width: 40%;
    background-color: var(--primary);
    border-radius: 15px;
    border: none;
    color: #fff;
    padding: 14px 0;
}

    [b-widqc8gfjq] .submitForm:active {
        outline: none;
    }



.footer[b-widqc8gfjq] {
    margin-top: 100px;
}

@media only screen and (max-width: 670px) {
    .mbnAccountRow[b-widqc8gfjq] {
        margin-top: 20px;
    }

    .mbnAccountChangeInfo[b-widqc8gfjq] {
        margin-top: 20px;
    }

    .mbnAccountChangeInfo[b-widqc8gfjq] {
        padding: 20px 0;
    }

    .form__field:placeholder-shown ~ .form__label[b-widqc8gfjq] {
        top: -11px;
        left: 39%;
    }

    .form__field[b-widqc8gfjq] {
        border-radius: 8px;
        padding: 8px 10px;
    }

    .form__group[b-widqc8gfjq] {
        margin: 20px auto;
    }

    .submitForm[b-widqc8gfjq] {
        width: 80%;
        margin: 0;
    }

    .form__label[b-widqc8gfjq] {
        position: absolute;
        top: -11px;
        left: 39%;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #888888;
        width: 115px;
    }
}
/* /Pages/Account/Transaction/Transaction.razor.rz.scp.css */
.mbnTransactionSec[b-tsnwg28sjy] {
    background-color: #ffffff;
    border-radius: 25px;
}

.mbnTransactionSecHeader[b-tsnwg28sjy] {
    margin: 60px auto 0;
    text-align: center;
    width: 70%;
}

.mbnTransactionSecHeader__Link[b-tsnwg28sjy] {
    background-color: #f8f8f8;
    display: inline-block;
    width: 365px;
    text-decoration: none;
    color: #323232;
    border-radius: 10px 0 0 10px;
    padding: 15px 35px;
}

    .mbnTransactionSecHeader__Link:first-child[b-tsnwg28sjy] {
        border-radius: 0 10px 10px 0;
        padding: 15px 30px;
    }

    .mbnTransactionSecHeader__Link:last-child[b-tsnwg28sjy] {
        position: relative;
        left: 9px;
        padding: 15px 37px !important;
    }

.mbnTransactionSec__Link-Active[b-tsnwg28sjy] {
    background-color: var(--primary) !important;
    color: #fff !important;
    border-radius: 10px !important;
}

.mbnTransactionSecList[b-tsnwg28sjy] {
    width: 85%;
    margin-top: 40px;
    position: relative;
    right: 50%;
    transform: translateX(50%);
}

.mbnTransactionSecList__item[b-tsnwg28sjy] {
    background-color: #f8f8f8;
    border-radius: 17px;
    margin: 10px 0;
    height: 50px;
}

.mbnTransactionSecList__item__tag[b-tsnwg28sjy] {
    height: 100%;
    border-radius: 17px;
    padding: 17px;
    display: inline-block;
    color: #fff;
}

.success[b-tsnwg28sjy] {
    background-color: #00bc1e;
}

.lose[b-tsnwg28sjy] {
    background-color: #ee0000;
}

.mbnTransactionSecList__item__text[b-tsnwg28sjy] {
    display: inline-block;
    font-size: 12px;
    color: #686868;
}

    .mbnTransactionSecList__item__text span[b-tsnwg28sjy] {
        color: #323232;
        font-size: 16px;
    }

.mbnTransactionSecList-showMore[b-tsnwg28sjy] {
    margin: 20px 0;
    text-align: center;
    display: block;
    color: var(--primary);
    font-size: 14px;
}

@media screen and (max-width: 320px) {
    .mbnTransactionSecHeader[b-tsnwg28sjy] {
        margin: 20px auto 0;
    }

    .mbnTransactionSec[b-tsnwg28sjy] {
        margin-top: 20px;
    }

    .mbnTransactionSecList[b-tsnwg28sjy] {
        width: 200%;
        margin-top: 40px;
        position: relative;
        right: -60px;
        transform: translateX(0%);
    }

    .mbnTransactionSecList__item[b-tsnwg28sjy] {
        background-color: #f8f8f8;
        border-radius: 17px;
        margin: 30px 0;
        height: auto;
        padding: 0 0 15px;
    }

    .mbnTransactionSecList__item__tag[b-tsnwg28sjy] {
        height: 20px;
        width: auto;
        border-radius: 17px;
        padding: 6px 8px 12px;
        display: inline-block;
        color: #fff;
        font-size: 10px;
        position: relative;
        bottom: 10px;
        text-align: center;
    }

    .success[b-tsnwg28sjy] {
        background-color: #00bc1e;
    }

    .lose[b-tsnwg28sjy] {
        background-color: #ee0000;
    }

    .mbnTransactionSecList__item__text[b-tsnwg28sjy] {
        position: relative;
        bottom: 10%;
        display: inline-block;
        font-size: 12px;
        color: #686868;
        padding: 0 7px;
        line-height: 1.3;
    }

        .mbnTransactionSecList__item__text span[b-tsnwg28sjy] {
            color: #323232;
            font-size: 13px;
        }

    .mbnTransactionSecList-showMore[b-tsnwg28sjy] {
        margin: 20px 0;
        text-align: center;
        display: block;
        color: var(--primary);
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    html[b-tsnwg28sjy], body[b-tsnwg28sjy] {
        width: auto !important;
        overflow-x: hidden !important;
    }
}
/* /Pages/Account/Wallet/Wallet.razor.rz.scp.css */
.mbnWallet__inventory[b-5cggj88a8z] {
    margin: 0 auto;
    text-align: center;
    background-color: #f8f8f8;
    padding: 15px 10px;
    border-radius: 17px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mbnWallet__inventory__description[b-5cggj88a8z] {
    font-size: 15px;
    color: #323232;
}

.mbnWallet__inventory input[b-5cggj88a8z] {
    padding: 10px 15px;
    border-radius: 17px;
    border: 1px dashed #e0e0e0;
}

.mbnWallet__inventory__priceList__item span[b-5cggj88a8z] {
    z-index: -1;
}

.mbnWallet__inventory input:focus[b-5cggj88a8z] {
    outline: none;
    border: 1px dashed var(--primary);
}

.mbnWallet__inventory__Inventory[b-5cggj88a8z] {
    background-color: #fff;
    border-radius: 11px;
    padding: 10px 15px;
}

#Inventory[b-5cggj88a8z] {
    color: var(--primary);
    margin: 0 15px;
}

.mbnWallet__inventory__priceList[b-5cggj88a8z] {
    margin: 35px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.break[b-5cggj88a8z] {
    flex-basis: 100%;
    height: 0;
    margin: 10px 0;
}

.mbnWallet__inventory__priceList__item[b-5cggj88a8z] {
    background-color: #f8f8f8;
    padding: 22px 35px;
    border-radius: 17px;
    color: var(--primary);
    cursor: pointer;
}

.priceList__item-active[b-5cggj88a8z] {
    background-color: var(--primary);
    color: #f8f8f8;
}

.submitForm[b-5cggj88a8z] {
    margin: 0 auto 30px !important;
}

@media screen and (max-width: 500px) {
    .mbnWallet__inventory[b-5cggj88a8z] {
        flex-direction: column;
    }

    .mbnWallet__inventory__description[b-5cggj88a8z] {
        display: block;
        margin-top: 10px;
    }

    #inventoryInput[b-5cggj88a8z] {
        margin: 20px 0;
    }

    .mbnWallet__inventory__Inventory[b-5cggj88a8z] {
        margin: 10px 0 10px;
        display: inline-block;
    }

    .mbnWallet__inventory__priceList[b-5cggj88a8z] {
        flex-direction: column;
        padding: 0 20px;
    }

    .mbnWallet__inventory__priceList__item[b-5cggj88a8z] {
        margin: 10px 0;
        text-align: center;
    }

    .break[b-5cggj88a8z] {
        margin: 0;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.index-slide-item[b-j026g3xozh]{
	margin-bottom: 50px;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 4%) !important;
}
/* /Pages/Login/CheckCode.razor.rz.scp.css */
body[b-djw5w0j7pw] {
    background-color: red;
}

.mbnLoginMain[b-djw5w0j7pw] {
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
}

.container[b-djw5w0j7pw] {
    padding: 0;
}

.mbnLoginMain__image[b-djw5w0j7pw] {
    max-width: 50%;
}

    .mbnLoginMain__image img[b-djw5w0j7pw] {
        width: 100%;
        height: auto;
    }

.mbnLoginMain__content[b-djw5w0j7pw] {
    background-color: #fff;
    border-radius: 17px;
    width: 34%;
    height: auto;
    padding: 15px;
}

    .mbnLoginMain__content h1[b-djw5w0j7pw] {
        color: #000;
        font-size: 1.7rem;
    }

.mbnLoginMain__content__description[b-djw5w0j7pw] {
    color: #bfbfbf;
    font-weight: lighter;
}

.mbnLoginMain__content__form[b-djw5w0j7pw] {
    margin-top: 50px;
    position: relative;
}

.mbnLoginMain__content__form__phone__defaultText[b-djw5w0j7pw] {
    position: relative;
    right: 15px;
    font-weight: lighter;
    font-size: .8rem;
    /*display: none;*/
}

.mbnLoginMain__content__form__phone__falseNumber[b-djw5w0j7pw] {
    position: relative;
    left: 15px;
    float: left;
    color: #ee0000;
    font-size: 0.75rem;
    /*display: none;*/
}

[b-djw5w0j7pw] .mbnLoginMain__content__form__phone__number {
    border-radius: 17px;
    border: none;
    background-color: #f8f8f8;
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 10px auto;
    display: inline-block;
    color: #bfbfbf;
    text-align: center;
}

.mbnLoginMain__content__form__phone__number:focus[b-djw5w0j7pw] {
    border: 1px solid #d5b6f1;
    outline: none;
}

.mbnLoginMain__content__form__phone__submit[b-djw5w0j7pw] {
    border-radius: 17px;
    border: none;
    background-color: var(--primary);
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 15px auto;
    display: inline-block;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
}

.mbnLoginMain__content__form__code__defaultText[b-djw5w0j7pw] {
    position: relative;
    right: 15px;
    font-weight: lighter;
    font-size: .8rem;
    display: none;
}

.mbnLoginMain__content__form__code__resendCode[b-djw5w0j7pw] {
    position: relative;
    left: 45px;
    float: left;
    color: var(--primary);
    font-size: 0.75rem;
}

.mbnLoginMain__content__form__code__timeNegative[b-djw5w0j7pw] {
    position: relative;
    left: 15px;
    float: left;
    color: #ee0000;
    font-size: 0.85rem;
}

.overflow-hidden[b-djw5w0j7pw] {
    opacity: 0;
}

.borderRed[b-djw5w0j7pw] {
    border: 1px solid #ee0000;
}

[b-djw5w0j7pw] .mbnLoginMain__content__form__code__number {
    border-radius: 17px;
    border: none;
    background-color: #f8f8f8;
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 10px auto;
    display: inline-block;
    color: #323232;
    font-size: 20px;
    text-align: center;
}

[b-djw5w0j7pw] .mbnLoginMain__content__form__code__number:focus {
        border: 1px solid #d5b6f1;
        outline: none;
    }

.mbnLoginMain__content__form__code__submit[b-djw5w0j7pw] {
    border-radius: 17px;
    border: none;
    background-color: var(--primary);
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 15px auto;
    display: inline-block;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
}






.mbnLoginMain__content__signUpText[b-djw5w0j7pw] {
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 10px;
}

    .mbnLoginMain__content__signUpText div[b-djw5w0j7pw] {
        border: 1px dashed rgba(104, 104, 104, 0.48);
        width: 41.5%;
        height: 0.5px;
        position: relative;
        top: 8px;
    }

.mbnLoginMain__content__signUpLink[b-djw5w0j7pw] {
    border-radius: 11px;
    border: solid 1px var(--primary);
    background-color: transparent;
    width: 100%;
    padding: 12px 10px;
    height: 40px;
    margin: 30px auto 15px;
    font-weight: 500;
    display: inline-block;
    color: var(--primary);
    font-size: 0.875rem;
    text-align: center;
}


@media only screen and (max-width: 1000px) {
    .mbnLoginMain[b-djw5w0j7pw] {
        position: relative;
    }

    .mbnLoginMain__image img[b-djw5w0j7pw] {
        display: none;
    }

    .mbnLoginMain__content[b-djw5w0j7pw] {
        /*  position: absolute;
        top: 50%;
        left: 50%;*/
        /*transform: translate(-50%);*/
        background-color: #fff;
        border-radius: 17px;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .mbnLoginMain__content__signUpText div[b-djw5w0j7pw] {
        width: 35.5%;
    }
}

@media only screen and (max-width: 369px) {
    .mbnLoginMain__content[b-djw5w0j7pw] {
        background-color: #fff;
        border-radius: 17px;
        width: 100%;
        height: auto;
        padding: 15px 5px;
    }

    .mbnLoginMain__content__signUpText div[b-djw5w0j7pw] {
        width: 31.5%;
    }
}
/* /Pages/Login/Login.razor.rz.scp.css */
body[b-96aryb3k5j]{
    background-color:red;
}

.mbnLoginMain[b-96aryb3k5j] {
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
}

.container[b-96aryb3k5j] {
    padding: 0;
}

.mbnLoginMain__image[b-96aryb3k5j] {
    max-width: 50%;
}

    .mbnLoginMain__image img[b-96aryb3k5j] {
        width: 100%;
        height: auto;
    }

.mbnLoginMain__content[b-96aryb3k5j] {
    background-color: #fff;
    border-radius: 17px;
    width: 34%;
    height: auto;
    padding: 15px;
}

    .mbnLoginMain__content h1[b-96aryb3k5j] {
        color: #000;
        font-size: 1.7rem;
    }

.mbnLoginMain__content__description[b-96aryb3k5j] {
    color: #bfbfbf;
    font-weight: lighter;
}

.mbnLoginMain__content__form[b-96aryb3k5j] {
    margin-top: 50px;
    position: relative;
}

.mbnLoginMain__content__form__phone__defaultText[b-96aryb3k5j] {
    position: relative;
    right: 15px;
    font-weight: lighter;
    font-size: .8rem;
    /*display: none;*/
}

.mbnLoginMain__content__form__phone__falseNumber[b-96aryb3k5j] {
    position: relative;
    left: 15px;
    float: left;
    color: #ee0000;
    font-size: 0.75rem;
    /*display: none;*/
}

[b-96aryb3k5j] .mbnLoginMain__content__form__phone__number {
    border-radius: 17px;
    border: none;
    background-color: #f8f8f8;
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 10px auto;
    display: inline-block;
    color: #bfbfbf;
    text-align: center;
}

    .mbnLoginMain__content__form__phone__number:focus[b-96aryb3k5j] {
        border: 1px solid #d5b6f1;
        outline: none;
    }

.mbnLoginMain__content__form__phone__submit[b-96aryb3k5j] {
    border-radius: 17px;
    border: none;
    background-color: var(--primary);
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 15px auto;
    display: inline-block;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
}

.mbnLoginMain__content__form__code__defaultText[b-96aryb3k5j] {
    position: relative;
    right: 15px;
    font-weight: lighter;
    font-size: .8rem;
    display: none;
}

.mbnLoginMain__content__form__code__resendCode[b-96aryb3k5j] {
    position: relative;
    left: 45px;
    float: left;
    color: var(--primary);
    font-size: 0.75rem;
}

.mbnLoginMain__content__form__code__timeNegative[b-96aryb3k5j] {
    position: relative;
    left: 15px;
    float: left;
    color: #ee0000;
    font-size: 0.85rem;
}

.overflow-hidden[b-96aryb3k5j] {
    opacity: 0;
}

.borderRed[b-96aryb3k5j] {
    border: 1px solid #ee0000;
}

.mbnLoginMain__content__form__code__number[b-96aryb3k5j] {
    border-radius: 17px;
    border: none;
    background-color: #f8f8f8;
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 10px auto;
    display: inline-block;
    color: #323232;
    font-size: 20px;
    text-align: center;
}

    .mbnLoginMain__content__form__code__number:focus[b-96aryb3k5j] {
        border: 1px solid #d5b6f1;
        outline: none;
    }

.mbnLoginMain__content__form__code__submit[b-96aryb3k5j] {
    border-radius: 17px;
    border: none;
    background-color: var(--primary);
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 15px auto;
    display: inline-block;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
}






.mbnLoginMain__content__signUpText[b-96aryb3k5j] {
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 10px;
}

    .mbnLoginMain__content__signUpText div[b-96aryb3k5j] {
        border: 1px dashed rgba(104, 104, 104, 0.48);
        width: 41.5%;
        height: 0.5px;
        position: relative;
        top: 8px;
    }

.mbnLoginMain__content__signUpLink[b-96aryb3k5j] {
    border-radius: 11px;
    border: solid 1px var(--primary);
    background-color: transparent;
    width: 100%;
    padding: 12px 10px;
    height: 40px;
    margin: 30px auto 15px;
    font-weight: 500;
    display: inline-block;
    color: var(--primary);
    font-size: 0.875rem;
    text-align: center;
}


@media only screen and (max-width: 1000px) {
    .mbnLoginMain[b-96aryb3k5j] {
        position: relative;
    }

    .mbnLoginMain__image img[b-96aryb3k5j] {
        display: none;
    }

    .mbnLoginMain__content[b-96aryb3k5j] {
        /*  position: absolute;
        top: 50%;
        left: 50%;*/
        /*transform: translate(-50%);*/
        background-color: #fff;
        border-radius: 17px;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .mbnLoginMain__content__signUpText div[b-96aryb3k5j] {
        width: 35.5%;
    }
}

@media only screen and (max-width: 369px) {
    .mbnLoginMain__content[b-96aryb3k5j] {
        background-color: #fff;
        border-radius: 17px;
        width: 100%;
        height: auto;
        padding: 15px 5px;
    }

    .mbnLoginMain__content__signUpText div[b-96aryb3k5j] {
        width: 31.5%;
    }
}
/* /Pages/Login/Register.razor.rz.scp.css */
.mbnLoginMain[b-qg4w45gwnm] {
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
}

.container[b-qg4w45gwnm] {
    padding: 0;
}

.mbnLoginMain__image[b-qg4w45gwnm] {
    max-width: 50%;
}

    .mbnLoginMain__image img[b-qg4w45gwnm] {
        width: 100%;
        height: auto;
    }

.mbnLoginMain__content[b-qg4w45gwnm] {
    background-color: #fff;
    border-radius: 17px;
    width: 34%;
    height: auto;
    padding: 15px;
}

    .mbnLoginMain__content h1[b-qg4w45gwnm] {
        color: #000;
        font-size: 1.7rem;
    }

.mbnLoginMain__content__description[b-qg4w45gwnm] {
    color: #bfbfbf;
    font-weight: lighter;
}

.mbnLoginMain__content__form[b-qg4w45gwnm] {
    margin-top: 50px;
    position: relative;
}

[b-qg4w45gwnm] .mbnLoginMain__content__form__phone__defaultText {
    position: relative;
    right: 15px;
    font-weight: lighter;
    font-size: .8rem;
}

.mbnLoginMain__content__form__phone__falseNumber[b-qg4w45gwnm] {
    position: relative;
    left: 15px;
    float: left;
    color: #ee0000;
    font-size: 0.75rem;
}

[b-qg4w45gwnm] .mbnLoginMain__content__form__phone__number {
    border-radius: 17px;
    border: none;
    background-color: #f8f8f8;
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 10px auto;
    display: inline-block;
    color: #323232;
}

    [b-qg4w45gwnm] .mbnLoginMain__content__form__phone__number:focus {
        border: 1px solid #d5b6f1;
        outline: none;
    }

.mbnLoginMain__content__form__phone__submit[b-qg4w45gwnm] {
    border-radius: 17px;
    border: none;
    background-color: var(--primary);
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 15px auto;
    display: inline-block;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
}

.mbnLoginMain__content__form__code__defaultText[b-qg4w45gwnm] {
    position: relative;
    right: 15px;
    font-weight: lighter;
    font-size: .8rem;
}

.error_border[b-qg4w45gwnm] {
    border: 1px solid #ee0000;
}

.mbnLoginMain__content__form__code__resendCode[b-qg4w45gwnm] {
    position: relative;
    left: 15px;
    float: left;
    color: #ee0000;
    font-size: 0.75rem;
}

.mbnLoginMain__content__form__code__number[b-qg4w45gwnm] {
    border-radius: 17px;
    border: none;
    background-color: #f8f8f8;
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 10px auto;
    display: inline-block;
    color: #bfbfbf;
    text-align: center;
}

    .mbnLoginMain__content__form__code__number:focus[b-qg4w45gwnm] {
        border: 1px solid #d5b6f1;
        outline: none;
    }

.mbnLoginMain__content__form__code__submit[b-qg4w45gwnm] {
    border-radius: 17px;
    border: none;
    background-color: var(--primary);
    width: 100%;
    padding: 10px 10px;
    height: 55px;
    margin: 15px auto;
    display: inline-block;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
}






.mbnLoginMain__content__signUpText[b-qg4w45gwnm] {
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 10px;
}

    .mbnLoginMain__content__signUpText div[b-qg4w45gwnm] {
        border: 1px dashed rgba(104, 104, 104, 0.48);
        width: 41.5%;
        height: 0.5px;
        position: relative;
        top: 8px;
    }

.mbnLoginMain__content__signUpLink[b-qg4w45gwnm] {
    border-radius: 11px;
    border: solid 1px var(--primary);
    background-color: transparent;
    width: 100%;
    padding: 12px 10px;
    height: 40px;
    margin: 30px auto 15px;
    font-weight: 500;
    display: inline-block;
    color: var(--primary);
    font-size: 0.875rem;
    text-align: center;
}


@media only screen and (max-width: 1000px) {
    .mbnLoginMain[b-qg4w45gwnm] {
        position: relative;
    }

    .mbnLoginMain__image img[b-qg4w45gwnm] {
        display: none;
    }

    .mbnLoginMain__content[b-qg4w45gwnm] {
        background-color: #fff;
        border-radius: 17px;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .mbnLoginMain__content__signUpText div[b-qg4w45gwnm] {
        width: 35.5%;
    }
}

@media only screen and (max-width: 369px) {
    .mbnLoginMain__content[b-qg4w45gwnm] {
        background-color: #fff;
        border-radius: 17px;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .mbnLoginMain__content__signUpText div[b-qg4w45gwnm] {
        width: 31.5%;
    }
}
/* /Pages/Panel/PanelDashboard.razor.rz.scp.css */
body[b-du3rh94hvw] {
    margin-top: 20px;
    background: #FAFAFA;
}

.order-card[b-du3rh94hvw] {
    color: #fff;
}

.bg-c-blue[b-du3rh94hvw] {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green[b-du3rh94hvw] {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow[b-du3rh94hvw] {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink[b-du3rh94hvw] {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}


.card[b-du3rh94hvw] {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .card .card-block[b-du3rh94hvw] {
        padding: 25px;
    }

.order-card i[b-du3rh94hvw] {
    font-size: 26px;
}

.f-left[b-du3rh94hvw] {
    float: left;
}

.f-right[b-du3rh94hvw] {
    float: right;
}
/* /Pages/Panel/PanelLayout.razor.rz.scp.css */


/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body[b-mhe4r9dtl8] {
    overflow-x: hidden;
}

#wrapper[b-mhe4r9dtl8] {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled[b-mhe4r9dtl8] {
        padding-right: 250px;
    }

#sidebar-wrapper[b-mhe4r9dtl8] {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper[b-mhe4r9dtl8] {
    width: 250px;
}

#page-content-wrapper[b-mhe4r9dtl8] {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper[b-mhe4r9dtl8] {
    position: absolute;
    margin-right: 0px;
}


/* Sidebar Styles */

.sidebar-nav[b-mhe4r9dtl8] {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li[b-mhe4r9dtl8] {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a[b-mhe4r9dtl8] {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover[b-mhe4r9dtl8] {
                text-decoration: none;
                color: #fff;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active[b-mhe4r9dtl8], .sidebar-nav li a:focus[b-mhe4r9dtl8] {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand[b-mhe4r9dtl8] {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a[b-mhe4r9dtl8] {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover[b-mhe4r9dtl8] {
                color: #fff;
                background: none;
            }

@media(min-width:768px) {
    #wrapper[b-mhe4r9dtl8] {
        padding-left: 0;
    }

        #wrapper.toggled[b-mhe4r9dtl8] {
            padding-right: 250px;
        }

    #sidebar-wrapper[b-mhe4r9dtl8] {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper[b-mhe4r9dtl8] {
        width: 250px;
    }

    #page-content-wrapper[b-mhe4r9dtl8] {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper[b-mhe4r9dtl8] {
        position: relative;
        margin-right: 0;
    }
}
/* /Pages/Producers/Producer.razor.rz.scp.css */
.mbnMentorInfo__description[b-c17ym8qhv5] {
    font-size: 18px;
    font-weight: 300;
    color: #686868;
    display: inline-block;
    margin: 20px 0;
}
.mbnMentorInfoDescription[b-c17ym8qhv5] {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.37298669467787116) 0%, rgba(255,255,255,0.6362920168067228) 22%,
                                rgba(255,255,255,0.8435749299719888) 39%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    position: relative;
    bottom: 10px;
    z-index: -1;
    padding: 25px 17px 25px;
    font-size: 14px;
    color: #686868;
    line-height: 2.3;
    text-align: center;

}
.mbnMentorInfo[b-c17ym8qhv5] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnMentorInfo__headerText[b-c17ym8qhv5] {
    margin: 10px 0;
    display: inline-block;
}
.mbnMentorInfo__location[b-c17ym8qhv5] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}
.mbnMentorInfo__location  a[b-c17ym8qhv5] {
    color: #000;
    text-decoration: none;
    font-weight: 200;
}
.mbnMentorInfo__images[b-c17ym8qhv5] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}
/* /Pages/ProductList.razor.rz.scp.css */
.mbnMentorInfo__description[b-k1n485f43z] {
    font-size: 18px;
    font-weight: 300;
    color: #686868;
    display: inline-block;
    margin: 20px 0;
}

.mbnMentorInfoDescription[b-k1n485f43z] {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.37298669467787116) 0%, rgba(255,255,255,0.6362920168067228) 22%, rgba(255,255,255,0.8435749299719888) 39%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    position: relative;
    bottom: 10px;
    z-index: -1;
    padding: 25px 17px 25px;
    font-size: 14px;
    color: #686868;
    line-height: 2.3;
    text-align: center;
}

.mbnMentorInfo[b-k1n485f43z] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnMentorInfo__headerText[b-k1n485f43z] {
    margin: 10px 0;
    display: inline-block;
}

.mbnMentorInfo__location[b-k1n485f43z] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnMentorInfo__location a[b-k1n485f43z] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnMentorInfo__images[b-k1n485f43z] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}

.mbnMentorProductsList__header[b-k1n485f43z] {
    margin-top: 50px;
}

.mbnMentorProductsListOnline__header__bgc[b-k1n485f43z] {
    width: 100%;
    height: 5px;
    background: rgb(142,66,211);
    background: linear-gradient(90deg, rgba(142,66,211,0) 0%, rgba(142,66,211,0.48503151260504207) 11%, rgba(142,66,211,0.7959558823529411) 17%, rgba(142,66,211,1) 28%, rgba(142,66,211,1) 100%);
    border-radius: 10px;
    position: relative;
}

    .mbnMentorProductsListOnline__header__bgc[b-k1n485f43z]:before {
        content: '';
        position: absolute;
        top: 3.8px;
        transform: rotate(31deg);
        right: 12.5%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

    .mbnMentorProductsListOnline__header__bgc[b-k1n485f43z]:after {
        content: '';
        position: absolute;
        top: -3px;
        transform: rotate(150deg);
        right: 12.5%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

.mbnMentorProductsList__header__text[b-k1n485f43z] {
    position: relative;
    bottom: 10px;
    padding: 13px 17px;
    background-color: #8e42d3;
    border-radius: 20px;
    color: #f8f8f8;
}

.mbnMentorProductsList__products[b-k1n485f43z] {
    margin-top: 70px;
}

.mbnMentorProductsList__products__item[b-k1n485f43z] {
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 4%) !important;
    background-color: #fff;
    border-radius: 19px;
    padding-bottom: 10px;
    margin-top: 25PX;
}

    .mbnMentorProductsList__products__item img[b-k1n485f43z] {
        width: 100%;
        height: 350px;
    }

.mbnMentorProductsList__products__item__details__title[b-k1n485f43z] {
    font-size: 16px;
    color: #323232;
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
}

.mbnMentorProductsList__products__item__details__price[b-k1n485f43z] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px 0;
}

.mbnMentorProductsList__products__item__details__price-final[b-k1n485f43z] {
    color: var(--primary);
    font-weight: 500;
    font-size: 18px;
}

.mbnMentorProductsList__products__item__details__price-old[b-k1n485f43z] {
    text-decoration: line-through;
    font-size: 16px;
    color: #686868;
}

.mbnMentorProductsList__products__item__author[b-k1n485f43z] {
    display: flex;
    justify-content: space-between;
    margin: 20px 5px;
    align-items: center;
    padding: 0 12px;
}

    .mbnMentorProductsList__products__item__author p[b-k1n485f43z] {
        font-size: 12px;
        display: flex;
        align-items: center;
        float: left;
    }

        .mbnMentorProductsList__products__item__author p img[b-k1n485f43z] {
            display: inline-block;
            width: 20px;
            height: auto;
            padding: 0 5px 0 0;
        }

.mbnMentorProductsList__products__item__author__stars[b-k1n485f43z] {
    display: flex;
}

    .mbnMentorProductsList__products__item__author__stars img[b-k1n485f43z] {
        width: 20px;
    }

.mbnMentorProductsListOfflineCourse__header__bgc[b-k1n485f43z] {
    width: 100%;
    height: 5px;
    background: rgb(142,66,211);
    background: linear-gradient(90deg, rgba(142,66,211,0) 0%, rgba(142,66,211,0.48503151260504207) 11%, rgba(142,66,211,0.7959558823529411) 17%, rgba(142,66,211,1) 28%, rgba(142,66,211,1) 100%);
    border-radius: 10px;
    position: relative;
}

    .mbnMentorProductsListOfflineCourse__header__bgc[b-k1n485f43z]:before {
        content: '';
        position: absolute;
        top: 4px;
        transform: rotate(31deg);
        right: 13.6%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

    .mbnMentorProductsListOfflineCourse__header__bgc[b-k1n485f43z]:after {
        content: '';
        position: absolute;
        top: -3.5px;
        transform: rotate(150deg);
        right: 13.55%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }



.mbnMentorProductsListBlog__header__bgc[b-k1n485f43z] {
    width: 100%;
    height: 5px;
    background: rgb(142,66,211);
    background: linear-gradient(90deg, rgba(142,66,211,0) 0%, rgba(142,66,211,0.48503151260504207) 11%, rgba(142,66,211,0.7959558823529411) 17%, rgba(142,66,211,1) 28%, rgba(142,66,211,1) 100%);
    border-radius: 10px;
    position: relative;
}

    .mbnMentorProductsListBlog__header__bgc[b-k1n485f43z]:before {
        content: '';
        position: absolute;
        top: 3px;
        transform: rotate(31deg);
        right: 13.4%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

    .mbnMentorProductsListBlog__header__bgc[b-k1n485f43z]:after {
        content: '';
        position: absolute;
        top: -3px;
        transform: rotate(150deg);
        right: 13.4%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }
.mbnSearchBoxBreadcrump[b-k1n485f43z] {
    background-color: #ededed;
}
.mbnPageInfo__location a[b-k1n485f43z]{
    color: #000
}
@media only screen and (max-width: 670px) {
    .mainContainer[b-k1n485f43z] {
        padding: 0 17px !important;
    }

    .mbnSearchBox[b-k1n485f43z] {
        width: 100%;
        margin: 10px auto 0;
        background-color: #fff;
        height: auto;
        padding: 7px 5px;
        border-radius: 12px;
    }
    .mbnSearchBoxBreadcrump[b-k1n485f43z] {
        background-color: #ededed;
    }

    .mbnPageInfo__location a[b-k1n485f43z] {
        color: #000
    }
    .mbnMentorInfo__headerText[b-k1n485f43z] {
        font-size: 14px;
    }

    .mbnMentorInfo__description[b-k1n485f43z] {
        font-size: 13px;
        margin: 10px 0;
    }

    .mbnMentorInfo__images[b-k1n485f43z] {
        left: 2%;
        bottom: 5%;
    }

        .mbnMentorInfo__images img[b-k1n485f43z] {
            width: 70px;
            height: auto;
            float: left;
        }

    .mbnMentorInfoDescription[b-k1n485f43z] {
        padding: 25px 7px;
        font-size: 13px;
        line-height: 1.5;
    }

    .mbnMentorProductsList__products__item[b-k1n485f43z] {
        margin: 15px 0;
    }

    .mbnMentorProductsList__products__item__author__stars img[b-k1n485f43z] {
        width: 15px;
        height: auto;
    }

    .mbnPageInfo__images img[b-k1n485f43z] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-k1n485f43z] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-k1n485f43z] {
        height: 23vh;
    }
}
/* /Pages/Shop/Cart/Payment.razor.rz.scp.css */
/*.shop-btn-style {
    margin-bottom: 10vh;
    position: fixed;
    bottom: 0;
    right: 47%
}

.shop-btn-style1 {
    margin-bottom: 10vh;
    position: fixed;
    bottom: 0;
}
*/

.mbnCartHeaderText[b-74ap1am8vf] {
    margin-top: 50px;
}

.mbnCartHeaderText__bgc[b-74ap1am8vf] {
    width: 100%;
    height: 5px;
    background: rgb(142,66,211);
    background: linear-gradient(90deg, rgba(142,66,211,0) 0%, rgba(142,66,211,0.48503151260504207) 11%, rgba(142,66,211,0.7959558823529411) 17%, rgba(142,66,211,1) 28%, rgba(142,66,211,1) 100%);
    border-radius: 10px;
    position: relative;
}

    .mbnCartHeaderText__bgc[b-74ap1am8vf]:before {
        content: '';
        position: absolute;
        top: 3.8px;
        transform: rotate(31deg);
        right: 13.5%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

    .mbnCartHeaderText__bgc[b-74ap1am8vf]:after {
        content: '';
        position: absolute;
        top: -3px;
        transform: rotate(150deg);
        right: 13.5%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

.mbnCartHeaderText__bgc__text[b-74ap1am8vf] {
    position: relative;
    bottom: 10px;
    padding: 13px 17px;
    background-color: #8e42d3;
    border-radius: 20px;
    color: #f8f8f8;
}

.mbnCartDiscount[b-74ap1am8vf] {
    margin-top: 50px;
    background-color: #fff;
    border-radius: 17px;
    padding: 25px 35px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
}

.mbnCartDiscount__form[b-74ap1am8vf] {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .mbnCartDiscount__form input[type='text'][b-74ap1am8vf] {
        width: 70%;
        padding: 20px 5px;
        border: 1px dashed #e0e0e0;
        border-radius: 17px;
    }

        .mbnCartDiscount__form input[type='text']:focus[b-74ap1am8vf] {
            outline: none;
            border: 1px dashed var(--primary);
        }

    .mbnCartDiscount__form input[type='submit'][b-74ap1am8vf] {
        padding: 20px 25px;
        color: var(--primary);
        background-color: #f9f9f9;
        border: none;
        outline: none;
        border-radius: 10px;
    }

.mbnProducts__items[b-74ap1am8vf] {
    margin: 15px 10px;
    display: flex;
    flex-wrap: wrap;
}

.mbnProducts__items__item[b-74ap1am8vf] {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 10px 7px;
    border-radius: 17px;
    padding: 10px;
    position: relative;
}

.mbnProducts__items__item__delete[b-74ap1am8vf] {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-color: #ffd7d7;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mbnProducts__items__item__delete__img[b-74ap1am8vf] {
    width: 60%;
    height: auto;
}

.mbnProducts__items__item__heroImage[b-74ap1am8vf] {
    width: 80px;
    height: auto;
    margin: 20px;
}

.mbnProducts__items__item__text p[b-74ap1am8vf] {
    font-size: 18px;
    color: #323232;
    font-weight: 500;
    margin-bottom: 15px;
}

.mbnProducts__items__item__text__priceList[b-74ap1am8vf] {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mbnProducts__items__item__text__priceList__oldPrice[b-74ap1am8vf] {
    font-size: 12px;
    text-decoration: line-through;
    color: #686868;
}

.mbnProducts__items__item__text__priceList__newPrice[b-74ap1am8vf] {
    color: var(--primary);
    font-size: 16px;
}

.mbnProducts__totalPriceList[b-74ap1am8vf] {
    background-color: #fff;
    border-radius: 25px;
    padding: 15px 25px;
    margin-top: 30px;
    position: static;
    top: 0;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
}

.mbnProducts__totalPriceList__text[b-74ap1am8vf] {
    display: flex;
    flex-direction: column;
}

    .mbnProducts__totalPriceList__text p[b-74ap1am8vf] {
        margin: 10px 0;
    }

        .mbnProducts__totalPriceList__text p span[b-74ap1am8vf] {
            float: left;
        }

        .mbnProducts__totalPriceList__text p[b-74ap1am8vf], .mbnProducts__totalPriceList__text p span[b-74ap1am8vf] {
            font-size: 14px;
            color: #323232;
        }

.mbnProducts__totalPriceList__priceBox[b-74ap1am8vf] {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 14px;
    color: #323232;
}

.mbnProducts__totalPriceList__priceBox__priceText[b-74ap1am8vf] {
    position: relative;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px dashed #e0e0e0;
    border-radius: 0 15px 15px 0;
}

    .mbnProducts__totalPriceList__priceBox__priceText[b-74ap1am8vf]:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        background-color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px dashed #e0e0e0;
        transform: translate(50%,-50%);
    }

    .mbnProducts__totalPriceList__priceBox__priceText[b-74ap1am8vf]:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        background-color: #fff;
        width: 20px;
        height: 30px;
        transform: translate(100%,-50%);
    }

.mbnProducts__totalPriceList__priceBox__priceNumber span[b-74ap1am8vf] {
    color: var(--primary);
    font-size: 18px;
    padding: 0 3px;
}

.mbnProducts__totalPriceList__priceBox__priceNumber[b-74ap1am8vf] {
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px dashed #e0e0e0;
    color: var(--primary);
    border-radius: 15px 0 0 15px;
    position: relative;
}

    .mbnProducts__totalPriceList__priceBox__priceNumber[b-74ap1am8vf]:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        background-color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px dashed #e0e0e0;
        transform: translate(-50%,-50%);
    }

    .mbnProducts__totalPriceList__priceBox__priceNumber[b-74ap1am8vf]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        background-color: #fff;
        width: 20px;
        height: 30px;
        transform: translate(-100%,-50%);
    }

.mbnProducts__totalPriceList__submit[b-74ap1am8vf] {
    border-radius: 15px;
    background-color: var(--primary);
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
}

.mbnProducts__accountRecharge[b-74ap1am8vf] {
    font-size: 14px;
    color: #323232;
}

.mbnProducts__accountRecharge__link[b-74ap1am8vf] {
    color: var(--primary);
    font-size: 16px;
}

.mbnProducts__accountRecharge[b-74ap1am8vf] {
    margin: 20px 0;
}

@media only screen and (max-width: 670px) {
    body[b-74ap1am8vf] {
        width: 100% !important;
    }

    .responseContainer[b-74ap1am8vf] {
        /*width: 95% !important;*/
        padding: 0 20px !important;
        /*margin: 0 auto;*/
    }

    .mbnCartDiscount__form[b-74ap1am8vf] {
        flex-direction: column;
    }

        .mbnCartDiscount__form input[type='text'][b-74ap1am8vf] {
            margin: 20px 0;
            width: 100%;
        }

        .mbnCartDiscount__form input[type='submit'][b-74ap1am8vf] {
            width: 100%;
        }

    .mbnProducts__items__item__heroImage[b-74ap1am8vf] {
        margin: 0 0 0 10px;
    }

    .mbnProducts__items__item[b-74ap1am8vf] {
        width: 100%;
    }

    .mbnProducts__items__item__text p[b-74ap1am8vf] {
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 18px;
    }

    .mbnProducts__items__item__delete__img[b-74ap1am8vf] {
        margin: 0;
    }

    .mbnProducts__items__item__text__priceList__newPrice[b-74ap1am8vf] {
        font-size: 15px;
    }

    .mbnProducts__accountRecharge[b-74ap1am8vf] {
        margin-top: 20px;
        padding: 0 10px;
        line-height: 1.5;
    }
}
/* /Pages/Shop/Cart/ShopCart.razor.rz.scp.css */
/*.shop-btn-style {
    margin-bottom: 10vh;
    position: fixed;
    bottom: 0;
    right: 47%
}

.shop-btn-style1 {
    margin-bottom: 10vh;
    position: fixed;
    bottom: 0;
}
*/

.mbnCartHeaderText[b-m1xv5dos3y] {
    margin-top: 50px;
}

.mbnCartHeaderText__bgc[b-m1xv5dos3y] {
    width: 100%;
    height: 5px;
    background: rgb(142,66,211);
    background: linear-gradient(90deg, rgba(142,66,211,0) 0%, rgba(142,66,211,0.48503151260504207) 11%, rgba(142,66,211,0.7959558823529411) 17%, rgba(142,66,211,1) 28%, rgba(142,66,211,1) 100%);
    border-radius: 10px;
    position: relative;
}

    .mbnCartHeaderText__bgc[b-m1xv5dos3y]:before {
        content: '';
        position: absolute;
        top: 3.8px;
        transform: rotate(31deg);
        right: 13.5%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

    .mbnCartHeaderText__bgc[b-m1xv5dos3y]:after {
        content: '';
        position: absolute;
        top: -3px;
        transform: rotate(150deg);
        right: 13.5%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

.mbnCartHeaderText__bgc__text[b-m1xv5dos3y] {
    position: relative;
    bottom: 10px;
    padding: 13px 17px;
    background-color: #8e42d3;
    border-radius: 20px;
    color: #f8f8f8;
}

.mbnCartDiscount[b-m1xv5dos3y] {
    margin-top: 50px;
    background-color: #fff;
    border-radius: 17px;
    padding: 25px 35px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
}

.mbnCartDiscount__form[b-m1xv5dos3y] {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .mbnCartDiscount__form input[type='text'][b-m1xv5dos3y] {
        width: 70%;
        padding: 20px 5px;
        border: 1px dashed #e0e0e0;
        border-radius: 17px;
    }

        .mbnCartDiscount__form input[type='text']:focus[b-m1xv5dos3y] {
            outline: none;
            border: 1px dashed #7c00ee;
        }

    .mbnCartDiscount__form input[type='submit'][b-m1xv5dos3y] {
        padding: 20px 25px;
        color: var(--primary);
        background-color: #f9f9f9;
        border: none;
        outline: none;
        border-radius: 10px;
    }

.mbnProducts__items[b-m1xv5dos3y] {
    margin: 15px 10px;
    display: flex;
    flex-wrap: wrap;
}

.mbnProducts__items__item[b-m1xv5dos3y] {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 10px 7px;
    border-radius: 17px;
    padding: 10px;
    position: relative;
}

.mbnProducts__items__item__delete[b-m1xv5dos3y] {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-color: #ffd7d7;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mbnProducts__items__item__delete__img[b-m1xv5dos3y] {
    width: 60%;
    height: auto;
}

.mbnProducts__items__item__heroImage[b-m1xv5dos3y] {
    width: 80px;
    height: auto;
    margin: 20px;
}

.mbnProducts__items__item__text p[b-m1xv5dos3y] {
    font-size: 18px;
    color: #323232;
    font-weight: 500;
    margin-bottom: 15px;
}

.mbnProducts__items__item__text__priceList[b-m1xv5dos3y] {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mbnProducts__items__item__text__priceList__oldPrice[b-m1xv5dos3y] {
    font-size: 12px;
    text-decoration: line-through;
    color: #686868;
}

.mbnProducts__items__item__text__priceList__newPrice[b-m1xv5dos3y] {
    color: var(--primary);
    font-size: 16px;
}

.mbnProducts__totalPriceList[b-m1xv5dos3y] {
    background-color: #fff;
    border-radius: 25px;
    padding: 15px 25px;
    margin-top: 30px;
    position: static;
    top: 0;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
}

.mbnProducts__totalPriceList__text[b-m1xv5dos3y] {
    display: flex;
    flex-direction: column;
}

    .mbnProducts__totalPriceList__text p[b-m1xv5dos3y] {
        margin: 10px 0;
    }

        .mbnProducts__totalPriceList__text p span[b-m1xv5dos3y] {
            float: left;
        }

        .mbnProducts__totalPriceList__text p[b-m1xv5dos3y], .mbnProducts__totalPriceList__text p span[b-m1xv5dos3y] {
            font-size: 14px;
            color: #323232;
        }

.mbnProducts__totalPriceList__priceBox[b-m1xv5dos3y] {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 14px;
    color: #323232;
}

.mbnProducts__totalPriceList__priceBox__priceText[b-m1xv5dos3y] {
    position: relative;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px dashed #e0e0e0;
    border-radius: 0 15px 15px 0;
}

    .mbnProducts__totalPriceList__priceBox__priceText[b-m1xv5dos3y]:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        background-color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px dashed #e0e0e0;
        transform: translate(50%,-50%);
    }

    .mbnProducts__totalPriceList__priceBox__priceText[b-m1xv5dos3y]:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        background-color: #fff;
        width: 20px;
        height: 30px;
        transform: translate(100%,-50%);
    }

.mbnProducts__totalPriceList__priceBox__priceNumber span[b-m1xv5dos3y] {
    color: var(--primary);
    font-size: 18px;
    padding: 0 3px;
}

.mbnProducts__totalPriceList__priceBox__priceNumber[b-m1xv5dos3y] {
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px dashed #e0e0e0;
    color: var(--primary);
    border-radius: 15px 0 0 15px;
    position: relative;
}

    .mbnProducts__totalPriceList__priceBox__priceNumber[b-m1xv5dos3y]:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        background-color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px dashed #e0e0e0;
        transform: translate(-50%,-50%);
    }

    .mbnProducts__totalPriceList__priceBox__priceNumber[b-m1xv5dos3y]:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        background-color: #fff;
        width: 20px;
        height: 30px;
        transform: translate(-100%,-50%);
    }

.mbnProducts__totalPriceList__submit[b-m1xv5dos3y] {
    border-radius: 15px;
    background-color: var(--primary);
    color: #fff;
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
}

.mbnProducts__accountRecharge[b-m1xv5dos3y] {
    font-size: 14px;
    color: #323232;
}

.mbnProducts__accountRecharge__link[b-m1xv5dos3y] {
    color: var(--primary);
    font-size: 16px;
}

.mbnProducts__accountRecharge[b-m1xv5dos3y] {
    margin: 20px 0;
}

@media only screen and (max-width: 670px) {
    body[b-m1xv5dos3y] {
        width: 100% !important;
    }

    .responseContainer[b-m1xv5dos3y] {
        /*width: 95% !important;*/
        padding: 0 20px !important;
        /*margin: 0 auto;*/
    }

    .mbnCartDiscount__form[b-m1xv5dos3y] {
        flex-direction: column;
    }

        .mbnCartDiscount__form input[type='text'][b-m1xv5dos3y] {
            margin: 20px 0;
            width: 100%;
        }

        .mbnCartDiscount__form input[type='submit'][b-m1xv5dos3y] {
            width: 100%;
        }

    .mbnProducts__items__item__heroImage[b-m1xv5dos3y] {
        margin: 0 0 0 10px;
    }

    .mbnProducts__items__item[b-m1xv5dos3y] {
        width: 100%;
    }

    .mbnProducts__items__item__text p[b-m1xv5dos3y] {
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 18px;
    }

    .mbnProducts__items__item__delete__img[b-m1xv5dos3y] {
        margin: 0;
    }

    .mbnProducts__items__item__text__priceList__newPrice[b-m1xv5dos3y] {
        font-size: 15px;
    }

    .mbnProducts__accountRecharge[b-m1xv5dos3y] {
        margin-top: 20px;
        padding: 0 10px;
        line-height: 1.5;
    }
}
/* /Pages/Shop/Categories/Categories.razor.rz.scp.css */
.mbnProductList[b-n3xbrcvtvc] {
    background-color: #f9f9f9;
    margin-top: 56px;
}


footer.footer[b-n3xbrcvtvc] {
    margin-top: 50px;
}

@media only screen and (max-width: 500px) {

    .container[b-n3xbrcvtvc] {
        padding: 0 10px !important;
    }

    .alhNavBar[b-n3xbrcvtvc] {
        width: 90%;
    }
}

.mbnProductCard[b-n3xbrcvtvc] {
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 4%) !important;
    background-color: #fff;
    border-radius: 19px;
    padding: 3px 10px;
    margin: 12px 0;
}

.mbnProductCard__imgBox[b-n3xbrcvtvc] {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.mbnProductCard__imgBox__img[b-n3xbrcvtvc] {
    width: 100%;
    height: 150px;
    display: block;
    margin: 12px auto;
}

.mbnProductCard__imgBox__link[b-n3xbrcvtvc] {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    width: 26%;
    height: 20%;
    border-radius: 14px 14px 0 0;
    background: #fff;
    padding: 13px 11px 10px;
    color: #fd533b;
    font-size: 12px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.mbnProductCard__imgBox__link__animationBottomToTop[b-n3xbrcvtvc] {
    -moz-transform: translate(-50%,100%);
    -webkit-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
}

.mbnProductCard__imgBox:hover .mbnProductCard__imgBox__link[b-n3xbrcvtvc] {
    opacity: 1;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
/*.mbnProductCard__imgBox:hover .mbnProductCard__imgBox__img {
    background-color: rgba(22,22,23,0.21);
}*/
.mbnProductCard__imgBox__img[b-n3xbrcvtvc] {
    position: relative;
}

.mbnProductCard__imgBox__img__hoverBgc[b-n3xbrcvtvc] {
    background-color: rgba(22,22,23,0.21);
    opacity: 0;
    width: 100%;
    height: 87%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 18px;
    margin: 10px 0;
    -webkit-transition: opacity ease-in-out .7s;
    -moz-transition: opacity ease-in-out .7s;
    -ms-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
}

.mbnProductCard__imgBox:hover .mbnProductCard__imgBox__img__hoverBgc[b-n3xbrcvtvc] {
    opacity: 1;
}

.mbnProductCard__title[b-n3xbrcvtvc] {
    text-align: center;
    margin: 15px 0 25px;
    font-weight: 400;
}



@media only screen and (max-width: 500px) {
    .mbnProductCard[b-n3xbrcvtvc] {
        margin-top: 10px;
    }
}

.mbnRow[b-n3xbrcvtvc] {
    margin: 30px 0;
}

.CategoryItemImage[b-n3xbrcvtvc] {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 220px;
    margin: 12px 0;
}
/* /Pages/Shop/CommentStyle/Comment.razor.rz.scp.css */
.sectio-style-comment[b-46fvqx4rbk] {
    margin-top: 65px;
/*    height: 130vh;*/
   border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-bottom: 55px;
}

.comment-height[b-46fvqx4rbk] {
    height: auto;
}

.comment-height-reply[b-46fvqx4rbk] {
    height: auto;
}

.margin-bottom-wallet[b-46fvqx4rbk] {
    margin-bottom: 87px;
}

.margin-top-wallet[b-46fvqx4rbk] {
    margin-top: 68px;
}

.text-style-wallet[b-46fvqx4rbk] {
    font-size: 20px;
    font-weight: 400;
}

.text-reply-style[b-46fvqx4rbk] {
    /*border-color: dimgray;*/
   /* border-style: solid;*/
    border-left-color: #17a2b8 !important;
    border-left-width: 10px !important;
   /* border-width: 2px;*/
}
/* /Pages/Shop/DashboardStyle/Dashboard.razor.rz.scp.css */
.margin-top-dashboard[b-bbdp43waac] {
    margin-top: 80px;
}

.profile-tab-dashboard[b-bbdp43waac] {
    height: 150px;
}


.profile-img[b-bbdp43waac] {
    height: 125px;
    margin-top:15px;
}

.text-style-dashboard[b-bbdp43waac] {
    text-align: right;
}
/* /Pages/Shop/Faq.razor.rz.scp.css */
h2[b-ignmyilyzk] {
	font-family: Arial, Verdana;
	font-weight: 800;
	font-size: 2.5rem;
	color: #091f2f;
	text-transform: uppercase;
}

.accordion-section .panel-default > .panel-heading[b-ignmyilyzk] {
	border: 0;
	background: #f4f4f4;
	padding: 0;
	box-shadow: 0 0 6px 0px #a3c6fb;
	border-radius: 4px;
}

.accordion-section .panel-default .panel-title a[b-ignmyilyzk] {
	display: block;
	font-size: 1rem;
	color: black;
}

	.accordion-section .panel-default .panel-title a[b-ignmyilyzk]:after {
		font-family: 'FontAwesome';
		font-style: normal;
		font-size: 3rem;
		content: url('assets/img/arrow_up.svg');
		width: 16px;
		height: auto;
		margin-top: -22px;
		color: black;
		float: left;
	
	}
.collapsed[b-ignmyilyzk] {
	font-size: 1rem;
}
.accordion-section .panel-default .panel-title a.collapsed[b-ignmyilyzk]:after {
	content: url('assets/img/arrow_down.svg');
	width: 16px;
	height: auto;
	margin-top: -22px;
}
.panel_headerText[b-ignmyilyzk] {
	font-family: 'IRANSANS';
	font-weight: 800;
	font-size: 1.5rem;
	color: var(--primary);
	text-transform: uppercase;
	margin-bottom: 40px;
}
.accordion-section .panel-default .panel-body[b-ignmyilyzk] {
	font-size: 1rem;
	background-color: #b3b3b327;
	padding: 19px 1px;
	border-radius: 3px;
}
/* /Pages/Shop/MyproductsSubStyle/SubMyProducts.razor.rz.scp.css */
.nav-pills .nav-link.active[b-zzhe3r1hi9] {
    background-color: #3db2c5 !important;
}

.icon-style-library[b-zzhe3r1hi9] {
    color: #8ac7c0;
    
    font-size: 24px;
}
/* /Pages/Shop/MyproductStyle/MyProduct.razor.rz.scp.css */
.icon-style-library[b-1zb7yarasp] {
    color: #8ac7c0;
    font-size: 24px;
}
/* /Pages/Shop/Note.razor.rz.scp.css */
.icon-style-library[b-imyjcfnc1g] {
    color: #8ac7c0;
   
    font-size: 24px;
}
/* /Pages/Shop/Package/MyPackageProducts.razor.rz.scp.css */
.mbnMentorInfo__description[b-nnqp14ueyo] {
    font-size: 18px;
    font-weight: 300;
    color: #686868;
    display: inline-block;
    margin: 20px 0;
}

.mbnMentorInfoDescription[b-nnqp14ueyo] {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.37298669467787116) 0%, rgba(255,255,255,0.6362920168067228) 22%, rgba(255,255,255,0.8435749299719888) 39%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    position: relative;
    bottom: 10px;
    z-index: -1;
    padding: 25px 17px 25px;
    font-size: 14px;
    color: #686868;
    line-height: 2.3;
    text-align: center;
}

.mbnMentorInfo[b-nnqp14ueyo] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnMentorInfo__headerText[b-nnqp14ueyo] {
    margin: 10px 0;
    display: inline-block;
}

.mbnMentorInfo__location[b-nnqp14ueyo] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnMentorInfo__location a[b-nnqp14ueyo] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnMentorInfo__images[b-nnqp14ueyo] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}


.mbnPageInfo[b-nnqp14ueyo] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnPageInfo__headerText[b-nnqp14ueyo] {
    margin: 10px 0;
    display: inline-block;
}

.mbnPageInfo__location[b-nnqp14ueyo] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnPageInfo__location a[b-nnqp14ueyo] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnPageInfo__images[b-nnqp14ueyo] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}


@media only screen and (max-width: 670px) {
    .mainContainer[b-nnqp14ueyo] {
        padding: 0 17px !important;
    }

    .mbnPageInfo__images img[b-nnqp14ueyo] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-nnqp14ueyo] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-nnqp14ueyo] {
        height: 23vh;
    }


    .mbnMentorInfo__headerText[b-nnqp14ueyo] {
        font-size: 14px;
    }

    .mbnMentorInfo__description[b-nnqp14ueyo] {
        font-size: 13px;
        margin: 10px 0;
    }

    .mbnMentorInfo__images[b-nnqp14ueyo] {
        left: 2%;
        bottom: 5%;
    }

        .mbnMentorInfo__images img[b-nnqp14ueyo] {
            width: 70px;
            height: auto;
            float: left;
        }

    .mbnMentorInfoDescription[b-nnqp14ueyo] {
        padding: 25px 7px;
        font-size: 13px;
        line-height: 1.5;
    }

    .mbnPageInfo__images img[b-nnqp14ueyo] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-nnqp14ueyo] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-nnqp14ueyo] {
        height: 23vh;
    }
}
/* /Pages/Shop/Package/MyProducts.razor.rz.scp.css */
.mbnMentorInfo__description[b-pp0ba85j4n] {
    font-size: 18px;
    font-weight: 300;
    color: #686868;
    display: inline-block;
    margin: 20px 0;
}

.mbnMentorInfoDescription[b-pp0ba85j4n] {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.37298669467787116) 0%, rgba(255,255,255,0.6362920168067228) 22%, rgba(255,255,255,0.8435749299719888) 39%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    position: relative;
    bottom: 10px;
    z-index: -1;
    padding: 25px 17px 25px;
    font-size: 14px;
    color: #686868;
    line-height: 2.3;
    text-align: center;
}

.mbnMentorInfo[b-pp0ba85j4n] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnMentorInfo__headerText[b-pp0ba85j4n] {
    margin: 10px 0;
    display: inline-block;
}

.mbnMentorInfo__location[b-pp0ba85j4n] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnMentorInfo__location a[b-pp0ba85j4n] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnMentorInfo__images[b-pp0ba85j4n] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}


.mbnPageInfo[b-pp0ba85j4n] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnPageInfo__headerText[b-pp0ba85j4n] {
    margin: 10px 0;
    display: inline-block;
}

.mbnPageInfo__location[b-pp0ba85j4n] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnPageInfo__location a[b-pp0ba85j4n] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnPageInfo__images[b-pp0ba85j4n] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}


@media only screen and (max-width: 670px) {
    .mainContainer[b-pp0ba85j4n] {
        padding: 0 17px !important;
    }

    .mbnPageInfo__images img[b-pp0ba85j4n] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-pp0ba85j4n] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-pp0ba85j4n] {
        height: 23vh;
    }


    .mbnMentorInfo__headerText[b-pp0ba85j4n] {
        font-size: 14px;
    }

    .mbnMentorInfo__description[b-pp0ba85j4n] {
        font-size: 13px;
        margin: 10px 0;
    }

    .mbnMentorInfo__images[b-pp0ba85j4n] {
        left: 2%;
        bottom: 5%;
    }

        .mbnMentorInfo__images img[b-pp0ba85j4n] {
            width: 70px;
            height: auto;
            float: left;
        }

    .mbnMentorInfoDescription[b-pp0ba85j4n] {
        padding: 25px 7px;
        font-size: 13px;
        line-height: 1.5;
    }

    .mbnPageInfo__images img[b-pp0ba85j4n] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-pp0ba85j4n] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-pp0ba85j4n] {
        height: 23vh;
    }
}
/* /Pages/Shop/Package/MyPurchase.razor.rz.scp.css */
.mbnMentorInfo__description[b-9klpmnevbi] {
    font-size: 18px;
    font-weight: 300;
    color: #686868;
    display: inline-block;
    margin: 20px 0;
}

.mbnMentorInfoDescription[b-9klpmnevbi] {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.37298669467787116) 0%, rgba(255,255,255,0.6362920168067228) 22%, rgba(255,255,255,0.8435749299719888) 39%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    position: relative;
    bottom: 10px;
    z-index: -1;
    padding: 25px 17px 25px;
    font-size: 14px;
    color: #686868;
    line-height: 2.3;
    text-align: center;
}

.mbnMentorInfo[b-9klpmnevbi] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnMentorInfo__headerText[b-9klpmnevbi] {
    margin: 10px 0;
    display: inline-block;
}

.mbnMentorInfo__location[b-9klpmnevbi] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnMentorInfo__location a[b-9klpmnevbi] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnMentorInfo__images[b-9klpmnevbi] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}


.mbnPageInfo[b-9klpmnevbi] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnPageInfo__headerText[b-9klpmnevbi] {
    margin: 10px 0;
    display: inline-block;
}

.mbnPageInfo__location[b-9klpmnevbi] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnPageInfo__location a[b-9klpmnevbi] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnPageInfo__images[b-9klpmnevbi] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}


@media only screen and (max-width: 670px) {
    .mainContainer[b-9klpmnevbi] {
        padding: 0 17px !important;
    }

    .mbnPageInfo__images img[b-9klpmnevbi] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-9klpmnevbi] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-9klpmnevbi] {
        height: 23vh;
    }


    .mbnMentorInfo__headerText[b-9klpmnevbi] {
        font-size: 14px;
    }

    .mbnMentorInfo__description[b-9klpmnevbi] {
        font-size: 13px;
        margin: 10px 0;
    }

    .mbnMentorInfo__images[b-9klpmnevbi] {
        left: 2%;
        bottom: 5%;
    }

        .mbnMentorInfo__images img[b-9klpmnevbi] {
            width: 70px;
            height: auto;
            float: left;
        }

    .mbnMentorInfoDescription[b-9klpmnevbi] {
        padding: 25px 7px;
        font-size: 13px;
        line-height: 1.5;
    }

    .mbnPageInfo__images img[b-9klpmnevbi] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-9klpmnevbi] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-9klpmnevbi] {
        height: 23vh;
    }
}
/* /Pages/Shop/Package/Package.razor.rz.scp.css */
.mbnMentorInfo__description[b-3r54flkacu] {
    font-size: 18px;
    font-weight: 300;
    color: #686868;
    display: inline-block;
    margin: 20px 0;
}

.mbnMentorInfoDescription[b-3r54flkacu] {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.37298669467787116) 0%, rgba(255,255,255,0.6362920168067228) 22%, rgba(255,255,255,0.8435749299719888) 39%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    position: relative;
    bottom: 10px;
    z-index: -1;
    padding: 25px 17px 25px;
    font-size: 14px;
    color: #686868;
    line-height: 2.3;
    text-align: center;
}

.mbnMentorInfo[b-3r54flkacu] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnMentorInfo__headerText[b-3r54flkacu] {
    margin: 10px 0;
    display: inline-block;
}

.mbnMentorInfo__location[b-3r54flkacu] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnMentorInfo__location a[b-3r54flkacu] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnMentorInfo__images[b-3r54flkacu] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}


.mbnPageInfo[b-3r54flkacu] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnPageInfo__headerText[b-3r54flkacu] {
    margin: 10px 0;
    display: inline-block;
}

.mbnPageInfo__location[b-3r54flkacu] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

.mbnPageInfo__location a[b-3r54flkacu] {
    color: #000;
    text-decoration: none;
    font-weight: 200;
}

.mbnPageInfo__images[b-3r54flkacu] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}


@media only screen and (max-width: 670px) {
    .mainContainer[b-3r54flkacu] {
        padding: 0 17px !important;
    }

    .mbnPageInfo__images img[b-3r54flkacu] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-3r54flkacu] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-3r54flkacu] {
        height: 23vh;
    }
    

    .mbnMentorInfo__headerText[b-3r54flkacu] {
        font-size: 14px;
    }

    .mbnMentorInfo__description[b-3r54flkacu] {
        font-size: 13px;
        margin: 10px 0;
    }

    .mbnMentorInfo__images[b-3r54flkacu] {
        left: 2%;
        bottom: 5%;
    }

        .mbnMentorInfo__images img[b-3r54flkacu] {
            width: 70px;
            height: auto;
            float: left;
        }

    .mbnMentorInfoDescription[b-3r54flkacu] {
        padding: 25px 7px;
        font-size: 13px;
        line-height: 1.5;
    }

    .mbnPageInfo__images img[b-3r54flkacu] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-3r54flkacu] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-3r54flkacu] {
        height: 23vh;
    }
}
/* /Pages/Shop/Package/Packages.razor.rz.scp.css */
.mbnPageInfo[b-a5aq259g68] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnPageInfo__headerText[b-a5aq259g68] {
    margin: 10px 0;
    display: inline-block;
}

.mbnPageInfo__location[b-a5aq259g68] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnPageInfo__location a[b-a5aq259g68] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnPageInfo__images[b-a5aq259g68] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}

@media only screen and (max-width: 670px) {
    .mbnPageInfo__images img[b-a5aq259g68] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-a5aq259g68] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-a5aq259g68] {
        height: 23vh;
    }
}
/* /Pages/Shop/Producer/Producer.razor.rz.scp.css */
.mbnMentorInfo__description[b-pom2umkoav] {
    font-size: 18px;
    font-weight: 300;
    color: #686868;
    display: inline-block;
    margin: 20px 0;
}

.mbnMentorInfoDescription[b-pom2umkoav] {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.37298669467787116) 0%, rgba(255,255,255,0.6362920168067228) 22%, rgba(255,255,255,0.8435749299719888) 39%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
    position: relative;
    bottom: 10px;
    z-index: -1;
    padding: 25px 17px 25px;
    font-size: 14px;
    color: #686868;
    line-height: 2.3;
    text-align: center;
}

.mbnMentorInfo[b-pom2umkoav] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnMentorInfo__headerText[b-pom2umkoav] {
    margin: 10px 0;
    display: inline-block;
}

.mbnMentorInfo__location[b-pom2umkoav] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnMentorInfo__location a[b-pom2umkoav] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnMentorInfo__images[b-pom2umkoav] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}


.mbnPageInfo[b-pom2umkoav] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #efe5f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.mbnPageInfo__headerText[b-pom2umkoav] {
    margin: 10px 0;
    display: inline-block;
}

.mbnPageInfo__location[b-pom2umkoav] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}

    .mbnPageInfo__location a[b-pom2umkoav] {
        color: #000;
        text-decoration: none;
        font-weight: 200;
    }

.mbnPageInfo__images[b-pom2umkoav] {
    position: absolute;
    left: 1%;
    bottom: 10%;
}


@media only screen and (max-width: 670px) {
    .mainContainer[b-pom2umkoav] {
        padding: 0 17px !important;
    }

    .mbnPageInfo__images img[b-pom2umkoav] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-pom2umkoav] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-pom2umkoav] {
        height: 23vh;
    }


    .mbnMentorInfo__headerText[b-pom2umkoav] {
        font-size: 14px;
    }

    .mbnMentorInfo__description[b-pom2umkoav] {
        font-size: 13px;
        margin: 10px 0;
    }

    .mbnMentorInfo__images[b-pom2umkoav] {
        left: 2%;
        bottom: 5%;
    }

        .mbnMentorInfo__images img[b-pom2umkoav] {
            width: 70px;
            height: auto;
            float: left;
        }

    .mbnMentorInfoDescription[b-pom2umkoav] {
        padding: 25px 7px;
        font-size: 13px;
        line-height: 1.5;
    }

    .mbnPageInfo__images img[b-pom2umkoav] {
        width: 80px;
        height: auto;
    }

    .mbnPageInfo__images[b-pom2umkoav] {
        left: 0;
        bottom: 6%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .mbnPageInfo__location[b-pom2umkoav] {
        height: 23vh;
    }
}
/* /Pages/Shop/Products/ProductComment.razor.rz.scp.css */
.online__details__comments[b-7g6fp88ugs] {
    background-color: #fff;
    border-radius: 25px;
}

.online__details__comments__myComments[b-7g6fp88ugs] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 15px;
}

.online__details__comments__myComments__image[b-7g6fp88ugs] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #bfbfbf;
    border-radius: 10px;
}

    .online__details__comments__myComments__image img[b-7g6fp88ugs] {
        width: 20px;
        height: auto;
    }

.online__details__comments__myComments__form > input[type=text][b-7g6fp88ugs] {
    background-color: #e4e4e4;
    border-radius: 0 15px 15px 0;
    color: #686868;
    padding: 10px 10px;
    border: none;
    width: 30vw;
}

.online__details__comments__myComments__form > button[b-7g6fp88ugs] {
    padding: 10px;
    background-color: #bfbfbf;
    border: none;
    outline: none;
    position: relative;
    border-radius: 15px 0 0 15px;
    cursor: pointer;
}

    .online__details__comments__myComments__form > button > img[b-7g6fp88ugs] {
        position: relative;
        top: 2px;
    }

.online__details__comments__comment[b-7g6fp88ugs] {
    border: 1px solid #e2e2e2;
    border-radius: 25px;
    padding: 10px 15px;
    display: block;
    width: 90%;
    margin: 20px auto;
}

.online__details__comments__comment__info__avatar[b-7g6fp88ugs], .online__details__comments__comment__answer__info__avatar[b-7g6fp88ugs] {
    background-color: #bfbfbf;
    border: 3px solid #e2e2e2;
    border-radius: 9px;
    padding: 9px;
    display: inline-block;
    margin: 0 10px 0 15px;
}

.online__details__comments__comment__info span[b-7g6fp88ugs], .online__details__comments__comment__answer__info span[b-7g6fp88ugs] {
    margin: 10px 15px;
}

.online__details__comments__comment__info[b-7g6fp88ugs], .online__details__comments__comment__answer__info[b-7g6fp88ugs] {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.online__details__comments__comment__answer__info[b-7g6fp88ugs] {
    margin-top: 20px;
    padding: 0 15px 0 0;
    position: relative;
}

    .online__details__comments__comment__answer__info[b-7g6fp88ugs]:after {
        content: '';
        position: absolute;
        height: 80%;
        width: 3px;
        background-color: var(--primary);
        top: -21px;
    }
.online__details__comments__comment__answer__info__name-active[b-7g6fp88ugs]:after {
    content: 'خریدار';
    width: 50px;
    height: 29px;
    background-color: var(--primary);
    font-size: 9px;
    padding: 4px 15px;
    border-radius: 31px;
    color: white;
    vertical-align: 2px;
    margin-right: 13px;
}

.online__details__comments__comment__info__name[b-7g6fp88ugs], .online__details__comments__comment__answer__info__name[b-7g6fp88ugs] {
    font-size: 15px;
    font-weight: bold;
    color: #323232;
    position: 'relative';
}

.online__details__comments__comment__info__time[b-7g6fp88ugs], .online__details__comments__comment__answer__info__time[b-7g6fp88ugs] {
    font-size: 14px;
    font-weight: normal;
    color: #686868;
}

.online__details__comments__comment__info__stars[b-7g6fp88ugs], .online__details__comments__comment__answer__info__stars[b-7g6fp88ugs] {
    margin-top: 10px;
}

    .online__details__comments__comment__info__stars img[b-7g6fp88ugs], .online__details__comments__comment__answer__info__stars img[b-7g6fp88ugs] {
        width: 12px;
        height: auto;
    }

.online__details__comments__comment__info__answer[b-7g6fp88ugs], .online__details__comments__comment__answer__info__answer[b-7g6fp88ugs] {
    color: #a5a5a5;
    border: 1px solid #a5a5a5;
    background-color: transparent;
    border-radius: 10px;
    height: 32px;
    padding: 8px 19px;
    font-size: 13px;
    position: absolute;
    left: 4%;
    top: 3px;
}
.online__details__comments__comment__delete__answer[b-7g6fp88ugs], .online__details__comments__comment__answer__delete__answer[b-7g6fp88ugs] {
    color: #e35959;
    border: 1px solid #e35959;
    background-color: transparent;
    border-radius: 10px;
    height: 32px;
    padding: 8px 19px;
    font-size: 13px;
    position: absolute;
    left: 15%;
    top: 3px;
}
.online__details__comments__comment__content[b-7g6fp88ugs], .online__details__comments__comment__answer__content[b-7g6fp88ugs] {
    display: block !important;
    width: 80%;
    margin: 7px 14% 12px auto;
}

.break[b-7g6fp88ugs] {
    flex-basis: 100%;
    height: 0;
}

.online__details__comments__comment__content p[b-7g6fp88ugs], .online__details__comments__comment__answer__content p[b-7g6fp88ugs] {
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    line-height: 2.1;
}

.online__details__comments__comment__answer[b-7g6fp88ugs] {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 5px;
}

.online__details__comments__ShowMore[b-7g6fp88ugs] {
    color: var(--primary);
    text-align: center;
    margin: 15px 0;
    display: block;
    min-height: 35px;
    text-decoration: none;
}

.online__details__comments__myComments__image[b-7g6fp88ugs] {
    padding: 9px;
}

    .online__details__comments__myComments__image img[b-7g6fp88ugs] {
        width: 13px;
    }

.online__details__comments__myComments__form > input[type=text][b-7g6fp88ugs] {
    width: 34vw;
    padding: 6px 8px;
}

.online__details__comments__myComments__form > button[b-7g6fp88ugs] {
    padding: 6px;
    left: 5px;
}

.online__details__comments__comment[b-7g6fp88ugs] {
    width: 95%;
    padding: 16px 1px;
}

.online__details__comments__comment__info__avatar[b-7g6fp88ugs], .online__details__comments__comment__answer__info__avatar[b-7g6fp88ugs] {
    margin: 0 10px 0 -6px;
    padding: 5px;
    width: 38px;
    height: 38px;
}

.online__details__comments__comment__info__time[b-7g6fp88ugs] {
    margin-right: 50px;
}

.online__details__comments__comment__content[b-7g6fp88ugs], .online__details__comments__comment__answer__content[b-7g6fp88ugs] {
    width: 100%;
    margin: 7px 5% 12px auto;
}

.online__details__section__nav ul[b-7g6fp88ugs] {
    padding: 10px;
    display: flex;
    position: relative;
}

    .online__details__section__nav ul[b-7g6fp88ugs]:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 93%;
        height: 2px;
        background-color: #e2e2e2;
        margin: 0 auto 10px;
    }

    .online__details__section__nav ul li[b-7g6fp88ugs] {
        margin: 15px 15px;
    }

        .online__details__section__nav ul li a[b-7g6fp88ugs] {
            font-size: 14px;
            color: #686868;
            display: flex;
            align-items: center;
        }

            .online__details__section__nav ul li a img[b-7g6fp88ugs] {
                margin: 0 10px;
            }

.online__details__section__nav ul[b-7g6fp88ugs] {
    padding: 10px 0;
}

    .online__details__section__nav ul li[b-7g6fp88ugs] {
        margin: 15px 8px;
    }
/* /Pages/Shop/Products/ProductDetails.razor.rz.scp.css */
.mbnSearchBox[b-vrinven1pl] {
    width: 80%;
    margin: 50px auto 0;
    background-color: #fff;
    height: auto;
    padding: 15px 10px;
    border-radius: 12px;
}



.mbnSearchBox__searchInput[b-vrinven1pl] {
    width: 100%;
    padding: 19px 40px;
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 98.5% center;
    border-radius: 12px;
    border: none;
    background-color: #ededed;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.mbnSearchBox__searchInput[b-vrinven1pl]::placeholder {
    color: #bfbfbf;
}
.mbnSearchBox__searchInput:focus[b-vrinven1pl] {
    outline: none;
}


@media only screen and (max-width: 500px) {
    .mbnProductCard[b-vrinven1pl] {
        margin-top: 10px;
    }
    .mbnSearchBox[b-vrinven1pl] {
        width: 100%;
    }
    .mbnSearchBoxBreadcrump[b-vrinven1pl] {
        background-color: #ededed;
    }

    .mbnPageInfo__location a[b-vrinven1pl] {
        color: #000
    }
    .mbnSearchBox__searchInput[b-vrinven1pl] {
        padding: 11px 40px;
    }

}



.mbnPageInfo[b-vrinven1pl] {
    margin-top: 50px;
    border-radius: 12px;
    width: 100%;
    background-color: #e5f1f8;
    min-height: 30%;
    position: relative;
    padding: 3% 5%;
}

.PageInfo__headerText[b-vrinven1pl] {
    margin: 10px 0;
    /*display: inline-block;*/
    font-size: 32px;
}
.PageInfo__headerText span[b-vrinven1pl]{
    color: var(--primary);
}
.mbnPageInfo__location[b-vrinven1pl] {
    background-color: #fff;
    border-radius: 9px;
    padding: 8px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
}
.mbnPageInfo__location  a[b-vrinven1pl] {
    color: #000;
    text-decoration: none;
    font-weight: 200;
}
.mbnPageInfo__images[b-vrinven1pl] {
    position: absolute;
    left: 1%;
    top: 0.5rem;
}
.online__row[b-vrinven1pl] {
    margin-top: 50px;
}

.online__details__hero img[b-vrinven1pl] {
    width: 100%;
    height: 350px;
}
.online__details__section[b-vrinven1pl] {
    margin-top: 50px;
    background-color: #fff;
    border-radius: 25px;

}

.online__details__section__headlines[b-vrinven1pl] {
    padding: 17px 20px;
}
.online__details__section__headlines__headerText[b-vrinven1pl] {
    color: #323232;
    font-size: 20px;
    font-weight: 500;
}
.online__details__section__headlines__text[b-vrinven1pl] {
    color: #686868;
    line-height: 2.5;
    text-align: justify;
}
.online__details__section__headlines__list[b-vrinven1pl] {
    margin-top: 30px;
    display: block;
}
.online__details__section__headlines__list__item[b-vrinven1pl] {
    margin: 15px 0;
    transition: 1s ease-in-out;
    position: relative;
    cursor: pointer;
}
.online__details__section__headlines__list__item__iconDown[b-vrinven1pl] {
    position: absolute;
    left: 5px;
    top: 6px;
}
.activeSection[b-vrinven1pl] {
    color: #000 !important;
    font-weight: bolder;
}
.online__details__section__headlines__list__item__name[b-vrinven1pl] {
    font-size: 16px;
    color: #686868;
}
.online__details__section__headlines__list__item__videoList[b-vrinven1pl] {
    margin-top: 20px;
    margin-right: 15px;
    position: relative;
    display: block;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
    overflow: hidden;
}
.online__details__section__headlines__list__item__videoList__item__hide[b-vrinven1pl] {
    height: 0;
}
.online__details__section__headlines__list__item__videoList li[b-vrinven1pl] {
    margin: 20px 0;
}
.online__details__section__headlines__list__item__videoList li a[b-vrinven1pl] {
    color: #848484;
}
.online__details__section__description[b-vrinven1pl] {
    padding: 17px;
}
.online__details__section__description__headerText[b-vrinven1pl] {
    color: #323232;
    font-size: 20px;
    font-weight: 500;
}
.online__details__section__description__text[b-vrinven1pl] {
    color: #686868;
    line-height: 2.5;
    text-align: justify;
}
.online__details__section__description__header[b-vrinven1pl] {
    margin: 10px 18px;
}
.online__details__section__description__text2[b-vrinven1pl] {
    margin: 10px 27px 20px 15px;
    padding-bottom: 20px;
    line-height: 2.5 !important;
}
.online__details__section__description__text__button[b-vrinven1pl] {
    background-color: var(--primary);
    color: white;
    outline: none;
    border: none;
    padding: 6px 22px;
    border-radius: 6px;
    margin: 0 5px;
}
.buttonLoginClass[b-vrinven1pl] {
    text-decoration: none;
    color: #fff;
    text-align: center;
    background-color: var(--primary);
    display: inline-block;
    padding: 10px 15px;
    margin: 40px auto 25px;
    border-radius: 15px;
}
.online__details__section__description__image[b-vrinven1pl] {
    width: 100%;
    display: inline-block;
    margin: 20px auto;
    height: auto;
}
.online__buy[b-vrinven1pl] {
    position: sticky;
    top: 10px;
}
.online__buy__addToCard[b-vrinven1pl] {
    background-color: #fff;
    border-radius: 25px;
    min-height: 150px;
}
.online__buy__addToCard__price[b-vrinven1pl] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    font-size: 14px;
    color: #323232;
}
.online__buy__addToCard__price__label[b-vrinven1pl] {
    position: relative;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border: 1px dashed #e0e0e0;
    border-radius: 0 15px 15px 0;

}
.online__buy__addToCard__price__label[b-vrinven1pl]:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px dashed #e0e0e0;
    transform: translate(50%,-50%);
}

.online__buy__addToCard__price__label[b-vrinven1pl]:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    width: 20px;
    height: 30px;
    transform: translate(100%,-50%);
}
.online__buy__addToCard__price p span[b-vrinven1pl] {
    color: var(--primary);
    font-size: 18px;
    padding: 0 3px;
}
.online__buy__addToCard__price__toman[b-vrinven1pl] {
    padding: 7px 20px;
    background-color: #f9f9f9;
    border: 1px dashed #e0e0e0;
    color: var(--primary);
    border-radius: 15px 0 0 15px ;
    position: relative;
}
.online__buy__addToCard__price__toman[b-vrinven1pl]:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px dashed #e0e0e0;
    transform: translate(-50%,-50%);
}
.online__buy__addToCard__price__toman[b-vrinven1pl]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    width: 20px;
    height: 30px;
    transform: translate(-100%,-50%);
}
.online__buy__addToCard__bottom[b-vrinven1pl] {
    
    color: #fff;
    text-align: center;
    width: 80%;
    background-color: var(--primary);
    padding: 10px 15px;
    border-radius: 15px;
}
.online__buy__addToCard__line[b-vrinven1pl] {
    width: 90%;
    margin: 15px auto;
    height: 2px;
    background-color: #e2e2e2;

}
.online__buy__addToCard__addToBookMark[b-vrinven1pl] {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 10px 0;
}
.online__buy__addToCard__addToBookMark img[b-vrinven1pl] {
    margin: 0 10px;
}
.online__buy__addToCard__rating[b-vrinven1pl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 27px;
}
.online__buy__addToCard__rating__text p[b-vrinven1pl] {
    font-size: 12px;
    color: #686868;
}
.online__buy__addToCard__rating__text__score[b-vrinven1pl] {
    font-size: 16px;
}
.online__buy__addToCard__rating__text__vote[b-vrinven1pl] {
    font-size: 18px;
}
.online_buy__aboutTeacher[b-vrinven1pl] {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
    margin-top: 20px;
}
.online_buy__aboutTeacher > img[b-vrinven1pl] {
    width: 80px;
    height: 80px;
}
.online_buy__aboutTeacher__text[b-vrinven1pl] {
    margin-right: 15px;
}
.online_buy__aboutTeacher__text h2[b-vrinven1pl] {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    margin-bottom: 15px;
}
.online_buy__aboutTeacher__text p[b-vrinven1pl] {
    font-size: 12px;
    color: #686868;
}
.online_buy__share[b-vrinven1pl] {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
    margin-top: 20px;
}
.online_buy_share_paragram[b-vrinven1pl] {
    font-weight: bold;
}
.online_buy__share p[b-vrinven1pl] {
    margin: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #686868;
    font-weight: bold;
}
.online__buy__addToCard__bottom__mobile[b-vrinven1pl] {
    display: none;
}
.online_buy__share p img[b-vrinven1pl] {
    margin-left: 10px;
}
.online_buy__share__socialMedia[b-vrinven1pl] {
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.online_buy__share__socialMedia a[b-vrinven1pl] {
    background-color: #f8f8f8;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #e0e0e0;
    border-radius: 8px;
}
.online_buy__share__socialMedia img[b-vrinven1pl] {
    width: 20px;
    height: auto;
}
.online_buy__discountFestival[b-vrinven1pl] {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.online__details__relatedCourses[b-vrinven1pl] {
    background-color: #fff;
    border-radius: 25px;
    margin-top: 20px;
}

.online__details__relatedCourses__courses__item[b-vrinven1pl] {
    border-radius: 25px;
    border: 1px solid #e2e2e2;
    display: flex;
    width: 95%;
    margin: 22px auto;
}
.online__details__relatedCourses__courses__item__details[b-vrinven1pl] {
    width: 63%;
    padding: 15px 10px 0 0 ;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.online__details__relatedCourses__courses__item__details h4[b-vrinven1pl] {
    font-size: 14px;
    color: #323232;
    font-weight: normal;
}

.online__details__relatedCourses__courses__item__details p[b-vrinven1pl] {
    font-size: 12px;
    color: #686868;
    line-height: 2;
    font-weight: normal;
}
.online__details__relatedCourses__courses__item__details__line[b-vrinven1pl] {
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
}
.online__details__relatedCourses__courses__item__details__priceAndRating[b-vrinven1pl] {
    padding: 0 0 0 16px;
    display: flex;
    justify-content: space-between;
}
.online__details__relatedCourses__courses__item__details__priceAndRating p[b-vrinven1pl] {
    font-size: 14px;
    color: var(--primary);
}





footer.footer[b-vrinven1pl] {
    margin-top: 50px;
}
@media only screen and (max-width: 670px) {
  .mbnPageInfo[b-vrinven1pl] {
      margin-top: 10px;
      padding: 3% 3%;
  }
    .PageInfo__headerText[b-vrinven1pl] {
        margin: 10px 0 0 30px;
        font-size: 17px;
        width: 70%;

    }
    .mbnPageInfo__location[b-vrinven1pl] {
        margin: 20px 0 10px;
    }
    .mbnPageInfo__images[b-vrinven1pl] {
        left: 2%;
        top: 5%;
    }
    .mbnPageInfo__images img[b-vrinven1pl] {
        width: 45%;
        height: auto;
        float: left;
    }
   
    .online__details__section__description__headerText[b-vrinven1pl] {
        font-size: 16px;
        line-height: 1.5;
    }
    .online__details__section__description__text[b-vrinven1pl] {
        line-height: 1.7;
    }
    .mainContainer[b-vrinven1pl] {
        padding:  0 17px !important;
    }
    .online__details__section__description__image[b-vrinven1pl] {
        margin: 0;
    }
    .online__details__relatedCourses__courses__item[b-vrinven1pl] {
        width: 100%;
        min-height: 100px;
    }
    .online__details__relatedCourses__courses__item img[b-vrinven1pl] {
        width: 40%;
        height: auto;
    }
    .online__details__relatedCourses__courses__item__details[b-vrinven1pl] {
        padding: 9px 2px 0 0;
    }
    .online__details__relatedCourses__courses__item__details h4[b-vrinven1pl] {
        font-size: 9px;
        line-height: 1.5;
    }
    .online__details__relatedCourses__courses__item__details p[b-vrinven1pl] {
        font-size: 10px;
        font-weight: lighter;
        line-height: 1.3;
    }
    .online__details__relatedCourses__courses__item__details__priceAndRating img[b-vrinven1pl] {
        width: 13px;
        height: auto;
    }



 

    .online__buy__addToCard__bottom[b-vrinven1pl] {
        visibility: hidden;
        padding: 0;
        margin: 0;
    }
    .online__buy__addToCard__bottom__mobile[b-vrinven1pl] {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10%;
        background-color: #fff;
        color: #000;
        text-decoration: none;
        display: flex;
        justify-content: space-around;
        align-items: center;
        box-shadow: 0px 0 4px 1px #272727;
    }
    .online__buy__addToCard__bottom__mobile a[b-vrinven1pl] {
        background-color: var(--primary);
        color: #fff;
        padding: 10px 15px;
        text-decoration: none;
        border-radius: 6px;
    }
    .online__buy__addToCard__bottom__mobile span[b-vrinven1pl] {

    }
}
.online__details__section__nav ul[b-vrinven1pl] {
    padding: 10px;
    display: flex;
    position: relative;
}

    .online__details__section__nav ul[b-vrinven1pl]:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 93%;
        height: 2px;
        background-color: #e2e2e2;
        margin: 0 auto 10px;
    }

    .online__details__section__nav ul li[b-vrinven1pl] {
        margin: 15px 15px;
    }

        .online__details__section__nav ul li a[b-vrinven1pl] {
            font-size: 14px;
            color: #686868;
            display: flex;
            align-items: center;
        }

            .online__details__section__nav ul li a img[b-vrinven1pl] {
                margin: 0 10px;
            }

.online__details__section__nav ul[b-vrinven1pl] {
    padding: 10px 0;
}

    .online__details__section__nav ul li[b-vrinven1pl] {
        margin: 15px 8px;
    }
/* /Pages/Shop/ProviderStyle/Provider.razor.rz.scp.css */
.margin-top-provider[b-khjvf8ozoy] {
    margin-top: 90px;
}


.provider-style[b-khjvf8ozoy] {
    margin-right: -30px;
    margin-left: 20px;
}
/* /Pages/Shop/Tutorial/BookList.razor.rz.scp.css */
.tickets-container .tickets-list .ticket-item .ticket-state i[b-jvfz6awdxs] {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}

.tickets-container .tickets-list .ticket-item .ticket-state[b-jvfz6awdxs] {
    position: absolute;
    top: 13px;
    left: -12px;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border: 2px solid #fff;
}

.bg-palegreen[b-jvfz6awdxs] {
    background-color: #a0d468 !important;
}

.tickets-container .tickets-list .ticket-item .ticket-type .type[b-jvfz6awdxs] {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}

.tickets-container .tickets-list .ticket-item .ticket-type[b-jvfz6awdxs] {
    line-height: 30px;
    height: 50px;
    padding: 10px;
}

.tickets-container .tickets-list .ticket-item .ticket-time i[b-jvfz6awdxs] {
    color: #ccc;
    width: 50px;
}

.tickets-container .tickets-list .ticket-item .divider[b-jvfz6awdxs] {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 1px;
    background-color: #eee;
    display: inline-block;
}

.tickets-container .tickets-list .ticket-item .ticket-time[b-jvfz6awdxs] {
    line-height: 30px;
    height: 50px;
    padding: 10px;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-company[b-jvfz6awdxs] {
    margin-left: 2px;
    color: #999;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-at[b-jvfz6awdxs] {
    margin-left: 2px;
    color: #ccc;
    font-size: 13px;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-name[b-jvfz6awdxs] {
    margin-left: 5px;
    font-size: 13px;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-avatar[b-jvfz6awdxs] {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.tickets-container .tickets-list .ticket-item .ticket-user[b-jvfz6awdxs] {
    height: 50px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tickets-container .tickets-list .ticket-item[b-jvfz6awdxs] {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 8px;
    padding: 0 15px;
    vertical-align: top;
}

.tickets-container .tickets-list[b-jvfz6awdxs] {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.tickets-container[b-jvfz6awdxs] {
    position: relative;
    padding: 25px 25px;
    background-color: #f5f5f5;
}

.widget-main.no-padding[b-jvfz6awdxs] {
    padding: 0;
}

.widget-main[b-jvfz6awdxs] {
    padding: 12px;
}

.no-padding[b-jvfz6awdxs] {
    padding: 0 !important;
}

.widget-body[b-jvfz6awdxs] {
    margin-top: 20px;
    background-color: #fbfbfb;
    -webkit-box-shadow: 1px 0 5px 1px rgba(0,0,0,.02);
    -moz-box-shadow: 1px 0 5px 1px rgba(0,0,0,.02);
    box-shadow: 1px 0 5px 1px rgba(0,0,0,.02);
}

.widget-header > .widget-caption[b-jvfz6awdxs] {
    line-height: 33px;
    padding: 0;
    margin: 0;
    float: right;
    padding-right: 10px;
    text-align: left;
    font-weight: 400 !important;
    font-size: 13px;
}

.widget-header .widget-icon[b-jvfz6awdxs] {
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: right;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-left: -10px;
}

.themesecondary[b-jvfz6awdxs] {
    color: #5bc0de !important;
}

.widget-header.bordered-bottom[b-jvfz6awdxs] {
    border-bottom: 3px solid #fff;
}

.widget-header[b-jvfz6awdxs] {
    position: relative;
    min-height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #555;
    padding-left: 12px;
    text-align: right;
}

.bordered-themesecondary[b-jvfz6awdxs] {
    border-color: #5bc0de !important;
    background-color: #f5f5f5 !important;
}

.widget-box[b-jvfz6awdxs] {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 3px 0 30px 0;
}
/* /Pages/Shop/Tutorial/VideoList.razor.rz.scp.css */
.tickets-container .tickets-list .ticket-item .ticket-state i[b-bw9o4uhbvc] {
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}

.tickets-container .tickets-list .ticket-item .ticket-state[b-bw9o4uhbvc] {
    position: absolute;
    top: 13px;
    left: -12px;
    height: 24px;
    width: 24px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #e5e5e5;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    border: 2px solid #fff;
}

.bg-palegreen[b-bw9o4uhbvc] {
    background-color: #a0d468 !important;
}

.tickets-container .tickets-list .ticket-item .ticket-type .type[b-bw9o4uhbvc] {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}

.tickets-container .tickets-list .ticket-item .ticket-type[b-bw9o4uhbvc] {
    line-height: 30px;
    height: 50px;
    padding: 10px;
}

.tickets-container .tickets-list .ticket-item .ticket-time i[b-bw9o4uhbvc] {
    color: #ccc;
    width: 50px;
}

.tickets-container .tickets-list .ticket-item .divider[b-bw9o4uhbvc] {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 1px;
    background-color: #eee;
    display: inline-block;
}

.tickets-container .tickets-list .ticket-item .ticket-time[b-bw9o4uhbvc] {
    line-height: 30px;
    height: 50px;
    padding: 10px;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-company[b-bw9o4uhbvc] {
    margin-left: 2px;
    color: #999;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-at[b-bw9o4uhbvc] {
    margin-left: 2px;
    color: #ccc;
    font-size: 13px;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-name[b-bw9o4uhbvc] {
    margin-left: 5px;
    font-size: 13px;
}

.tickets-container .tickets-list .ticket-item .ticket-user .user-avatar[b-bw9o4uhbvc] {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.tickets-container .tickets-list .ticket-item .ticket-user[b-bw9o4uhbvc] {
    height: 50px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tickets-container .tickets-list .ticket-item[b-bw9o4uhbvc] {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 8px;
    padding: 0 15px;
    vertical-align: top;
}

.tickets-container .tickets-list[b-bw9o4uhbvc] {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.tickets-container[b-bw9o4uhbvc] {
    position: relative;
    padding: 25px 25px;
    background-color: #f5f5f5;
}

.widget-main.no-padding[b-bw9o4uhbvc] {
    padding: 0;
}

.widget-main[b-bw9o4uhbvc] {
    padding: 12px;
}

.no-padding[b-bw9o4uhbvc] {
    padding: 0 !important;
}

.widget-body[b-bw9o4uhbvc] {
    margin-top: 20px;
    background-color: #fbfbfb;
    -webkit-box-shadow: 1px 0 5px 1px rgba(0,0,0,.02);
    -moz-box-shadow: 1px 0 5px 1px rgba(0,0,0,.02);
    box-shadow: 1px 0 5px 1px rgba(0,0,0,.02);
}

.widget-header > .widget-caption[b-bw9o4uhbvc] {
    line-height: 33px;
    padding: 0;
    margin: 0;
    float: right;
    padding-right: 10px;
    text-align: left;
    font-weight: 400 !important;
    font-size: 13px;
}

.widget-header .widget-icon[b-bw9o4uhbvc] {
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: right;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-left: -10px;
}

.themesecondary[b-bw9o4uhbvc] {
    color: #5bc0de !important;
}

.widget-header.bordered-bottom[b-bw9o4uhbvc] {
    border-bottom: 3px solid #fff;
}

.widget-header[b-bw9o4uhbvc] {
    position: relative;
    min-height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    color: #555;
    padding-left: 12px;
    text-align: right;
}

.bordered-themesecondary[b-bw9o4uhbvc] {
    border-color: #5bc0de !important;
    background-color: #f5f5f5 !important;
}

.widget-box[b-bw9o4uhbvc] {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 3px 0 30px 0;
}
/* /Pages/SideBar/SideBar.razor.rz.scp.css */
/* The side navigation menu */
.sidenav[b-ir4o200jpl] {
    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-ir4o200jpl] {
        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-ir4o200jpl] {
    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-ir4o200jpl] {
        padding-top: 15px;
    }

        .sidenav a[b-ir4o200jpl] {
            font-size: 18px;
        }
}

.overlay[b-ir4o200jpl] {
    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-ir4o200jpl] {
        display: block;
        opacity: 1;
    }
    
/* /Pages/User/UserProfile.razor.rz.scp.css */


.margin-top-userprofile[b-9gr8ijd6wx]{
    margin-top:70px;
}

.margin-bottom-userprofile[b-9gr8ijd6wx]{
    margin-bottom:67px;
}
    .switch[b-9gr8ijd6wx] {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }

    .switch input[b-9gr8ijd6wx] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-9gr8ijd6wx] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider[b-9gr8ijd6wx]:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider[b-9gr8ijd6wx] {
    background-color: #2196F3;
}

input:focus + .slider[b-9gr8ijd6wx] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-9gr8ijd6wx]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round[b-9gr8ijd6wx] {
    border-radius: 34px;
}

    .slider.round[b-9gr8ijd6wx]:before {
        border-radius: 50%;
    }


    /*-----------------------------------------*/

.profile-img[b-9gr8ijd6wx] {
    text-align: center;
}

    .profile-img img[b-9gr8ijd6wx] {
        width: 70%;
        height: 100%;
    }

    .profile-img .file[b-9gr8ijd6wx] {
        position: relative;
        overflow: hidden;
        /*margin-top: -20%;*/
        /*width: 70%;*/
        border: none;
        border-radius: 0;
        font-size: 15px;
        background: #212529b8;
    }

        .profile-img .file input[b-9gr8ijd6wx] {
            position: absolute;
            opacity: 0;
            right: 0;
            top: 0;
        }

#userAvatarIcon[b-9gr8ijd6wx] {
    text-align: center;
    margin-top: 75%;
    background-color: #808080ad;
    height: 25%;
}

#userImageCricleDiv[b-9gr8ijd6wx] {
    /*background-image: url(/Content/Upload/User/Image/S150x150da124420-1012020-12-07_12-15-53344942.png<!--!-->);*/
    background-size: cover;
    overflow: hidden;
}

#userImageInput[b-9gr8ijd6wx] {
    opacity: 0;
    position: absolute;
    right: 0;
    height: 64px;
    top: 0;
}
.badge[b-9gr8ijd6wx] {
    /*    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;*/
    margin-top: 14px;
    margin-right: -5px;
    position: absolute;
    box-shadow: 1px 0.09rem 0.1rem 0px rgb(0 0 0 / 55%);
    z-index:9999;
}
/* /Shared/Component/Category/CategoryCard.razor.rz.scp.css */
.mbnProductCard[b-4444y6zyrl] {
    background-color: #fff;
    border-radius: 19px;
    padding: 3px 10px;
    margin: 12px 0;
}

.mbnProductCard__imgBox[b-4444y6zyrl] {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.mbnProductCard__imgBox__img[b-4444y6zyrl] {
    width: 100%;
    height: 150px;
    display: block;
    margin: 12px auto;
}

.mbnProductCard__imgBox__link[b-4444y6zyrl] {
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    width: 26%;
    height: 20%;
    border-radius: 14px 14px 0 0;
    background: #fff;
    padding: 13px 11px 10px;
    color: #fd533b;
    font-size: 12px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.mbnProductCard__imgBox__link__animationBottomToTop[b-4444y6zyrl] {
    -moz-transform: translate(-50%,100%);
    -webkit-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
}

.mbnProductCard__imgBox:hover .mbnProductCard__imgBox__link[b-4444y6zyrl] {
    opacity: 1;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
/*.mbnProductCard__imgBox:hover .mbnProductCard__imgBox__img {
    background-color: rgba(22,22,23,0.21);
}*/
.mbnProductCard__imgBox__img[b-4444y6zyrl] {
    position: relative;
}

.mbnProductCard__imgBox__img__hoverBgc[b-4444y6zyrl] {
    background-color: rgba(22,22,23,0.21);
    opacity: 0;
    width: 100%;
    height: 87%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 18px;
    margin: 10px 0;
    -webkit-transition: opacity ease-in-out .7s;
    -moz-transition: opacity ease-in-out .7s;
    -ms-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
}

.mbnProductCard__imgBox:hover .mbnProductCard__imgBox__img__hoverBgc[b-4444y6zyrl] {
    opacity: 1;
}

.mbnProductCard__title[b-4444y6zyrl] {
    text-align: center;
    margin: 15px 0 25px;
    font-weight: 400;
}



@media only screen and (max-width: 500px) {
    .mbnProductCard[b-4444y6zyrl] {
        margin-top: 10px;
    }
    
}
/* /Shared/Component/Category/CategoryCardGrid.razor.rz.scp.css */
.mbnRow[b-3dv9e7fdz1] {
    margin: 30px 0;
}
/* /Shared/Component/Category/CategorySearchBox.razor.rz.scp.css */
.mbnSearchBox[b-cmofy1jcs8] {
    width: 80%;
    margin: 10px auto 0;
    background-color: #fff;
    height: auto;
    padding: 15px 10px;
    border-radius: 12px;
}
.mbnSearchBoxBreadcrump[b-cmofy1jcs8] {
    background-color: #ededed;
}

.mbnPageInfo__location a[b-cmofy1jcs8] {
    color: #000
}
.mbnSearchBox__searchInput[b-cmofy1jcs8] {
    width: 100%;
    padding: 19px 40px;
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 98.5% center;
    border-radius: 12px;
    border: none;
    background-color: #ededed;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.mbnSearchBox__searchInput[b-cmofy1jcs8]::placeholder {
    color: #bfbfbf;
}

.mbnSearchBox__searchInput:focus[b-cmofy1jcs8] {
    outline: none;
}

@media only screen and (max-width: 500px) {
    .mbnSearchBox[b-cmofy1jcs8] {
        width: 100%;
    }
}
/* /Shared/Component/ContactUsPage.razor.rz.scp.css */
.alhContactForm-section[b-fbymxn8f7r] {
    min-height: 200px;
    background-color: #f9f9f9;
}

.alhContactForm-section .container[b-fbymxn8f7r] {
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 4%) !important;
    background-color: #fff;
    border-radius: 20px;
    margin: 5% auto;
}

.alhContactForm input[type="text"][b-fbymxn8f7r] {
    outline: none;
    border: none;
    padding: 15px 20px 15px 60px;
    border-radius: 19px;
    background-color: #f8f8f8;
}

footer.footer[b-fbymxn8f7r] {
    background-color: #ededed;
    position: relative;
}

.alhContactForm input[type="submit"][b-fbymxn8f7r] {
    background-color: var(--primary);
    color: #fff;
    outline: none;
    border: none;
    padding: 15px 83px 15px;
    border-radius: 19px;
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .alhContactForm > div[b-fbymxn8f7r] {
        padding-right: 0;
    }

    .alhContactForm input[type="text"][b-fbymxn8f7r] {
        padding: 15px 20px;
    }

    .alhContactForm input[type="submit"][b-fbymxn8f7r] {
        padding: 15px 66px;
    }
}
/* /Shared/Component/DesktopFixLeftNav.razor.rz.scp.css */
.border-shadow-bb[b-ok4d83dkpt] {
    box-shadow: inset 2px 1px 3px 0px #f8f9fa;
    width: 100%;
    height: 50px;
}

.border-shadow-bb1[b-ok4d83dkpt] {
    width: 80%;
    height: 50px;
    box-shadow: 1px 3px 5px 0px #0000005e;
}

.active .border-shadow-bb[b-ok4d83dkpt] {
    width: 100%;
    height: 50px;
    box-shadow: inset -2px -2px 3px 0px #f8f9fa;
    background-color: #8080801f;
}

.active .border-shadow-bb1[b-ok4d83dkpt] {
    width: 80%;
    height: 50px;
    box-shadow: inset 2px 2px 5px 0px rgb(0 0 0 / 66%);
}
/* /Shared/Component/MobileBottomNav.razor.rz.scp.css */
/* /Shared/Component/MobileBottomNavbar.razor.rz.scp.css */
.border-shadow-bb[b-t0t46i5p0c] {
    box-shadow: inset 2px 1px 3px 0px #f8f9fa;
    width: 100%;
    height: 50px;
}

.border-shadow-bb1[b-t0t46i5p0c] {
    width: 80%;
    height: 50px;
    box-shadow: 1px 3px 5px 0px #0000005e;
}

.active .border-shadow-bb[b-t0t46i5p0c] {
    width: 100%;
    height: 50px;
    box-shadow: inset -2px -2px 3px 0px #f8f9fa;
    background-color: #8080801f;
}

.active .border-shadow-bb1[b-t0t46i5p0c] {
    width: 80%;
    height: 50px;
    box-shadow: inset 2px 2px 5px 0px rgb(0 0 0 / 66%);
}
/* /Shared/Component/MobileTopNavbar.razor.rz.scp.css */
.border-shadow-bb[b-xf9c7pn8k7] {
    box-shadow: inset 2px 1px 3px 0px #f8f9fa;
    width: 100%;
    height: 50px;
}

.border-shadow-bb1[b-xf9c7pn8k7] {
    width: 80%;
    height: 50px;
    box-shadow: 1px 3px 5px 0px #0000005e;
}

.active .border-shadow-bb[b-xf9c7pn8k7] {
    width: 100%;
    height: 50px;
    box-shadow: inset -2px -2px 3px 0px #f8f9fa;
    background-color: #8080801f;
}

.active .border-shadow-bb1[b-xf9c7pn8k7] {
    width: 80%;
    height: 50px;
    box-shadow: inset 2px 2px 5px 0px rgb(0 0 0 / 66%);
}
/* /Shared/Component/Package/PackageCard.razor.rz.scp.css */
.mbnMentorProductsList__products__item[b-8vbaul9fn1] {
    background-color: #fff;
    border-radius: 19px;
    padding-bottom: 10px;
    margin-top: 25PX;
}

.mbnMentorProductsList__products__item img[b-8vbaul9fn1] {
    width: 100%;
    height: 350px;
}

.mbnMentorProductsList__products__item__details__title[b-8vbaul9fn1] {
    font-size: 16px;
    color: #323232;
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
}

.mbnMentorProductsList__products__item__details__price[b-8vbaul9fn1] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px 0;
}

.mbnMentorProductsList__products__item__details__price-final[b-8vbaul9fn1] {
    color: var(--primary);
    font-weight: 500;
    font-size: 18px;
}

.mbnMentorProductsList__products__item__details__price-old[b-8vbaul9fn1] {
    text-decoration: line-through;
    font-size: 16px;
    color: #686868;
}

.mbnMentorProductsList__products__item__author[b-8vbaul9fn1] {
    display: flex;
    justify-content: space-between;
    margin: 20px 5px 0 5px;
    align-items: center;
    padding: 0 12px;
}

.mbnMentorProductsList__products__item__author p[b-8vbaul9fn1] {
    font-size: 12px;
    display: flex;
    align-items: center;
    float: left;
}

.mbnMentorProductsList__products__item__author p img[b-8vbaul9fn1] {
    display: inline-block;
    width: 30px;
    height: auto;
    padding: 0 5px 0 0;
}

.mbnMentorProductsList__products__item__author__stars[b-8vbaul9fn1] {
    display: flex;
}

.mbnMentorProductsList__products__item__author__stars img[b-8vbaul9fn1] {
    width: 20px;
}

@media only screen and (max-width: 670px) {

    .mbnMentorProductsList__products__item[b-8vbaul9fn1] {
        margin: 15px 0;
    }

    .mbnMentorProductsList__products__item__author__stars img[b-8vbaul9fn1] {
        width: 15px;
        height: auto;
    }
}
/* /Shared/Component/Package/PackageCardGrid.razor.rz.scp.css */


.mbnMentorProductsList__header[b-w185t0yug1] {
    margin-top: 50px;
}

.mbnMentorProductsListOnline__header__bgc[b-w185t0yug1] {
    width: 100%;
    height: 5px;
    background: rgb(142,66,211);
    background: linear-gradient(90deg, rgba(142,66,211,0) 0%, rgba(142,66,211,0.48503151260504207) 11%, rgba(142,66,211,0.7959558823529411) 17%, rgba(142,66,211,1) 28%, rgba(142,66,211,1) 100%);
    border-radius: 10px;
    position: relative;
}

    .mbnMentorProductsListOnline__header__bgc[b-w185t0yug1]:before {
        content: '';
        position: absolute;
        top: 3.8px;
        transform: rotate(31deg);
        right: 12.5%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

    .mbnMentorProductsListOnline__header__bgc[b-w185t0yug1]:after {
        content: '';
        position: absolute;
        top: -3px;
        transform: rotate(150deg);
        right: 12.5%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

.mbnMentorProductsList__header__text[b-w185t0yug1] {
    position: relative;
    bottom: 10px;
    padding: 13px 17px;
    background-color: #8e42d3;
    border-radius: 20px;
    color: #f8f8f8;
}

.mbnMentorProductsList__products[b-w185t0yug1] {
    margin-top: 70px;
}

.mbnMentorProductsListOfflineCourse__header__bgc[b-w185t0yug1] {
    width: 100%;
    height: 5px;
    background: rgb(142,66,211);
    background: linear-gradient(90deg, rgba(142,66,211,0) 0%, rgba(142,66,211,0.48503151260504207) 11%, rgba(142,66,211,0.7959558823529411) 17%, rgba(142,66,211,1) 28%, rgba(142,66,211,1) 100%);
    border-radius: 10px;
    position: relative;
}

    .mbnMentorProductsListOfflineCourse__header__bgc[b-w185t0yug1]:before {
        content: '';
        position: absolute;
        top: 4px;
        transform: rotate(31deg);
        right: 13.6%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

    .mbnMentorProductsListOfflineCourse__header__bgc[b-w185t0yug1]:after {
        content: '';
        position: absolute;
        top: -3.5px;
        transform: rotate(150deg);
        right: 13.55%;
        background-color: #8e42d3;
        width: 12px;
        height: 5px;
    }

.mbnMentorProductsListBlog__header__bgc[b-w185t0yug1] {
    width: 100%;
    height: 5px;
    background: rgb(142,66,211);
    background: linear-gradient(90deg, rgba(142,66,211,0) 0%, rgba(142,66,211,0.48503151260504207) 11%, rgba(142,66,211,0.7959558823529411) 17%, rgba(142,66,211,1) 28%, rgba(142,66,211,1) 100%);
    border-radius: 10px;
    position: relative;
}

.mbnMentorProductsListBlog__header__bgc[b-w185t0yug1]:before {
    content: '';
    position: absolute;
    top: 3px;
    transform: rotate(31deg);
    right: 13.4%;
    background-color: #8e42d3;
    width: 12px;
    height: 5px;
}

.mbnMentorProductsListBlog__header__bgc[b-w185t0yug1]:after {
    content: '';
    position: absolute;
    top: -3px;
    transform: rotate(150deg);
    right: 13.4%;
    background-color: #8e42d3;
    width: 12px;
    height: 5px;
}
/* /Shared/Component/ProductItem.razor.rz.scp.css */
.link-h[b-4vrnlkdua8] {
    height: 176px;
}

.img-style[b-4vrnlkdua8] {
   height:175px;
   width: 100%;
   position: absolute;
   margin-right: -16px;
   border-radius: 0px 18px 18px 0px;
}

.font-style[b-4vrnlkdua8] {
    font-size: 20px;
    font-weight: 700;
}

.bg-style[b-4vrnlkdua8] {
    background-color: #07ffaa29;
    color: #04801e;
}
/* /Shared/Component/ServerSideSearchBox.razor.rz.scp.css */
.mbnSearchBox[b-h4n6x27v8u] {
    width: 80%;
    margin: 50px auto 0;
    background-color: #fff;
    height: auto;
    padding: 15px 10px;
    border-radius: 12px;
}

.mbnSearchBox__searchInput[b-h4n6x27v8u] {
    width: 100%;
    padding: 19px 40px;
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 98.5% center;
    border-radius: 12px;
    border: none;
    background-color: #ededed;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.mbnSearchBox__searchInput[b-h4n6x27v8u]::placeholder {
    color: #bfbfbf;
}

.mbnSearchBox__searchInput:focus[b-h4n6x27v8u] {
    outline: none;
}
.mbnSearchBoxBreadcrump[b-h4n6x27v8u] {
    background-color: #ededed;
}

.mbnPageInfo__location a[b-h4n6x27v8u] {
    color: #000
}
@media only screen and (max-width: 500px) {
    .mbnSearchBox[b-h4n6x27v8u] {
        width: 100%;
    }

}
.mbnSearchBoxBreadcrump[b-h4n6x27v8u] {
    background-color: #ededed;
}

.mbnPageInfo__location a[b-h4n6x27v8u] {
    color: #000
}
/* /Shared/MainLayout.razor.rz.scp.css */
.mbnBodyBackground[b-4rck2vwot0] {
    background-color: #f8f8f8;
}

.mbnAccountRow[b-4rck2vwot0] {
    margin-top: 100px;
}

.mbnAccountChangeInfo[b-4rck2vwot0], .mbnAccountProfile[b-4rck2vwot0] {
    background-color: #ffffff;
}

.mbnAccountProfile[b-4rck2vwot0] {
    border-radius: 25px;
    padding: 20px 20px;
    height: 360px;
}

.mbnAccountProfile__avatar[b-4rck2vwot0] {
    width: 60px;
    height: auto;
    display: inline;
}

.mbnAccountProfile__avatar__fileBtn[b-4rck2vwot0] {
    width: 80px;
    height: 16px;
    background-color: #fff;
    border: transparent;
    outline: none;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    display: inline;
    left: 31%;
    top: 12%;
    color: #2cb1ff;
    text-decoration: underline;
    letter-spacing: .5px;
}

.mbnAccountProfile__fullInfo[b-4rck2vwot0] {
    position: relative;
    top: -63px;
    right: 75px;
    display: flex;
    flex-direction: column;
    height: 10px;
}

    .mbnAccountProfile__fullInfo h3[b-4rck2vwot0] {
        font-size: 14px;
        font-weight: bolder;
        font-weight: 500;
        color: #323232;
        display: inline;
        margin: 14px 0 0;
    }

.mbnAccountProfile__fullInfo__number[b-4rck2vwot0] {
    font-size: 12px;
    color: #686868;
    font-weight: normal;
    margin-top: -10px;
    letter-spacing: 1px;
}

.mbnAccountProfile__fullInfo__email[b-4rck2vwot0] {
    font-size: 13px;
    color: #323232;
    font-weight: normal;
    text-align: right;
}

.mbnAccountProfile__links ul li[b-4rck2vwot0] {
    margin: 25px 0;
}

    .mbnAccountProfile__links ul li:first-child a[b-4rck2vwot0] {
        color: var(--primary);
    }

    .mbnAccountProfile__links ul li a[b-4rck2vwot0] {
        margin: 20px 0;
        text-decoration: none;
        color: #686868;
        display: flex;
        flex-direction: row;
    }

        .mbnAccountProfile__links ul li a img[b-4rck2vwot0] {
            padding-left: 20px;
        }

.mbnAccountChangeInfo[b-4rck2vwot0] {
    border-radius: 25px;
    padding: 30px;
}




.form__group[b-4rck2vwot0] {
    position: relative;
    padding: 15px 0 0;
    margin: 10px auto 0;
    width: 80%;
}

.form__field[b-4rck2vwot0] {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #000000;
    padding: 15px 20px;
    background: #f8f8f8;
    transition: border-color 0.2s;
    border-radius: 17px;
}

    .form__field[b-4rck2vwot0]::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label[b-4rck2vwot0] {
        font-size: 1.0rem;
        cursor: text;
        top: 30px;
        left: 75%;
    }

.form__label[b-4rck2vwot0] {
    position: absolute;
    top: 33px;
    left: 1%;
    display: block;
    transition: 0.2s;
    font-size: 13px;
    color: #888888;
    width: 115px;
}

.form__field:focus[b-4rck2vwot0] {
    font-size: 16px;
    font-weight: 300;
    border-image-slice: 1;
    border: 1px solid #7c00ee;
}

    .form__field:focus ~ .form__label[b-4rck2vwot0] {
        position: absolute;
        display: block;
        transition: 0.2s;
    }

.form__field:required[b-4rck2vwot0], .form__field:invalid[b-4rck2vwot0] {
    box-shadow: none;
}

[b-4rck2vwot0] .submitForm {
    position: relative;
    right: 50%;
    transform: translateX(50%);
    margin: 30px 0;
    width: 40%;
    background-color: var(--primary);
    border-radius: 15px;
    border: none;
    color: #fff;
    padding: 14px 0;
}

    [b-4rck2vwot0] .submitForm:active {
        outline: none;
    }



.footer[b-4rck2vwot0] {
    margin-top: 100px;
}

@media only screen and (max-width: 670px) {
    .mbnAccountRow[b-4rck2vwot0] {
        margin-top: 20px;
    }

    .mbnAccountChangeInfo[b-4rck2vwot0] {
        margin-top: 20px;
    }

    .mbnAccountChangeInfo[b-4rck2vwot0] {
        padding: 20px 0;
    }

    .form__field:placeholder-shown ~ .form__label[b-4rck2vwot0] {
        top: -11px;
        left: 39%;
    }

    .form__field[b-4rck2vwot0] {
        border-radius: 8px;
        padding: 8px 10px;
    }

    .form__group[b-4rck2vwot0] {
        margin: 20px auto;
    }

    .submitForm[b-4rck2vwot0] {
        width: 80%;
        margin: 0;
    }

    .form__label[b-4rck2vwot0] {
        position: absolute;
        top: -11px;
        left: 39%;
        display: block;
        transition: 0.2s;
        font-size: 1rem;
        color: #888888;
        width: 115px;
    }
}
/* /Shared/NoData.razor.rz.scp.css */
.noData[b-5jj4ny19wp] {
    height: 80vh;
}

    .noData div[b-5jj4ny19wp] {
        text-align: center;
        font-weight: bold;
    }
