@charset "utf-8";
/* スポットチーム概要ポップアップ */
.team-over-view-area {
    width: 80%;
    height: 60%;
    font-weight: bold;
    border-radius: 35px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 1100;
    Visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%);
}

.team-over-view-popup-header {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    /* border: 1px solid black; */
}

.team-over-view-popup-title {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #545454;
}

.team-over-view-popup-cancel {
    width: 10%;
    text-align: center;
    position: absolute;
    top: 1%;
    right: 5%;
    font-size: 20px;
    color: #545454;
}


/* チーム名表示エリア */
.team-over-view.team-name-display-area {
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 10%;
    min-height: 50px;
    margin-top: 20px;
    /* border: 1px solid black; */
}

/* 各オプション表示エリア */
.team-over-view.team-numberofpeople-display-area,
.team-over-view.team-time-display-area,
.team-over-view.team-distance-display-area,
.team-over-view.team-update-display-area {
    display: flex;
    flex-direction: row;
    width: 90%;
    height: 10%;
    min-height: 50px;
}

/* 各項目名 */
.team-over-view.team-name-display-text,
.team-over-view.team-numberofpeople-display-text,
.team-over-view.team-time-display-text,
.team-over-view.team-distance-display-text,
.team-over-view.team-update-display-text,
.team-over-view.team-usagefee-display-text {
    font-size: 15px;
    font-weight: bold;
    padding-left: 25px;
    color: #545454;
    white-space: nowrap;
}

/* チーム名・リーダ名表示 */
.team-name-display-value {
    width: 85%;
    height: 90%;
    min-height: 25px;
    margin: 0 auto;
    font-size: 15px;
    color: #545454;
    text-align: center;
    word-break: break-all;
    display: flex;
    justify-content: center;
}

/* 各オプション表示 */
.team-numberofpeople-display-value,
.team-time-display-value,
.team-distance-display-value,
.team-update-display-value {
    width: 85%;
    height: 90%;
    min-height: 25px;
    margin: 0 auto;
    font-size: 15px;
    color: #545454;
    text-align: right;
    word-break: break-all;
}
