.hint-actions {
    position: relative;
}

.hint-actions .hint li.far::before {
    font-weight: normal;
}

.hint-actions .hint li::before {
    font-weight: bold;
    width: 25px;
    text-align: center;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 15px;
    top: 6px;
}

.hint-actions .hint li.active::before {
    content: '\f058';
    font-weight: bold;
}

 .hint-actions .hint li.active {
    color: #00a551;
}


.hint-actions .hint .fa-radar.green {
    background-color: #00a551;
}

.hint-actions .hint .fa-radar::before {
    content: '';
    height: 24px;
    background-color: #475669;
    -webkit-mask: url(https://tophotels.ru/csstx/i/radar.svg) no-repeat center/14px;
    mask: url(https://tophotels.ru/csstx/i/radar.svg) no-repeat center/14px;
}

.hint-actions .hint li {
    font-weight: normal;
    font-family: 'apercu_pro', sans-serif;
    display: block;
    cursor: pointer;
    padding: 7px 30px 7px 50px;
    font-size: 15px;
    position: relative;
    line-height: 23px;
}

.hint-actions.active .fa-ellipsis-v::before {
    content: '\f00d';
}

.lsfw-tbl tr:nth-child(1) .hint-actions.active .hint, .lsfw-tbl tr:nth-child(2) .hint-actions.active .hint,
.lsfw-tbl tr:nth-child(3) .hint-actions.active .hint {
    top: 35px !important;
    bottom: auto !important;
}

.lsfw-tbl tr td .hint-actions.active .lsfw-tbl__bb.fa-ellipsis-v,
.hint-actions.active .fa-ellipsis-v {
    background-color: #e03a3a !important;
    color: #ffffff !important;
}

.hint-actions .hint .hint__brdr {
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
}

.hint-actions.active .hint {
    display: block !important;
    padding: 5px 0;
    right: auto;
    left: 0;
}

.hint-actions .hint li.fa-ban.active {
    color: #000;
}
@media screen and (min-width: 1025px) {
    .hint-actions .hint li:hover{
        color: #00a551;
    }

    .hint-actions .hint li:hover {
        background: #eeeeee;
    }

    .hint-actions .hint li.fa-ban:hover {
        color: #000;
    }

    .hint-actions .hint .fa-radar:hover:not(.active)::before {
        background-color: #00a551;
    }
}
@media screen and (max-width: 767px) {
    .hint-actions .hint li {
        padding-right: 15px;
        font-size: 9px;
        text-transform: uppercase;
        line-height: 14px;
        padding-left: 35px;
    }

    .hint-actions.active .hint {
        padding: 2px 0;
    }

    .hint-actions .hint li::before {
        font-size: 10px;
        left: 5px;
        top: 7px;
    }
    .hint-actions .hint .hint__brdr {
        margin-top: 5px;
    }
}