/* Lewa kolumna */

#left-col {
    background-color: #202225;
    height: 100%;
    width: 270px;
    min-width: 270px;
    overflow: auto !important;
}

#left-col #left-menu {
    padding: 20px 10px 20px 25px;
}

#left-col p {
    margin-top: 12px;
    margin-left: 25px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
}

#left-col p:hover {
    color: #114C81;
    cursor: pointer;
}

#left-col p:hover+span {
    background-color: #114C81;
}

#left-col span, #left-col img {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
}

#left-col #user {
    width: 100%;
    display: flex;
}

#left-col p, #left-col h1, #left-col h2, #left-col h3 {
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
}

#left-col h1, #left-col h2 {
    color: #a5afbe;
}

#left-col p, #left-col h3 {
    color: #fff;
}

#left-col p, #left-col h1, #left-col h2 {
    font-weight: 400;
}

#left-col h3 {
    font-weight: 200;
}

#left-col span {
    background-color: #a5afbe;
    min-width: 15px;
    padding-left: 3px;
    padding-right: 3px;
    height: inherit;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 5px;
}

#left-col .sub-menu {
    margin-top: 50px;
}

#left-col #user>div:nth-child(1) {
    position: relative;
    width: 43px;
}

#left-col #user>div:nth-child(1):after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#left-col #user img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

#left-col #user>div:nth-child(2) {
    padding-left: 15px;
    display: flex;
}

#left-col #user>div:nth-child(2)>div {
    margin: auto 0;
}