@charset "utf-8";
/* チーム参加画面 */
.join-team-area {
    width: 90%;
    height: 94%;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    top: 3%;
    left: 5%;
    overflow: scroll;
}

.team-id-input-area {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
    /* border: 1px solid black; */
}

.team-id-text {
    font-size: 24px;
    color: #545454;
    font-weight: bold;
    text-align: center;
}

.input-team-id {
    width: 80%;
    height: 58px;
    margin-top: 5px;
    border: 1px solid #545454;
    border-radius: 15px;
    font-size: 25px;
    color: #545454;
    padding-left: 20px;
}

.next-button-area {
    width: 100%;
    height: 47%;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border: 1px solid black; */
}

.next-button {
    width: 65%;
    height: 60px;
    background-color: white;
    font-size: 25px;
    border: 1px solid #545454;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .next-icon-area {
    margin-right: 10px;
    margin-left: 10px;
} */

.next-icon {
    width: 36px;
    height: auto;
    /* margin-top: 10px; */
}

.next-text-area {
    color: #545454;
}