#contact_us {
    /* background-image: url(../images/hero-banner.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 70px;
    padding-bottom: 80px;
}
.disabled-link {
    pointer-events: none;
}

.place-bid {
    background: #673AAA 0% 0% no-repeat padding-box;
    border-radius: 6px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 9px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
a.place-bid:hover {
    color: #fff;
}
.payment-proof {
    background: #673AAA 0% 0% no-repeat padding-box;
    border-radius: 6px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 9px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
a.payment-proof:hover {
    color: #fff;
}

div.my-auction-counter{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    padding-left: 32px;
}
div.my-auction-counter span {
    background: white;
    text-align: center;
    padding: 8px 20px;
    border-radius: 6px;
    font: normal normal medium 14px/13px Roboto;
    color: #673AAA;
}
div.my-auction-counter span strong{
    display: block;
    font: normal normal bold 24px/28px Roboto;
    color: #2C2C2C;
}

div.my-auction-counter span{
    font-size: 10px;
    padding: 8px 12px;
}
div.my-auction-counter span strong{
    font-size: 20px;
}


div.my-auction-counter span{
    font-size: 10px;
    padding: 8px 12px;
}
div.my-auction-counter span strong {
    font-size: 20px;
}
div.my-auction-counter span {
    padding: 8px 20px;
    font-size: 14px;
}
div.my-auction-counter span strong {
    font-size: 24px;
}

#contatti{
    /*background-color: #70c3be;*/
    letter-spacing: 2px;
}
#contatti a{
    color: #fff;
    text-decoration: none;
}


@media (max-width: 575.98px) {

    #contatti{padding-bottom: 800px;}
    #contatti .maps iframe{
        width: 100%;
        height: 450px;
    }
}


@media (min-width: 576px) {

    #contatti{padding-bottom: 800px;}

    #contatti .maps iframe{
        width: 100%;
        height: 450px;
    }
}

@media (min-width: 768px) {

    #contatti{padding-bottom: 350px;}

    #contatti .maps iframe{
        width: 100%;
        height: 850px;
    }
}

@media (min-width: 992px) {
    #contatti{padding-bottom: 200px;}

    #contatti .maps iframe{
        width: 100%;
        height: 700px;
    }
}


#author a{
    color: #fff;
    text-decoration: none;
}
.corporate_seller_text{
    border: 1px;
    background: #d8f9fb;
    padding: 12px;
}
.textWhite{
    color: #9D9D9D !important;
    text-decoration:none;
}
.btn-view-all {
    color: #fff;
    font-weight: 600;
    background: #673AAA;
}
.btn-view-all:hover {
    background: #fff;
    color: #673AAA;
}
#carderails.modal {z-index: 9999;}
#vehicle_bid_modal.modal {z-index: 9999;}
.filter-fix{
    z-index: 1;
}
.disabled-link {
    pointer-events: none;
    color: grey !important;
    cursor: not-allowed;
}
.waiting_for_admin_approval {
    text-decoration: none;
}
.payment_proof_approved {
    text-decoration: none;
}
.payment_proof_reject_by_admin {
    text-decoration: none;
}
.rate {
    float: left;
    height: 46px;
    /*padding: 0 10px;*/
}
.rate:not(:checked) > input {
    position:absolute;
    display: none;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rated:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.star-rating-complete{
    color: #c59b08;
}
.rating-container .form-control:hover, .rating-container .form-control:focus{
    background: #fff;
    border: 1px solid #ced4da;
}
.rating-container textarea:focus, .rating-container input:focus {
    color: #000;
}
.rated {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rated:not(:checked) > input {
    position:absolute;
    display: none;
}
.rated:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ffc700;
}
.rated:not(:checked) > label:before {
    content: '★ ';
}
.rated > input:checked ~ label {
    color: #ffc700;
}
.rated:not(:checked) > label:hover,
.rated:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rated > input:checked + label:hover,
.rated > input:checked + label:hover ~ label,
.rated > input:checked ~ label:hover,
.rated > input:checked ~ label:hover ~ label,
.rated > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
section#testimonial .title a {
    color: #585858;
    background: #FFFFFF;
    border: 1px solid #C2C2C2;
    border-radius: 6px;
    padding: 12px 35px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.place-bid-blue-manually {
    background: #673AAA 0% 0% no-repeat padding-box;
    border-radius: 6px;
    /*display: block;*/
    color: #fff;
    text-decoration: none;
    padding: 9px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
a.place-bid-blue-manually:hover {
    color: #fff;
}
.fa-minus{
    color:#673AAA !important
}
.fa-plus{
    color:#673AAA !important
}
.alert-warning {
    position: relative;
    z-index: 9999;
    margin: 10px 0;
    padding: 10px;
    background-color: #ffc107; /* Yellow background for warning */
    color: #212529; /* Dark text color */
    border-radius: 5px;
    text-align: center; /* Centers the text */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a slight shadow for visibility */
}
.view-auction-place-bid {
    background: #673AAA 0% 0% no-repeat padding-box;
    border-radius: 6px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 9px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
a.view-auction-place-bid:hover {
    color: #fff;
}
