.auction-item-5 .auction-inner .auction-content .bid-area .bid-inner .bid-amount {
    width: 100% !important;
}

.swal2-popup {
	font-size: medium !important;
}
.form-control.is-invalid,.form-group .is-invalid , .was-validated .form-control:invalid{
	border-color: #dc3545 !important;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


/*box product*/
.auction-item-2 .auction-content .bid-area .bid-amount::before {
    width: 1px;
    right: 0;
    bottom: 15px;
    top: 15px;
    background: none;
}
.auction-item-2 .auction-content .bid-area .bid-amount {
    padding: 12px 10px;
    align-items: center;
    border-bottom: 2px dotted #deddf5;
    border-top: 2px dotted #deddf5;
    width: 100%;
    justify-content: left;
    position: relative;
}

.auction-item-2 .list-area .list-item.first{
    padding-right: 20px;
    border-right: 1px solid #bfbee8;
}
/*dashboard*/
.purchasing-table tbody tr {
    font-size: 14px !important;
}

.auction-item-5 .auction-inner .auction-thumb {
    background-color: #fff;
}

/*btn bid product*/
.swal2-html-container span.input-group-btn{
    margin-top: 20px;
    background: #ebebec;
}

.swal2-html-container span.input-group-btn button.bootstrap-touchspin-down{
    color: #7066e0;
    font-weight: bold;
}

/*auth*/
.account-wrapper .right-side{
    background: white !important;
}

.hero-section {
    position: relative;
    padding: 140px 0 460px !important; 
    overflow: hidden;
}

.hero-section.my_account {
    position: relative;
    padding: 140px 0 360px !important;
    overflow: hidden;
}

.winning_bids .table td, .table th {
    padding: 0.2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 12px;
}

@media (max-width: 991px){
    .hero-section.style-2 {
        padding-bottom: 130px !important;
    }
    .hero-section {
        padding: 130px 0 160px !important;
    }

    .hero-section.my_account {
        position: relative;
        padding: 140px 0 260px !important;
        overflow: hidden;
    }
}


@media (max-width: 720px){
    
}
