@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Cart/Cart.razor.rz.scp.css */
.cart-cart[b-nrit6lk18u] {
}

.cart-container[b-nrit6lk18u] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    gap: 24px;
    opacity: 1;
    padding: 24px;
    margin-bottom: 40px;
}

.cart-wrapper[b-nrit6lk18u] {
    max-width: 880px;
    width: 880px;
    margin: 0 auto;
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.back-button[b-nrit6lk18u] {
    background: none;
    border: none;
    color: #444;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
}

.cart-table-header[b-nrit6lk18u] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-weight: bold;
    color: #333;
}

.cart-item[b-nrit6lk18u] {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.product-info[b-nrit6lk18u] {
    display: flex;
    flex: 2;
    gap: 15px;
    align-items: center;
}

.product-image[b-nrit6lk18u] {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
}

.product-details[b-nrit6lk18u] {
    font-size: 14px;
    color: #333;
}

.quantity-control[b-nrit6lk18u] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: center;
}

    .quantity-control button[b-nrit6lk18u] {
        padding: 6px 10px;
        font-size: 18px;
        border: 1px solid #ccc;
        background-color: #fff;
        cursor: pointer;
        border-radius: 4px;
    }

    .quantity-control input[b-nrit6lk18u] {
        width: 40px;
        text-align: center;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.price-summary[b-nrit6lk18u] {
    flex: 1;
    text-align: right;
    font-weight: bold;
    color: #333;
}

.remove-button[b-nrit6lk18u] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

    .remove-button:hover[b-nrit6lk18u] {
        color: red;
    }

.product-column[b-nrit6lk18u] {
    flex: 1;
    text-align: left;
}

.quantity-column[b-nrit6lk18u], .summary-column[b-nrit6lk18u] {
    flex: 1;
    text-align: right;
}

.summary-panel[b-nrit6lk18u] {
    flex: 1;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 6px;
    background-color: #f9f9f9;
    height: 350px;
}

.pay-btn[b-nrit6lk18u] {
    width: 100%;
    padding: 10px;
    background-color: #1A1A1A;
    color: white;
    border: none;
    cursor: pointer;
}

.pay-btn-disabled[b-nrit6lk18u] {
    width: 100%;
    padding: 10px;
    background-color: #ccc;
    color: #666;
    border: none;
    cursor: not-allowed;
}

.delivery-container[b-nrit6lk18u] {
    background-color: #F5F5F5;
    width: 880px;
    border-radius: 12px;
    gap: 24px;
    padding: 24px;
    margin-left: 25px;
    margin-bottom: 40px;
    border: 1px solid #ccc;
}

.delivery-form[b-nrit6lk18u] {
    @* width: 320px;
    *@ margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.delivery-form-row[b-nrit6lk18u] {
    display: flex;
    justify-content: space-between
}

.delivery-form input[b-nrit6lk18u] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-toggle[b-nrit6lk18u] {
    display: flex;
    background: #f6f6f6;
    border-radius: 12px;
    margin-bottom: 14px;
}

.toggle-btn[b-nrit6lk18u] {
    flex: 1;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: white;
    color: #1A1A1A;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.12s ease;
}

.toggle-btn-active[b-nrit6lk18u] {
    color: white;
    padding: 8px 12px;
    box-shadow: 0 6px 18px rgba(11,11,11,0.14);
    border-radius: 4px;
    border: 1px solid #1A1A1A;
    background-color: #1a1a1a
}

.product-thumbnails[b-nrit6lk18u] {
    max-width: 100%;
    margin: auto;
    justify-content: space-between;
}

    .product-thumbnails img[b-nrit6lk18u] {
        width: 30%;
        height: auto;
        margin-right: 8px;
        border-radius: 6px;
        border: 1px solid #ccc;
        transition: 0.2s;
    }

        .product-thumbnails img:hover[b-nrit6lk18u] {
            border-color: #000;
        }

.empty-items[b-nrit6lk18u] {
    margin-bottom: 500px;
}

input[type="checkbox"][b-nrit6lk18u] {
    position: absolute;
    text-align: center;
    white-space: pre;
    content: " ";
}

input[type="checkbox"]:checked[b-nrit6lk18u] {
    content: "\2713";
    background-color: #1A1A1A;
}

/* Mobile Version */

.cart-container-mobile[b-nrit6lk18u] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    gap: 24px;
    opacity: 1;
    /* paddinkg: 8px; */
    margin-bottom: 40px;
}

.cart-wrapper-mobile[b-nrit6lk18u] {
    min-width: 280px;
    max-width: 280px;
    width: 280px;
    /* margin: 0 auto; */
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.back-button-mobile[b-nrit6lk18u] {
    background: none;
    border: none;
    color: #444;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
}

.cart-table-header-mobile[b-nrit6lk18u] {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-weight: bold;
    color: #333;
}

.cart-item-mobile[b-nrit6lk18u] {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    /* display: flex; */
    align-items: center;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.cart-item-row-mobile[b-nrit6lk18u] {
    background-color: white;
    /* border-radius: 10px; */
    /* padding: 15px; */
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    /* position: relative; */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
}

.product-info-mobile[b-nrit6lk18u] {
    display: flex;
    flex: 2;
    gap: 15px;
    align-items: top;
}

.product-image-mobile[b-nrit6lk18u] {
    width: 72px;
    height: 56px;
    opacity: 1;
    border-radius: 8px;
    object-fit: cover;
}

.product-details-mobile[b-nrit6lk18u] {
    font-size: 14px;
    color: #333;
}

.quantity-control-mobile[b-nrit6lk18u] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: center;
}

    .quantity-control-mobile button[b-nrit6lk18u] {
        padding: 6px 10px;
        font-size: 18px;
        border: 1px solid #ccc;
        background-color: #fff;
        cursor: pointer;
        border-radius: 4px;
    }

    .quantity-control-mobile input[b-nrit6lk18u] {
        width: 40px;
        text-align: center;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.weight-mobile[b-nrit6lk18u] {
    margin-left: 87px;
    flex: 1;
    text-align: left;
    color: #333;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.price-mobile[b-nrit6lk18u] {
    flex: 1;
    text-align: right;
    color: #333;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.price-summary-mobile[b-nrit6lk18u] {
    flex: 1;
    text-align: right;
    color: #333;
    font-family: 'Arial';
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}

.remove-button-mobile[b-nrit6lk18u] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

    .remove-button-mobile:hover[b-nrit6lk18u] {
        color: red;
    }

.product-column-mobile[b-nrit6lk18u] {
    flex: 1;
    text-align: left;
}

.quantity-column-mobile[b-nrit6lk18u], .summary-column-mobile[b-nrit6lk18u] {
    flex: 1;
    text-align: right;
}

.summary-panel-mobile[b-nrit6lk18u] {
    flex: 1;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 6px;
    background-color: #f9f9f9;
    width: 280px;
    min-width: 280px;
    margin-bottom: 20px;
}

.pay-btn-mobile[b-nrit6lk18u] {
    width: 100%;
    padding: 10px;
    background-color: #1A1A1A;
    color: white;
    border: none;
    cursor: pointer;
}

.delivery-container-mobile[b-nrit6lk18u] {
    background-color: #F5F5F5;
    width: 280px;
    border-radius: 12px;
    gap: 24px;
    padding: 10px;
    margin-bottom: 40px;
    border: 1px solid #ccc;
}

.delivery-form-mobile[b-nrit6lk18u] {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.delivery-form-row-mobile[b-nrit6lk18u] {
    display: flex;
    justify-content: space-between
}

.delivery-form-mobile input[b-nrit6lk18u] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.local-pickup-form-mobile[b-nrit6lk18u] {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.local-pickup-form-row-mobile[b-nrit6lk18u] {
    display: flex;
    justify-content: space-between
}

.local-pickup-form-mobile input[b-nrit6lk18u] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Top toggle */
.form-toggle-mobile[b-nrit6lk18u] {
    width: 250px;
    display: flex;
    background: #f6f6f6;
    border-radius: 4px;
    margin-bottom: 14px;
}

.toggle-btn-mobile[b-nrit6lk18u] {
    flex: 1;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: white;
    color: #1A1A1A;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.12s ease;
}

.toggle-btn-mobile-active[b-nrit6lk18u] {
    color: white;
    padding: 8px 12px;
    box-shadow: 0 6px 18px rgba(11,11,11,0.14);
    border-radius: 4px;
    border: 1px solid #1A1A1A;
    background-color: #1a1a1a
}

.product-thumbnails-mobile[b-nrit6lk18u] {
    max-width: 100%;
    margin: auto;
    justify-content: space-between;
}

.product-thumbnails-mobile img[b-nrit6lk18u] {
    width: 30%;
    height: auto;
    margin-right: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: 0.2s;
}

.product-thumbnails-mobile img:hover[b-nrit6lk18u] {
    border-color: #000;
}

.personal-data-agreement-checked[b-nrit6lk18u] {
    display: flex;
}

.personal-data-agreement-checked-description[b-nrit6lk18u] {
    margin-top: 18px !important;
    margin-left: 0px !important;
}
/* /Pages/Items/Index.razor.rz.scp.css */
.title[b-5pe6j1ac3a] {
    margin-left: 50px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.container[b-5pe6j1ac3a] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    font-family: "roboto", sans-serif;
}

.column-mobile[b-5pe6j1ac3a] {
    width: 320px;
}

.name[b-5pe6j1ac3a] {
    font-family: "dosis";
    font-size: 30px;
    text-transform: capitalize;
}

.price[b-5pe6j1ac3a] {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 1px;
}

.btn[b-5pe6j1ac3a] {
    background: white;
    color: #292929;
    border: 1px solid #ccc;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
    width: 110px;
    height: 48px;
}

.btn:hover[b-5pe6j1ac3a] {
        background-color: #3D6481;
}

.banner-carousel[b-5pe6j1ac3a]{
    position:relative;
    background:#d9d9d9;
    overflow:hidden;
    border-radius:.75rem;
    height: 490px;
}
.banner-carousel .slide[b-5pe6j1ac3a]{display:none;height:100%;}
.banner-carousel .slide.active[b-5pe6j1ac3a]{display:block;}
.banner-carousel img[b-5pe6j1ac3a]{width:100%;height:100%;object-fit:cover;}
.banner-carousel .nav[b-5pe6j1ac3a]{
    position:absolute;top:50%;transform:translateY(-50%);
    width:34px;height:34px;border:none;border-radius:.25rem;
    background:#fff;font-size:1.3rem;font-weight:600;cursor:pointer;
    z-index:2;color:#3a3a3a;
}
.banner-carousel .left[b-5pe6j1ac3a]{left:1rem;}
.banner-carousel .right[b-5pe6j1ac3a]{right:1rem;}
.banner-carousel .dots[b-5pe6j1ac3a]{
    position:absolute;bottom:1rem;left:0;right:0;
    display:flex;justify-content:center;gap:.5rem;
}
.banner-carousel .dot[b-5pe6j1ac3a]{
    width:8px;height:8px;border-radius:50%;background:#8e8e8e;cursor:pointer;
}
.banner-carousel .dot.active[b-5pe6j1ac3a]{background:#333;}

.banner-carousel-mobile[b-5pe6j1ac3a] {
    position:relative;
    background:#d9d9d9;
    overflow:hidden;
    border-radius:.75rem;
    max-width: 320px; 
    width: 320px;
    height: 320px;
    margin-bottom: 40px;
}
.banner-carousel-mobile .slide[b-5pe6j1ac3a]{display:none;height:100%;}
.banner-carousel-mobile .slide.active[b-5pe6j1ac3a]{display:block;}
.banner-carousel-mobile img[b-5pe6j1ac3a]{width:100%;height:100%;object-fit:cover;}
.banner-carousel-mobile .nav[b-5pe6j1ac3a]{
    position:absolute;top:50%;transform:translateY(-50%);
    width:34px;height:34px;border:none;border-radius:.25rem;
    background:#fff;font-size:1.3rem;font-weight:600;cursor:pointer;
    z-index:2;color:#3a3a3a;
}
.banner-carousel-mobile .left[b-5pe6j1ac3a]{left:1rem;}
.banner-carousel-mobile .right[b-5pe6j1ac3a]{right:1rem;}
.banner-carousel-mobile .dots[b-5pe6j1ac3a]{
    position:absolute;bottom:1rem;left:0;right:0;
    display:flex;justify-content:center;gap:.5rem;
}
.banner-carousel-mobile .dot[b-5pe6j1ac3a]{
    width:8px;height:8px;border-radius:50%;background:#8e8e8e;cursor:pointer;
}
.banner-carousel-mobile .dot.active[b-5pe6j1ac3a]{background:#333;}

.features[b-5pe6j1ac3a]{
    margin-top:1.5rem;
    display:grid;gap:1rem;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    margin-bottom: 1.5rem;
}

.container[b-5pe6j1ac3a] {
    max-width: 100%;
    align-items: start;
    margin: auto;
}

.card[b-5pe6j1ac3a] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    height: 400px;
}

.card:hover[b-5pe6j1ac3a] {
    transform: scale(1.02);
}

.card-img-top[b-5pe6j1ac3a] {
    height: 200px;
    object-fit: cover;
}

.card-title[b-5pe6j1ac3a] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-text[b-5pe6j1ac3a] {
    font-size: 0.9rem;
    color: #555;
}

.card-mobile[b-5pe6j1ac3a] {
    width: 320px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    height: 400px;
}

.card-mobile:hover[b-5pe6j1ac3a] {
   transform: scale(1.02);
}

.card-img-top-mobile[b-5pe6j1ac3a] {
    height: 200px;
    object-fit: cover;
}

.card-title-mobile[b-5pe6j1ac3a] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-text-mobile[b-5pe6j1ac3a] {
    font-size: 0.9rem;
    color: #555;
}

.btn-primary[b-5pe6j1ac3a] {
    background-color: #3D6481;
    border: none;
    text-decoration: none;
    color: white;
    width: 100%
}

.btn-primary:hover[b-5pe6j1ac3a] {
    background-color: #1b4332;
}

h2[b-5pe6j1ac3a] {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

select.form-select[b-5pe6j1ac3a],
input[type="range"][b-5pe6j1ac3a] {
    margin-bottom: 1rem;
    width: 220px;
    border: 1px solid #ccc;
    height: 48px;
}

.btn-show-more[b-5pe6j1ac3a] {
    background: transparent;
    border: none;
    font-size: 0.95rem;
    color: #333;
    text-align: center;
    display: block;
    margin: 2rem auto;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.btn-show-more:hover[b-5pe6j1ac3a] {
    color: #000;
    text-decoration: underline;
}

.top-items-row[b-5pe6j1ac3a] {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;

    h2 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }
}

.featured-combobox[b-5pe6j1ac3a] {
    width: 220px;
}

.items[b-5pe6j1ac3a] {
    display: flex;
    justify-content: space-between;
}


.items-row[b-5pe6j1ac3a] {
    width: 100%
}

.top-items-row-mobile[b-5pe6j1ac3a] {
    display: flex;
    @* justify-content: space-between; *@
}

.empty-items[b-5pe6j1ac3a] {
    margin-bottom: 500px;
}

/* Cart Panel  */
.drawer-button[b-5pe6j1ac3a] {
    align-content: end
}

.filmstrip-carousel-mobile[b-5pe6j1ac3a] {
    width: 320px;
    overflow: hidden;
    position: relative;
}
/* /Pages/Items/ItemDetails.razor.rz.scp.css */
.top-details-row[b-t2eqcvff7o] {
    margin: auto;
    justify-content: space-between;
}

.product-page[b-t2eqcvff7o] {
    font-family: 'Segoe UI', sans-serif;
    margin-bottom: 40px;
}

.back-link[b-t2eqcvff7o] {
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

.best-before[b-t2eqcvff7o] {
    font-size: 0.75rem;
    background-color: #eee;
    color: #333;
    border: 1px solid #ccc;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.product-title[b-t2eqcvff7o] {
    font-size: 1.5rem;
    font-weight: 600;
}

.product-weight[b-t2eqcvff7o] {
    font-size: 0.9rem;
    color: #777;
}

.product-price[b-t2eqcvff7o] {
    font-size: 2rem;
    color: #1a73e8;
    margin-bottom: 1rem;
}

.quantity-control .btn[b-t2eqcvff7o] {
    width: 40px;
}

.payment-label[b-t2eqcvff7o] {
    width: 320px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
}

.payment-icons img[b-t2eqcvff7o] {
    height: 28px;
    margin-right: 8px;
}

.main-image[b-t2eqcvff7o] {
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.product-thumbnails[b-t2eqcvff7o] {
    max-width: 100%;
    margin: auto;
    justify-content: space-between;
}

.product-thumbnails img[b-t2eqcvff7o] {
    width: 30%;
    height: auto;
    margin-right: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    transition: 0.2s;
}

.product-thumbnails img:hover[b-t2eqcvff7o] {
    border-color: #000;
}

.spec-block[b-t2eqcvff7o] {
    border: 1px solid #ccc;
    padding: 1rem;
    text-align: center;
    border-radius: 6px;
    background: #fafafa;
}

.features[b-t2eqcvff7o] {
    margin-top: 1.5rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    margin-bottom: 1.5rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-9ufhf19aoo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9ufhf19aoo] {
    flex: 1;
    font-family: 'Arial';
    font-size: 15px;
}

.sidebar[b-9ufhf19aoo] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-9ufhf19aoo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.bottom-row[b-9ufhf19aoo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.top-row[b-9ufhf19aoo]  a, .top-row .btn-link[b-9ufhf19aoo] {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row a:first-child[b-9ufhf19aoo] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640px) {
    .top-row:not(.auth)[b-9ufhf19aoo] {
        display: none;
    }

    .top-row.auth[b-9ufhf19aoo] {
        justify-content: space-between;
    }

    .top-row a[b-9ufhf19aoo], .top-row .btn-link[b-9ufhf19aoo] {
        margin-left: 0;
    }
}

@media (min-width: 640px) {
    .page[b-9ufhf19aoo] {
        flex-direction: row;
    }

    .sidebar[b-9ufhf19aoo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9ufhf19aoo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9ufhf19aoo], article[b-9ufhf19aoo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.site-footer[b-9ufhf19aoo] {
    width: 100%;
    background-color: #1A1A1A;
    color: #d1d1d1;
    font-size: 18px;
    font-family: 'Arial';
    /* padding: 2rem 1rem; */
    border-top: 1px solid #333;
}

.footer-container[b-9ufhf19aoo] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    margin: 40px;
    /* gap: 2rem; */
}

.footer-column[b-9ufhf19aoo] {
    /* flex: 1 1 250px; */
    display: flex;
    flex-direction: column;
}

.footer-column-right[b-9ufhf19aoo] {
    display: block;
}

.footer-logo[b-9ufhf19aoo] {
    max-width: 180px;
    margin-bottom: 1rem;
}

.footer-contact p[b-9ufhf19aoo] {
    margin: 0 0 0.5rem;
}

.footer-contact a[b-9ufhf19aoo] {
    color: #d1d1d1;
    text-decoration: none;
}

.footer-links[b-9ufhf19aoo] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.3rem;
}

.footer-links li[b-9ufhf19aoo] {
    margin-bottom: 0.5rem;
}

.footer-links a[b-9ufhf19aoo] {
    color: #d1d1d1;
    text-decoration: none;
}

.footer-links a:hover[b-9ufhf19aoo] {
    text-decoration: underline;
}

.footer-legal[b-9ufhf19aoo] {
    /*display: flex;*/
    justify-content: space-between;
    font-size: 15px;
    color: #d1d1d1;
    gap: 1rem;
}

.footer-legal a[b-9ufhf19aoo] {
    color: #d1d1d1;
    text-decoration: none;
}

.footer-legal a:hover[b-9ufhf19aoo] {
    color: #fff;
}

.footer-legal-right[b-9ufhf19aoo] {
    align-items: end;
    margin: auto;
    justify-content: end;
}

.follow-us[b-9ufhf19aoo] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.social-icons a[b-9ufhf19aoo] {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 4.7rem;
}

.social-icons img[b-9ufhf19aoo] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: #d1d1d1;
    /*padding: 4px;*/
}

.footer-bottom-row[b-9ufhf19aoo] {
    font-family: 'Arial';
    font-size: 15px;
    color: #d1d1d1;
}

.footer-bottom-last-item a[b-9ufhf19aoo] {
    font-family: 'Arial';
    font-size: 15px;
    color: #d1d1d1;
    text-decoration: underline;
    text-decoration-color: white;
}

.footer-space[b-9ufhf19aoo] {
    margin: 60px;
}

.sb-icon-footer-small[b-9ufhf19aoo] {
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: #1A1A1A;
    border-radius: 6px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rg9qnmlgp7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rg9qnmlgp7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rg9qnmlgp7] {
    font-size: 1.1rem;
}

.oi[b-rg9qnmlgp7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rg9qnmlgp7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-rg9qnmlgp7] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-rg9qnmlgp7] {
    padding-bottom: 1rem;
}

.nav-item[b-rg9qnmlgp7]  a {
    color: #1A1A1A;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-rg9qnmlgp7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: #1A1A1A;
}

.nav-item[b-rg9qnmlgp7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: #052767;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rg9qnmlgp7] {
        display: none;
    }

    .collapse[b-rg9qnmlgp7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
