.eid-supportinfotext {
    display: block;
}

.eid-navbar-nav-wrapper .eid-navbar-list li .eid-supportinfotext {
    display: block;
}

.eid-navbar-nav-wrapper .eid-navbar-list li .eid-supportinfotitle {
    border-top: 1px solid #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    font-size: 13px;
    color: #ffffff !important;
    padding: 10px 14px !important;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.eid-popupnav > div {
    background: #eef0f4 !important;
    padding: 30px 15px 15px 15px !important;
    min-height: unset;
    border-radius: 0px !important;
}


/*    -----------------------------------
    Login
    ----------------------------------- */
#empowerId-login .login-icon {
    vertical-align: middle;
    display: flex;
    background: url(images/siemens-logo.svg);
    width: 25px;
    height: 24px;
}

#empowerId-login .login-header .login-icon {
    background: url(images/favicon.ico);
    background-repeat: no-repeat;
    background-position-y: 4px;
    background-position-x: 4px;
}

#empowerId-login .login-header #dorpdown {
    position: absolute;
    right: 28px;
}

    #empowerId-login .login-header #dorpdown .dropdown-button {
        font-size: 14px;
        cursor: pointer;
    }

    #empowerId-login .login-header #dorpdown .dropdown-content {
        z-index: 999;
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
        border: solid 1px #d6d4d4;
        background-color: #fff;
        display: none;
        position: absolute;
        right: -15px;
        width: max-content;
        min-width: 100%;
        padding: 8px 16px;
        border-radius: 5px;
        margin-top: 13px;
    }

        #empowerId-login .login-header #dorpdown .dropdown-content a {
            display: flex;
            align-items: center;
            font-size: 13px;
            color: #534e52;
            padding-top: 8px;
            padding-bottom: 8px;
            padding-right: 15px;
            white-space: nowrap;
            position: relative;
        }

            #empowerId-login .login-header #dorpdown .dropdown-content a img {
                margin-right: 14px;
            }

        #empowerId-login .login-header #dorpdown .dropdown-content::before {
            content: "";
            position: absolute;
            top: -6px;
            right: 13px;
            border: solid #d6d4d4;
            border-width: 1px 0px 0px 1px;
            background: #fff;
            padding: 5px;
            transform: rotate(45deg);
        }

        #empowerId-login .login-header #dorpdown .dropdown-content a img.tick-icon {
            position: absolute;
            right: 0;
            display: none;
            margin-right: 0px;
            top: 17.5px;
        }

        #empowerId-login .login-header #dorpdown .dropdown-content a:hover img.tick-icon {
            display: block;
        }

        #empowerId-login .login-header #dorpdown .dropdown-content a:hover {
            text-decoration: none;
        }
/*    -----------------------------------
    Login Custom Navbar
    ----------------------------------- */
#empowerId-login .custom-login-navbar {
    padding: 20px 20px;
}

#empowerId-login .custom-login-navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

#empowerId-login .custom-login-navbar-logo {
    background-image: url('images/siemens-logo.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    height: 48px;
    margin-top: 10px;
    width: 142px;
}
/*    -----------------------------------
    Login Custom Background
    ----------------------------------- */
#empowerId-login {
    background-image: none;
    background: linear-gradient(135.27deg, #00BFBF 0%, #20A1D5 49%, #3B87E8 100%);
}
/*    -----------------------------------
    Authenticated
    ----------------------------------- */
.eid-logo {
    background: url(images/siemens-logo.svg);
    display: inline-block;
    width: 131px;
    margin-top: 17px;
    height: 14px;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
}

/*    -----------------------------------
    Hiding Or Section
    ----------------------------------- */
/*
#empowerId-login .eid-login-actions {
    margin: 0px !important;
    padding-bottom: 30px;
}

.or-section.wizard-effect {
	display: none;
}

.login-footer {
	display: none;
}
*/
/*    -----------------------------------
    Authenticated Logo
    ----------------------------------- */
.eid-logo {
    background: url('images/siemens-logo-green.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/*    -----------------------------------
    Support Links
    ----------------------------------- */
.eid-supportinfotext {
    font-weight: 800;
}

    .eid-supportinfotext > a {
        padding-top: 1px;
    }


/*    ----------------------------------------------
    label/ required icon/ checkbox icon alignment
    ------------------------------------------------ */

.eid-form-field.eid-form-field-checkbox .eid-form-field-content-container .eid-form-field-content .eid-form-field-value {
    display: flex !important;
}

    .eid-form-field.eid-form-field-checkbox .eid-form-field-content-container .eid-form-field-content .eid-form-field-value label .eid-form-field-label-text {
        margin-left: 10px !important;
    }

/*    ----------------------------------------------
          disable combobox x icon hidden
    ------------------------------------------------ */

.ui-combobox.eid-eidCombobox-disabled .ui-combobox-clear-button.ui-state-disabled {
    display: none !important;
}

/*    ------------------------------------------------------
      eid autocomplete input mockup UI update globally
    ------------------------------------------------------- */

.eid-autocomplete-input--mock {
    height: 40px;
    border-radius: 5px;
    font-family: "Rubik", sans-serif;
    border: solid 1px #d4d4d8;
    background-color: #fff;
    font-size: 16px;
    color: #282828 !important;
    box-shadow: 0 2px 4px 0 rgb(48 127 193 / 15%);
}
