.modal .modal-footer .button {
    display: flex;
    column-gap: 10px;
}

.modal .modal-footer .button .block {
    width: 100%;
}

.modal .modal-footer .button .block button {
    width: 100%;
}

#bottom #logout {
    margin-top: 50px;
}

#bottom #logout button {
    margin: 0px auto;
}
#modal-certificate-view{
    z-index:10000;
}

#modal-certificate-view .modal-body {
    padding: 0px;
}

#modal-certificate-view .modal-body img {
    width: 100%;
}

#modal-certificate-view .modal-footer {
    padding: 40px 20px 20px 20px;
}
