/* _content/KonaMarketPlace/Components/Layout/AdminLayout.razor.rz.scp.css */
.footer-iconA[b-0w0sgv893h] {
    font-size: 11px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: white;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: black;
}
/* _content/KonaMarketPlace/Components/Layout/MainLayout.razor.rz.scp.css */
.footer-bar[b-zsacc9iqqr] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff !important;
    box-shadow: 0px 4px 10px rgb(196 164 240 / 50%) !important;
    z-index: 999;
    padding: 8px 0;
}

.footer-icon[b-zsacc9iqqr] {
    font-size: 11px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: white;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: black;
}
/* _content/KonaMarketPlace/Components/Layout/SellerLayout.razor.rz.scp.css */
.footer-iconA[b-7e1x4w0bjm] {
    font-size: 11px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: white;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: black;
}
/* _content/KonaMarketPlace/Components/Pages/FooterNavItem.razor.rz.scp.css */
.fActive[b-9xpunknwfi] {
    background-color: #5901d1 !important;
    color: white !important;
}

.footer-icon[b-9xpunknwfi] {
    font-size: 11px;
    text-align: center;
    border-radius: 10px;
    background-color: white;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: black;
}
/* _content/KonaMarketPlace/Components/Pages/Home.razor.rz.scp.css */
.bg-opc[b-0ev4oosn3u] {
    background-color: #ffffffd9 !important;
}

.search-container[b-0ev4oosn3u] {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 2px;
    box-shadow: 0px 4px 10px rgba(89, 1, 209, 0.5);
    max-width: 400px;
    margin: auto;
    border-radius: 10px;
    border: 1px solid;
    border-color: #5901d1;
}

    .search-container input[b-0ev4oosn3u] {
        border: none;
        background: transparent;
        outline: none;
        flex: 1;
        color: black;
        padding: 10px;
        font-size: 18px !important;
        font-weight: 400;
    }

        .search-container input[b-0ev4oosn3u]::placeholder {
            color: gray;
        }

    .search-container button[b-0ev4oosn3u] {
        background: #5901d1;
        border: none;
        color: white;
        padding: 10px;
        border-radius: 6px;
    }

        .search-container button:hover[b-0ev4oosn3u] {
            color: rgba(255, 255, 255, 0.8);
        }

.ad-banner[b-0ev4oosn3u] {
    background: #ddd;
    height: 100px;
    margin: 20px auto;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #333;
    border-radius: 10px;
}

.filter-bar[b-0ev4oosn3u] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px auto;
    max-width: 600px;
}

    .filter-bar label[b-0ev4oosn3u] {
        flex: 1;
    }

.search-results[b-0ev4oosn3u] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 600px;
    margin: 20px auto;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.product-card[b-0ev4oosn3u] {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

    .product-card img[b-0ev4oosn3u] {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

.product-details[b-0ev4oosn3u] {
    text-align: left;
    margin-top: 10px;
}

.product-name[b-0ev4oosn3u] {
    font-weight: bold;
}

.product-price[b-0ev4oosn3u] {
    color: green;
}
/* _content/KonaMarketPlace/Components/Pages/PinInput.razor.rz.scp.css */
.pin-input[b-5bm2w1oddo] {
    display: flex;
    gap: 8px;
}

.pin-box[b-5bm2w1oddo] {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
/* _content/KonaMarketPlace/Components/Pages/PurityKarat.razor.rz.scp.css */
.table-container[b-32y6otcwhz] {
    margin: 5px;
}
/* _content/KonaMarketPlace/Components/Pages/Rates.razor.rz.scp.css */
.price-table .item[b-2x4bpahnhh] {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    /* border-bottom: 1px solid #ccc; */
    /*background: linear-gradient(0deg, white, #d6d6d6);*/
}

.price-table div:last-child[b-2x4bpahnhh] {
    /* border-bottom: none; */
}

.price-table > .item div[b-2x4bpahnhh] {
    flex: 1;
    text-align: center;
    border-right: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    line-height: normal;
}

    .price-table > .item div:last-child[b-2x4bpahnhh] {
        border-right: none;
    }
.custom-progress[b-2x4bpahnhh] {
    /*background: repeating-linear-gradient( 45deg, #2196f3, #2196f3 10px, #1e88e5 10px, #1e88e5 20px );*/
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.progress-label[b-2x4bpahnhh] {
    color: black;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.blinking[b-2x4bpahnhh] {
    animation: blink-b-2x4bpahnhh 0.5s step-start 6;
}

@keyframes blink-b-2x4bpahnhh {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.blinkonce[b-2x4bpahnhh] {
    animation: blnkOnce-b-2x4bpahnhh 0.5s linear 1;
}

@keyframes blnkOnce-b-2x4bpahnhh {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
