/* CSS utile pour la page fLoginMulti.html */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.ctnlogin {
    width: 100%;
    height: 100%;
}

.ctnlogin>.ctn {
    float: left;
    height: 100%;
    position: relative;
}

.DisplayNone {
    display: none;
}

.gelScreen {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 1;
    opacity: 0.7;
}

.langue_fr {
    background-image: url(../../Images/LoginV10/langue/fr.svg);
}

.langue_en {
    background-image: url(../../Images/LoginV10/langue/en.svg);
}

.langue_de {
    background-image: url(../../Images/LoginV10/langue/de.svg);
}

.langue_sp {
    background-image: url(../../Images/LoginV10/langue/sp.svg);
}

.langue_it {
    background-image: url(../../Images/LoginV10/langue/it.svg);
}

.langue_nt {
    background-image: url(../../Images/LoginV10/langue/nt.svg);
}

/* Espace publicitaire */
.left {
    width: calc(100% - 400px);
    position: relative;

    transition: 200ms width cubic-bezier(0, 0.82, 0, 1);
}

.left>.background {
    width: 100%;
    height: 100%;
    float: left;
}

.left>.Circle {
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.left>.Circle01 {
    width: 20px;
    height: 45%;
    left: 12%;
}

.left>.Circle02 {
    width: 10px;
    height: 70%;
    left: 22%;
}

.left>.Circle03 {
    width: 25px;
    height: 23%;
    left: 43%;
}

.left>.Circle04 {
    width: 15px;
    height: 75%;
    right: 45%;
}

.left>.Circle05 {
    width: 15px;
    height: 30%;
    right: 10%;
}

.left>.logo {
    position: absolute;
    top: 10%;
    left: 10%;
}

.left>.logo>label {
    display: block;
    font-size: 2.5rem;
    width: 100%;
    height: 50%;
    float: left;
    padding-top: 20px;
    opacity: 0.5;
    font-style: italic;
}

.left>.logo>.logoSoHorsys {
    width: 100%;
    height: 55px;
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    background-size: contain;
    opacity: 0.5;
}

.left>.PatternPoints {
    position: absolute;
    width: 180px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: top;
    opacity: 0.5;
}

.left>.PatternPointsBottom {
    height: 30%;
    left: 15%;
}

.left>.PatternPointsTop {
    height: 75%;
    right: 200px;
}

.left>.SoHorsysReveil {
    position: absolute;
    width: 800px;
    height: 75%;
    bottom: -50px;
    right: 150px;
    background-image: url(../../Images/LoginV10/images/sohorsys-reveil.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
}

.left>.Version {
    right: 15px;
    bottom: 10px;
    font-size: 1rem;
}

/* Partie pour la connexion */
.right {
    width: 400px;
    padding: 40px 0 40px 0;
    box-sizing: border-box;
    color: #182941;
}

.right>.Footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 20px 15px;
    box-sizing: border-box;
}

.right>.Footer>.Copyright {
    float: right;
    height: 100%;
    width: calc(100% - 150px);
    text-align: right;
    font-size: 0.8rem;
    padding-top: 12px;
}

.right>.Footer>.Copyright>a {
    color: #224bc5;
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.right>.Footer>.Copyright>.Infos {
    width: 100%;
    float: left;
}

.right>.Footer>.Copyright>.Infos>label {
    float: right;
}

.right>.Footer>.LogoPerso {
    float: left;
    height: 40px;
    width: 150px;
    background-repeat: no-repeat;
}

.right>.Interaction {
    float: left;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    position: relative;
}

.right>.Interaction .GrpButton {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-top: 30px;
    position: relative;
}

.right>.Interaction .GrpButton>.Button {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    color: #bdbdbd;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #bdbdbd;
    margin-right: 10px;
    transition: 300ms background-color ease-out;
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    /* background-color: #bdbdbd; */
}

.right>.Interaction .GrpButton>.Button:hover {
    /* background-color: transparent!important; */
    cursor: pointer;
    color: #ffffff;
    background-color: #bdbdbd;
}

.right>.Interaction .GrpButton>.Button:last-child {
    margin-right: 0;
}

.right>.Interaction .GrpButton>.ButtonCnx {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    font-size: 18px;
    background: transparent;
    border-radius: 4px;
    transition: width 150ms ease, background 150ms ease, border-radius 300ms ease;
    cursor: pointer;
    color: #ffffff;
    outline: none;
    text-align: center;
    transform: translateX(-50%);
}

.right>.Interaction .GrpButton>.ButtonCnx.active {
    font-size: 0;
    border-radius: 50%;
    width: 50px;
    background: transparent !important;
}

.right>.Interaction .GrpButton>.ButtonCnx.active:hover {
    cursor: auto;
    background: transparent !important;
}

.right>.Interaction .GrpButton>.ButtonCnx.loader {
    left: 42%;
    border-width: 2px !important;
    border-right: 2px solid #ffffff !important;
    -webkit-animation: loader .6s linear infinite;
    animation: loader .6s linear infinite;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}


.right>.Interaction .CacheLeft {
    left: -100% !important;
}

.right>.Interaction .CacheRight {
    left: -100% !important;
    /* left: 100%!important;
    height: 0!important;
    overflow: hidden; */
}

.right>.Interaction>.Connexion,
.right>.Interaction>.Password,
.right>.Interaction>.Database,
.right>.Interaction>.Societe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 40px;
    box-sizing: border-box;

    /* transition: 200ms left cubic-bezier(0, 0.82, 0, 1); */
}

.right>.Interaction>.Main>label {
    font-size: 1.8rem;
}


/* CONNEXION */
.right>.Interaction .Combo>.compagny {
    background-image: url(../../Images/LoginV10/icons/compagny.svg);
}

.right>.Interaction .Combo>.database {
    background-image: url(../../Images/LoginV10/icons/database.svg);
}

.right>.Interaction .Combo>.FlagLangue {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 26px;
}

.right>.Interaction .Combo>.langue {
    background-image: url(../../Images/LoginV10/icons/flag.svg);
}

.right>.Interaction .Combo>.mandant {
    background-image: url(../../Images/LoginV10/icons/account-switch.svg);
}

.right>.Interaction .Combo>.Title {
    width: 100%;
    position: absolute;
    z-index: 1;
    color: #848e9e;
    left: 0;
    cursor: text;
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 18px;
    font-size: 18px;
    font-weight: 100;
    top: 0;
}

.right>.Interaction .Combo>.Value {
    position: relative;
    width: 100%;
    float: left;
    border: none;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
    height: 60px;
    top: 10px;
    border-bottom: 1px solid rgba(47, 79, 107, 0.28);
    border-top: none;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    padding-right: 50px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.right>.Interaction .Combo>.Value::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 100%;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: center 16px;
    background-size: contain;
    background-image: url(../../Images/LoginV10/icons/menu-down.svg);
}

.right>.Interaction .Combo>.Disable {
    color: #9E9E9E !important;
}

.right>.Interaction .Combo>.Disable::after {
    content: '' !important;
    background-image: none !important;
}

.right>.Interaction .Combo>i {
    content: '';
    position: absolute;
    width: 26px;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: center 26px;
    background-size: contain;
}

.right>.Interaction .Combo>span {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #182941;
}

.right>.Interaction>.Connexion>.Link {
    position: relative;
    width: 100%;
    float: left;
    margin: 40px 0 5px;
    color: #224bc5;
    text-decoration: underline;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
}

.right>.Interaction>.Connexion>.Link:hover {
    color: #3598db;
}

/* PASSWORD */
.right>.Interaction>.Password>ul {
    padding-left: 0;
    margin: 10px 0 0 0;
    font-size: 0.9rem;
    color: #f44336;
    list-style-type: disc;
}

.right>.Interaction>.Password>ul>li:first-child {
    margin-top: 10px;
}

.right>.Interaction>.Password>ul>li {
    padding-left: 10px;
    margin: 3px 0 0 40px;
    font-size: 0.9rem;
}

.right>.Interaction>.Password>.Explication {
    font-size: 1.3rem;
    display: block;
    color: #f44336;
    margin-top: 20px;
}

.right>.Interaction .TxtEffectUp,
.right>.Interaction .Combo {
    position: relative;
    width: 100%;
    float: left;
    height: 70px;
    margin-top: 30px;

    transition: 200ms height cubic-bezier(0, 0.82, 0, 1);
}

.right>.Interaction .TxtEffectUp>label {
    width: 100%;
    position: absolute;
    z-index: 1;
    color: #848e9e;
    line-height: 60px;
    font-size: 24px;
    font-weight: 300;
    top: 10px;
    left: 0;
    cursor: text;
    /* opacity: 0.4; */
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.right>.Interaction .TxtEffectUp>input[type="text"],
.right>.Interaction .TxtEffectUp>input[type="password"] {
    position: relative;
    width: 100%;
    float: left;
    border: none;
    background: transparent;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
    height: 60px;
    top: 10px;
    padding: 0;
    border-bottom: 1px solid rgba(47, 79, 107, 0.28);
    border-top: none;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    padding-right: 26px;
}

.right>.Interaction .TxtEffectUp>input[type="text"],
.right>.Interaction .TxtEffectUp>input[type="password"]:required {
    box-shadow: none;
}

.right>.Interaction .TxtEffectUp>input[type="text"]:focus,
.right>.Interaction .TxtEffectUp>input[type="password"]:focus {
    outline: none;
}

.right>.Interaction .TxtEffectUp>input[type="text"]:focus~label,
.right>.Interaction .TxtEffectUp>input[type="text"]:valid+label,
.right>.Interaction .TxtEffectUp>input[type="password"]:focus~label,
.right>.Interaction .TxtEffectUp>input[type="password"]:valid+label {
    line-height: 18px !important;
    font-size: 18px !important;
    font-weight: 100 !important;
    top: 0 !important;
    opacity: 1 !important;
}

.right>.Interaction .TxtEffectUp>input[type="text"]:focus~span,
.right>.Interaction .TxtEffectUp>input[type="password"]:focus~span {
    width: 100%;
    background-color: #182941;
}

.right>.Interaction .TxtEffectUp>span {
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.right>.Interaction .TxtEffectUp>.acount {
    background-image: url(../../Images/LoginV10/icons/account.svg);
}

.right>.Interaction .TxtEffectUp>.lock {
    background-image: url(../../Images/LoginV10/icons/lock.svg);
}

.right>.Interaction .TxtEffectUp>i {
    content: '';
    position: absolute;
    width: 26px;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: center 26px;
    background-size: contain;
}

.right>.module {
    display: none;
    margin-bottom: 40px;
}

.right>.module>span {
    width: 100%;
    height: 80px;
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}

.right>.module>span::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-size: 60%;
    transform: translateX(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.right>.module>label {
    display: block;
    text-align: center;
}

.right>.Version {
    display: none !important;
    top: 7px;
    right: 8px;
    z-index: 1;
    font-size: 0.8rem;
}

.select-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100px;

    background-color: #fff;
    margin: 0;
    overflow-y: auto;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.select-dropdown>li {
    clear: both;
    color: #182941;
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
}

.select-dropdown>li:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.select-dropdown>li.selected {
    background-color: #e7f1fe;
    background-image: url(../../Images/LoginV10/icons/check.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
}

.select-dropdown li>span {
    font-size: 16px;
    color: #182941;
    display: block;
    line-height: 22px;
    padding: 14px 0 14px 45px;
}

.select-dropdown li>.FlagLangue {
    padding-left: 75px;
    box-sizing: border-box;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 45px center;
}

.select-dropdown-active {
    display: block;
    width: 318px;
    left: 0px;
    top: 0px;
    max-height: 200px;
    transform-origin: 0px 0px;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}

.Version {
    display: block;
    position: absolute;
    font-style: italic;
}

/* THEME ADMIN */
.ThemeAdmin-bg::after {
    background-color: #b3b3b4;
}

.ThemeAdmin-bglinear {
    background: linear-gradient(25deg, #656e75, #c7c8c9);
}

.ThemeAdmin-circle {
    background-image: url(../../Images/LoginV10/images/circle-grey.svg);
}

.ThemeAdmin-button {
    background-color: #b3b3b4 !important;
    border: 1px solid #b3b3b4 !important;
    color: #ffffff !important;
}

.ThemeAdmin-button:hover {
    background-color: #bdbdbd !important;
}

.ThemeAdmin-color {
    color: #fff;
}

.ThemeAdmin-color > .logo > label {
    opacity: 0.7!important;
}

.ThemeAdmin-logo {
    background-image: url(../../Images/LoginV10/images/_so_HORSYS_DIGITAL_hrz_blanc.svg);
    opacity: 0.7!important;
}

.ThemeAdmin-pastille::after {
    background-image: url(../../Images/LoginV10/icons/account-setting-white.svg);
    background-color: #b3b3b4;
}

.ThemeAdmin-patternpoints {
    background-image: url(../../Images/LoginV10/images/patternpoints_grey.svg);
}

.ThemeAdmin-height {
    height: calc(100% - 170px);
}

/* THEME MANAGER */
.ThemeManager-bg::after {
    background-color: #3598db;
}

.ThemeManager-bglinear {
    background: linear-gradient(25deg, #112b79, #3598db);
}

.ThemeManager-circle {
    background-image: url(../../Images/LoginV10/images/circle-blue.svg);
}

.ThemeManager-color {
    color: #fff;
}

.ThemeManager-button {
    background-color: #3598db !important;
    border: 1px solid #3598db !important;
    color: #ffffff !important;
}

.ThemeManager-button:hover {
    background-color: #64b5f6 !important;
}

.ThemeManager-logo {
    background-image: url(../../Images/LoginV10/images/_so_HORSYS_DIGITAL_hrz_blanc.svg);
}

.ThemeManager-pastille::after {
    background-image: url(../../Images/LoginV10/icons/account-supervisor-white.svg);
    background-color: #3598db;
}

.ThemeManager-patternpoints {
    background-image: url(../../Images/LoginV10/images/patternpoints_blue.svg);
}

.ThemeManager-height {
    height: calc(100% - 170px);
}

/* THEME SOHORSYS */
.ThemeSohorsys-bg::after {
    background-color: #2f4f6b;
}

.ThemeSohorsys-bglinear {
    background: linear-gradient(25deg, #010523, #2668a2);
    opacity: 0.85;
}

.ThemeSohorsys-circle {
    background-image: url(../../Images/LoginV10/images/circle-darkblue.svg);
}

.ThemeSohorsys-button {
    background-color: #2f4f6b !important;
    border: 1px solid #2f4f6b !important;
    color: #ffffff !important;
}

.ThemeSohorsys-button:hover {
    background-color: #4e7ba2 !important;
}

.ThemeSohorsys-color {
    color: #fff;
}

.ThemeSohorsys-imagebg {
    background-image: url(../../Images/LoginV10/images/background-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ThemeSohorsys-logo {
    background-image: url(../../Images/LoginV10/images/_so_HORSYS_DIGITAL_hrz_blanc.svg);
}

.ThemeSohorsys-patternpoints {
    background-image: url(../../Images/LoginV10/images/patternpoints_darkblue.svg);
}

.ThemeSohorsys-height {
    height: calc(100% - 15px);
}

.ToolNoVisible {
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}


@media (max-width: 1920px) {
    .left>.logo>label {
        padding-top: 10px;
        font-size: 2rem;
    }

    .left>.logo>.logoSoHorsys {
        height: 45px;
    }
}

@media (max-width: 1600px) {
    .left>.PatternPoints {
        width: 25%;
        max-width: 180px;
        transform: translateX(-50%);
    }

    .left>.PatternPointsBottom {
        left: 20%;
    }

    .left>.PatternPointsTop {
        left: 70%;
    }

    .left>.SoHorsysReveil {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 920px) {
    .left>.logo {
        width: 300px;
    }

    .left>.logo>label {
        padding-top: 10px;
        font-size: 1.7rem;
    }
    .left>.logo>.logoSoHorsys {
        height: 35px;
    }
}

@media (max-width: 768px) {
    .gelScreen-active {
        width: 100%;
        height: 100%;
    }

    .left {
        width: 0;
    }

    .left>.Circle {
        width: 0;
    }

    .left>.logo {
        display: none;
    }

    .right {
        width: 100%;
        padding-top: 130px;
    }

    .right::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 40px;
        top: 25px;
        left: 0;
        background-image: url(../../Images/LoginV10/images/_so_HORSYS_DIGITAL_hrz_blanc.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 1;
    }

    .right::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        border-radius: 0 0 50% 50%;
    }

    .right>.Interaction {
        margin-top: 0;
        overflow-y: auto;
        padding: 0 20px 0 20px;
    }

    .right>.Interaction .Combo>.FlagLangue {
        padding-left: 26px;
        background-size: 18px;
    }

    .right>.Interaction .Combo>.Title {
        line-height: 14px;
        font-size: 14px;
    }

    .right>.Interaction .Combo>.Value {
        font-size: 16px;
        height: 31px;
        top: 14px;
        line-height: 31px;
    }

    .right>.Interaction .Combo>.Value::after {
        background-position: center 2px;
    }

    .right>.Interaction .icon {
        background-position: center 18px !important;
        background-size: 20px !important;
    }

    .right>.Interaction>.Connexion>.Link {
        margin-top: 30px;
    }

    .right>.Interaction .GrpButton {
        height: 40px;
        line-height: 40px;
    }

    .right>.Interaction .GrpButton>.ButtonCnx.loader {
        left: 45%;
    }

    .right>.Interaction .GrpButton>.ButtonCnx.active {
        width: 40px;
    }

    .right>.Interaction>.Main>label {
        display: block;
        margin: 0 0 10px 0;
    }

    .right>.Interaction .TxtEffectUp,
    .right>.Interaction .Combo {
        position: relative;
        height: 45px;
        margin-top: 10px;
    }

    .right>.Interaction .TxtEffectUp>label {
        width: 100%;
        position: absolute;
        z-index: 1;
        color: #000000;
        line-height: 35px;
        font-size: 15px;
        font-weight: 300;
        top: 10px;
        left: 0;
        cursor: text;
        opacity: 0.4;
        transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .right>.Interaction .TxtEffectUp>input[type="text"],
    .right>.Interaction .TxtEffectUp>input[type="password"] {
        font-size: 20px;
        height: 31px;
        top: 14px;
    }

    .right>.Interaction .TxtEffectUp>input[type="text"]:focus~label,
    .right>.Interaction .TxtEffectUp>input[type="text"]:valid+label,
    .right>.Interaction .TxtEffectUp>input[type="password"]:focus~label,
    .right>.Interaction .TxtEffectUp>input[type="password"]:valid+label {
        line-height: 14px !important;
        font-size: 14px !important;
    }

    .right>.module {
        margin-top: -50px;
        margin-bottom: 15px;
    }

    .right>.module>span {
        height: 60px;
    }

    .right>.module>span::after {
        width: 60px;
        height: 60px;
    }

    .right>.Version {
        display: block !important;
    }

    .select-dropdown {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        height: 90%;
        width: 90%;
        border-radius: 4px;
    }

    .ThemeAdmin-pastille::after {
        background-image: url(../../Images/LoginV10/icons/account-setting-dark.svg);
        background-color: #ffffff;
        z-index: 1;
    }

    .ThemeAdmin-height {
        height: calc(100% - 70px);
    }

    .ThemeManager-pastille::after {
        background-image: url(../../Images/LoginV10/icons/account-supervisor-dark.svg);
        background-color: #ffffff;
        z-index: 1;
    }

    .ThemeManager-height {
        height: calc(100% - 70px);
    }

    .ThemeSohorsys-height {
        height: calc(100% - 15px);
    }
}

@media (max-height: 600px) {
    .right>.module {
        display: none !important;
    }

    .ThemeAdmin-height {
        height: calc(100% - 20px);
    }

    .ThemeManager-height {
        height: calc(100% - 20px);
    }
}