.bidding-section__count-down {
    background-color: var(--primary-color);
    width: 100%;
    height: 80px;
    padding: 18px 42px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 15px;
}

.bidding-section__timer {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.bidding-section__time-label {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.bidding-section__timer-time {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    background: var(--primary-color);
    border: none;
}

.bidding-section__bid-detail-section {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
}

.bidding-section__item-details {
    display: flex;
    padding: 14px 16px;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
    border: 2px solid #D8D8D8;
}

.bidding-section__item-name {
    color: #002F3C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.bidding-section__bid-details {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: space-between;
}

.bidding-section__bid-detail-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
}

.bidding-section__bid-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.bidding-section__login-section {

}

.bidding-section__login-text {
    color: var(--primary-color);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.bidding-section__account-link {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
}

.bidding-section__bid-detail-label {
    color: #58787F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.bidding-section__bid-detail-value {
    color: #7E5C18;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.bidding-section__bid-actions {
    display: flex;
    padding-bottom: 14px;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
    border: 2px solid #D8D8D8;
}

.bid-box {
    border: 2px solid #e6e6e6;
    padding: 20px;
    margin-top: 20px;
}

.bid-tabs {
    display: flex;
    margin-bottom: 10px;
}

.bid-tabs__content {
    padding: 14px;
}

.bid-tabs__tab {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    background: #f1f1f1;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.7px;
    color: #808080;
}

.bid-tabs__tab--single {
    color: #000;
}

.bid-tabs__tab.active {
    background: #ffffff;
    border-bottom: none;
    color: #000;
}

.bid-tabs__msg {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.bid-tabs__minimum-bid {
    color: #58787F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
}

.bid-tabs__minimum-bid span {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
}

.bid-tabs__autobid-info {
    margin-top: 6px;
    color: #58787F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
}

.bid-tabs__autobid-info span {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.bid-tabs__currency {
    color: #58787F;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    position: absolute;
    top: 15px;
    left: 18px;
}

.bidding-section__card-section {
    padding: 0 15px;
}


.bid-tabs__msg {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

.bidding-section__card-text {
    color: var(--primary-color);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.bidding-section__card-additional-text {
    margin-top: 10px;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.bid-tabs__buy-it-now {
    color: #58787F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-top: 10px;
}

.bid-tabs__buy-it-now span {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 10px;
}

.bidding-section__item-sold {
    display: flex;
    padding: 10px;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
    border: 2px solid #D8D8D8;
    align-items: center;
}

.bidding-section__item-sold-label {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: var(--primary-color);
}

.bidding-section__item-sold-price {
    color: #67838b;
    font-size: 0.875rem;
    line-height: 25px;
}

.bid-tabs__autobid-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.bid-tabs__autobid-stop-btn {
    display: inline-block;
    padding: 0 8px;
    height: 21px;
    border: 2px solid red;
    border-radius: 6px;
    background-color: transparent;
    color: red;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin-top: 2px;
}

.bid-tabs__autobid-stop-btn:focus-visible {
    outline: none;
}

.ev-pagination .count-title {
    margin-bottom: 5px;
}

.ev-pagination {
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 5px;

}

.ev-pagination .pagination {
    flex-direction: row;
}

.auction-item__history {
    position: relative;
}

.auction-item__history-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}