* {
    box-sizing: border-box;
}

/* auction index banner ----------- */
/* auction index banner ----------- */

.spotMV-auctionIndexTopBanner {
    background: linear-gradient(35deg, rgba(5, 46, 39, 1) 35%, rgba(28, 170, 75, 1) 100%);
    padding: 50px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 10px #939393;
}

.spotMV-auctionIndexTopBanner h1 {
    margin: auto;
    font-size: 40px;
    font-weight: bold;
}

/* auction index cards ---------  */
/* auction index cards ---------  */

.spotMV-auctionIndexTopWrp {
    display: flex;
    flex-wrap: wrap;
    /* padding: 30px; */
    background-color: #ebebeb;
    border-radius: 6px;
}

.spotMV-auctionIndexTopItem {
    width: calc(100% / 2 - 20px);
    margin: 10px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background-color: #fff;
}

.spotMV-auctionIndexTopItemCnt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spotMV-auctionIndexTopItemCnt a {
    text-decoration: none;
    color: #0D0C1B;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.spotMV-auctionIndexTopItemCnt h3 {
    margin: unset;
    margin-top: 10px;
    color: #1caa4b;
    text-transform: capitalize;
}

.spotMV-auctionIndexTopItemCntImg {
    position: relative;
}

.spotMV-auctionIndexTopItemCntImg img {
    height: 130px;
    margin-top: 20px;
}

.rejectedCarCrossImg {
    width: 70px;
    height: 70px !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 22px;
    bottom: 0;
}

/* auction details page ---------  */
/* auction details page ---------  */

.spotMV-auctionIndexTopItem.spotMV-auctionDetailItem a {
    text-align: center;
}

.spotMV-auctionIndexTopItem.spotMV-auctionDetailItem {
    width: calc(100% / 3 - 20px);
    position: relative;
    background-image: unset;
    background-color: #fff;
}

.spotMV-auctionIndexTopItem.spotMV-auctionDetailItem .spotMV-carFigr {
    position: absolute;
    top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #1caa4b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1caa4b;
    color: #fff;
    box-shadow: 0 0 5px #1caa4b;
}

/* detail child page ---------- */
/* detail child page ---------- */

.spotMV-auctionDetailsCarItems {
    display: flex;
    border: 1px solid #e8e8e8;
    padding: 10px;
    box-shadow: 0 10px 26px -9px rgb(28 170 75);
    border-radius: 15px;
    border: 1px solid transparent;
    margin-bottom: 15px;
}

.spotMV-auctionDetailsCarItems:hover {
    border-bottom: 1px solid #1caa4b;
}

.spotMV-auctionDetailsCarItemsImg {
    width: 250px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.spotMV-auctionDetailsCarItemsImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
}

.spotMV-auctionDetailsCarItemsCnt {
    width: calc(100% - 260px);
    margin-left: 10px;
    display: flex;
}

.spotMV-auctionDetailsCarItemsCntLeft h6 {
    margin-bottom: unset;
    color: #0D0C1B;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

.spotMV-auctionDetailsCarItemsCntLeft h3 {
    margin: 5px 0;
    font-size: 24px;
    color: #0D0C1B;
    font-weight: bold;
    line-height: 34px;
}

.spotMV-auctionDetailsCarItemClub {
    margin: 15px 0;
}

.spotMV-auctionDetailsCarItemClub img {
    width: 45px;
    height: 45px;
    border: 1px solid;
    border-radius: 50%;
}

.spotMV-auctionDetailsCarItemClub span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.spotMV-auctionDetailsCarItemsCntLeft {
    width: calc(100% - 160px);
    margin-right: 10px;
    position: relative;
}
.spotMV-favtCarsIcons {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 25px;
    color: #1caa4b;
}

.spotMV-auctionDetailsCarItemsTop {
    display: flex;
    flex-wrap: wrap;
}

.spotMV-auctionDetailsCarItemsTopLeft {
    width: 60%;
}

.spotMV-auctionDetailsCarItemsTopRight {
    width: 40%;
    border: 2px solid #e5e5e5;
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0 0 10px #dddddd;
}
.spotMV-auctionDetailsCarItemsTopRight .spotMV-auctionCountdown {
    -webkit-animation: blink-2 1s steps(4, end) infinite both;
    animation: blink-2 1s steps(4, end) infinite both;

}

@-webkit-keyframes blink-2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink-2 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.spotMV-auctionBeginsWrp h6 {
    font-weight: bold;
}

.spotMV-auctionBeginsWrp h6 span {
    font-weight: normal;
}

.spotMV-auctionDetailsCarItemIconsWrp {
    display: flex;
    gap: 15px;
}

.spotMV-auctionDetailsCarItemIconsItems {
    font-size: 14px;
}

.spotMV-auctionDetailsCarItemIconsItems i {
    display: block;
    color: #1caa4b;
    font-size: 18px;
}

.spotMV-auctionDetailsCarItemsCntRight {
    width: 150px;
    border-left: 1px solid #1caa4b;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spotMV-auctionDetailsCarItemsCntRight a {
    display: block;
    background-color: #1caa4b;
    border: 1px solid #1caa4b;
    color: #fff;
    margin: 5px 0;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    text-decoration: none;
}

.spotMV-auctionDetailsCarItemsCntRight a:hover {
    background-color: #fff;
    color: #1caa4b;
}

.spotMV-auctionDetailsCarItemsCntRight p {
    margin-bottom: unset;
}

.spotMV-auctionIndexTopItemCnt h3 span {
    display: block;
    background-color: #1daa4b;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px #1caa4b;
}

.spotMV-auctionIndexTopItem:nth-child(2) h3 span,
.spotMV-overallScoreText {
    -webkit-animation: blink-1 2s ease-out infinite both;
    animation: blink-1 2s ease-out infinite both;
}

@-webkit-keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}


.spotMV-auctionCarDtlWrp {
    display: flex;
    flex-wrap: wrap;
}

.spotMV-auctionCarDtlItems:nth-child(1) {
    width: 65%;
}

.spotMV-auctionCarDtlImgSlider {
    width: 100%;
    margin: auto;
    background-color: #f2faf5;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 10px;
}
.spotMV-auctionCarDtlImgSlider .image-counter {
    background-color: #1caa4b;
    color: #fff;
}

.spotMV-auctionCarDtlImgSlider .product-single-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spotMV-auctionCarDtlImgSlider .product-single-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.spotMV-auctionCarDtlImgSlider .product-single-slider {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.spotMV-auctionCarDtlImgSlider .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.spotMV-auctionCarDtlImgSlider .product-thumb {
    position: relative;
}

.spotMV-auctionCarDtlImgSlider .slider-btn {
    position: absolute;
    top: 10px;
}

.spotMV-auctionCarDtlImgSlider .slider-btn-next {
    right: 0px;
}

.spotMV-auctionCarDtlImgSlider .slider-thumbnails {
    margin-top: 10px;
}

.spotMV-auctionCarDtlImgSlider .slider-thumbnails .swiper-wrapper {
    justify-content: center;
}

.spotMV-auctionCarDtlImgSlider .slider-thumbnails .swiper-slide {
    width: 80px !important;
    height: 60px;
    cursor: pointer;
    opacity: 0.6;
}

.spotMV-auctionCarDtlImgSlider .slider-thumbnails .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #007bff;
    border-radius: 5px;
}

.spotMV-auctionCarDtlImgSlider .slider-thumbnails .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.spotMV-auctionCarDtlImgSlider .slider-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.spotMV-auctionCarDtlImgSlider .slider-btn {
    background: #1caa4b;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
}

.spotMV-auctionCarDtlImgSlider .spotMV-auctionCarDtlImgSliderInfo {
    text-align: center;
    padding: 5px;
    background-color: #fff;
}

.spotMV-auctionCarDtlImgSlider .spotMV-auctionCarDtlImgSliderInfo h5 {
    font-weight: bold;
}

.spotMV-auctionCarDtlImgSlider .spotMV-auctionCarDtlImgSliderInfo h5,
.spotMV-auctionCarDtlImgSlider .spotMV-auctionCarDtlImgSliderInfo h6 {
    color: #0D0C1B;
    margin: unset !important;
}

.spotMV-auctionCarSpecifications {
    background-color: #f2faf5;
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
}

.spotMV-auctionCarSpecifications h4 {
    color: #0D0C1B;
    font-size: 26px;
    font-weight: bold;
}

.spotMV-auctionCarSpecWrp {
    display: flex;
    flex-wrap: wrap;
}

.spotMV-auctionCarSpecItems {
    width: calc(100% / 4 - 10px);
    margin: 0 5px;
    padding: 5px;
    border-radius: 5px;
}

.spotMV-auctionCarSpecItems h6 {
    font-size: 14px;
    font-weight: normal;
}

.spotMV-auctionCarSpecItems span {
    color: #0D0C1B;
    font-weight: bold;
    font-size: 14px;
}

.spotMV-summaryListWrp {
    display: flex;
    flex-wrap: wrap;
}

.spotMV-summaryListItems {
    width: calc(100% / 3 - 12px);
    margin: 12px 6px;
}

.spotMV-summaryListItems li {
    list-style: none;
}

.spotMV-overallScoreText {
    margin-bottom: 10px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1caa4b;
    font-weight: bold;
    padding: 6px 10px;
    border: 1px solid #1caa4b;
    box-shadow: 0 0 10px #1caa4b;
}

.bar {
    background-color: #fff;
    height: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.spotMV-summaryListItems li p {
    margin-bottom: unset;
    font-size: 12px;
}

.spotMV-summaryListItems li .bar-count {
    font-weight: normal;
    top: 10px;
    font-size: 14px;
}

.bar-top {
    height: 8px;
    border-radius: 5px;
    background-color: #1caa4b;
    transition: width 0.5s ease;
}

.spotMV-summaryListItems li .bar-count {
    font-weight: normal;
    top: 10px;
    font-size: 14px;
}

.product-inspectionReportBtnsWrp {
    margin-top: 15px;
}

.product-inspectionReportBtns {
    background-color: #07372d;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #07372d;
}

.product-inspectionReportBtns:hover {
    background-color: #fff;
    color: #07372d;
}

.spotMV-auctionCarDtlItems:nth-child(2) {
    width: calc(35% - 15px);
    margin-left: 15px;
}

.spotMV-auctionCarDtlRightCnt {
    background-color: #f2faf5;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 8px;
}

.spotMV-auctionCarDtlRightCntWrp {
    padding: 8px;
    background-color: #fff;
    margin: 10px 0;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.spotMV-auctionCarDtlRightCntWrp h6 {
    margin-bottom: unset;
    color: #0D0C1B;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
}

.spotMV-auctionCarDtlRightCntWrp h6 span {
    float: right;
    font-weight: normal;
}

.paymentStatus span {
    margin: 3px;
    padding: 4px 10px;
    background-color: #1daa4b;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-transform: capitalize;
}

.paymentStatus span:nth-child(2) {
    background-color: #e19201;
}

.paymentStatus span:nth-child(3) {
    background-color: #b90202;
}

/* live auction ------------ */
/* live auction ------------ */
.spotMV-auctionLiveCarTitle {
    background: linear-gradient(35deg, rgba(5, 46, 39, 1) 35%, rgba(28, 170, 75, 1) 100%);
    padding: 50px;
    border-radius: 6px;
    font-size: 35px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 10px #939393;
    font-weight: bold;
    margin: 20px 0 40px;
    text-transform: capitalize;
}

.spotMV-paymentDetailsTitle.spotMV-auctionLiveCarTitle {
    margin: 20px 0 0;
}

.spotMV-auctionLiveCarWrp {
    display: flex;
    flex-wrap: wrap;
}

.spotMV-auctionLiveCarItems:nth-child(1) {
    width: 45%;
}

.spotMV-auctionLiveCarItems:nth-child(2) {
    width: calc(55% - 15px);
    margin-left: 15px;
     background-color: #f2faf5;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 10px;
}

.spotMV-auctionLiveCarItemsBidsWrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;

}

.spotMV-auctionLiveCarItems .spotMV-auctionCarDtlImgSlider .product-single-slider {
    height: 330px;
}

.spotMV-liveBiddingTop {
    background-color: #1caa4b;
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spotMV-liveBiddingTitle {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: unset;
}

.spotMV-liveBiddingAmount {
    color: #fff;
}

.spotMV-liveBiddingAmount span {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

.spotMV-liveBiddingAmount p {
    margin-bottom: unset;
    font-size: 12px;
}

.spotMV-liveBiddingWrp input,
.spotMV-gnrlDiscussionWrp .spotMV-userMessageWrp input {
    width: calc(100% - 95px);
    border: 1px solid #1caa4b;
    height: 30px;
    border-radius: 5px;
    padding-left: 10px;
}

.spotMV-liveBiddingWrp button,
.spotMV-gnrlDiscussionWrp .spotMV-userMessageWrp button {
    background-color: #1caa4b;
    border: 2px solid #1caa4b;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 90px;
    border-radius: 5px;
}

.spotMV-quickBidOptions {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

.spotMV-quickBidOptions input {
    width: auto;
    background-color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    height: unset;
    box-shadow: 0 0 5px inset #1caa4b;
}
.spotMV-quickBidOptions input.active {
    background-color: #1caa4b;
    color: #fff;
    font-weight: bold;
}

.spotMV-liveBiddingStatusWrp {
    display: flex;
    gap: 10px;
    background-color: #fff;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    border: 1px solid #1caa4b;
    border-radius: 7px;
}

.spotMV-liveBiddingStatusItems:nth-child(2) {
    text-align: end;
}

.spotMV-liveBiddingStatusItems {
    width: calc(100% / 2 - 10px);
}

.spotMV-liveBiddingStatusCnt h5 i {
    color: #1caa4b;
    margin-right: 5px;
    font-size: 20px;
}

.spotMV-liveBiddingStatusCnt h5 ,
.spotMV-liveBiddingStatusCnt h6 {
    text-transform: capitalize;
    margin-bottom: unset;
    color: #0D0C1B;
}

.spotMV-liveBiddingStatusDigits {
    background-color: #1caa4b;
    color: #fff;
    padding: 5px 15px;
    position: relative;
    display: inline-block;
}

.spotMV-liveBiddingStatusDigits::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #1caa4b;
}

.spotMV-liveBiddingStatusWrp.losingBidWrp {
    border-color: #fb0808;
}

.spotMV-liveBiddingStatusWrp.losingBidWrp h5 i {
    color: #fb0808;
}

.spotMV-liveBiddingStatusWrp.losingBidWrp .spotMV-liveBiddingStatusDigits {
    background-color: #fb0808;
}

.spotMV-liveBiddingStatusWrp.losingBidWrp .spotMV-liveBiddingStatusDigits::before {
    border-right: 15px solid #fb0808;   
}

.spotMV-liveBiddingStatusWrp.highestBidWrp {
    border-color: #636262;
}

.spotMV-liveBiddingStatusWrp.highestBidWrp h5 i {
    color: #636262;
}

.spotMV-liveBiddingStatusWrp.highestBidWrp .spotMV-liveBiddingStatusDigits {
    background-color: #636262;
}

.spotMV-liveBiddingStatusWrp.highestBidWrp .spotMV-liveBiddingStatusDigits::before {
    border-right: 15px solid #636262;   
}

.spotMV-gnrlDiscussionWrp {
    position: relative;
    border: 1px solid #e8e8e8;
    margin-top: 15px;
}

.spotMV-gnrlDiscussionWrp h3 {
    margin-bottom: unset;
    padding: 5px;
    background-color: #1caa4b;
    color: #fff; 
    position: relative;
    display: flex;
}

.spotMV-gnrlDiscussionWrp h3 span {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 0;
}

.spotMV-gnrlDiscussionWrp .spotMV-userMessageWrp {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.spotMV-bidersWrp {
    display: flex;
    width: 75%;
    justify-content: center;
    gap: 15px;
}

.spotMV-bidersItems h6 {
    margin-bottom: unset;
    text-transform: capitalize;
}

.spotMV-bidersItems h6 span {
    position: unset;
    font-size: 16px;
}

.spotMV-liveCommentsWrp #commentsBox {
    max-height: 175px;
    overflow-y: auto;
    border: 1px solid #e8e8e8;
    padding: 10px;
}

/* payment datails ------------ */
/* payment datails ------------ */

.spotMV-paymentDetailsAmountCrntBlanceWrp {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.spotMV-paymentDetailsAmountCrntBlanceItems {
    width: calc(100% / 2 - 20px);
    margin: 10px;
}

.spotMV-paymentDetailsAmountCrntBlanceItems h6 {
    margin-bottom: unset;
    text-transform: capitalize;
    font-size: 18px;
    color: #0D0C1B;
    font-weight: bold;
    border-bottom: 1px solid #0D0C1B;
    margin-bottom: 10px;
}

.spotMV-paymentDetailsAmountCrntBlanceItems h6 span {
    float: right;
}

.spotMV-paymentDetailsAddAmountWrp,
.spotMV-paymentDetailsAmountCrntBlanceLeft {
    background-color: #f2faf5;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 8px;
}

.spotMV-paymentDetailsAddAmountWrp a,
.spotMV-paymentDetailsAmountCrntBlanceLeft button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #1caa4b;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    border: 1px solid #1caa4b;
    text-decoration: none;
}

.spotMV-paymentDetailsTableWrp {
    border: 1px solid #07372d !important;
    box-shadow: 4px 4px 10px 0 rgb(5 46 39 / 25%), 4px 4px 15px -5px rgb(13 81 63 / 35%) !important;
    border-radius: 10px;
    overflow: hidden;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #b0e1c0;
}

.spotMV-paymentDetailsTableWrp tr td span {
    padding: 6px 10px;
    border-radius: 5px;
}

.spotMV-paymentDetailsTableWrp tr td:last-child a {
        background-color: #052e27;
    color: #fff;
    padding: 6px 10px;
    border: 1px solid #052e27;
    border-radius: 5px;
    text-decoration: none;
}

.spotMV-paymentDetailsTableTop {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #b0e1c0;
}

.spotMV-paymentDetailsTableTopSearch input,
.spotMV-paymentDetailsTableTopDropdown select {
    border: 1px solid #07372d !important;
    padding: 5px 10px;
}

.spotMV-paymentDetailsTableWrp .pagination {
    margin-bottom: unset;
    padding: 10px;
    justify-content: center;
}

.spotMV-paymentDetailsTableWrp .pagination .page-item.active .page-link {
    background-color: #1caa4b;
    border-color: #1caa4b;
}

/* jazzcash page ---------- */
/* jazzcash page ---------- */
.spotMV-auctionJazzCashWrp {
    display: flex;
    background-color: #f2faf5;
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.spotMV-auctionJazzCashTopWrp {
    width: 30%;
        background-color: #fff;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    position: relative;
}

.spotMV-auctionJazzCashTopWrp h5 {
        text-transform: capitalize;
    font-size: 20px;
    color: #0D0C1B;
    border-bottom: 1px solid #e8e8e8;
}

.spotMV-auctionJazzCashTopItems h6 {
        text-transform: capitalize;
    color: #0D0C1B;
    font-size: 16px;
}

.spotMV-auctionJazzCashTopItems p {
    margin-bottom: unset;
}

.spotMV-auctionJazzCashTopWrp a {
    width: 50%;
    display: inline-block;
    background-color: #1caa4b;
    color: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #1caa4b;
    text-decoration: none;
    margin-top: 10px;
}

.spotMV-auctionJazzCashForm {
    width: calc(70% - 20px);
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
}

.spotMV-auctionJazzCashItems {
    width: calc(100% / 2 - 10px);
    margin: 5px;
}

.spotMV-auctionJazzCashItems:last-child {
    width: 100%;
    text-align: center;
}

.spotMV-auctionJazzCashItems label {
    font-size: 15px !important;
    text-transform: capitalize;
    margin-bottom: unset;
    color: #0D0C1B !important;
}

.spotMV-auctionJazzCashItems select, 
.spotMV-auctionJazzCashItems input {
    height: 45px;
    border: 1px solid #e8e8e8 !important;
}

/* --------- media queries --------- */
/* --------- media queries --------- */
@media screen and (max-width:480px) {
    .spotMV-favtCarsIcons {
        bottom: 150px;
    }

    .spotMV-paymentDetailsTableWrp .table-responsive table {
        width: 800px;
    }

    .spotMV-auctionCarDtlItems:nth-child(1),
    .spotMV-auctionCarDtlItems:nth-child(2) {
        width: 100%;
    }

    .spotMV-auctionCarDtlItems:nth-child(2) {
        margin-left: unset;
        margin-top: 30px;
    }

    .spotMV-auctionIndexTopBanner {
        padding: 25px;
    }

    .spotMV-auctionIndexTopBanner h1 {
        font-size: 30px;
    }

    .spotMV-auctionIndexTopWrp {
        margin-top: 30px;
        padding: 10px;
    }

    .spotMV-auctionIndexTopItem {
        width: calc(100% / 1 - 10px);
        margin: 5px 0;
    }

    .spotMV-auctionIndexTopItemCnt a {
        padding: 10px;
    }

    .spotMV-auctionIndexTopItemCnt h3 {
        font-size: 16px;
    }

    /* auction detail page ---------  */
    /* auction detail page ---------  */
    .spotMV-auctionDetailTopWrp {
        padding-top: 20px;
    }

    .spotMV-auctionIndexTopItem.spotMV-auctionDetailItem {
        width: calc(100% / 3 - 10px);
        position: relative;
        margin: 5px;
    }

    .spotMV-auctionIndexTopItem.spotMV-auctionDetailItem .spotMV-carFigr {
        top: -15px;
        width: 30px;
        height: 30px;
    }

    .spotMV-auctionIndexTopItem.spotMV-auctionDetailItem a {
        padding: 16px 10px 10px;
    }

    .spotMV-auctionIndexTopItem.spotMV-auctionDetailItem h3 {
        font-size: 16px;
    }

    .spotMV-auctionIndexTopItemCntImg img {
        height: 50px;
    }

    .rejectedCarCrossImg {
        width: 40px;
        height: 40px !important;
        top: 0;
    }

    .spotMV-auctionDetailsCarItems {
        flex-direction: column;
    }

    .spotMV-auctionDetailsCarItemsImg {
        width: 100%;
        height: 190px;
    }

    .spotMV-auctionDetailsCarItemsCnt {
        flex-direction: column;
        width: 100%;
        margin-left: unset;
    }

    .spotMV-auctionDetailsCarItemsCntLeft,
    .spotMV-auctionDetailsCarItemsTopLeft,
    .spotMV-auctionDetailsCarItemsTopRight,
    .spotMV-paymentDetailsAmountCrntBlanceItems {
        width: 100%;
    }

    .spotMV-paymentDetailsAmountCrntBlanceItems {
        margin: 10px 0;
    }

    .spotMV-auctionDetailsCarItemsTopRight {
        margin: 6px 0;
        display: flex;
        justify-content: space-between;
    }

    .spotMV-auctionBeginsWrp h6 {
        margin-top: unset !important;
    }

    .spotMV-auctionDetailsCarItemsCntLeft h6 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .spotMV-auctionDetailsCarItemsCntLeft h3 {
        font-size: 20px;
    }

    .spotMV-auctionDetailsCarItemClub {
        margin: 5px 0;
    }

    .spotMV-auctionDetailsCarItemsCntRight {
        width: 100%;
        border-left: unset;
        flex-direction: row;
        padding: unset;
        border-top: 1px solid;
        gap: 15px;
    }

    .spotMV-auctionDetailsCarItemsCntRight a {
        width: unset;
    }

    .spotMV-auctionDetailsCarItemIconsWrp {
        flex-wrap: wrap;
        gap: unset;
    }

    .spotMV-auctionDetailsCarItemIconsItems {
        width: calc(100% / 2 - 10px);
        margin: 5px;
    }

    .spotMV-auctionCarSpecItems {
        width: calc(100% / 2 - 10px);
    }

    .spotMV-summaryListItems {
        width: calc(100% / 1 - 6px);
        margin: 12px 0;
    }

    .spotMV-overallScoreText {
        top: 80px;
    }

    .spotMV-auctionCarDtlImgSlider .product-single-slider {
        height: 200px;
    }

    /* live auction page -------- */
    /* live auction page -------- */
    .spotMV-auctionLiveCarTitle {
        font-size: 20px;
        padding: 10px;
        margin: 20px 0;
    }

    .spotMV-auctionLiveCarWrp {
        flex-direction: column-reverse;
    }

    .spotMV-auctionLiveCarItems {
        width: 100% !important;
    }

    .spotMV-auctionLiveCarItems:nth-child(1) {
        margin-top: 20px;
    }

    .spotMV-auctionLiveCarItems:nth-child(2) {
        margin-left: unset;
    }

    .spotMV-auctionLiveCarItems .spotMV-auctionCarDtlImgSlider .product-single-slider {
        height: 200px;
    }

    .spotMV-auctionCarDtlImgSlider .slider-btn {
        top: -110px;
    }

    .spotMV-auctionJazzCashWrp {
        flex-direction: column;
    }

    .spotMV-auctionJazzCashTopWrp {
        width: 100%;
    }

    .spotMV-auctionJazzCashForm {
        width: 100%;
        margin-left: unset;
        margin-top: 25px;
    }
    
    .spotMV-auctionJazzCashItems {
        width: calc(100% / 1 - 10px);
    }

    .spotMV-bidersWrp {
        width: 65%;
    }

}