.swal2-actions {
    display: flex;
    flex-direction: row-reverse;
}

.classLogDialogLayout {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center
}

.classLogDialog {
    background-color: #fff;
    width: 70%;
    height: 85%;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
    border-radius: 5px;

}

.font-size-25 {
    font-size: 25px;
}