.SubaccountList {

    &-panel {
        margin-bottom: 20px;
    }

    &-search-panel {
        padding: 6px 0;
    }

    /* 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;

                    .btn {
                        margin-left: 4px;
                    }

                }

            }

        }

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

    /* stylelint-disable number-leading-zero */
    &-disable {
        opacity: 0.4;
        pointer-events: none;
        position: relative;
    }
    /* stylelint-enable number-leading-zero */

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

    &-no-content {
        border-bottom: 1px solid #d9d2d0;
        padding: 100px 0;
    }

    &-no-content {
        font-weight: bold;
        text-align: center;
    }

}
