.AddNewArtist {
    border: 1px solid $grey_200;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px $black_075, 0 0 8px $black_2;
    margin-top: 10px;
    padding: 15px;
    padding-right: 2px;

    .Icons-close {
        height: 12px;
        width: 12px;
    }

    .ArtistProfile {
        height: 60px;
        padding: 0;
    }

    &-loading {
        padding-right: 20%;
    }

    &-header {
        align-items: center;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
        padding-right: 13px;
    }

    &-header-caption {
        flex: 1;
        overflow: hidden;
        padding-right: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    &-footer {
        display: flex;

        &-center {
            flex: 1;
            padding: 0 10px;
        }
    }

    &-content {
        &-tab-title-store-name {
            font-weight: $weight_bold;
        }
        &-empty {
            font-weight: $weight_bold;
        }
    }
}
