* {
    scrollbar-width: none;
    user-select: none
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100dvw;
    height: 100dvh;
    overflow: hidden;
    background-color: #000;
    overscroll-behavior-y: none;
    color: #fff;
    scrollbar-width: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

#Internal {
    z-index: 10;
    border: none;
    scrollbar-width: none;
    user-select: none;
    overscroll-behavior-y: none;
    width: 100%;
    height: 100%;
}

.iscrn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    pointer-events: none;
    z-index: 100;
    transition: all 2.5s ease-in-out
}

.logointr {
    width: 20%;
    height: auto;
    fill: #fff;
    transition: all 1.8s ease-in-out
}

.liefOS_WebClientLoad {
    position: absolute;
    bottom: 50px;
    color: #b1b1b1;
    font-size: 14px;
    z-index: 120;
    font-family: system-ui;
}

.OverlayErrorGUI {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    z-index: 2147483647;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Google Sans Flex', system-ui;
    color: rgb(255, 255, 255);
    padding: 20px;
    box-sizing: border-box;
}

.IconErrorGUI {
    font-size: 120px;
    margin-bottom: 50px;
}

.TitleErrorGUI {
    font-size: 18px;
    margin-bottom: 10px;
}

.MessageErrorGUI {
    font-size: 14px;
    opacity: 0.7;
    max-width: 600px;
}

.RetryClientButton {
    appearance: none;
    border: none;
    outline: none;
    padding: 8px 14px;
    background-color: white;
    color: black;
    font-size: 14px;
    font-family: system-ui;
    border-radius: 35px;
    cursor: pointer;
    margin-top: 20px;
}

.RetryClientButton:hover {
    font-weight: 700;
}