.table-footer {
    display: flex;
    justify-content: space-between;
}
.buttons {
    display: flex;
}
.accept-offer {
    margin-left: auto;
}
.pay-boxes {
    display: flex;
    gap: 15px;
}
.pay-boxes .pay-option {
    border: 1px solid #bdbdbd;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pay-boxes i {
    width: 100%;
    font-size: 30px;
}
.pay-boxes > a {
    width: 50%;
}
.pay-boxes input {
    margin: 0;
    position: absolute;
    top: 5px;
    left: 10px;
}
.pay-boxes .pay-option > div {
    text-align: center;
}