
.mq-input {
    background-color: #F4F4F4 !important;
    border: 1px solid #F4F4F4;
}

.ui-widget.ui-widget-content {
    border: none;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.20), 0 2px 4px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
}

.ui-autocomplete-category {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2a5135;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    color: #707070;
    padding: 5px;
    font-size: 18px;
}

    .ui-menu .ui-menu-item::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0f7";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }

    .ui-menu .ui-menu-item:hover {
        background: #eee;
    }

.ui-autocomplete > li {
    padding: 5px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid transparent;
    background: transparent;
    font-weight: normal;
    color: #707070;
}

.bootstrap-select .dropdown-toggle {
    outline: none !important;
}

.dropdown.bootstrap-select {
    width: 100% !important;
}

.my-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f8f9fa;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 8px 14px;
    border: none;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    padding: 8px 10px;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}
    .my-select:focus {
        border-color: #80bdff;
        outline: none;
    }

    .my-select option {
        background-color: #fff;
        color: #495057;
        padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    }

        .my-select option:disabled {
            color: #ccc !important;
        }

.light-theme .current {
    background: #2a5135 !important;
}

.light-theme a, .light-theme span {
    background: none !important;
    background: none !important;
}

.page-link:hover {
    color: #2a5135 !important;
}

.tag_status {
    color: #fff;
}

.card.is-loading .image,
.card.is-loading h3,
.card.is-loading p,
.card.is-loading span {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}

.card.is-loading .image {
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 17px;
}

.card.is-loading h3 {
    height: 30px;
    margin-bottom: 5px;
}

.card.is-loading span {
    height: 30px;
    margin-bottom: 5px;
}

.card.is-loading p {
    height: 70px;
}

.price_tag_auction {
    font: normal normal normal 16px/22px Arial;
}

.status-featured {
    top: -85px !important;
}

.city-featured {
    top: 98px !important;
}



@media (max-width: 1063px) {
    .city-featured {
        bottom: -66px !important;
    }
}

@media (min-width: 1635px) {
    .card-featured-auction-list {
        height: 720px;
    }
}

@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.scrollbar {
    height: 600px;
    overflow-y: hidden;
    overflow-x: hidden !important;
}