
.hiddenElement {
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    height: 0 !important;
    display: block;
}


.TemporaryHiddenElement {
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    margin: 0;
    opacity: 0;
    height: 0 !important;
    display: block;
}

.TemporaryHiddenElement.TemporaryHiddenElementShow {
    max-height: unset !important;
    max-width: unset !important;
    overflow: visible !important;
    margin: unset !important;
    opacity:1 !important;
    height: unset !important;
    display: unset;
}