.ProfilesPopover {
    font-family: Rubik, sans-serif;
    font-weight: $weight_bold;
    width: 235px;

    &-overlay {
        padding: 0;

        .popover-content { /* stylelint-disable-line selector-class-pattern */
            padding: 0;
        }
    }

    &-content-container {
        padding: 15px;
    }

    &-header {
        display: flex;
        padding-bottom: 5px;
    }

    &-header-tooltip {
        color: $koala;
    }

    &-footer {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 1px solid $koala;
    }
}
