/* === Variables Converted Inline === */

/* === Base === */
.container-fluid {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
}

.footer {
    display:none;
}

/* === Components === */

.login-page {
    button, select {
        height: 4rem;
        letter-spacing: 1.2px;
        text-align: center;
        padding: 0.8rem;
        font-size: 14px;
        line-height: 1;
    }
    button {
        background-image: linear-gradient(to right, #3C9EBF, #63B6C1);
        color: white;
        width: 14.5rem;
    }
    select {
        background: white;
        color: grey;
        border: 1px solid lightgrey;
        width: 12rem;
    }
}
.readonly-field {
    margin-bottom: 1em;
    width: 100%;
    height: 3.2rem;
    border-radius: 5px;
}
.password-input, .email-input {
    border:1px solid lightgray;
    width: 100%;
    flex-direction: row;
    border-radius:5px;
    padding: 0.3rem;
    height: 3.5rem;
    margin-bottom:1.5rem;

    input {
        width: 100%;
        background-color: transparent;
        border: none;
        margin-bottom: 0 !important;
    }

    .password-toggle-icon, #backlink-icon {
        width: 3rem;
        color: lightgrey;
    }
    #backlink-icon {
        font-size: 2rem;
        color: lightgray;
        margin: 0;
        padding: 0;
        border:none;
    }
}
.email-input {
    padding: .3rem 0 0.3rem 0.3rem;
}

.shadowed-thick-bottom {
    width: 450px;
    height: 485px;
    padding: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items:; */
    box-shadow: 0 2px 14px #022a8e29;
    border-radius: 15px;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
}

/* === Page === */
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: linear-gradient(to right, #1685BD, #9CDBC4);
}
.btn-trad {
    display: flex;
    align-items: flex-end;
    margin-top: 1rem;
    padding: 0;

}
.bg-img {
    position:absolute;
    bottom: 0;
    right: 0;
    z-index: 0;

    img, svg {
        width: 1000px;
        filter:brightness(50);
        opacity: 10%;

    }
}

.cgu-div {
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
}
.login-img {
    padding: 6rem 0 2.5rem 0;
}

.login-img img,
.login-img svg {
    height: 120%;
}
.login-box {
    z-index: 4000;
}
.login-box-inner span {
    text-align: center;
}
.login-box-inner {
    position: relative;
    height: 100%;
}
.login-cgu {
    font-size: 12px;
    text-align: justify;
}

.container-support {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 3rem;
    margin-top: 3.5rem;
    width: 100%;
    max-width: 430px;
}
.contact-div, .getpassword {
    flex-direction: row;
    width: 45%;
    display: flex;
    height: 2.8rem;
}
.contact-div {
    justify-content: flex-end;
    align-items: flex-end;

    a {
        display:flex;
        align-items: flex-end;
    }
}
.getpassword {
    justify-content: flex-start;
    align-items: flex-end;
}
.icon-support {
    padding : 0 0.8rem 0 0;
}
.separator {
    height: 3px;
    width: 3px;
    border-radius:
            90px;
    background-color: lightgray;
    padding:
            0;
    margin:
            0;
}


/* === ID Styles === */
#workplace-azure-login {
    padding: 2em 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

#workplace-azure-login label {
    display: none;
    padding: 0;
    width: 100%;
    font-weight: bold;
}

#workplace-azure-login input,
#workplace-azure-login .readonly-field {
    margin-bottom: 0;
    align-content: center;
    width: 100%;
    height: 3.5rem;
    border-radius: 5px;
}
.readonly-field {
    color: grey;
}

#workplace-azure-login .fake,
#workplace-azure-login .footer {
    display: none;
}

#workplace-azure-login a {
    color: #02C2EF;
}
#workplace-azure-login .bg-img {
    z-index: 0;
}

/*used for the drop down menu replacing the select/options*/
.drop-down {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width: 150px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    letter-spacing: 1.1px;
    position: absolute;
    top: 0;
    right: 0;
}
.default-option {
    width: inherit;
    height: 40px;
    box-sizing: border-box;
    background-color: white;
    /*! z-index: 5; */
    /*! position: relative; */
}
.drop-down-option-position {
    position: relative;
    height: 0;
}
.drop-down-container {
    height: fit-content;
    width: 100%;
    overflow: visible;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: absolute;
    background-color: white;
    top:50px;
    bottom: 0;
}
.drop-down-options {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid lightgrey;
    position: relative;

}
.drop-down-options:first-of-type {
    border-radius: 10px 10px 0 0 ;
}
.drop-down-options:last-of-type {
    border-radius: 0 0 10px 10px;

    .disabled-option {
        border-radius: 0 0 10px 10px;
    }
}
.drop-down-options:hover {
    background-color: #63B6C1;
}
.drop-down-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0.8rem;
    height: 40px;
    box-sizing: border-box;
    gap: 0.8rem;
}
.flag-container > img, svg {
    width: 20px;
    height: 15px;
    display: inline-flex;
    border-radius: 4px;
}

.drop-down-active {
    height: 40px;
    transition: 0.4s ease-out;
    overflow: visible;

    .default-option {
        background-color: #fff;
        color: #333;
        border-bottom: 1px solid lightgrey;
        border-radius: 5px;
    }

    .drop-down-arrow > img {
        transform: rotate(270deg);
        transition: .4s ease-in-out;
    }
}

.drop-down-arrow {
    position: absolute;
    right: 5px;
    filter: grayscale(100%);

    img {
        transform: rotate(90deg);
        transition: .4s ease-in-out;
    }
}

.disabled-option {
    color: gray;
    background-color: #F4F4f4;
    pointer-events: none;
    height: 40px;
    border-top: 1px solid #ccc;

    .flag-container > img, svg {
        filter: grayscale(50%);
        opacity: 70%;
    }
}
/*those classes are dynamically implemented through JS*/
/* for the "eye" effect on the password input */

.hide {
    display: none;
}
.active {
    display: inline-block;
}

.vui-error-indicator {
    position:  absolute;
    left: -25px !important;
    top: -15px !important;
}