.no-close {
    display: none;
}

.modal-header {
    background-color: #ffffff;
    border: none;
}

.modal-buttonset {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.modal-accept {
    background-color: #0088ce;
    border-color: #00659c;
    color: #fff;
    transition: 0.3s;
}
.modal-accept:hover,
.modal-accept:focus {
    background-color: #0089cec4;
    color: #fff;
}
.modal-reject {
    background-color: #dddddd;
    transition: 0.3s;
}
.modal-reject:hover:focus,
.modal-reject:hover {
    background-color: #ababab;
}
