﻿.my-friends {
    margin: 80px auto 100px !important;
}

.my-friends h4 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #E30137;
    font-weight: 700;
}

.my-friends .pagination {
    max-width: 100%;
}

.my-friends table th {
    color: #8D8D93;
    letter-spacing: 0.01em;
    line-height: 1.5;
    font-size: 13px;
    border-top: 0;
    border-bottom: 0;
    font-weight: 300;
    min-width: 135px;
    background-color: #e30137;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
}

    .my-friends table th:first-child {
        border-top-left-radius: 3rem;
        border-bottom-left-radius: 3rem;
    }

    .my-friends table th:last-child {
        border-top-right-radius: 3rem;
        border-bottom-right-radius: 3rem;
    }

    .my-friends table th:first-child,
    .my-friends table td:first-child {
        padding-left: 1rem;
    }

@media (min-width: 576px) {
    .my-friends table th:first-child,
    .my-friends table td:first-child {
        padding-left: 3.5rem;
    }
}

.my-friends table > tbody > tr:first-child > td {
    border-top: 0;
}

.my-friends table td {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 24px;
}

.friend-request-count {
    position: absolute;
    background-color: #eeeeee;
    color: #000;
    font-size: 9px;
    padding: 3px 5px;
    right: 0;
    margin-top: -42px;
    border-radius: 3px;
    margin-right: 13px;
}

.friend-request {
    height: 30px;
    width: 30px;
    background-color: #FE4F47;
    color: #FFF;
    border-radius: 50%;
    line-height: 28px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
}

.btn-friends-messages {
    border: none;
    border-radius: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 18px;
    margin-top: 14px;
}

    .btn-friends-messages:hover {
        color: #E30137;
    }

@media (max-width: 620px) {
    .col-friends-filter {
        margin-left: 50px;
        margin-top: -90px;
    }

    .friend-request-count {
        display: none;
    }
}

@media all and (min-width:321px) and (max-width: 480px) {
    .col-friends-filter .dropdown-messages > .pl-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .col-friends-filter .scoreComments-item .col-1 {
        display: none;
    }
}