.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    width: 110px;
    text-align: center;
}

.alert-warn {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.card-header1 {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #ffb900;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: white;
}

* {
    box-sizing: border-box;
}

.timeline-buyer {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


/* The actual timeline (the vertical ruler) */

.timeline-buyer::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #363C46;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}


/* Container around content */

.container-buyer {
    padding: 10px;
    position: relative;
    background-color: inherit;
    width: 50%;
}


/* The circles on the timeline */

.container-buyer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #363C46;
    border: 4px solid #ffffff;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 0px 3px #000;
}


/* Place the container to the left */
.bidCard-left {
    left: 0;
}

/* Place the container to the right */
.bidCard-right {
    left: 50%;
}

.bidCard-right::after {
    left: -16px;
}


/* The actual content */

.content-buyer {
    background-color: #ffc10700;
    position: relative;
    border-radius: 6px;
    text-align: center;
}

.pending-bid {
    padding: 10px 10px;
    border-radius: 6px;
    background-color: #D9E9F6;
}

.approved-bid {
    border-radius: 6px;
    background-color: #75C8D0;
}

.declined-bid {
    padding: 10px 10px;
    border-radius: 6px;
    background-color: rgb(255, 43, 54);
}

.reserved-bid {
    padding: 10px 10px;
    border-radius: 6px;
    background-color: #e2af4e;
}

.pill {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /* margin-left: 12px; */
    margin-bottom: 10px;
    cursor: auto;
    border-radius: 16px;
}

.action-btn {
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    cursor: auto;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    transition: all 0.2s ease;
}

.approve-btn {
    background-color: #ffffff;
    color: black;
}

.approve-btn:after {
    content: "Approve";
}

.approve-btn:hover {
    transition: all 0.2s ease;
    background-color: #070707;
    color: #fff;
    /* box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 20%); */
}

.approved-btn-clicked:after {
    content: "Approving...";
}

.under_offer-btn {
    background-color:#FFBF00;
    color: black;
    font-weight: bold;
}

.under_offer-btn:after {
    content: "Sell";
}

.under_offer-btn:hover {
    transition: all 0.2s ease;
    background-color:#b98b00;
    color: black;
}

.under_offer-btn-clicked:after {
    content: "Processing...";
}

.soldout {
    background-color: #e20000;
    color: rgb(255, 255, 255);
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    cursor: auto;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    transition: all 0.2s ease;
}

.soldout:after {
    content: "SOLD";
}

.underOffer {
    background-color: #17a3b8;
    color: rgb(255, 255, 255);
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    cursor: auto;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    transition: all 0.2s ease;
}

.underOffer:after {
    content: "UNDER OFFER";
}


.reserved {
    background-color: #000000;
    color: rgb(255, 255, 255);
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    cursor: auto;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    transition: all 0.2s ease;
}

.reserved:after {
    content: "Reserved";
}

.initial-bid {
    background-color: #297b8a;
    color: rgb(255, 255, 255);
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    cursor: auto;
    border-radius: 5px;
    font-size: 12px;
    width: 100%;
    transition: all 0.2s ease;
}

.initial-bid:after {
    content: "Initial Bid";
}

table {
    width: 100%;
    border: 1px solid #ddd;
}

th,
td {
    text-align: left;
    padding: 16px;
}

tr:nth-child(even) {
    background-color: #ffffcc;
}

tr:nth-child(odd) {
    background-color: #ffff66;
}

.bid-modal-title {
    color: #ffe512;
    text-align: center !important;
}

.modal-footer {
    border-top: none;
    padding-bottom: 20px;
}

.modal-submit-bid {
    background: #ffb900;
    cursor: pointer;
    padding: 10px 36px;
    border: none;
    color: white;
}

.modal-cancel-bid {
    background: #000;
    cursor: pointer;
    padding: 10px 36px;
    border: none;
    color: white;
}

.modal-submit {
    background: transparent;
    cursor: pointer;
    padding: 10px 36px;
    border: 1px solid rgb(253, 186, 51);
    color: rgb(253, 186, 51);
}

.modal-submit:hover {
    background: rgb(253, 186, 51);
    cursor: pointer;
    padding: 10px 36px;
    border: 1px solid rgb(253, 186, 51);
    color: rgb(255, 255, 255);
}

.modal-cancel {
    background: #000;
    cursor: pointer;
    padding: 10px 36px;
    border: 1px solid #ffe512;
    color: white;
}

.timline-price {
    text-align: center;
    font-weight: bold;
}

.timeline-date-time {
    font-size: 10px;
    line-height: unset;
    text-align: center;
}

.timline-button a:hover {
    background: #000;
    text-decoration: none;
    color: white;
}

.btn-watch-list {
    font-size: 14px;
    color: #a5a5a5;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border: 1px solid #f0efef;
    background: #f9f9f9;
    padding: 0;
}

.watch-list-added {
    color: rgb(194, 29, 65) !important;
}


/* Darker background on mouse-over */

.btn-watch-list:hover {
    background-color: rgb(177, 177, 177);
}

.amenities_list_dot {
    color: #ffb900;
}
