.lsfw-user-popup::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.56);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.lsfw-user-popup {
    position: absolute;
    z-index: 1000;
    white-space: nowrap;
    top: -56px;
    left: -10px;
    text-transform: uppercase;
    display: none;
}

.lsfw-user-popup .lsfw-user-popup__row {
    border-bottom: 4px solid #f1ebd3;
    padding: 10px 10px 5px 10px;
    display: flex;
    flex-wrap: wrap;
}

.lsfw-user-popup .lsfw-user-popup__inner {
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    padding: 0 0 10px 0;
    border-radius: 5px;
    width: 320px;
    z-index: 5;
    overflow: hidden;
}

.lsfw-user-popup .lsfw-flag {
    vertical-align: middle;
}

.lsfw-user-popup .lsfw-user-popup__loc span {
    font-size: 11px;
    max-width: 192px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.lsfw-user-popup .lsfw-user-popup__user .lsfw-user-popup__name {
    width: 100%;
    overflow: hidden;
    display: block;
    color: #475669;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lsfw-user-popup .lsfw-user-popup__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    align-items: center;
}


.lsfw-user-popup .lsfw-user-popup__ava img {
    border-radius: inherit;
}

.lsfw-user-popup .lsfw-user-popup__ava {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    display: inline-block;
    border: 2px solid #ffffff;
}

.lsfw-user-popup .lsfw-user-popup__user-info {
    padding-left: 10px;
    width: calc(100% - 50px);
}

.lsfw-user-popup .lsfw-user-popup__head .lsfw-user-popup__my-page:hover {
    background: #2877a9;
}

.lsfw-user-popup .lsfw-user-popup__head .lsfw-user-popup__my-page::before {
    content: '\f06e';
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 25px;
    font-family: "Font Awesome 5 Free";
}

.lsfw-user-popup .lsfw-user-popup__head .lsfw-user-popup__my-page {
    border-radius: 5px;
    font-size: 10px;
    line-height: 25px;
    display: block;
    padding: 0 40px;
    position: relative;
    width: 240px;
    color: #ffffff !important;
    background: #318cc6;
}

.lsfw-user-popup .lsfw-user-popup__head {
    background: #eeeeee;
    padding: 10px;
    /* padding-bottom: 10px; */
    border-radius: 5px 5px 0 0;
}

.lsfw-user-popup .lsfw-user-popup__bb i {
    font-size: 25px;
    height: 35px;
    display: block;
    line-height: 27px;
    position: relative;
}

.lsfw-user-popup .lsfw-user-popup__bb:hover {
    background: #f1ebd3;
}

.lsfw-user-popup .lsfw-user-popup__bb.active {
    color: #e03a3a;
    background: #f1ebd3;
}

.lsfw-user-popup .lsfw-user-popup__bb {
    width: calc(33.3% - 5px);
    font-size: 10px;
    padding: 10px 2px;
    background: #f8e4d5;
    border-radius: 5px;
    color: #475669;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-family: 'apercu_pro', sans-serif;
    border: none;
    text-align: center;
    margin: 0 5px 5px 0;
    line-height: 16px;
    order: 0;
}

.lsfw-user-popup .lsfw-user-popup__fill-line::before {
    content: "\f007";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 25px;
}

.lsfw-user-popup .lsfw-user-popup__fill-line {
    background: #f1ebd3;
    font-size: 10px;
    padding-left: 35px;
    position: relative;
    line-height: 25px;
}

.lsfw-user-popup .bth__btn--28 {
    margin: 10px 0 0 10px;
    font-size: 10px;
    width: 120px !important;
}

.lsfw-user-popup .lsfw-user-popup__order1 {
    order: 1;
    width: 100%;
}

.lsfw-user-popup .lsfw-user-popup__bb i .lsfw-user-popup__bb-push {
    font-size: 11px;
    font-family: 'apercu_pro', sans-serif;
    color: #f8e4d5;
    position: absolute;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .lsfw-user-popup {
        left: 0;
    }

    .lsfw-user-popup .lsfw-user-popup__inner {
        width: 380px;
    }
}

@media screen and (max-width: 413px) {
    .lsfw-user-popup .lsfw-user-popup__inner {
        width: 300px;
    }
}

@media screen and (max-width: 500px) {
    .lsfw-user-popup .lsfw-user-popup__inner {
        width: 290px;
    }
}