#friendsdiv, #groupsdiv, #eventsdiv {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.friends, .groups, .events {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

#friendsdiv > ul > li, #groupsdiv > ul > li, #eventsdiv > ul > li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 10px;

    width: 100%;
    height: 70%;
    /*padding: 5px 10px;*/
    padding-left: 5px;

    border: 0.5px solid #C5E3FF;
    cursor: pointer;
}

#friendsdiv > ul > li:last-child, #groupsdiv > ul > li:last-child, #eventsdiv > ul > li:last-child {
    border-bottom: none;
}

#friendsdiv > ul > li > img, #groupsdiv > ul > li > img, #eventsdiv > ul > li > img {
    border-radius: 50%;
    border: 1px solid #C5E3FF;
    width: 50px;
}

#sidebar-friend-new, #sidebar-group-new, #sidebar-event-new {
    justify-content: center !important;
    height: 30px !important;
}

.clickable {
    flex-direction: row !important;
    width: 100% !important;
    height: 30px;
    border-radius: unset !important;
}

#sidebar-friends, #sidebar-groups, #sidebar-events {
    border: 0.5px solid #C5E3FF;
}

/*.accordion-tab-content {*/
/*    height: 100% !important;*/
/*}*/

/*.ui-accordion-content {*/
/*    height: unset !important;*/
/*}*/

.actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 60px;
}

.confirmfriend, .confirmgroup, .confirmevent {
    background: #0A334F;
    height: 100%;
    text-align: center;
}

.denyfriend, .denygroup, .denyevent {
    background: #1B75B5;
    height: 100%;
    text-align: center;
}

.confirmfriend > img, .denyfriend > img, .confirmgroup > img, .confirmevent > img, .denygroup > img, .denyevent > img {
    width: 15px;
    height: 100%;
}

#poi-custom-type-select img {
    margin: 10px;
    cursor: pointer;
}

#poi-custom-type-select div {
    display: inline-block;
}