/* _content/terbolInfo/Components/Layout/BarMenu.razor.rz.scp.css */
/* Search */
.navbar-search[b-txc1y387zm] {
    max-width: 100%;
    margin-top: 0.5rem;
}

.search-input[b-txc1y387zm] {
    padding-left: 2.5rem;
}

.search-icon[b-txc1y387zm] {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #6c757d;
}

/* Cart badge */
.badge-cart[b-txc1y387zm] {
    position: absolute;
    top: -4px;
    right: -6px;
    font-size: 0.65rem;
}

/* Mobile tweaks */
@media (max-width: 1px) {
    .navbar-search[b-txc1y387zm] {
        max-width: 100%;
        margin-top: 0.5rem;
    }
}

/*.offcanvas {
    visibility: inherit;
}*/

/* Make the navbar fixed at the top and always visible */
nav.navbar[b-txc1y387zm] {
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050; /* Above other content */
    width: 100%;
}

/* Add padding to the body/content to prevent overlap */
.body-content[b-txc1y387zm],
.main-content[b-txc1y387zm],
.page-content[b-txc1y387zm] {
    padding-top: 70px; /* Adjust based on your navbar height */
}
/* Prevent wrapping of the search box */
.navbar-search[b-txc1y387zm] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
    width: 90%;
}

/* Hide the search icon on small screens */
@media (max-width: 576px) {
    .navbar-brand[b-txc1y387zm] {
        /*display: none !important;*/
    }
    /*.navbar-search input {
        padding-left: 1rem !important;*/ /* Remove space for icon */
    /*}*/
}

.navbar > .container[b-txc1y387zm], .navbar > .container-fluid[b-txc1y387zm], .navbar > .container-lg[b-txc1y387zm], .navbar > .container-md[b-txc1y387zm], .navbar > .container-sm[b-txc1y387zm], .navbar > .container-xl[b-txc1y387zm], .navbar > .container-xxl[b-txc1y387zm] {
    flex-wrap: unset;
}

.navbar-custom[b-txc1y387zm] {
    background: white;
    border-top: 4px solid var(--accent-cyan);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}
/* _content/terbolInfo/Components/Layout/BarMenuMenu.razor.rz.scp.css */
.rotate[b-9k2qeoq10u] {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}
.offcanvas[b-9k2qeoq10u] {
    visibility: inherit;
}
/* _content/terbolInfo/Components/Layout/BarMenuUser.razor.rz.scp.css */
/*.offcanvas {
    visibility: inherit !important;
}
*/
/* _content/terbolInfo/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-c4eux6ie29] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c4eux6ie29] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/
.sidebar[b-c4eux6ie29] {
    background-image: linear-gradient(180deg, #00BE64 0%, #00BE64 100%);
}

.top-row[b-c4eux6ie29] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c4eux6ie29]  a, .top-row[b-c4eux6ie29]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-c4eux6ie29]  a:hover, .top-row[b-c4eux6ie29]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-c4eux6ie29]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-c4eux6ie29] {
        justify-content: space-between;
    }

        .top-row[b-c4eux6ie29]  a, .top-row[b-c4eux6ie29]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-c4eux6ie29] {
        flex-direction: row;
    }

    .sidebar[b-c4eux6ie29] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c4eux6ie29] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-c4eux6ie29]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-c4eux6ie29], article[b-c4eux6ie29] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c4eux6ie29] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-c4eux6ie29] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*button navbar */
.navbar-container[b-c4eux6ie29] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.nav-item-bar[b-c4eux6ie29] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #6c757d;
    transition: all 0.2s ease;
}

    .nav-item-bar:hover[b-c4eux6ie29],
    .nav-item-bar.active[b-c4eux6ie29] {
        background-color: #f8f9fa;
        color: black;
    }

.nav-icon[b-c4eux6ie29] {
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.badge[b-c4eux6ie29] {
    position: absolute;
    top: -50px;
    right: 12px;
    font-size: 0.75rem;
    padding: 2px 6px;
    background-color: black  !important;
}

.content-area[b-c4eux6ie29] {
    padding: 20px;
    margin-bottom: 70px; /* Space for fixed navbar */
    min-height: calc(100vh - 90px);
}

.page-title[b-c4eux6ie29] {
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.page-content[b-c4eux6ie29] {
    color: #666;
    line-height: 1.7;
}
/*.body-content{
    margin-top: 20px;
}*/
/* _content/terbolInfo/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dnmh2538du] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-dnmh2538du] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-dnmh2538du] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.07);
}

.navbar-brand[b-dnmh2538du] {
    font-size: 1.1rem;
}

.bi[b-dnmh2538du] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-dnmh2538du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-dnmh2538du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-dnmh2538du] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-dnmh2538du] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dnmh2538du] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dnmh2538du] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dnmh2538du]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-dnmh2538du]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dnmh2538du]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-dnmh2538du] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dnmh2538du] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dnmh2538du] {
        display: none;
    }

    .nav-scrollable[b-dnmh2538du] {
         /*Never collapse the sidebar for wide screens*/ 
        display: block;

         /*Allow sidebar to scroll for tall menus*/ 
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/terbolInfo/Components/Pages/BestSeller.razor.rz.scp.css */
/* HERO */
.hero[b-3m1r1szwy6] {
    min-height: 330px;
}

.hero-right[b-3m1r1szwy6] {
    background: #e0e0e01a;
}

/* Product cards */
.product-card img[b-3m1r1szwy6] {
    background: #ebe7e3;
    border-radius: 8px;
    padding: 20px;
}

.badge-best[b-3m1r1szwy6] {
    background: #e8f7ef;
    color: #198754;
    font-size: 0.7rem;
}
/*/////////////*/
.product-card[b-3m1r1szwy6] {
    border-radius: 14px;
}

.product-image[b-3m1r1szwy6] {
    background: #ece9e5;
    border-radius: 12px;
}

.badge-best[b-3m1r1szwy6] {
    background: #e9f8f0;
    color: #198754;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.7rem;
    font-weight: 500;
}

    .badge-best i[b-3m1r1szwy6] {
        font-size: 0.7rem;
        margin-right: 4px;
    }



.hero-right img[b-3m1r1szwy6] {
    /* Ensures the image doesn't overflow on large screens */
    max-height: 320px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .hero-right[b-3m1r1szwy6] {
        display: none !important;
    }
}


.btn-add-to-cart[b-3m1r1szwy6] {
    background: #07BE64;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}
.product-badge-v2[b-3m1r1szwy6] {
    background: #e6f9f0;
    color: #10b981;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(16, 185, 129, .2);
    margin-bottom: 4px;
}
.product-card[b-3m1r1szwy6] {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
/*///*/
    .product-card:hover[b-3m1r1szwy6] {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        border-color: #e0e0e0;
    }

/*.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.product-image-container {
    position: relative;
    width: 100%;
    padding-top: 85%;    
    background: #f8f8f8;
    border-radius: 15px;
    overflow: hidden;
    }

.product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease;
}

.product-card:hover .product-image {
    transform: translate(-50%, -50%) scale(1.08);
}

.product-badge-v2 {
    background: #e6f9f0;
    color: #10b981;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(16, 185, 129, 0.2);
    margin-bottom: 4px;
}

.product-badge-v2 i {
    font-size: 14px;
}

.product-info {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.3;
}

.product-category,
.product-shipping {
    font-size: 14px;
    color: var(--secondary-gray);
    margin: 0;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
}

.product-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-dark);
    margin-right: 3px;
}

.btn-add-to-cart {
    background: #10b981;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-add-to-cart:hover {
    background: #059669;
    transform: scale(1.05);
}*/
    /* Responsive */
    /*@media (max-width: 576px) {
    .product-info {
        padding: 15px;
    }

    .product-name {
        font-size: 16px;
    }

    .product-price {
        font-size: 18px;
    }

    .btn-add-to-cart {
        padding: 8px 18px;
        font-size: 13px;
    }

    .product-badge-v2 {
        font-size: 11px;
        padding: 4px 10px;
    }
}*/
/* _content/terbolInfo/Components/Pages/Carrito.razor.rz.scp.css */
/* _content/terbolInfo/Components/Pages/CarritoSide.razor.rz.scp.css */


/* Overlay */
.cart-overlay[b-1fb4pt3y6k] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 998;
}

    .cart-overlay.active[b-1fb4pt3y6k] {
        opacity: 1;
        visibility: visible;
    }

/* Cart Sidebar Container */
.cart-sidebar[b-1fb4pt3y6k] {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    max-width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    border-left: 3px solid #00BCD4;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    display: flex;
    flex-direction: column;
}

    .cart-sidebar.open[b-1fb4pt3y6k] {
        transform: translateX(0);
    }

/* Cart Header */
.cart-header[b-1fb4pt3y6k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 48px 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
    position: relative;
}

.cart-title[b-1fb4pt3y6k] {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.cart-count[b-1fb4pt3y6k] {
    font-size: 16px;
    font-weight: 400;
    color: #6b7280;
}

.cart-close-btn[b-1fb4pt3y6k] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

    .cart-close-btn:hover[b-1fb4pt3y6k] {
        color: #111827;
        transform: rotate(90deg);
    }

/* Cart Body (Scrollable area) */
.cart-body[b-1fb4pt3y6k] {
    flex: 1;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
}

/* Cart Resume */
.cart-resume[b-1fb4pt3y6k] {
    padding: 16px 10px;
    background-color: #ffffff;
    border-bottom: 2px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.resume-row[b-1fb4pt3y6k] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #e5e7eb;
}

    .resume-row:last-child[b-1fb4pt3y6k] {
        border-bottom: none;
        padding-bottom: 0;
    }

.resume-label[b-1fb4pt3y6k] {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.resume-value[b-1fb4pt3y6k] {
    font-size: 15px;
    color: #111827;
    font-weight: 600;
}

    .resume-value.highlight[b-1fb4pt3y6k] {
        color: #10b981;
        font-size: 18px;
        font-weight: 700;
    }

.highlight-total[b-1fb4pt3y6k] {
    background-color: #f9fafb;
    margin: 4px -24px 0;
    padding: 12px 24px;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

/* Cart Form */
.cart-form[b-1fb4pt3y6k] {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group[b-1fb4pt3y6k] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label[b-1fb4pt3y6k] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.form-input[b-1fb4pt3y6k],
.form-select[b-1fb4pt3y6k] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
    background-color: #f9fafb;
    transition: all 0.2s ease;
}

    .form-input:focus[b-1fb4pt3y6k],
    .form-select:focus[b-1fb4pt3y6k] {
        outline: none;
        border-color: #00BCD4;
        background-color: #ffffff;
        box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.1);
    }

.form-select[b-1fb4pt3y6k] {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px;
}

/* Cart Items */
.cart-items[b-1fb4pt3y6k] {
    padding: 16px 24px;
}

.empty-cart-message[b-1fb4pt3y6k] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #6b7280;
    font-size: 16px;
    font-weight: 500;
}

.cart-item[b-1fb4pt3y6k] {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
}

    .cart-item:last-child[b-1fb4pt3y6k] {
        border-bottom: none;
    }

.cart-item-image[b-1fb4pt3y6k] {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .cart-item-image img[b-1fb4pt3y6k] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cart-item-details[b-1fb4pt3y6k] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-item-header[b-1fb4pt3y6k] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.cart-item-name[b-1fb4pt3y6k] {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    white-space: break-spaces;
}

.cart-remove-btn[b-1fb4pt3y6k] {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 2px;
    font-size: 16px;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cart-remove-btn:hover[b-1fb4pt3y6k] {
        color: #ef4444;
    }

.cart-item-description[b-1fb4pt3y6k] {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.cart-item-footer[b-1fb4pt3y6k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.cart-item-quantity[b-1fb4pt3y6k] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 4px;
}

.quantity-btn[b-1fb4pt3y6k] {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6b7280;
    font-size: 14px;
    transition: color 0.2s ease;
}

    .quantity-btn:hover[b-1fb4pt3y6k] {
        color: #111827;
    }

.quantity-value[b-1fb4pt3y6k] {
    width: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: none;
    appearance: none;
    -moz-appearance: textfield;
}

    .quantity-value[b-1fb4pt3y6k]::-webkit-outer-spin-button,
    .quantity-value[b-1fb4pt3y6k]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.cart-item-price[b-1fb4pt3y6k] {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    padding-left: 60px;
}

/* Cart Footer */
.cart-footer[b-1fb4pt3y6k] {
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.cart-total[b-1fb4pt3y6k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.cart-total-label[b-1fb4pt3y6k] {
    font-size: 16px;
    color: #6b7280;
}

.cart-total-price[b-1fb4pt3y6k] {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.cart-checkout-btn[b-1fb4pt3y6k] {
    width: 100%;
    padding: 14px;
    background: #10b981;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .cart-checkout-btn:hover[b-1fb4pt3y6k] {
        background: #059669;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .cart-sidebar[b-1fb4pt3y6k] {
        width: 100%;
        max-width: 100vw;
    }
}

@media (max-width: 480px) {
    .cart-header[b-1fb4pt3y6k] {
        padding: 16px 20px;
    }

    .cart-title[b-1fb4pt3y6k] {
        font-size: 18px;
    }

    .cart-count[b-1fb4pt3y6k] {
        font-size: 14px;
    }

    .cart-items[b-1fb4pt3y6k] {
        padding: 12px 20px;
    }

    .cart-item-image[b-1fb4pt3y6k] {
        width: 70px;
        height: 70px;
    }

    .cart-footer[b-1fb4pt3y6k] {
        padding: 16px 20px;
    }

    .cart-total-price[b-1fb4pt3y6k] {
        font-size: 20px;
    }
}
/* Cart badge */
.badge-cart[b-1fb4pt3y6k] {
    position: absolute;
    top: -4px;
    right: -6px;
    font-size: 0.65rem;
}
/* _content/terbolInfo/Components/Pages/CartRigthSide.razor.rz.scp.css */
/* Overlay */
.cart-overlay[b-wkmfhb7s6v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 998;
}

    .cart-overlay.active[b-wkmfhb7s6v] {
        opacity: 1;
        visibility: visible;
    }

/* Cart Sidebar Container */
.cart-sidebar[b-wkmfhb7s6v] {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    max-width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    border-left: 3px solid #00BCD4;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    display: flex;
    flex-direction: column;
}

    .cart-sidebar.open[b-wkmfhb7s6v] {
        transform: translateX(0);
    }

/* Cart Header */
.cart-header[b-wkmfhb7s6v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 48px 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
    position: relative;
}

.cart-title[b-wkmfhb7s6v] {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.cart-count[b-wkmfhb7s6v] {
    font-size: 16px;
    font-weight: 400;
    color: #6b7280;
}

.cart-close-btn[b-wkmfhb7s6v] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

    .cart-close-btn:hover[b-wkmfhb7s6v] {
        color: #111827;
        transform: rotate(90deg);
    }

/* Cart Body (Scrollable area) */
.cart-body[b-wkmfhb7s6v] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Cart Resume */
.cart-resume[b-wkmfhb7s6v] {
    padding: 16px 24px;
    background-color: #ffffff;
    border-bottom: 2px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.resume-row[b-wkmfhb7s6v] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #e5e7eb;
}

    .resume-row:last-child[b-wkmfhb7s6v] {
        border-bottom: none;
        padding-bottom: 0;
    }

.resume-label[b-wkmfhb7s6v] {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.resume-value[b-wkmfhb7s6v] {
    font-size: 15px;
    color: #111827;
    font-weight: 600;
}

    .resume-value.highlight[b-wkmfhb7s6v] {
        color: #10b981;
        font-size: 18px;
        font-weight: 700;
    }

.highlight-total[b-wkmfhb7s6v] {
    background-color: #f9fafb;
    margin: 4px -24px 0;
    padding: 12px 24px;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

/* Cart Form */
.cart-form[b-wkmfhb7s6v] {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group[b-wkmfhb7s6v] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label[b-wkmfhb7s6v] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.form-input[b-wkmfhb7s6v],
.form-select[b-wkmfhb7s6v] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
    background-color: #f9fafb;
    transition: all 0.2s ease;
}

    .form-input:focus[b-wkmfhb7s6v],
    .form-select:focus[b-wkmfhb7s6v] {
        outline: none;
        border-color: #00BCD4;
        background-color: #ffffff;
        box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.1);
    }

.form-select[b-wkmfhb7s6v] {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px;
}

/* Cart Items */
.cart-items[b-wkmfhb7s6v] {
    padding: 16px 24px;
}

.empty-cart-message[b-wkmfhb7s6v] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #6b7280;
    font-size: 16px;
    font-weight: 500;
}

.cart-item[b-wkmfhb7s6v] {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
}

    .cart-item:last-child[b-wkmfhb7s6v] {
        border-bottom: none;
    }

.cart-item-image[b-wkmfhb7s6v] {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .cart-item-image img[b-wkmfhb7s6v] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cart-item-details[b-wkmfhb7s6v] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-item-header[b-wkmfhb7s6v] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.cart-item-name[b-wkmfhb7s6v] {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.cart-remove-btn[b-wkmfhb7s6v] {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 2px;
    font-size: 16px;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cart-remove-btn:hover[b-wkmfhb7s6v] {
        color: #ef4444;
    }

.cart-item-description[b-wkmfhb7s6v] {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.cart-item-footer[b-wkmfhb7s6v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.cart-item-quantity[b-wkmfhb7s6v] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 4px;
}

.quantity-btn[b-wkmfhb7s6v] {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6b7280;
    font-size: 14px;
    transition: color 0.2s ease;
}

    .quantity-btn:hover[b-wkmfhb7s6v] {
        color: #111827;
    }

.quantity-value[b-wkmfhb7s6v] {
    width: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: none;
    appearance: none;
    -moz-appearance: textfield;
}

    .quantity-value[b-wkmfhb7s6v]::-webkit-outer-spin-button,
    .quantity-value[b-wkmfhb7s6v]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.cart-item-price[b-wkmfhb7s6v] {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

/* Cart Footer */
.cart-footer[b-wkmfhb7s6v] {
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.cart-total[b-wkmfhb7s6v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.cart-total-label[b-wkmfhb7s6v] {
    font-size: 16px;
    color: #6b7280;
}

.cart-total-price[b-wkmfhb7s6v] {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.cart-checkout-btn[b-wkmfhb7s6v] {
    width: 100%;
    padding: 14px;
    background: #10b981;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .cart-checkout-btn:hover[b-wkmfhb7s6v] {
        background: #059669;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .cart-sidebar[b-wkmfhb7s6v] {
        width: 100%;
        max-width: 100vw;
    }
}

@media (max-width: 480px) {
    .cart-header[b-wkmfhb7s6v] {
        padding: 16px 20px;
    }

    .cart-title[b-wkmfhb7s6v] {
        font-size: 18px;
    }

    .cart-count[b-wkmfhb7s6v] {
        font-size: 14px;
    }

    .cart-items[b-wkmfhb7s6v] {
        padding: 12px 20px;
    }

    .cart-item-image[b-wkmfhb7s6v] {
        width: 70px;
        height: 70px;
    }

    .cart-footer[b-wkmfhb7s6v] {
        padding: 16px 20px;
    }

    .cart-total-price[b-wkmfhb7s6v] {
        font-size: 20px;
    }
}
/* _content/terbolInfo/Components/Pages/CartSide.razor.rz.scp.css */

/* Overlay */
.cart-overlay[b-tlsfkrb19j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 998;
}

    .cart-overlay.active[b-tlsfkrb19j] {
        opacity: 1;
        visibility: visible;
    }

/* Cart Sidebar Container */
.cart-sidebar[b-tlsfkrb19j] {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    max-width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    border-left: 3px solid #00BCD4;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    display: flex;
    flex-direction: column;
}

    .cart-sidebar.open[b-tlsfkrb19j] {
        transform: translateX(0);
    }

/* Cart Header */
.cart-header[b-tlsfkrb19j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 48px 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
    position: relative;
}

.cart-title[b-tlsfkrb19j] {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.cart-count[b-tlsfkrb19j] {
    font-size: 16px;
    font-weight: 400;
    color: #6b7280;
}

.cart-close-btn[b-tlsfkrb19j] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

    .cart-close-btn:hover[b-tlsfkrb19j] {
        color: #111827;
        transform: rotate(90deg);
    }

/* Cart Body (Scrollable area) */
.cart-body[b-tlsfkrb19j] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Cart Resume */
.cart-resume[b-tlsfkrb19j] {
    padding: 16px 24px;
    background-color: #ffffff;
    border-bottom: 2px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.resume-row[b-tlsfkrb19j] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #e5e7eb;
}

    .resume-row:last-child[b-tlsfkrb19j] {
        border-bottom: none;
        padding-bottom: 0;
    }

.resume-label[b-tlsfkrb19j] {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.resume-value[b-tlsfkrb19j] {
    font-size: 15px;
    color: #111827;
    font-weight: 600;
}

    .resume-value.highlight[b-tlsfkrb19j] {
        color: #10b981;
        font-size: 18px;
        font-weight: 700;
    }

.highlight-total[b-tlsfkrb19j] {
    background-color: #f9fafb;
    margin: 4px -24px 0;
    padding: 12px 24px;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

/* Cart Form */
.cart-form[b-tlsfkrb19j] {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group[b-tlsfkrb19j] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label[b-tlsfkrb19j] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.form-input[b-tlsfkrb19j],
.form-select[b-tlsfkrb19j] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
    background-color: #f9fafb;
    transition: all 0.2s ease;
}

    .form-input:focus[b-tlsfkrb19j],
    .form-select:focus[b-tlsfkrb19j] {
        outline: none;
        border-color: #00BCD4;
        background-color: #ffffff;
        box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.1);
    }

.form-select[b-tlsfkrb19j] {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 36px;
}

/* Cart Items */
.cart-items[b-tlsfkrb19j] {
    padding: 16px 24px;
}

.empty-cart-message[b-tlsfkrb19j] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #6b7280;
    font-size: 16px;
    font-weight: 500;
}

.cart-item[b-tlsfkrb19j] {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f6;
}

    .cart-item:last-child[b-tlsfkrb19j] {
        border-bottom: none;
    }

.cart-item-image[b-tlsfkrb19j] {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .cart-item-image img[b-tlsfkrb19j] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.cart-item-details[b-tlsfkrb19j] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-item-header[b-tlsfkrb19j] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.cart-item-name[b-tlsfkrb19j] {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.cart-remove-btn[b-tlsfkrb19j] {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    padding: 2px;
    font-size: 16px;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cart-remove-btn:hover[b-tlsfkrb19j] {
        color: #ef4444;
    }

.cart-item-description[b-tlsfkrb19j] {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.cart-item-footer[b-tlsfkrb19j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.cart-item-quantity[b-tlsfkrb19j] {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 4px;
}

.quantity-btn[b-tlsfkrb19j] {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6b7280;
    font-size: 14px;
    transition: color 0.2s ease;
}

    .quantity-btn:hover[b-tlsfkrb19j] {
        color: #111827;
    }

.quantity-value[b-tlsfkrb19j] {
    width: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: none;
    appearance: none;
    -moz-appearance: textfield;
}

    .quantity-value[b-tlsfkrb19j]::-webkit-outer-spin-button,
    .quantity-value[b-tlsfkrb19j]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.cart-item-price[b-tlsfkrb19j] {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

/* Cart Footer */
.cart-footer[b-tlsfkrb19j] {
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.cart-total[b-tlsfkrb19j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.cart-total-label[b-tlsfkrb19j] {
    font-size: 16px;
    color: #6b7280;
}

.cart-total-price[b-tlsfkrb19j] {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.cart-checkout-btn[b-tlsfkrb19j] {
    width: 100%;
    padding: 14px;
    background: #10b981;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .cart-checkout-btn:hover[b-tlsfkrb19j] {
        background: #059669;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .cart-sidebar[b-tlsfkrb19j] {
        width: 100%;
        max-width: 100vw;
    }
}

@media (max-width: 480px) {
    .cart-header[b-tlsfkrb19j] {
        padding: 16px 20px;
    }

    .cart-title[b-tlsfkrb19j] {
        font-size: 18px;
    }

    .cart-count[b-tlsfkrb19j] {
        font-size: 14px;
    }

    .cart-items[b-tlsfkrb19j] {
        padding: 12px 20px;
    }

    .cart-item-image[b-tlsfkrb19j] {
        width: 70px;
        height: 70px;
    }

    .cart-footer[b-tlsfkrb19j] {
        padding: 16px 20px;
    }

    .cart-total-price[b-tlsfkrb19j] {
        font-size: 20px;
    }
}
/* Cart badge */
.badge-cart[b-tlsfkrb19j] {
    position: absolute;
    top: -4px;
    right: -6px;
    font-size: 0.65rem;
}
/* _content/terbolInfo/Components/Pages/Cuenta.razor.rz.scp.css */
#form[b-xfqh3m9phm] {
    padding: 10px 10px 110px;
}

.options[b-xfqh3m9phm] {
    padding: 10px;
    background-color: rgba(191, 191, 191, 0.15);
    left: 0px;
    position: absolute;
    bottom: 0;
    right: 0px;
    top: 0px;
}

.caption[b-xfqh3m9phm] {
    font-size: 18px;
    font-weight: 500;
}

.option[b-xfqh3m9phm] {
    margin-top: 10px;
}

.demo-container[b-xfqh3m9phm] {
    width: 100%;
    height: 100%;
}

.long-title h3[b-xfqh3m9phm] {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
/* _content/terbolInfo/Components/Pages/Descuento.razor.rz.scp.css */
#form[b-zc19dh8kt7] {
    padding: 10px 10px 110px;
}

.options[b-zc19dh8kt7] {
    padding: 10px;
    background-color: rgba(191, 191, 191, 0.15);
    left: 0px;
    position: absolute;
    bottom: 0;
    right: 0px;
    top: 0px;
}

.caption[b-zc19dh8kt7] {
    font-size: 18px;
    font-weight: 500;
}

.option[b-zc19dh8kt7] {
    margin-top: 10px;
}

.demo-container[b-zc19dh8kt7] {
    width: 100%;
    height: 100%;
}

.long-title h3[b-zc19dh8kt7] {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.dx-datagrid-summary-item.dx-datagrid-text-content[b-zc19dh8kt7] {
    font-size: 12px;
}
/* _content/terbolInfo/Components/Pages/Detail.razor.rz.scp.css */

/*:root {
    --green: #2da44e;
    --green-dark: #1e7e34;
    --green-light: #e9f5ee;
    --red: #c0392b;
    --badge-gold: #f59e0b;
    --text: #1a1a1a;
    --muted: #6b7280;
    --border: #e5e7eb;
    --bg: #f9fafb;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: #fff;
    color: var(--text);
}*/

/* ── NAVBAR ── */
/*.navbar {
    border-bottom: 1px solid var(--border);
    background: #fff;
    padding: 12px 24px;
}

.navbar-brand {
    font-family: 'Fraunces', serif;
    color: var(--green) !important;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .navbar-brand svg {
        width: 26px;
        height: 26px;
    }

.search-bar {
    border-radius: 999px !important;
    border: 1.5px solid var(--border) !important;
    padding: 8px 18px !important;
    font-size: 0.9rem !important;
    background: var(--bg) !important;
    transition: border-color .2s;
}

    .search-bar:focus {
        border-color: var(--green) !important;
        box-shadow: 0 0 0 3px rgba(45,164,78,.12) !important;
    }

.nav-icon {
    color: var(--muted);
    font-size: 1.3rem;
    cursor: pointer;
    transition: color .2s;
}

    .nav-icon:hover {
        color: var(--green);
    }

.cart-badge {
    top: -4px;
    right: -6px;
    background: var(--red);
    font-size: .65rem;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
}*/

/* ── BREADCRUMB ── */
/*.back-link {
    color: var(--muted);
    font-size: .88rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color .2s;
}

    .back-link:hover {
        color: var(--green);
    }*/

/* ── GALLERY ── */
/*.main-image-wrap {
    background: #f3f4f6;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-image-wrap img {
        width: 68%;
        object-fit: contain;
        transition: transform .35s ease;
    }

    .main-image-wrap:hover img {
        transform: scale(1.05);
    }

.thumb-list {
    gap: 10px;
}

.thumb {
    width: 68px;
    height: 68px;
    background: #f3f4f6;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s, transform .15s;
    overflow: hidden;
}

    .thumb img {
        width: 80%;
        object-fit: contain;
    }

    .thumb:hover {
        transform: translateY(-2px);
    }

    .thumb.active {
        border-color: var(--green);
    }*/

/* ── PRODUCT INFO ── */
/*.product-title {
    font-family: 'Fraunces', serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 4px;
}

.badge-bestseller {
    background: #fff8e1;
    color: var(--badge-gold);
    font-size: .78rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.libre-tag {
    font-size: .82rem;
    color: var(--muted);
}

.price {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -1px;
}

.description-text {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.6;
}*/

/* ── SIZE SELECTOR ── */
/*.size-label {
    font-size: .85rem;
    font-weight: 600;
    color: var(--muted);
    letter-spacing: .04em;
    text-transform: uppercase;
}

.size-btn {
    border: 1.5px solid var(--border) !important;
    border-radius: 8px !important;
    color: var(--text) !important;
    background: #fff !important;
    font-size: .88rem !important;
    font-weight: 500 !important;
    padding: 6px 18px !important;
    transition: all .2s !important;
}

    .size-btn:hover {
        border-color: var(--green) !important;
        color: var(--green) !important;
    }

    .size-btn.active {
        background: var(--green-light) !important;
        border-color: var(--green) !important;
        color: var(--green) !important;
    }*/

/* ── QTY + CTA ── */
/*.qty-wrap {
    border: 1.5px solid var(--border);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}

.qty-btn {
    background: none;
    border: none;
    width: 38px;
    height: 44px;
    font-size: 1.1rem;
    cursor: pointer;
    color: var(--text);
    transition: background .15s;
}

    .qty-btn:hover {
        background: var(--bg);
    }

.qty-val {
    width: 36px;
    text-align: center;
    font-weight: 600;
    font-size: .95rem;
    pointer-events: none;
}

.btn-add {
    background: var(--green) !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: .95rem !important;
    padding: 11px 28px !important;
    color: #fff !important;
    transition: background .2s, transform .15s !important;
}

    .btn-add:hover {
        background: var(--green-dark) !important;
        transform: translateY(-1px);
    }

    .btn-add:active {
        transform: translateY(0) !important;
    }*/

/* ── ACCORDION DESCRIPTIONS ── */
/*.accordion-button {
    font-size: .9rem !important;
    font-weight: 500 !important;
    color: var(--text) !important;
    background: #fff !important;
    padding: 14px 0 !important;
    box-shadow: none !important;
}

    .accordion-button:not(.collapsed) {
        color: var(--green) !important;
    }

    .accordion-button::after {
        filter: none !important;
    }

.accordion-item {
    border: none !important;
    border-bottom: 1px solid var(--border) !important;
    border-radius: 0 !important;
}

.accordion-body {
    font-size: .88rem;
    color: var(--muted);
    padding: 0 0 14px !important;
    line-height: 1.7;
}*/

/* ── SECTION TITLE ── */
/*.section-title {
    font-family: 'Fraunces', serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 20px;
}*/

/* ── PRODUCT CARD ── */
/*.product-card {
    border-radius: 14px;
    overflow: hidden;
    background: #f3f4f6;
    transition: transform .25s, box-shadow .25s;
    cursor: pointer;
}

    .product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0,0,0,.09);
    }

.card-img-wrap {
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    padding: 20px;
}

    .card-img-wrap img {
        height: 100%;
        object-fit: contain;
    }

.card-body-custom {
    padding: 14px;
    background: #fff;
}

.card-product-name {
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 2px;
}

.card-product-sub {
    font-size: .78rem;
    color: var(--muted);
}

.card-product-price {
    font-weight: 700;
    font-size: .95rem;
    color: var(--text);
    margin-top: 8px;
}

.card-add-btn {
    background: var(--green-light) !important;
    color: var(--green) !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: .8rem !important;
    font-weight: 600 !important;
    padding: 5px 14px !important;
    transition: background .2s !important;
}

    .card-add-btn:hover {
        background: var(--green) !important;
        color: #fff !important;
    }*/

/* ── TOAST ── */
/*#cartToast {
    min-width: 240px;
}*/


/* _content/terbolInfo/Components/Pages/Deuda.razor.rz.scp.css */
/* Deuda.razor.css */

#form[b-n0su6157dp] {
    padding: 10px 10px 110px;
}

.options[b-n0su6157dp] {
    padding: 10px;
    background-color: rgba(191, 191, 191, 0.15);
    left: 0px;
    position: absolute;
    bottom: 0;
    right: 0px;
    top: 0px;
}

.caption[b-n0su6157dp] {
    font-size: 18px;
    font-weight: 500;
}

.option[b-n0su6157dp] {
    margin-top: 10px;
}

.demo-container[b-n0su6157dp] {
    width: 100%;
    height: 100%;
}

.long-title h3[b-n0su6157dp] {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.dx-datagrid-summary-item.dx-datagrid-text-content[b-n0su6157dp] {
    font-size: 10px;
}
/* _content/terbolInfo/Components/Pages/Finanzas.razor.rz.scp.css */

.finanzas-container[b-x6exdb7acg] {
    padding: 20px 40px;
    background-color: #fff;
    min-height: calc(100vh - 80px);
    font-family: 'Inter', sans-serif;
}

.finanzas-header[b-x6exdb7acg] {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 2rem;
}

.tabs-container[b-x6exdb7acg] {
    display: flex;
    gap: 2.5rem;
    /* overflow-x: auto; */
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}

    .tabs-container[b-x6exdb7acg]::-webkit-scrollbar {
        height: 4px;
    }

    .tabs-container[b-x6exdb7acg]::-webkit-scrollbar-track {
        background: transparent;
    }

    .tabs-container[b-x6exdb7acg]::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

        .tabs-container[b-x6exdb7acg]::-webkit-scrollbar-thumb:hover {
            background: rgba(0, 0, 0, 0.2);
        }


.tab-item[b-x6exdb7acg] {
    background: none;
    border: none;
    padding: 10px 0;
    font-size: 1rem;
    /* font-weight: 600; */
    color: #666;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
}

    .tab-item:hover[b-x6exdb7acg] {
        color: #00a859;
    }

    .tab-item.active[b-x6exdb7acg] {
        color: #00a859;
    }

        .tab-item.active[b-x6exdb7acg]::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #00a859;
        }

.filters-section[b-x6exdb7acg] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.filter-row-top[b-x6exdb7acg] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .filter-row-top span[b-x6exdb7acg] {
        font-weight: 700;
        color: #333;
        font-size: 0.95rem;
    }

.filter-type-buttons[b-x6exdb7acg] {
    display: flex;
    gap: 0.75rem;
}

.filter-btn[b-x6exdb7acg] {
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #4b5563;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

    .filter-btn.active[b-x6exdb7acg] {
        background-color: #a7f3d0;
        border-color: #a7f3d0;
        color: #065f46;
    }

.filter-row-bottom[b-x6exdb7acg] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    width: 100%;
}

.date-inputs-group[b-x6exdb7acg] {
    display: flex;
    gap: 1rem;
}

/* Material Style Input for Facturas */
.invoice-input-container[b-x6exdb7acg] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    max-width: 500px;
    position: relative;
}

.material-label[b-x6exdb7acg] {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
    padding-left: 4px;
}

.material-input-wrapper[b-x6exdb7acg] {
    background-color: #f3f4f6;
    border-bottom: 2px solid #374151;
    border-radius: 4px 4px 0 0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    transition: background-color 0.2s;
}

    .material-input-wrapper:hover[b-x6exdb7acg] {
        background-color: #e5e7eb;
    }

.selected-value[b-x6exdb7acg] {
    font-size: 1.1rem;
    color: #1f2937;
    font-weight: 500;
}

.material-input-wrapper i[b-x6exdb7acg] {
    color: #6b7280;
    font-size: 0.8rem;
    transition: transform 0.2s;
}

.active-line[b-x6exdb7acg] {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0091ea;
    /* Blue line */
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.invoice-input-container.open .active-line[b-x6exdb7acg] {
    transform: scaleX(1);
}

.invoice-dropdown-menu[b-x6exdb7acg] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    z-index: 100;
    overflow: hidden;
    margin-top: -2px;
}

.dropdown-option[b-x6exdb7acg] {
    padding: 12px 16px;
    font-size: 1.1rem;
    color: #1f2937;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .dropdown-option:hover[b-x6exdb7acg] {
        background-color: #eeeeee;
    }

    .dropdown-option.selected[b-x6exdb7acg] {
        background-color: #e0e0e0;
    }

.actions-group[b-x6exdb7acg] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
}


.fieldset-input[b-x6exdb7acg] {
    position: relative;
    border: 1px solid #9ca3af;
    border-radius: 6px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    min-width: 220px;
}

    .fieldset-input label[b-x6exdb7acg] {
        position: absolute;
        top: -10px;
        left: 10px;
        background: white;
        padding: 0 6px;
        font-size: 0.8rem;
        color: #6b7280;
        font-weight: 500;
    }

    .fieldset-input input[b-x6exdb7acg] {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        font-size: 1rem;
        color: #1f2937;
        width: 100%;
        padding: 4px 0;
        background: transparent;
    }

        .fieldset-input input:focus[b-x6exdb7acg] {
            background: transparent;
        }


    .fieldset-input i[b-x6exdb7acg] {
        color: #4b5563;
        font-size: 1.2rem;
        margin-left: 8px;
    }

.search-btn[b-x6exdb7acg] {
    background-color: #00c061;
    color: white;
    border: none;
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 1rem;
}

    .search-btn:hover[b-x6exdb7acg] {
        background-color: #00a855;
    }

.time-range-link[b-x6exdb7acg] {
    margin-left: auto;
}

.range-dropdown[b-x6exdb7acg] {
    background: none;
    border: none;
    font-weight: 700;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.95rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .finanzas-container[b-x6exdb7acg] {
        padding: 20px;
    }

    .tabs-container[b-x6exdb7acg] {
        gap: 1rem;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .tab-item[b-x6exdb7acg] {
        white-space: nowrap;
        font-size: 0.9rem;
    }

    .filter-row-top[b-x6exdb7acg] {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-row-bottom[b-x6exdb7acg] {
        flex-direction: column;
        align-items: stretch;
        gap: 1.25rem;
    }

    .date-inputs-group[b-x6exdb7acg] {
        flex-direction: column;
        gap: 1.25rem;
    }

    .fieldset-input[b-x6exdb7acg] {
        min-width: 100%;
    }

    .search-btn[b-x6exdb7acg] {
        width: 100%;
        justify-content: center;
    }

    .time-range-link[b-x6exdb7acg] {
        margin-left: 0;
        align-self: flex-end;
    }
}

.results-area[b-x6exdb7acg] {
    background-color: #f9fafb;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.results-search-bar[b-x6exdb7acg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    background-color: #f3f4f6;
    border-bottom: 1px solid #e5e7eb;
}

.search-input-wrapper[b-x6exdb7acg] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6b7280;
    flex: 1;
}

    .search-input-wrapper input[b-x6exdb7acg] {
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        font-size: 0.95rem;
        color: #1f2937;
    }

.close-results-btn[b-x6exdb7acg] {
    background: white;
    border: 1px solid #9ca3af;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #4b5563;
}

.invoices-list[b-x6exdb7acg] {
    display: flex;
    flex-direction: column;
}

.invoice-item[b-x6exdb7acg] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
    border-bottom: 8px solid #f9fafb;
    background-color: #f3f4f6;
    margin-bottom: 8px;
}

    .invoice-item:last-child[b-x6exdb7acg] {
        border-bottom: none;
        margin-bottom: 0;
    }

.invoice-main-content[b-x6exdb7acg] {
    display: flex;
    gap: 15px;
}

.view-detail-btn[b-x6exdb7acg] {
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    width: 44px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4b5563;
    font-size: 1.1rem;
}

    .view-detail-btn:hover[b-x6exdb7acg] {
        background-color: #f9fafb;
    }

.invoice-details[b-x6exdb7acg] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.detail-line[b-x6exdb7acg] {
    font-size: 0.95rem;
    color: #374151;
}

    .detail-line strong[b-x6exdb7acg] {
        font-weight: 500;
        color: #111827;
    }

.invoice-status[b-x6exdb7acg] {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #f0f1f3;
    padding: 4px 12px;
    border-radius: 4px;
    align-self: flex-start;
}

    .invoice-status span[b-x6exdb7acg] {
        font-size: 0.95rem;
        font-weight: 500;
        color: #374151;
    }

.status-dot[b-x6exdb7acg] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: white;
}

    .status-dot.pendiente[b-x6exdb7acg] {
        background-color: #f87171;
    }

    .status-dot.pagada[b-x6exdb7acg] {
        background-color: #34d399;
    }


.empty-tab-state[b-x6exdb7acg] {
    padding: 60px 20px;
    text-align: center;
    color: #6b7280;
}
/* _content/terbolInfo/Components/Pages/Inicio.razor.rz.scp.css */
.buttonInicio[b-3hy65qy74e] {
    color: #00bf5d;
    font-weight: bold;
    font-size: 17px;    
}

.centered-container[b-3hy65qy74e] {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 10vh; /* Full viewport height */
}

.centered-box[b-3hy65qy74e] {
    padding: 20px;
    /*background-color: #00bf5d;*/
    /*border: 1px solid #ccc;*/
}

.aInicio[b-3hy65qy74e] {
    color: #00bf5d;
}

.owl-carousel .item[b-3hy65qy74e] {
    height: 55px; /* Or any desired height */
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 3.40282e38px;
    margin: 5px;
    align-content: center;
}

    .owl-carousel .item img[b-3hy65qy74e] {
        height: 100%;
        object-fit: cover; /* Or 'contain' depending on your layout */
    }

.imagefixed-size[b-3hy65qy74e] {
    width: auto;
    height: 170px;
    object-fit: contain; /* Optional: helps with cropping/fitting */
}

.rounded-full[b-3hy65qy74e] {
    border-radius: 3.40282e38px;
    border-style: var(--tw-border-style);
    border-width: 1px;
}

.cardBodyfixed-size[b-3hy65qy74e] {
    width: auto;
    height: 170px;
    object-fit: contain; /* Optional: helps with cropping/fitting */
}

.badge--sale[b-3hy65qy74e] {
    color: #fff;
    background-color: #ee4545;
}

.aIconButton[b-3hy65qy74e] {
    color: black;
    text-decoration: none;
}
/* _content/terbolInfo/Components/Pages/Login.razor.rz.scp.css */

.bd-placeholder-img[b-qtsm591l6h] {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
    @media (min-width: 768px) {
        .bd-placeholder-img-lg[b-qtsm591l6h]

    {
        font-size: 3.5rem;
    }

    } 

.form-control[b-qtsm591l6h] {
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-control[b-qtsm591l6h] {
    border-radius: 0px !important;
}

.imgBorderRound[b-qtsm591l6h] {
    border-radius: 50%;
}

.btn-primary:hover[b-qtsm591l6h] {
    background-color: #00be64 !important;
    border-color: #00be64 !important;
}

/*tests*/
.moveLeftIcon[b-qtsm591l6h] {
    position: absolute;
    left: -21px;
    top: 0.63rem;
}

.moveLeftIconStyle[b-qtsm591l6h] {
    background-color: white;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding-right: 0px;
}

.form-label-group input:not(:placeholder-shown)[b-qtsm591l6h] {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

    .form-label-group input:not(:placeholder-shown) ~ label[b-qtsm591l6h] {
        padding-top: 0.12rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

/**/
.error[b-qtsm591l6h] {
    color: #e74c3c;
    font-size: 10px;
    margin-left: 130px
}
/*loading*/

.dx-loadindicator-icon[b-qtsm591l6h] {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30%;
    left: 40%;
}

/* _content/terbolInfo/Components/Pages/Pago.razor.rz.scp.css */
#form[b-dqqvtwapem] {
    padding: 10px 10px 110px;
}

.options[b-dqqvtwapem] {
    padding: 10px;
    background-color: rgba(191, 191, 191, 0.15);
    left: 0px;
    position: absolute;
    bottom: 0;
    right: 0px;
    top: 0px;
}

.caption[b-dqqvtwapem] {
    font-size: 18px;
    font-weight: 500;
}

.option[b-dqqvtwapem] {
    margin-top: 10px;
}

.demo-container[b-dqqvtwapem] {
    width: 100%;
    height: 100%;
}

.long-title h3[b-dqqvtwapem] {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.master-detail-caption[b-dqqvtwapem] {
    /*padding: 0 0 5px 10px;*/
    font-size: 14px;
    font-weight: bold;
    color: rgb(0 0 0 / 30%);
    ;
}
/* _content/terbolInfo/Components/Pages/Pedido.razor.rz.scp.css */
#form[b-glxrhn5fy6] {
    padding: 10px 10px 110px;
}

.options[b-glxrhn5fy6] {
    padding: 10px;
    background-color: rgba(191, 191, 191, 0.15);
    left: 0px;
    position: absolute;
    bottom: 0;
    right: 0px;
    top: 0px;
}

.caption[b-glxrhn5fy6] {
    font-size: 18px;
    font-weight: 500;
}

.option[b-glxrhn5fy6] {
    margin-top: 10px;
}

.demo-container[b-glxrhn5fy6] {
    width: 100%;
    height: 100%;
}

.long-title h3[b-glxrhn5fy6] {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
/**/
.formColHD[b-glxrhn5fy6] {
    height: 20px
}
/**/
.leftColPosition[b-glxrhn5fy6] {
    position: absolute;
    padding-left: 70%;
}

.buttonHPosition[b-glxrhn5fy6] {
    position: absolute;
    padding: 50px 67% 0px;
    width: 30px;
    height: 30px;
}

.buttonHPositionTimeline[b-glxrhn5fy6] {
    position: absolute;
    padding: 50px 80% 0px;
    width: 30px;
    height: 30px;
}

.backGray[b-glxrhn5fy6] {
    background: rgba(51,51,51,.05); /*#d3d3d35c;*/
    border-radius: 5px;
}

.detailHD[b-glxrhn5fy6] {
    /*display: flex; 
            justify-content: space-around;*/
}

.imagenHD[b-glxrhn5fy6] {
    height: auto;
    width: 20%;
    float: left;
    margin-right: 10px;
}

.nameHD[b-glxrhn5fy6] {
    align-content: center;
    white-space: normal;
    padding: 20px 0px 0px 0px;
    color: rgb(0 190 100);
    font-size: 16px;
    font-weight: bold;
}

.productHD[b-glxrhn5fy6] {
    float: right;
    width: 140px;
}

.alignRigth[b-glxrhn5fy6] {
    float: right;
}

.cssCriterio[b-glxrhn5fy6] {
    padding: 10px 0px 0px 25%;
}
/*RESPONSIVE*/
/* Para 1300px */
@media only screen and (min-width: 981px) {
    .imagenHD[b-glxrhn5fy6] {
        width: 20%;
    }

    .productHD[b-glxrhn5fy6] {
        padding: 20px;
        float: inherit;
        width: 450px;
    }
}
/* Para 960px */
@media only screen and (max-width: 980px) and (min-width: 821px) {
    .imagenHD[b-glxrhn5fy6] {
        width: 20%;
    }

    .productHD[b-glxrhn5fy6] {
        padding: 20px;
        float: inherit;
        width: 330px;
    }
}

/* Para 800px */
@media only screen and (max-width: 820px) and (min-width: 621px) {
    .imagenHD[b-glxrhn5fy6] {
        width: 20%;
    }

    .productHD[b-glxrhn5fy6] {
        padding: 20px;
        float: inherit;
        width: 330px;
    }
}

/* Para 600px */
@media only screen and (max-width: 620px) and (min-width: 501px) {
    .imagenHD[b-glxrhn5fy6] {
        width: 20%;
    }

    .productHD[b-glxrhn5fy6] {
        padding: 20px;
        float: inherit;
        width: 300px;
    }
}

/* Para 480px */
@media only screen and (max-width: 500px) and (min-width: 341px) {
    .imagenHD[b-glxrhn5fy6] {
        width: 40%;
    }
}

/* Para 320px */
@media only screen and (max-width: 340px) and (min-width: 5px) {
    .imagenHD[b-glxrhn5fy6] {
        width: 40%;
    }
}

/* _content/terbolInfo/Components/Pages/Producto.razor.rz.scp.css */

/*.owl-carousel .item {
    height: 55px;*/ /* Or any desired height */
    /*overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 3.40282e38px;
}

    .owl-carousel .item img {
        height: 100%;
        object-fit: cover;*/ /* Or 'contain' depending on your layout */        
    /*}

.imagefixed-size {
    width: auto;
    height: 150px;
    object-fit: contain;*/ /* Optional: helps with cropping/fitting */
/*}

.rounded-full {
    border-radius: 3.40282e38px;
    border-style: var(--tw-border-style);
    border-width: 1px;
}

.cardBodyfixed-size {
    width: auto;
    height: 170px;
    object-fit: contain;*/ /* Optional: helps with cropping/fitting */
/*}

.badge--sale {
    color: #fff;
    background-color: #ee4545;
}

.price--compare-at {*/
    /*display: none;*/
    /*font-size: .8125rem 13px;
    line-height: 1.38;
    color: #7c8997;
    text-decoration: line-through;
}*/
/* Default style for PC (Desktop) */
/*@media (min-width: 1025px) {
    .detailHD {
        width: 50%;    
        color: red;
    }
}*/

/* Tablet style */
/*@media (min-width: 481px) and (max-width: 1024px) {
    .detailHD {
        width: 70%;
        color: green;
    }
}*/

/* Mobile style */
/*@media (max-width: 480px) {
    .detailHD {
        width: 100%;
        color: yellow;
    }
}*/
/*#floatBtn {
    position: fixed;
    bottom: 20px;
    right: 80px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #dc3545;
    color: white;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    /* z-index: 1000; */
    /*transition: background-color 0.3s;
}

#floatBtn:hover {
    background-color: #93232d;
}
#floatBtnHome {
    position: fixed;
    bottom: 20px;
    right: 140px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #808080d1;
    color: white;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    /* z-index: 1000; */
    /*transition: background-color 0.3s;
}

    #floatBtnHome:hover {
        background-color: #93232d;
    }
#floatBtnContact {
    position: fixed;
    bottom: 20px;
    right: 200px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #808080d1;
    color: white;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    /* z-index: 1000; */
    /*transition: background-color 0.3s;
}

.floatBtnStyle:hover {
    background-color: #93232d;
}

#floatBtnPedidos {
    position: fixed;
    bottom: 20px;
    right: 260px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #808080d1;
    color: white;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    /* z-index: 1000; */
    /*transition: background-color 0.3s;
}

#floatBtnBot {
    position: fixed;
    bottom: 20px;
    right: 260px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #808080d1;
    color: lightgreen;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
    /* z-index: 1000; */
    /*transition: background-color 0.3s;
}*/

/**************************/
/*.counter-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    background-color: white;
}

.counter-display {
    width: 45px;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 10px;
}

.counter-btn.plus {
    color: green;*/
    /*border-color: black;*/
/*}

.counter-btn.minus {
    color: green;
}*/
/* Floating Top Button */
/*#topBtn {
    position: fixed;
    bottom: 90px;*/
    /* left: 50%; Center horizontally */
    /*right: 1%;
    transform: translateX(-50%);*/ /* Adjust for exact center */
    /*z-index: 99;
    display: none;*/ /* Hidden by default */
    /*border: none;
    outline: none;
    background-color: orange;
    color: white;
    cursor: pointer;*/
    /*padding: 15px;*/
    /*border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

    #topBtn:hover {
        background-color: #dc3545;
    }

.imgCarousel {
    width: 100%;
    height: 100%;
    object-fit: contain;*/ /* cover or "contain", "fill" */
/*}
.imgGroupCarousel {
    width: 100%;*/
    /*height: 99%;*/
    /*overflow: hidden;
}*/
/*body {
    margin-top: 60px;*/ /* match the div height */
/*}*/
/*.page-item.active .page-link {  
    background-color: green !important;
    border-color: greenyellow !important;
}*/
/*.accordion-button:not(.collapsed) {
    color: #00be64;
    background-color: #00be6417;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button {
    color: #00be64;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}*/

    /*info datalist CMS*/
    /*.visor-content img {
    max-width: 100%;
    height: auto;
}*/
/*end info datalist CMS*/

/* Product cards */
/*.product-card img {
    background: #ebe7e3;
    border-radius: 8px;
    padding: 20px;
}

.badge-best {
    background: #e8f7ef;
    color: #198754;
    font-size: 0.7rem;
}*/
/*/////////////*/
/*.product-card {
    border-radius: 14px;
}

.product-image {
    background: #ece9e5;
    border-radius: 12px;
}

.badge-best {
    background: #e9f8f0;
    color: #198754;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.7rem;
    font-weight: 500;
}

    .badge-best i {
        font-size: 0.7rem;
        margin-right: 4px;
    }



.hero-right img {*/
    /* Ensures the image doesn't overflow on large screens */
    /*max-height: 320px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .hero-right {
        display: none !important;
    }
}


.btn-add-to-cart {
    background: #07BE64;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.product-badge-v2 {
    background: #e6f9f0;
    color: #10b981;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(16, 185, 129, .2);
    margin-bottom: 4px;
}
.product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
    
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #e0e0e0;
}*/

/*categorie chips*/
/*.catalog-page {
    background-color: #ffffff;*/
    /*min-height: 100vh;*/
/*}

.catalog-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
}*/

/* Categories Row Carousel */
/*.categories-row {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    -ms-overflow-style: none;*/
    /* IE and Edge */
    /*scrollbar-width: none;*/
    /* Firefox */
    /*-webkit-overflow-scrolling: touch;
}

    .categories-row::-webkit-scrollbar {
        display: none;*/
        /* Chrome, Safari and Opera */
    /*}

.category-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 24px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
    color: #374151;
    flex-shrink: 0;
    white-space: nowrap;
    height: 35px;
}

    .category-chip i {
        font-size: 1.1rem;
    }

    .category-chip.active {
        background-color: #f0fdf4;
        border-color: #10b981;
        color: #065f46;
    }

    .category-chip:hover:not(.active) {
        border-color: #d1d5db;
        background-color: #f9fafb;
    }*/

/* Filter Bar */
/*.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}*/

/*.filter-left {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 0;*/
    /* Critical for flex children with overflow */
/*}

.filter-toggle-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: white;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;*/
    /* Don't squish the button */
/*}

.active-filters-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
    flex: 1;
    min-width: 0;*/
    /* Allow the carousel to shrink and scroll */
    /*-ms-overflow-style: none;*/
    /* IE and Edge */
    /*scrollbar-width: none;*/
    /* Firefox */
    /*-webkit-overflow-scrolling: touch;
}*/

    /* Hide scrollbar for active filters */
    /*.active-filters-chips::-webkit-scrollbar {
        display: none;*/
        /* Chrome, Safari and Opera */
    /*}

.filter-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background-color: #ecfdf5;*/
    /* Lighter green from image */
    /*border: 1px solid #d1fae5;*/
    /* Subtler green border */
    /*border-radius: 12px;
    font-size: 15px;
    color: #374151;*/
    /* Darker text like the image */
    /*white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

    .filter-chip button {
        background: none;
        border: none;
        padding: 2px;
        cursor: pointer;
        display: flex;
        align-items: center;
        color: #6b7280;*/
        /* Greyish close button */
        /*font-size: 18px;
        line-height: 1;
    }

        .filter-chip button:hover {
            color: #111827;
        }

.filter-right {
    display: flex;
    gap: 12px;
}

.select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.catalog-select {
    appearance: none;
    padding: 8px 36px 8px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    font-weight: 500;
    min-width: 100px;
}

.select-wrapper i {
    position: absolute;
    right: 12px;
    pointer-events: none;
    color: #6b7280;
    font-size: 0.8rem;
}*/

/* Custom Dropdown for Lineas */
/*.custom-dropdown-container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.dropdown-label {
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
}

.catalog-select-display {
    padding: 8px 36px 8px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: white;
    font-weight: 500;
    min-width: 120px;
    cursor: pointer;
}

.select-wrapper.clickable {
    cursor: pointer;
}

.line-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 200px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 100;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.line-option {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

    .line-option:hover {
        background-color: #f9fafb;
    }

.line-icon-wrapper {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.line-img-icon {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.line-icon-wrapper i {
    font-size: 1.2rem;
}

.line-name {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.95rem;
}

.order-option {
    gap: 0;
    padding: 10px 12px;
}

.order-dropdown {
    width: 220px;
}*/

/* Catalog Grid */
/*.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}*/

/* Responsive */
/*@media (max-width: 1024px) {
    .catalog-container {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .filter-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .filter-left {
        width: 100%;
        overflow: hidden;*/
        /* Prevent filters from expanding the container */
    /*}

    .filter-right {
        width: 100%;
        justify-content: flex-start;*/
        /* Align selects to the left on mobile */
    /*}

    .catalog-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}

@media (max-width: 480px) {
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .categories-row {
        gap: 8px;
    }

    .category-chip {
        padding: 0px 12px;
        font-size: 0.9rem;
    }
}*/

/* Loading, Error and Empty States */
/*.loading-state,
.error-state,
.empty-state {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: #6b7280;
}

    .loading-state i,
    .error-state i {
        font-size: 3rem;
        margin-bottom: 20px;
        color: #10b981;
    }

    .error-state i {
        color: #ef4444;
    }

.spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn-retry {
    margin-top: 15px;
    padding: 8px 24px;
    background-color: #10b981;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .btn-retry:hover {
        background-color: #059669;
    }

.filterbutton {
    width: 22px;
}*/
/* _content/terbolInfo/Components/Pages/Recupera.razor.rz.scp.css */
.bd-placeholder-img[b-gqzwt2ow8e] {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg[b-gqzwt2ow8e] {
        font-size: 3.5rem;
    }
}

.form-control[b-gqzwt2ow8e] {
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-control[b-gqzwt2ow8e] {
    border-radius: 0px !important;
}

.imgBorderRound[b-gqzwt2ow8e] {
    border-radius: 30%;
}

.btn-primary:hover[b-gqzwt2ow8e] {
    background-color: #00be64 !important;
    border-color: #00be64 !important;
}

/*tests*/
.moveLeftIcon[b-gqzwt2ow8e] {
    position: absolute;
    left: -21px;
    top: 0.63rem;
}

.moveLeftIconStyle[b-gqzwt2ow8e] {
    background-color: white;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding-right: 0px;
}

.form-label-group input:not(:placeholder-shown)[b-gqzwt2ow8e] {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

    .form-label-group input:not(:placeholder-shown) ~ label[b-gqzwt2ow8e] {
        padding-top: 0.12rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

/**/
.error[b-gqzwt2ow8e] {
    color: #e74c3c;
    font-size: 10px;
    margin-left: 130px
}

.buttonInf[b-gqzwt2ow8e] {
    position: absolute;
    top: 20px;
    left: 370px;
    cursor: pointer;
    color: rgb(0 0 0 / 30%) !important;
}
/* _content/terbolInfo/Components/Pages/Registro.razor.rz.scp.css */
.bd-placeholder-img[b-dlmdbqbko0] {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg[b-dlmdbqbko0] {
        font-size: 3.5rem;
    }
}

.form-control[b-dlmdbqbko0] {
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-control[b-dlmdbqbko0] {
    border-radius: 0px !important;
}

.imgBorderRound[b-dlmdbqbko0] {
    border-radius: 50%;
}

.btn-primary:hover[b-dlmdbqbko0] {
    background-color: #00be64 !important;
    border-color: #00be64 !important;
}

/*tests*/
.moveLeftIcon[b-dlmdbqbko0] {
    position: absolute;
    left: -21px;
    top: 0.63rem;
}

.moveLeftIconStyle[b-dlmdbqbko0] {
    background-color: white;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding-right: 0px;
}

.form-label-group input:not(:placeholder-shown)[b-dlmdbqbko0] {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

    .form-label-group input:not(:placeholder-shown) ~ label[b-dlmdbqbko0] {
        padding-top: 0.12rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

/**/
.error[b-dlmdbqbko0] {
    color: #e74c3c;
    font-size: 10px;
    margin-left: 130px
}

.buttonInf[b-dlmdbqbko0] {
    position: absolute;
    top: 20px;
    left: 370px;
    cursor: pointer;
    color: rgb(0 0 0 / 30%) !important;
}
/* _content/terbolInfo/Components/Pages/Sucursal.razor.rz.scp.css */
h5[b-rj02uy8ksm] {
    color: mediumseagreen;
}
.fillMap[b-rj02uy8ksm] {
    width: 100%;
    height: 650px;
    padding-top: 10px;
}
