/**
 * 4Bids main styles
 */
@font-face {
    font-family: "Cascadia Code Web";
    src: url("../../assets/fonts/cascadia-code/cascadia-code-semilight.woff2") format("woff2");
    font-weight: 300;
    font-style: normal
}


#stepper,
#wppd-own-bid,
#wppd-fourbids-history b[data-value],
.font-code {
    font-family: "Cascadia Code Web", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-weight: 300;
}


#bidding-container {
    position: relative;
    background-color: #2c2c54;
    color: #ffffff;
    border-radius: 3px;
    padding: 24px;
}

#bidding-container hr {
    border: 0 none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#bidding-container .ui-separator-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#wppd-bids-update-status {
    text-align: center;
    font-size: 12px;
    opacity: 0.8;
}

.new-bid-section {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 3px;
    padding: 16px;
    margin: 16px 0;
    text-align: center;
}
.new-bid-field,
.new-bid-button {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    padding: 8px;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
}

.wppd-fourbids-extend-wrap #wppd-fourbids-extend-by {
    padding: 6px 10px;
    font-size: 13px;
    font-family: inherit;
    font-weight: 400;
    display: inline-block;
    width: 64px;
    position: relative;
    box-sizing: border-box;
    border: 0 none;
    border-radius: 2px;
}



#bidding-container a#bid-action-withdraw {
    display: inline-block;
    text-decoration: none;
    padding: 4px 8px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 3px;
    margin: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: #eb4d4b;
}
#bidding-container a#bid-action-withdraw:hover {
    background-color: #eb4d4b;
    color: #ffffff;
    transition: all 0.25s ease-out;
}
#bidding-container a#bid-action-withdraw:hover:after {
    padding: 0 0 0 4px;
    content: attr(title);
}



.stepper {
    display: inline-block;
}



.property-card--status-pill span.status-bidding-open {
    background: linear-gradient(90deg, #65d572 0%, #4b9c4b 100%);
}
.property-card--status-pill span.status-bidding-open em {
    display: block;
    font-style: normal;
    font-size: 14px;
    margin: 8px 0 0 0;
}

.bid--legal-packs {
    display: none;
}
.bid--legal-packs-inner {
    max-height: 320px;
    overflow: auto;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    margin: 16px 0;
}
.bid--legal-packs-inner ul {
    padding-left: 1rem;
}
.bid--legal-packs-inner ul li {
    list-style-type: "📄";
}
.bid--legal-packs-inner a {
    font-size: 15px;
}



.wppd-fourbids-history .wp-block-columns:first-child {
    color: #badc58;
}
.wppd-fourbids-history .wp-block-columns:first-child .wp-block-column:first-child small {
    font-weight: 700;
}
.wppd-fourbids-history .wp-block-columns:first-child .wp-block-column:last-child b {
    line-height: 1.15;
    font-size: 16px;
    font-weight: 300;
}
.wppd-fourbids-history .wp-block-columns:first-child .wp-block-column:last-child span {
    display: block;
    color: #f1c40f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.wppd-fourbids-history .grid .col {
    padding: 0 0 16px 0;
}

.wppd-fourbids-history--me {
    position: relative;
    color: #f1c40f;
}
.wppd-fourbids-history--me::before {
    content: "(ME) ";
    font-size: 14px;
    font-weight: 700;
}



.wppd-fourbids-date,
.wppd-fourbids-bids {
    margin: 16px 0;
    text-align: center;
    color: #f1c40f;
}
.wppd-fourbids-date .wppd-date-ending,
.wppd-fourbids-bids .wppd-reserve-price {
    font-size: 80%;
}

.wppd-fourbids-current-details {
    margin: 16px 0;
    text-align: center;
}
.wppd-fourbids-current-details .wppd-fourbids-latest-bid {
    color: #f1c40f;
}



.wppd-fourbids-history {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    margin: 16px 0 0 0;
    padding: 16px;
    height: 240px;
    overflow: auto;
    overscroll-behavior: contain;
}
.wppd-fourbids-history .highlight-me {
    color: #f1c40f;
}



.wppd-date-countdown,
.wppd-fourbids-bids .wppd-latest-bid {
    margin: 16px 0 0 0;
}
.wppd-date-countdown #countdown,
.wppd-fourbids-bids .wppd-latest-bid div {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
}
.wppd-date-countdown #countdown-elements,
.wppd-fourbids-bids .wppd-latest-bid small {
    line-height: 1;
    text-align: center;
    margin: 0 auto;
}
.wppd-date-countdown #countdown-elements span,
.wppd-fourbids-bids .wppd-latest-bid small {
    font-size: 11px;
    display: inline-block;
    padding: 0 4px;
}


#bidding-container .wppd-fourbids-history::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
#bidding-container .wppd-fourbids-history::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
#bidding-container .wppd-fourbids-history::-webkit-scrollbar-thumb {
    background-color: #1abc9c;
    border: 0 none;
    border-radius: 50px;
}
#bidding-container .wppd-fourbids-history::-webkit-scrollbar-thumb:hover,
#bidding-container .wppd-fourbids-history::-webkit-scrollbar-thumb:active {
    background-color: #1abc9c;
}
#bidding-container .wppd-fourbids-history::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.25);
    border: 0 none;
    border-radius: 0 3px 3px 0;
}
#bidding-container .wppd-fourbids-history::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, 0.25);
}
#bidding-container .wppd-fourbids-history::-webkit-scrollbar-track:active {
    background-color: rgba(0, 0, 0, 0.25);
}
#bidding-container .wppd-fourbids-history::-webkit-scrollbar-corner {
    background: transparent;
}



#bidding-container #wppd-fourbids-reserve {
    display: none;
    color: #C4E538;
    font-weight: 500;
}
#bidding-container #wppd-fourbids-reserve.wppd-fourbids-reserve-on {
    display: inline-block;
}
