.UserList {

    /* stylelint-disable max-nesting-depth, selector-class-pattern, selector-no-type */
    &-table {

        tbody {

            tr {
                height: 46px;
            }

            td {
                vertical-align: middle;

                &:last-child {
                    text-align: right;
                    width: 170px;

                    .btn {
                        margin-left: 4px;
                    }

                }

            }

        }

    }
    /* stylelint-enable max-nesting-depth, selector-class-pattern, selector-no-type */

    &-no-content {
        border-bottom: 1px solid $koala;
        font-weight: bold;
        padding: 100px 0;
    }

    &-name {
        font-weight: 700;
    }

    &-disable {
        opacity: .4;
        pointer-events: none;
        position: relative;
    }

    &-loader-container {
        border-bottom: 1px solid $koala;
        height: 100%;
        left: 0;
        padding: 50% 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

}

.Pagination svg { /* stylelint-disable-line selector-no-type */
    height: 10px;
    width: 10px;
}
