/* /Components/LoadingSpinnerComponent.razor.rz.scp.css */
.loading-container[b-ozdhgm0rit] {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(255,255,255,.95);
}

.loading-spinner[b-ozdhgm0rit] {
    position: relative;
    top: 45%;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(37,132,154,.5);
    border-radius: 50%;
    border-top-color: #25849A;
    animation: spin-b-ozdhgm0rit 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin-b-ozdhgm0rit {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/* /Components/RatingDotsComponent.razor.rz.scp.css */
.rating-dots[b-sub1jyevq0] {
    display: block;
    margin: 0;
    padding: 0;
}

    .rating-dots li[b-sub1jyevq0] {
        display: inline-block;
        width: .75rem;
        height: .75rem;
        background: #D9D9D9;
        margin: 2px;
        vertical-align: middle;
        border-radius: 10px;
    }

        .rating-dots li.active[b-sub1jyevq0] {
            background: #25849A;
        }
/* /Components/RatingStarsComponent.razor.rz.scp.css */

.star-rating[b-wmecp7r8s8] {
    color: #bebebe;
    font-size: 2em;
}

.my-star[b-wmecp7r8s8] {
    font-style: unset !important;
}

    .my-star[b-wmecp7r8s8]::before {
        content: "\002605";
    }

    .my-star.is-active[b-wmecp7r8s8] {
        color: #fb8900;
    }

    .my-star:not(.is-active):hover[b-wmecp7r8s8] {
        color: #fb8900;
    }
/* /Components/RelatedPostsComponent.razor.rz.scp.css */
.related-posts a[b-40sqz8u5yo] {
    color: #212529;
}

    .related-posts a:hover[b-40sqz8u5yo],
    .related-posts a:active[b-40sqz8u5yo],
    .related-posts a:focus[b-40sqz8u5yo] {
        color: #25849A;
    }
/* /Components/WizardBreadcrumbComponent.razor.rz.scp.css */
.wizard-breadcrumb[b-d6r55hbuq3] {
    display: block;
    margin-bottom: 1rem;
}

    .wizard-breadcrumb li[b-d6r55hbuq3] {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        background: #D9D9D9;
        margin: 2px;
        vertical-align: middle;
        border-radius: 10px;
    }

        .wizard-breadcrumb li.active[b-d6r55hbuq3] {
            background: #25849A;
            width: 3rem;
        }
