.modal-dialog {
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    width: 550px;
    min-height: 220px;
    padding: 40px;
    border-radius: initial;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #262729;
    margin-bottom: 20px;
}

.modal-text {
    font-size: 17px;
    text-align: center;
    color: #8c9baa;
    margin-bottom: 40px;
}

.modal-buttons {
    text-align: center;
}

.btn-reject {
    min-width: 100px;
    height: 45px;
    background-color: #f1f3f6;
    color: #8c9baa;
    border-color: transparent;
}

.btn-confirm {
    min-width: 100px;
    height: 45px;
    background-color: #90a9b9;
    color: #fff;
    border-color: transparent;
}