.offer-price-options {
    display: grid;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
    grid-template-columns: repeat(4, 1fr);

}

.offer-price-options label span {
    color: #0083e2;
    font-weight: 500;
    font-size: 14px;

}

.offer-price-options label {
    border-radius: 8px;
    border: 1px solid #0083e2;
    background: #e5f2fc;
    padding: 10px 20px;

}

.makeoffer-price-input {
    text-align: center;
    width: 100%;
    padding: 13px 13px 13px 22px;
    border: none;
    border-bottom: 1px solid #D7D7D7;
    font-weight: 500;
    font-size:42px;
    line-height: 29.52px;
    color: #0083e2;


}

.offer-heading-message {

    font-weight: 900;
    font-size: 35px;
    line-height: 36px;
    color: #0f0f0f;

}

.pad-35 {
    padding: 35px !important;
}

.offer-message-popup {
    height: 168px;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #d7d7d7;
}

.other-offer-label {
    font-weight: 500;
    font-size: 14px;
    color: #0F0F0F;

}

.Button-action-generate {

    padding: 15px 0;
}

.Button-action-generate button {
    width: 100%;
    border-radius: 4px;
    background: #0083e2;
    border: 1px solid #0083e2;
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 27px;
    /* border: none; */
    padding: 10px;

}

.Button-action-generate button:hover {
    background: #fff;
    color: #0083e2;
    /* border: 1px solid #0083e2; */

}

@media (max-width:450px) {
    .offer-price-options {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width:545px) {
    .pad-35 {
        padding: 15px !important;
    }

    .copysharing-url {
        flex-direction: column;
    }
}

.copysharing-url {
    border: 1px solid #28272266;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.copysharing-url button {
    border: none;
    padding: 10px 20px;
    background: #0083e2;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
}

.Shareable-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Shareable-buttons div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Share-thelink text {
    overflow-wrap: anywhere;
}

.Share-thelink h3 {
    font-weight: 800;
    font-size: 26px;
    color: #191919;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 12px;
    text-align: left;
}

.main-image.Met-sch.Share-thelink {
    width: 600PX;
}

.share-link-label {
    font-weight: 500;
    font-size: 20px;
    color: #282722;
    text-align: left;
    width: 100%;
    padding: 20px 0;


}

.extra-bid-options label {

    text-align: left;
    width: 100%;
}

.extra-bid-options span {

    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #636363;
    text-align: left;
    width: 100%;
    display: block;
}

.dollar-sign-currency svg {
    position: absolute;
    top: 34%;
    left: 0;
}

.Minimum-bid-button:hover {
    color: #0083e2;
    background: #fff;
}

.Minimum-bid-button {
    border: 1px solid #0083e2;
    background: #0083e2;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-weight: 900;
}