.thumb {
    border: solid 1px #a0a0a0;
    margin-right: 8px;
    border-radius: 12px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my_account {
    display: flex;
    align-items: center;
}

#change_profeel .my_account {
    cursor: pointer;
}

#change_profeel p {
    font-size: 12px;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#account_req {
    display: none;
}

/*ニックネーム横にある「プロフィールを変更」*/
/*todo: プロフィールを実装したら 表示へ*/
#edit_prof {
    font-size: 10px;
    margin-left: 16px;
    display: none;
}

.dialog_header {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

#thumb_file {
    display: none;
}

#nickname_change {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4px;
    border-radius: 6px;
    border-color: lightgray;
}
#set_prof {
    border-radius: 8px;
    border-width: 1px;
    background-color: #fae1ed;
    margin-bottom: 8px;
}

#profeel_dialog h3 {
    margin:0;
}

#profeel_dialog p {
    margin: 8px 0 0;
    font-size: 12px;
  }