/* /Components/Layout/ThemeColorSelector.razor.rz.scp.css */
.demo-theme-color-item[b-ao90i0m3i3] {
    display: table-cell;
    width: 36px;
    height: 36px;
    vertical-align: top;
    text-align: center;
    color: white;
    cursor: pointer;
}

    .demo-theme-color-item .material-icons[b-ao90i0m3i3] {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
/* /Pages/ComingSoonPageView.razor.rz.scp.css */
body[b-v9124g6dp2]{

}
.kkk[b-v9124g6dp2] {
    font-family: 'Karla', sans-serif;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    padding-bottom: 75px;
}
    .kkk[b-v9124g6dp2]::backdrop {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: -30px;
        background: rgba(34, 34, 34, 0.8);
    }

@media (min-width: 768px) {
    body[b-v9124g6dp2] {
        padding-bottom: 110px;
    }
}
img[b-v9124g6dp2]{
    height:80px !important;
}
.navbar-brand[b-v9124g6dp2] {
    margin-right: 0;
}

    .navbar-brand img[b-v9124g6dp2] {
        height: 21px;
    }

.navbar-dark[b-v9124g6dp2] {
    padding-top: 35px;
    padding-bottom: 35px;
}

    .navbar-dark .navbar-text[b-v9124g6dp2] {
        color: #ffffff;
        opacity: 1;
        padding: 0 20px;
        border-right: 1px solid #ffffff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

        .navbar-dark .navbar-text:last-child[b-v9124g6dp2] {
            border-right: 0;
        }

@media (max-width: 767px) {
    .navbar-dark[b-v9124g6dp2] {
        padding-bottom: 0;
    }
}

.page-title[b-v9124g6dp2] {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .page-title[b-v9124g6dp2] {
        font-size: 35px;
        margin-bottom: 14px;
    }
}

.page-description[b-v9124g6dp2] {
    max-width: 465px;
    font-size: 18px;
    margin-bottom: 59px;
}

@media (max-width: 767px) {
    .page-description[b-v9124g6dp2] {
        font-size: 14px;
    }
}

p[b-v9124g6dp2] {
    font-size: 14px;
    margin-bottom: 21px;
}

.footer-social-links .social-link[b-v9124g6dp2] {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    margin-right: 16px;
    transition: all 0.3s ease-in-out;
}

    .footer-social-links .social-link:last-child[b-v9124g6dp2] {
        margin-right: 0;
    }

    .footer-social-links .social-link:hover[b-v9124g6dp2] {
        text-decoration: none;
        background-color: #000000;
        color: #ffffff;
    }

/*# sourceMappingURL=bd-coming-soon.css.map */
/* /Pages/OrdersPageView.razor.rz.scp.css */
body[b-ivebtvjtoq] {
}

.lds-dual-ring[b-ivebtvjtoq] {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring[b-ivebtvjtoq]:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring-b-ivebtvjtoq 1.2s linear infinite;
    }

@keyframes lds-dual-ring-b-ivebtvjtoq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Pages/SimpleGrid.razor.rz.scp.css */
body[b-zpw9wnfzwz] {
}

.lds-dual-ring[b-zpw9wnfzwz] {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring[b-zpw9wnfzwz]:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring-b-zpw9wnfzwz 1.2s linear infinite;
    }

@keyframes lds-dual-ring-b-zpw9wnfzwz {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
