﻿.offerInput {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-align: center;
    font-size: 24px;
}

    .offerInput:focus {
        border-bottom: 2px solid #000000;
    }

.max-width {
    width: 100%;
}

.half-width {
    width: 50%;
    margin: 0 auto;
}

.modal-content {
    width: 75%;
    margin: 0 auto;
}

#send-offer {
    width: 90%;
    margin: 0 auto;
    border-radius: 1rem;
}

.offer-warning {
    color: #FF0000;
    font-size: 16px !important;
}

.single-border {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.large-font{
    font-size:20px;
}
.center-msg{
    text-align:center
}
@media(max-width:500px) {
    .modal-content::after {
        width: 75%;
    }
}
