.Profile{
    padding: 21px;
}
.Profile .card > b{
    margin-bottom: 18px;
}
button{
    width: 56%;
    height: 30px !important;
}
.logout{
    display: block;
    padding: 0 0 30px 22px;
    color: #123a8a;
    font-weight: bold;
}
.add_artist{
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 1px solid #ddd;

}
/* 아티스트 정보 */
.artist_card{
    background: #fff;
    padding: 20px 25px;
    border-bottom: 1px solid #ddd;
}
.artist_card .artist_info{
    gap: 18px;
    align-items: center;
    margin-bottom: 19px;
}
.collecting{
    text-align: center;
    padding: 60px 0;
    font-weight: 500;
    font-size: 14px;
}
.artist_card span{
    font-size: 14px;
    gap: 7px;
    align-items: center;
}
.artist_card .main_img{
    object-fit: cover;
    width: 58px;
    height: 58px;
    border-radius: 50%;
}
.info_wrap{
    flex-direction: column;
}
.info_wrap span .dot{
    width: 2px;
    height: 2px;
    background: #333;
}
.follower{
    margin-bottom: 16px;
}
.icons{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
}
.icons img,
.streaming_stats img{
    width: 21px;
    height: 21px;
}
.icons .flex{
    gap: 15px;
    font-size: 14px;
}
.follower > b,
.streaming_stats > b{
    margin-bottom: 13px;
}
.streaming_img{
    margin-bottom: 15px;
}
.streaming_img > .flex:first-of-type{
    margin-bottom: 11px;
    gap: 8px;
}
.streaming_img > .flex > p{
    font-size: 14px;
    font-weight: 500;
}
.streaming_info{
    gap: 18px;
}
.streaming_info > .flex{
    flex-direction: column;
}
.streaming_info p{
    font-size: 12px;
    margin-bottom: 5px;
    width: 128px;
}
.streaming_info b{
    font-size: 14px;
}
.streaming_info .size{
    width: 145px;
}
.button_wrap{
    gap: 15px;
    margin-top: 19px;
}
.button_wrap button{
    width: 43.5% !important;
}
.card_bottom{
    height: 34px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

/* 아티스트 인포메이션 */
.artist_information .card_bottom{
    height: initial !important;
    padding: 14px 22px 20px;
}
.artist_information .card_bottom input{
    background-color: #f1f1f1;
    opacity: 0;

}
.introduction_file{
    position: relative;
}
.introduction_file p{
    background-color: #f1f1f1;
    height: 48px;
    line-height: 48px;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #ccc;
    width: 100%;
    border-radius: 5px;
    padding: 0 23px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.artist_information_btn{
    margin: 30px auto 0;
}

/* 로딩바 */
#loading_wrap{
    position: fixed !important;
    z-index: 2 !important;
    height: 100%;
    background: #cdcdcd4f;
}
/* 반응형 */
@media(max-width: 499px){
    .streaming_info p,
    .streaming_info .size{
        width: initial;
    }
}
