.hide-validation-message {
    display: none !important;
}

.shadow-screen {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: #06060663;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 50px;
}

 

.server-error {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .server-error .alert i.fas.fa-window-close {
        position: absolute;
        top: 4px;
        right: 4px;
    }

    .server-error .alert.alert-danger {
        font-size: initial;
        padding-top: 27px;
        max-width: 300px;
    }

    .server-error i {
        font-size: 20px;
    }

div#bankFrameModal {
    min-height: 240px;
}