
#user_header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6000;
    background-color: #FF3FE4;
    box-shadow: 0px -3px 10px rgb(0 0 0 / 30%);
    line-height: 1;
}

#user_header .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-left: 2px solid #990d86;
    border-right: 2px solid #ff87ef;
}

#user_header a,
#user_header .stan {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

#user_header a.display_mobile {
    display: none;
}

#user_header a#moje_konto_top,
#user_header .stan,
#user_header a.doladuj,
#user_header #ulubieni_top,
#user_header a.wiadomosci_od_portalu
{
    width: 25%;
    border-right: 2px solid #990d86;
    border-left: 2px solid #ff87ef;
    color: #3D093B;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-weight: 600;
    padding: 2px 0 2px 0;
    white-space: nowrap;
}

#user_header a:hover,
#user_header a.active
{
    text-decoration: none;
    background-color: #fca5fd !important;
}

#user_header.add_news #ulubieni_top
{
    width: auto;
    padding-left: 20px;
    padding-right: 10px;
}

#user_header img.icon
{
    margin-right: 10px;
    max-height: 25px;
    padding: 4px 0;
}

#user_header .stan {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3D093B;
    min-width: 200px;
    position: relative;
    padding: 0px;
}

#user_header .stan img.icon {
    max-height: 15px;
    padding: 0;
    vertical-align: top;
    margin-right: 5px;
}

#user_header .stan>span {
    padding-bottom: 3px;
}

#user_header .stan .punkty {
    font-size: 14px;
    white-space: nowrap;
    text-transform: lowercase;
    font-weight: 600;
    line-height: 1;
}

#user_header .stan .punkty strong {
    font-weight: 600;
    font-size: 14px;
}

#user_header .stan .blokada {
    font-size: 9px;
    padding: 3px;
    text-align: center;
    white-space: wrap;
}

#user_header .stan_n {
    display: flex;
    align-items: center;
}

#user_header a.wiadomosci_od_portalu span.ile {
    background-color: #F91717;
    display: inline-block;
    border-radius: 50%;
    border: 1.5px solid black;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 23px;
    height: 23px;
    line-height: 21px;
    margin-right: 10px;
}

#user_header_right
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 395px);
}


#lewa #menu_klient
{
    padding-top: 10px;
}

#lewa h1 span.active
{
    color: var(--kolor-y);
}

#lewa #menu_klient h1.standard_header
{
    font-size: 18px;
}

#lewa .menu_lewe
{
    padding: 10px 0px;
    border-radius: 8px;
}

#lewa .menu_lewe a
{
    display: block;
    font-size: 18px;
    padding-left: 25px;
    padding-top: 4px;
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-image: url("../../images/li-06b87f4015d6af087dd534454a32f5fc.svg");
    background-position: 0px 10px;
    outline: none;
    color: #fff;
    border-radius: 6px;
    line-height: 1.3;
}

#lewa .menu_lewe a span.ile
{
    background-color: #FBD7FD;
    display: inline-flex;
    min-width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    color: #971AB4;
    font-weight: 700;
    float: right;
    margin-right: 20px;
}

#lewa .menu_lewe a:hover,
#lewa .menu_lewe a.active
{
    color: var(--kolor-y);
    text-decoration: none;
    background-repeat: no-repeat;
}

#lewa .menu_lewe a.display_mobile
{
    display: none;
}

#lewa .menu_lewe a:hover span
{
    color: #1e061e;
}

p#call_numer_pin
{
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
}

p#call_numer_pin span
{
    color: #F9DFFF;
    font-weight: 700;
}

p.profil_info
{
    text-align: center;
    font-weight: 400;
}

.zdjecie_mail {
    padding: 20px;
    margin: 0px 20px 20px 0px;
    display: inline-block;
    background: #a7a7a782;
}

.zdjecie_mail img {
    height: 200px;
}