.currentAuctions{
    padding:2em 0 !important;
}

.services-item-live:hover {
    background-color: white;
}


.services-item-info {
    height: 100%;
    width:100%;
    text-align:center;
    display: flex;
    flex-direction: column;
}

.services-item-desc {
    width:99%;
    text-align:center;
}

.tileImgHolder{
    height: 130px !important;
    min-height: 130px;
    width: 100% !important;
    display: flex;
    align-items: center;
}

.imgCenter{
    width: 100%;
    text-align: center;
}

.tileImage{
    max-height: 95px;
    max-width: 74%;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
}

.auction-search {
    width: 100%;
    padding: 5px 0px;
    position: relative;
}

.auction-search input {
    border-radius: 8px;
    max-width: 400px;
    height: 40px;
    padding-left: 18px;
    padding-right: 29px;
    font-size: 18px;
    width: 100%;
    font-family: 'Istok Web', sans-serif;
    /* box-shadow: 0 0 5px 3px rgba(255,255,255,0.2); */
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(2px);
    border: 2px solid rgba(200,200,200,1);
    margin-bottom: 0;
}

.auction-search input:focus {
    background: rgba(255,255,255,1);
    border: 2px solid rgba(165,165,165,1);
}

.auction-search input:focus,
.auction-search input:focus-visible {
    outline: none;
}

.auction-search input::placeholder {
    color: rgba(33, 37, 41, 0.7);
    opacity: .7; /* Firefox */
    text-overflow: ellipsis;
}

.auction-search input:placeholder-shown {
    text-overflow: ellipsis;
}

.auction-search input::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgba(33, 37, 41, 0.7);
}

.auction-search input:focus::placeholder {
    color: rgba(33, 37, 41, 0.7);
    opacity: .7; /* Firefox */
    text-overflow: ellipsis;
}

.auction-search input:focus::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgba(33, 37, 41, 0.7);
}

.auction-search i.material-icons {
    position: absolute;
    top: 12.5px;
    right: max(5px, calc(((100% - 400px) / 2) + 5px));
    font-size: 24px;
    /* color: #A0AEC0; */
    color: var(--secondary);
    width: initial !important;
    height: inherit !important;
    z-index: 10;
}

.auction-search i.material-icons.clear-search {
    right: max(8px, calc(((100% - 400px) / 2) + 8px));
    color: var(--secondary);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    top: 15px;
    font-size: 20px;
    width: initial !important;
    height: inherit !important;
    cursor: pointer;
}

a.services-item {
    text-decoration: none;
    padding: 12px 0 0;
    background-image: linear-gradient(180deg, #fff 10%, rgba(138, 138, 138, 0.3));
}

.services-item.services-item-row {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    text-align: left;
}

.auction-filter-section {
    width: min(calc(100% - 56px), 400px);
    position: relative;
}

.auction-filter-section .auction-quick-links {
    position: absolute;
    top: 8px;
    left: calc(100% + 12px);
    white-space: nowrap;
}

.auction-filter-section .auction-quick-links .btn {
    font-size: 85%;
    font-family: 'Montserrat';
    color: #443;
    border-radius: 8px;
}

@media screen and (max-width: 575px) {
    .auction-filter-section {
        width: 100%;
    }

    .auction-search {
        width: min(calc(100% - 56px), 400px);
    }

    .auction-filter-section .auction-quick-links {
        left: unset;
        right: 0;
    }
}

#auctionLinkCard_NothingFound {
    flex: 1;
    max-width: max(60%, 380px);
    border: 0;
    background-image: linear-gradient(180deg, rgb(209 209 209 / 50%) 12%, rgba(138, 138, 138, 0.3));
    backdrop-filter: blur(5px);
    box-shadow: 0 0 6px -5px;
    min-height: 250px;
}

#auctionLinkCard_NothingFound .card-body {
    padding-bottom: 30px;    
}

#auctionLinkCard_NothingFound h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Brother-1816-Medium';
    font-weight: 400;
}

#auctionLinkCard_NothingFound .nothingFoundText {
    text-align: center;
    font-size: 20px;
    color: var(--text-secondary);
}

#theAuctions {
    gap: 22px 12px;
    justify-content: center;
}

@media (max-width: 575px) {
    #theAuctions {
        padding: 0 8px;
    }
}

.homepageCard,
.item.homepageCard {
    padding-left: 0;
    padding-right: 0;
    max-width: 372px;
    margin-bottom: 0px;
}

.homepageItem .services-item-heading {
    color: #222;
}

.homepageItem .services-item-desc {
    padding: 12px 16px;
    color: var(--text-primary);
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepageItem .services-item-actions {
    padding: 4px 0 7px;
    background-color: #585858;
}

.homepageItem .services-item-actions .btn {
    padding: 1px 18px;
    font-size: 14px;
    font-family: "Brother-1816-Medium";
}
