/* /Components/Admin/Lots/ManageLot.razor.rz.scp.css */
.status-overlay[b-29bldsh862] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    border-radius: 0.25rem;
}

    .status-overlay.failed[b-29bldsh862] {
        background: rgba(220,53,69,0.7); /* Bootstrap danger red */
    }

.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;
    }

    .thumb .type-badge[b-29bldsh862] {
        position: absolute;
        bottom: 4px;
        left: 4px;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 0.75rem;
        padding: 2px 6px;
        border-radius: 3px;
        pointer-events: none;
    }
/* /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: 0.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: 0.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;
}

/* Offcanvas Footer Styling */
.offcanvas-footer[b-xi387bx2px] {
  position: sticky;
  bottom: 0;
  background-color: #f8f9fa;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* Offcanvas Body to allow scrolling with footer visible */
.offcanvas-body[b-xi387bx2px] {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: calc(100vh - 120px); /* Account for header and footer */
}
/* /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;
            }
/* /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;
}
/* /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%;
    }
}
/* /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;
    }
}
/* /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;
    max-width: 90vw;
    border-radius: 50px;
    right: 0 !important;
    left: auto !important;
    transform: translateX(0) !important;
}

.category-select-mobile[b-4jlhzbb2kf] {
    min-width: 100px !important;
    max-width: 150px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
}

.search-input-mobile[b-4jlhzbb2kf] {
    flex: 1 1 auto;
    min-width: 0;
}

.submit-btn-mobile[b-4jlhzbb2kf] {
    flex-shrink: 0;
}

@media (max-width: 375px) {
    .search-dropdown-menu[b-4jlhzbb2kf] {
        min-width: 280px;
    }
}

.menu[b-4jlhzbb2kf] {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

    .menu[b-4jlhzbb2kf], .menu li[b-4jlhzbb2kf], .menu ol[b-4jlhzbb2kf], .menu ul[b-4jlhzbb2kf] {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .menu > li:not(:first-child) > a[b-4jlhzbb2kf] {
            margin-top: -1px;
        }

        .menu > li[b-4jlhzbb2kf] {
            float: none;
            margin: 0;
            padding: 0 1rem 0 .9rem;
            position: relative;
        }

            .menu > li > a[b-4jlhzbb2kf] {
                display: flex;
                padding: .8rem .6rem;
                align-items: center;
                color: #444;
                text-decoration: none;
                font-weight: 600;
                font-size: 15px;
            }

            .menu > li.active > a[b-4jlhzbb2kf],
            .menu > li.show > a[b-4jlhzbb2kf],
            .menu > li:hover > a[b-4jlhzbb2kf] {
                color: #76A12E;
            }
/* /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;
    }
/* /Components/Layout/Nav.razor.rz.scp.css */
.menu[b-s5cy3jc9kj] {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    border: 1px solid #e7e7e7;
}

    .menu[b-s5cy3jc9kj], .menu li[b-s5cy3jc9kj], .menu ol[b-s5cy3jc9kj], .menu ul[b-s5cy3jc9kj] {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .menu > li:not(:first-child) > a[b-s5cy3jc9kj] {
            margin-top: -1px;
            border-top: 1px solid #e7e7e7;
        }

        .menu > li[b-s5cy3jc9kj] {
            float: none;
            margin: 0;
            padding: 0 1rem 0 .9rem;
            position: relative;
        }

            .menu > li > a[b-s5cy3jc9kj] {
                display: flex;
                padding: .8rem .6rem;
                align-items: center;
                color: #444;
                text-decoration: none;
                font-weight: 600;
                font-size: 15px;
            }

            .menu > li.active > a[b-s5cy3jc9kj],
            .menu > li.show > a[b-s5cy3jc9kj],
            .menu > li:hover > a[b-s5cy3jc9kj] {
                color: #76A12E;
            }
/* /Components/NotificationComponent.razor.rz.scp.css */
/* Notification bell wrapper */
@media (min-width: 768px) {
    .notification[b-cl62l6ku4p] {
        position: relative;
    }
}

/* Red unread badge */
.notification-circle[b-cl62l6ku4p] {
    position: absolute;
    top: 8%;
    left: 85%;
    transform: translate(-50%, -30%);
    background-color: red;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Dropdown menu sizing */
.notification-menu[b-cl62l6ku4p] {
    min-width: 380px;
    max-width: 420px;
}

/* Unread items highlighted */
.list-group-item.bg-light[b-cl62l6ku4p] {
    font-weight: 500;
}

/* Limit dropdown body and make it scroll */
.notification-list[b-cl62l6ku4p] {
    max-height: 400px; /* adjust as needed */
    overflow-y: auto;
}

/* Optional: make sure dropdown menu isn’t too narrow/wide */
.notification-menu[b-cl62l6ku4p] {
    min-width: 360px;
    max-width: 420px;
}
/* /Components/Pages/AuctionSearch.razor.rz.scp.css */
.applied-filter[b-om65zcxs2x] {
    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-om65zcxs2x] {
    font-size: .75rem;
    color: white;
    cursor: pointer;
}

    .filter-close-icon:hover[b-om65zcxs2x] {
        color: #f1f1f1;
    }

/* Optional hover for close button */
.btn-close-white:hover[b-om65zcxs2x] {
    filter: brightness(0.85) invert(1);
}

.filter-sidebar[b-om65zcxs2x] {
    border: 1px solid #ddd;
    border-radius: 6px;
}

    /* Accordion overall */
    .filter-sidebar .accordion-item[b-om65zcxs2x] {
        border: none;
        border-bottom: 1px solid #e5e5e5;
        padding: .5rem;
    }

    /* Accordion header spacing */
    .filter-sidebar .accordion-button[b-om65zcxs2x] {
        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-om65zcxs2x]::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-om65zcxs2x]::after {
            content: "\f4fe"; /* bi-plus */
        }

        /* Show - when expanded */
        .filter-sidebar .accordion-button:not(.collapsed)[b-om65zcxs2x]::after {
            content: "\f2ea"; /* bi-dash */
        }

    /* Accordion body */
    .filter-sidebar .accordion-body[b-om65zcxs2x] {
        padding: 0.25rem 0 0.75rem 0;
        padding-bottom: 0;
    }

    /* Form checkboxes spacing */
    .filter-sidebar .form-check[b-om65zcxs2x] {
        padding-left: 0;
    }

    /* Input adjustments */
    .filter-sidebar input.form-control[b-om65zcxs2x] {
        border-radius: 4px;
        font-size: 13px;
        padding: 0.4rem 0.6rem;
    }

    /* Remove bottom border for last section */
    .filter-sidebar .accordion-item:last-child[b-om65zcxs2x] {
        border-bottom: none;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-kr099zl1s8] {
    background-image: url('/images/home-banner.jpg');
    background-position: center;
    background-size: cover;
    height: calc(100% -  calc(var(--bs-gutter-x) * 1));
    padding: 5vw;
    margin: calc(var(--bs-gutter-x) * 1) 0 0 0;
}

.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);
}




swiper-container[b-kr099zl1s8] {
    height: auto; /* Let swiper calculate based on content */
}

swiper-slide[b-kr099zl1s8] {
    height: auto; /* Let slide grow to content */
    display: flex; /* let children expand */
    align-items: stretch;
}

    swiper-slide > *[b-kr099zl1s8] {
        flex: 1; /* child fills the slide */
    }


/* Make slides and their content fill */
.mySwiper[b-kr099zl1s8] {
    height: auto; /* Let swiper calculate height based on tallest slide */
}

.mySwiper swiper-slide[b-kr099zl1s8] {
    height: auto; /* Let slide grow to content */
    display: flex; /* lets the child stretch */
}

    .mySwiper .slide-fill[b-kr099zl1s8] {
        display: flex;
        width: 100%;
        height: 100%;
    }

        .mySwiper .slide-fill > *[b-kr099zl1s8] {
            flex: 1 1 auto;
            min-width: 0; /* avoids overflow with flex children */
        }

    /* If LotCard uses Bootstrap grid/float, neutralize it inside slides */
    .mySwiper swiper-slide [class^="col-"][b-kr099zl1s8],
    .mySwiper swiper-slide [class*=" col-"][b-kr099zl1s8] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mySwiper swiper-slide .float-start[b-kr099zl1s8],
    .mySwiper swiper-slide .float-end[b-kr099zl1s8] {
        float: none !important;
    }
/* /Components/Pages/PaymentPage.razor.rz.scp.css */
.drop-area[b-9xj5cung32] {
    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-9xj5cung32] {
    background-color: antiquewhite;
    color: #333;
}

.drag-over[b-9xj5cung32] {
    background-color: #d9d9d9cd;
}
/* /Components/Shared/DataTable/DataTable.razor.rz.scp.css */
th[b-jtzjl70k4y] {
    font-weight: 400;
}

.table-sort-button[b-jtzjl70k4y] {
    border: none;
    background: transparent;
}

.table-image[b-jtzjl70k4y] {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}
/* /Components/Shared/PhoneInput.razor.rz.scp.css */
.phone-country-select[b-9oiwir9yv2] {
    width: auto;
    min-width: 3.5rem;
}

@media (min-width: 576px) {
    .phone-country-select[b-9oiwir9yv2] {
        min-width: 10rem;
    }
}
