html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
}

.c-rtl {
    direction: rtl;
}

.c-splash-screen {
    display: flex;
    width: 100%;
    height: 100%;
    /*background: radial-gradient(#0000003b, #0000),
        url("../../cacheV2/images/login/Violettes-min.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.c-splash-screen__core {
    margin: auto;
    text-align: center;
    color: white;
}

.c-splash-screen__logo {
    display: inline-block;
    width: 130px;
    height: 130px;
    fill: white;
}

.c-splash-screen__aleLogo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 40px;
    width: auto;
}

img {
    vertical-align: middle;
}

.c-splash-screen__title {
    margin-top: 5px;
    font-size: 11px;
    text-shadow: 0 0 2px black;
}

.c-splash-screen__step {
    font-size: 1.2rem;
    position: absolute;
    bottom: 2px;
    left: 8px;
    display: none;
    text-transform: capitalize;
}

.c-splash-screen__step__vis {
    font-size: 1.2rem;
    position: absolute;
    bottom: 2px;
    left: 8px;
    text-transform: capitalize;
}

.c-splash-screen__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 7px;
    background: #1c8cfd;

    /* background: linear-gradient(to right, #1c8cfd 25%, #ce0d71 50%, #ff4500 75%, #34b232 100%); */
}

.c-splash-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    clip-path: inset(50%);
    white-space: nowrap;
    overflow: hidden;
}

/*  Import fonts
   ========================================================================== */

@font-face {
    font-family: "Open Sans";
    src: url("../../cacheV2/fonts/OpenSans/OpenSans-VariableFont.woff2")
        format("woff2-variations");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../../cacheV2/fonts/Inter/Inter.var.woff2") format("woff2");
    /* stylelint-disable */
    font-named-instance: "Regular";
    /* stylelint-enable */
}
