@charset "utf-8";
/* ユーザー情報設定画面 */
.setting-user-information-area {
    width: 90%;
    height: 94%;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    top: 3%;
    left: 5%;
    overflow: scroll;
}

/* ユーザー名入力エリア */
.user-name-setting-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 11%;
    min-height: 60px;
    margin-top: 15px;
    /* border: 1px solid black; */
}

.input-user-name {
    /* width: 80%;
    height: 90%;
    min-height: 25px;
    margin: 0 auto;
    font-size: clamp(22px, 3.5vh, 30px);
    text-align: center; */
    width: 80%;
    height: 40px;
    min-height: 32px;
    margin: 0 auto;
    border: 1px solid #545454;
    border-radius: 5px;
    font-size: 25px;
    color: #545454;
    padding-top: 1%;
    padding-left: 3%;
}

/* アイコン選択エリア */
.user-icon-setting-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 18%;
    min-height: 90px;
    margin-top: 5%;
    /* border: 1px solid black; */
}

/* ユーザー名・アイコン・色項目名 */
.user-name-text,
.user-icon-text,
.user-color-text {
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    color: #545454;
}

/* アイコン選択エリア */
.select-icon-area {
    width: 87%;
    height: 90%;
    min-height: 65px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* border: 1px solid black; */
}

.select-icon1-area,
.select-icon2-area,
.select-icon3-area,
.select-icon4-area,
.select-icon5-area,
.select-icon6-area {
    /* width: 17%;
    height: 100%; */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* border: 1px solid black; */
}

.select-icon1,
.select-icon2,
.select-icon3,
.select-icon4,
.select-icon5,
.select-icon6 {
    width: 36px;
    height: auto;
    /* filter: brightness(0) saturate(100%) invert(14%) sepia(99%) saturate(6992%) hue-rotate(321deg) brightness(100%) contrast(100%);  */
    /* transform: translateY(25%); */
}

/* 色選択エリア */
.user-color-setting-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 20%;
    min-height: 137px;
    margin-top: 5%;
    /* border: 1px solid black; */
}

/* 色選択エリア（上段） */
.select-color-area1 {
    width: 80%;
    height: 45%;
    min-height: 52px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
}

/* 色選択エリア（下段） */
.select-color-area2 {
    width: 80%;
    height: 45%;
    min-height: 52px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
}

.select-color1-area {
    /* width: 15%; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FF3131;
    /* border: 1px solid black; */
    margin-right: 5px;
    /* margin-bottom: 5px; */
}

.select-color2-area {
    /* width: 15%; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FF914D;
    /* border: 1px solid black; */
    margin-right: 5px;
    /* margin-bottom: 5px; */
}

.select-color3-area {
    /* width: 15%; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFDE59;
    /* border: 1px solid black; */
    margin-right: 5px;
    /* margin-bottom: 5px; */
}

.select-color4-area {
    /* width: 15%; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #7ED957;
    /* border: 1px solid black; */
    margin-right: 5px;
    /* margin-bottom: 5px; */
}

.select-color5-area {
    /* width: 15%; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00BF63;
    /* border: 1px solid black; */
    margin-right: 5px;
    /* margin-bottom: 5px; */
}

.select-color6-area {
    /* width: 15%; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5CE1E6;
    /* border: 1px solid black; */
    margin-right: 5px;
    /* margin-bottom: 5px; */
}

.select-color7-area {
    /* width: 15%; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #38B6FF;
    /* border: 1px solid black; */
    margin-right: 5px;
    /* margin-bottom: 5px; */
}

.select-color8-area {
    /* width: 15%; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #8C52FF;
    /* border: 1px solid black; */
    margin-right: 5px;
    /* margin-bottom: 5px; */
}

.select-color9-area {
    /* width: 15%; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FF66C4;
    /* border: 1px solid black; */
    margin-right: 5px;
    /* margin-bottom: 5px; */
}

/* 決定するボタン */
.finish-setting-button-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 20%;
    min-height: 100px;
    align-items: center;
    justify-content: flex-end;
    /* border: 1px solid black; */
}

.finish-setting-button {
    width: 200px;
    height: 45px;
    background-color: white;
    font-size: 25px;
    border: 1px solid #545454;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.finish-setting-icon-area {
    /* margin-right: 10px;
    margin-left: 10px; */
    transform: translateX(-6px);
    display: flex;
    align-items: center;
}

.finish-setting-icon {
    width: 36px;
    height: auto;
}

.finish-setting-text-area {
    transform: translateX(-3px);
    height: 45px;
    line-height: 45px;
    color: #545454;
    font-size: 16px;
    font-weight: bold;
}