/* Copyright (c) 2009-2026 SAP SE, All Rights Reserved */
/* CSS for the LogonFrameProvider*/

.sapUshellIframeDialog .sapMDialogScrollCont {
    height: 100%;
    overflow: hidden;
}

.sapUshellSamlDialogHidden {
    visibility: hidden !important;
}

#SAMLDialog #SAMLDialog-scrollCont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#SAMLDialogFrame {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
}
