.modal.show {
    pointer-events: none;
    overflow-y: auto;
}
.modal.show .modal-dialog {
    overflow-y: auto;
}

@media (max-height: 868px) {
    :not(#confirm-dialog) > .modal-dialog {
        transform: scale(0.5 )!important;
        margin-top: -140px;
    }
}

.lenError {
    font-size:27px;
    color: red;
}
