/* _content/BrandtAuction.Client/Components/Account/AccountDetails.razor.rz.scp.css */
.drop-area[b-g2d0pklh3q] {
    border: 2px solid #D9D9D9;
    padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    min-height: 150px;
}

.drop-area:hover[b-g2d0pklh3q] {
    background-color: antiquewhite;
    color: #333;
}

.drag-over[b-g2d0pklh3q] {
    background-color: #d9d9d9cd;
}
/* _content/BrandtAuction.Client/Components/Admin/Lots/ManageLot.razor.rz.scp.css */
.thumbnail-grid[b-29bldsh862] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 1rem;
}

.thumb[b-29bldsh862] {
    position: relative;
    width: 120px;
    height: 120px;
    border: 2px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    cursor: grab;
    transition: transform 0.2s ease-in-out;
    background-color: #f8f8f8;
}

    .thumb:hover[b-29bldsh862] {
        transform: scale(1.03);
        border-color: #76A12E;
    }

    .thumb img[b-29bldsh862] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .thumb .order[b-29bldsh862] {
        position: absolute;
        top: 4px;
        left: 4px;
        background-color: #76A12E;
        color: white;
        font-size: 0.75rem;
        padding: 2px 6px;
        border-radius: 4px;
    }

    .thumb .delete[b-29bldsh862] {
        position: absolute;
        top: 4px;
        right: 4px;
        background-color: #FF6249;
        color: white;
        font-size: 0.75rem;
        padding: 2px 6px;
        cursor: pointer;
        border-radius: 4px;
    }
/* _content/BrandtAuction.Client/Components/AdvancedSearch.razor.rz.scp.css */
.applied-filter[b-xi387bx2px] {
    background-color: #76a12e;
    color: white;
    border-radius: 999px;
    padding: 0rem 0.55rem;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.filter-close-icon[b-xi387bx2px] {
    font-size: .75rem;
    color: white;
    cursor: pointer;
}

    .filter-close-icon:hover[b-xi387bx2px] {
        color: #f1f1f1;
    }

/* Optional hover for close button */
.btn-close-white:hover[b-xi387bx2px] {
    filter: brightness(0.85) invert(1);
}

.filter-sidebar[b-xi387bx2px] {
    border: 1px solid #ddd;
    border-radius: 6px;
}

    /* Accordion overall */
    .filter-sidebar .accordion-item[b-xi387bx2px] {
        border: none;
        border-bottom: 1px solid #e5e5e5;
        padding: .5rem;
    }

    /* Accordion header spacing */
    .filter-sidebar .accordion-button[b-xi387bx2px] {
        padding: 0.5rem 0;
        background-color: transparent;
        color: #000;
        font-weight: 600;
        font-size: 15px;
        box-shadow: none;
    }

        /* Collapse button icon override */
        .filter-sidebar .accordion-button[b-xi387bx2px]::after {
            font-family: 'bootstrap-icons';
            transform: scale(0.8);
            background-image: none;
            font-weight: normal;
            font-size: 1rem;
            margin-right: 0.5rem;
        }

        /* When collapsed */
        .filter-sidebar .accordion-button.collapsed[b-xi387bx2px]::after {
            content: "\f4fe"; /* bi-plus */
        }

        /* Show - when expanded */
        .filter-sidebar .accordion-button:not(.collapsed)[b-xi387bx2px]::after {
            content: "\f2ea"; /* bi-dash */
        }

    /* Accordion body */
    .filter-sidebar .accordion-body[b-xi387bx2px] {
        padding: 0.25rem 0 0.75rem 0;
        padding-bottom: 0;
    }

    /* Form checkboxes spacing */
    .filter-sidebar .form-check[b-xi387bx2px] {
        padding-left: 0;
    }

    /* Input adjustments */
    .filter-sidebar input.form-control[b-xi387bx2px] {
        border-radius: 4px;
        font-size: 13px;
        padding: 0.4rem 0.6rem;
    }

    /* Remove bottom border for last section */
    .filter-sidebar .accordion-item:last-child[b-xi387bx2px] {
        border-bottom: none;
    }
/* _content/BrandtAuction.Client/Components/Cards/BaseCard.razor.rz.scp.css */
.auction-card img[b-agzasunea2] {
    height: 250px;
    object-fit: cover;
}

.auction-card .row-one[b-agzasunea2] {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
}

.auction-card .row-two[b-agzasunea2] {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

.auction-card .row-three[b-agzasunea2] {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.auction-card .row-four[b-agzasunea2] {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
/* _content/BrandtAuction.Client/Components/Layout/AdminNav.razor.rz.scp.css */
.menu[b-labdo62p8g] {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    border: 1px solid #e7e7e7;
}

    .menu[b-labdo62p8g], .menu li[b-labdo62p8g], .menu ol[b-labdo62p8g], .menu ul[b-labdo62p8g] {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .menu > li:not(:first-child) > a[b-labdo62p8g] {
            margin-top: -1px;
            border-top: 1px solid #e7e7e7;
        }

        .menu > li[b-labdo62p8g] {
            float: none;
            margin: 0;
            padding: 0 1rem 0 .9rem;
            position: relative;
        }

            .menu > li > a[b-labdo62p8g] {
                display: flex;
                padding: .8rem .6rem;
                align-items: center;
                color: #444;
                text-decoration: none;
                font-weight: 600;
                font-size: 15px;
            }

            .menu > li.active > a[b-labdo62p8g],
            .menu > li.show > a[b-labdo62p8g],
            .menu > li:hover > a[b-labdo62p8g] {
                color: #76A12E;
            }
/* _content/BrandtAuction.Client/Components/Layout/AuctionsByCategory.razor.rz.scp.css */
.menu[b-c6m9sxtlde] {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    border: 1px solid #e7e7e7;
}

    .menu[b-c6m9sxtlde], .menu li[b-c6m9sxtlde], .menu ol[b-c6m9sxtlde], .menu ul[b-c6m9sxtlde] {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .menu > li:not(:first-child) > a[b-c6m9sxtlde] {
            margin-top: -1px;
            border-top: 1px solid #e7e7e7;
        }

        .menu > li[b-c6m9sxtlde] {
            float: none;
            margin: 0;
            padding: 0 1rem 0 .9rem;
            position: relative;
        }

            .menu > li > a[b-c6m9sxtlde] {
                display: flex;
                padding: .8rem .6rem;
                align-items: center;
                color: #444;
                text-decoration: none;
                font-weight: 600;
                font-size: 15px;
            }

            .menu > li.active > a[b-c6m9sxtlde],
            .menu > li.show > a[b-c6m9sxtlde],
            .menu > li:hover > a[b-c6m9sxtlde] {
                color: #76A12E;
            }
/* _content/BrandtAuction.Client/Components/Layout/Breadcrumbs.razor.rz.scp.css */
.breadcrumb-item[b-yhft15ga9a] {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
}
/* _content/BrandtAuction.Client/Components/Layout/EmptyLayout.razor.rz.scp.css */
body[b-0q2s4q23an] {
    height: 100vh;
}

.page[b-0q2s4q23an] {
    min-height: 100vh;
}

main[b-0q2s4q23an] {
    display: flex;
    flex-flow: column;
    align-items: center;
    min-height: calc(100vh - 67px);
   
    .content
    {
        display: flex;
        flex-flow: column;
        width: 100%;
        height: 100%;
    }
}
/* _content/BrandtAuction.Client/Components/Layout/Footer.razor.rz.scp.css */
.about-us-text[b-p0nmc0550x] {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.contact-info[b-p0nmc0550x] {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.footer[b-p0nmc0550x] {
    background-color: #57585A;
    color: #FFFFFF;
    margin-top: 3rem !important;
}

.footer a[b-p0nmc0550x] {
    color: inherit;
    text-decoration: none;
}

.footer ul[b-p0nmc0550x] {
    list-style: none;
    line-height: 1.5;
    padding-left: 0;
}

.footer-bottom[b-p0nmc0550x] {
    color: #FFFFFF;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
}

.footer-bottom.top-border[b-p0nmc0550x] {
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
}

.footer-logo[b-p0nmc0550x] {
    width: 194px;
    max-width: 100%;
    margin: 0 0 1.5rem;
}

.footer-middle[b-p0nmc0550x] {
    padding-top: 4.4rem;
    padding-bottom: 2.4rem;
}

.footer-title[b-p0nmc0550x] {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
}

.footer-links[b-p0nmc0550x] {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-decoration: none;
}

@media (min-width: 992px) {
    .footer .footer-middle[b-p0nmc0550x],
    .footer .footer-bottom[b-p0nmc0550x] {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
/* _content/BrandtAuction.Client/Components/Layout/Header.razor.rz.scp.css */
.top-header[b-4jlhzbb2kf] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: .75rem 1rem !important;
    height: 100%;
}

.middle-header[b-4jlhzbb2kf] {
    height: 43px;
}

.middle-header-link[b-4jlhzbb2kf] {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 0 .5rem;
    text-decoration: none;
    color: #4C4C4C;
}

.mobile-menu-toggler[b-4jlhzbb2kf] {
    border: 0;
    background: transparent;
    color: #222529;
    padding: 1rem 0.5rem;
    margin-right: 0.5rem;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
}

.search-dropdown-menu[b-4jlhzbb2kf] {
    min-width: 325px;
    border-radius: 50px;
}
/* _content/BrandtAuction.Client/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ls3yp6avnx] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-ls3yp6avnx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BrandtAuction.Client/Components/Pages/Home.razor.rz.scp.css */
.hero[b-kr099zl1s8] {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 1280;
    background-image: url('/images/home-banner.jpg');
    background-size: cover;
    display: flex;
    padding: 5vw;
    margin-top: calc(var(--bs-gutter-x) * 1);
    max-height: 450px;
}

.hero-content[b-kr099zl1s8] {
    color: white;
}

.hero h1[b-kr099zl1s8] {
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-family: Oswald;
    margin-bottom: 1rem;
    line-height: 1.2;
    max-width: 79%;
}

.hero a[b-kr099zl1s8] {
    font-size: clamp(.5rem, 1.5vw, 1rem);
}
/* _content/BrandtAuction.Client/Components/Pages/Lot.razor.rz.scp.css */
.main-image-container[b-6auxtxgecn] {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-image[b-6auxtxgecn] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thumbnail[b-6auxtxgecn] {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
/* _content/BrandtAuction.Client/Components/Shared/DataTable/DataTable.razor.rz.scp.css */
.table-sort-button[b-jtzjl70k4y] {
    border: none;
    background: transparent;
}

.table-image[b-jtzjl70k4y] {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}
/* _content/BrandtAuction.Client/Components/Shared/DropArea.razor.rz.scp.css */
.drop-area[b-cq2l6sxra4] {
    border: 2px solid #D9D9D9;
    padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F5;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    min-height: 150px;
}

.drop-area:hover[b-cq2l6sxra4] {
    background-color: antiquewhite;
    color: #333;
}

.drop-area-enter[b-cq2l6sxra4] {
    background-color: #d9d9d9cd;
}
