﻿.my-friends h4 {
    color: var(--color-3);
    font-weight: 600;
}

.my-friends table th {
    color: #ffffff !important;
    background-color: var(--color-3) !important;
    padding: 15px;
}

    .my-friends table th .button--sort {
        color: #ffffff !important;
        text-decoration: none;
    }

.my-friends .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;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px
}

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

.my-friends .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;
}

.my-friends nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .my-friends nav .btn-previous i,
    .my-friends nav .btn-next i {
        display: none;
    }

    .my-friends nav .btn-previous:after {
        transform: rotate(180deg);
    }

    .my-friends nav label {
        margin-left: 20px;
    }

    .my-friends nav a:not([href]) {
        pointer-events: none;
        opacity: 0.4;
    }

.my-friends .btn-previous,
.my-friends .btn-next,
.my-friends .btn-primary {
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-3);
    border: 1px solid var(--color-3);
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    line-height: normal;
}

.my-friends .btn-primary {
    float: right;
}

.my-friends .btn-previous:after,
.my-friends .btn-next:after,
.my-friends .btn-primary:after {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    transition: transform 0.3s ease-in-out;
}

    .my-friends .btn-previous:hover,
    .my-friends .btn-previous:active,
    .my-friends .btn-previous:focus,
    .my-friends .btn-next:hover,
    .my-friends .btn-next:active,
    .my-friends .btn-next:focus,
    .my-friends .btn-primary:hover,
    .my-friends .btn-primary:active,
    .my-friends .btn-primary:focus {
        color: var(--color-3);
        box-shadow: none;
        background-color: transparent;
        border: 1px solid var(--color-3);
    }

        .my-friends .btn-next:hover:after,
        .my-friends .btn-primary:hover:after {
            transform: translateX(5px);
        }

    .my-friends .btn-previous:hover:after {
        transform: translateX(-5px) rotate(180deg);
    }

.my-friends .table > :not(caption) > * > * {
    padding: 20px 15px;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.my-friends .dropdown-messages {
    background: #FFF;
    border: 1px solid #E0E3E4;
    box-shadow: 0px 0px 8px 3px #eaeaea;
    box-sizing: border-box;
    min-width: 600px;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    z-index: 100;
    font-size: 14px;
    padding: 20px;
    right: 2px;
    margin-top: 10px;
}

    .my-friends .dropdown-messages .scoreComments-item {
        border-bottom: 1px solid #e2e2e2;
        padding: 10px 0;
    }

        .my-friends .dropdown-messages .scoreComments-item:last-child {
            border-bottom: 0;
        }

    .my-friends .dropdown-messages .btn-friend-request {
        padding: 8px;
        border: none;
        border-radius: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height */
        text-align: center;
        letter-spacing: 0.01em;
    }

.col-friends-filter {
    position: relative;
}

.my-friends .dropdown-messages h3 {
    font-size: 24px;
}

.my-friends .dropdown-messages .scoreComments-item .text-right {
    text-align: right;
}

    .my-friends .dropdown-messages .scoreComments-item .text-right label {
        display: block;
    }

.my-friends a {
    color: var(--color-3);
    text-decoration: none;
}

    .my-friends a.red,
    .my-friends a i.red {
        color: red;
    }

    .my-friends a:hover {
        color: var(--color-1);
    }

.my-friends svg[class^="icon-"] {
    display: inline-block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: currentColor;
    stroke: currentColor;
}

.my-friends .my-photo-container {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-friends .dropdown-messages .btn-friend-request {
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-3);
    border: 1px solid var(--color-3);
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    line-height: normal;
}