.d-flex {
display:flex;
}
.x-center {
    justify-content: center;
}

.y-center {
    align-items: center;
}
.modal-dialog{
    z-index: 10000;
}