/* --- #dialog-athlete-bio --- */

#dialog-athlete-bio {
    max-height: 100%;
    overflow-y: auto;
}

#dialog-athlete-bio .title {
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 0.8rem;
    color: #5b6877;
}

#dialog-athlete-bio .winning-technique,
#dialog-athlete-bio .unit-action {
    font-size: 0.8rem;
    color: #2b323a;
}

#dialog-athlete-bio table {
    font-size: 0.8rem;
    color: #2b323a;
}

#dialog-athlete-bio table td {
    padding: 1px;
}

#dialog-athlete-bio table tr:nth-child(2) td {
    text-align: center;
}

/* 選手情報 */
#dialog-athlete-bio table tr:nth-child(1) td:nth-child(1) p,
#dialog-athlete-bio table tr:nth-child(1) td:nth-child(3) p {
    margin: 10px 0;
}

#dialog-athlete-bio table tr:nth-child(1) td:nth-child(1) p:nth-child(1),
#dialog-athlete-bio table tr:nth-child(1) td:nth-child(3) p:nth-child(1) {
    /* color: #F9C901; */
    font-size: 0.9rem;
    font-weight: bold;
}

/* 得点（有効なし） */
#dialog-athlete-bio table tr:nth-child(2) td:nth-child(1),
#dialog-athlete-bio table tr:nth-child(2) td:nth-child(2),
#dialog-athlete-bio table tr:nth-child(2) td:nth-child(3),
#dialog-athlete-bio table tr:nth-child(2) td:nth-child(5),
#dialog-athlete-bio table tr:nth-child(2) td:nth-child(6),
#dialog-athlete-bio table tr:nth-child(2) td:nth-child(7) {
    width: 16.5%;
}

#dialog-athlete-bio table tr:nth-child(2) td:nth-child(4) {
    width: 1%;
}

/* 得点（有効あり） */
#dialog-athlete-bio table.yuko tr:nth-child(2) td:nth-child(1),
#dialog-athlete-bio table.yuko tr:nth-child(2) td:nth-child(2),
#dialog-athlete-bio table.yuko tr:nth-child(2) td:nth-child(3),
#dialog-athlete-bio table.yuko tr:nth-child(2) td:nth-child(4),
#dialog-athlete-bio table.yuko tr:nth-child(2) td:nth-child(6),
#dialog-athlete-bio table.yuko tr:nth-child(2) td:nth-child(7),
#dialog-athlete-bio table.yuko tr:nth-child(2) td:nth-child(8),
#dialog-athlete-bio table.yuko tr:nth-child(2) td:nth-child(9) {
    width: 12%;
}

#dialog-athlete-bio table.yuko tr:nth-child(2) td:nth-child(5) {
    width: 4%;
}

#dialog-athlete-bio table tr:nth-child(2) td p:nth-child(1) {
    color: black;
    font-weight: 500;
    margin: 3px 0;
}

#dialog-athlete-bio table tr:nth-child(2) td p:nth-child(2) {
    font-size: 0.5rem;
    margin: 3px 0;
}

#dialog-athlete-bio .card-footer2 table tr td:nth-child(1) {
    width: 40%;
    text-align: left;
}

#dialog-athlete-bio .card-footer2 table tr td:nth-child(2) {
    width: 20%;
    text-align: center;
}

#dialog-athlete-bio .card-footer2 table tr td:nth-child(3) {
    width: 40%;
    text-align: right;
}

#dialog-athlete-bio .card-footer3 table {
    margin-bottom: 0.5rem;
}

#dialog-athlete-bio .card-footer3 table tr td p:nth-child(1) {
    margin: 15px 0 3px;
    color: black;
}

#dialog-athlete-bio .card-footer3 table tr td p:nth-child(2) {
    margin: 3px;
    font-size: 0.7rem;
}

#dialog-athlete-bio .card-footer3 table tr td:nth-child(1),
#dialog-athlete-bio .card-footer3 table tr td:nth-child(3) {
    width: 33%;
    text-align: center;
}

#dialog-athlete-bio .card-footer3 table tr td:nth-child(2) {
    text-align: center;
}

#dialog-athlete-bio .tile {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    color: #686f76;
    font-weight: 600;
    font-size: 1rem;
    background-color: #e1e1e1;
    line-height: 2rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 9999px !important;
    margin-right: 0.2rem;
    margin-bottom: 2px;
}

#dialog-athlete-bio .tile-red {
    background-color: #b76ba3;
}

#dialog-athlete-bio .tile-white {
    background-color: #e1e1e1;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#dialog-athlete-bio .tile-blue {
    background-color: #346cb0;
}

#dialog-athlete-bio .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

#dialog-athlete-bio .card.filter {
    border: none;
    box-shadow: none;
}

#dialog-athlete-bio .winner-icon {
    /* color: #b76ba3; */
    color: #ce1e1c;
}

/* --- 試合リスト --- */

#dialog-athlete-bio .match-list .card {
    /* width: 320px; */
    width: 100%;
    /* height: 150px;; */
}

#dialog-athlete-bio .match-list .card-footer {
    font-size: 0.8rem;
}

#dialog-athlete-bio .match-list .bracket-title {
    font-size: 0.8rem;
}

#dialog-athlete-bio .match-list table {
    font-size: 0.8rem;
}

#dialog-athlete-bio .match-list table tr.winner {
    font-weight: bold;
}

#dialog-athlete-bio .match-list table tr.winner i {
    color: #f9c901;
}

#dialog-athlete-bio .match-list table tr.current {
    border-bottom: 1px solid rgb(218, 185, 129);
}

#dialog-athlete-bio .match-list table td {
    padding: 1px;
}

/* 有効なしの場合 */

#dialog-athlete-bio .match-list table tr td:nth-child(1) {
    width: 7%;
    text-align: left;
}

#dialog-athlete-bio .match-list table tr td:nth-child(2) {
    width: 53%;
    text-align: left;
}

#dialog-athlete-bio .match-list table tr td:nth-child(3) {
    width: 10%;
    text-align: center;
}

#dialog-athlete-bio .match-list table tr td:nth-child(4) {
    width: 10%;
    text-align: center;
}

#dialog-athlete-bio .match-list table tr td:nth-child(5) {
    width: 10%;
    text-align: center;
}

#dialog-athlete-bio .match-list table tr td:nth-child(6) {
    width: 10%;
    text-align: center;
}

/* 有効ありの場合 */

#dialog-athlete-bio .match-list table.yuko tr td:nth-child(1) {
    width: 7%;
}

#dialog-athlete-bio .match-list table.yuko tr td:nth-child(2) {
    width: 55%;
}

#dialog-athlete-bio .match-list table.yuko tr td:nth-child(3) {
    width: 10%;
}

#dialog-athlete-bio .match-list table.yuko tr td:nth-child(4) {
    width: 8%;
}

#dialog-athlete-bio .match-list table.yuko tr td:nth-child(5) {
    width: 8%;
}

#dialog-athlete-bio .match-list table.yuko tr td:nth-child(6) {
    width: 8%;
}

#dialog-athlete-bio .match-list table.yuko tr td:nth-child(7) {
    width: 8%;
    text-align: center;
}

#dialog-athlete-bio .match-list table tr:nth-child(2) td:nth-child(4),
#dialog-athlete-bio .match-list table tr:nth-child(2) td:nth-child(5),
#dialog-athlete-bio .match-list table tr:nth-child(2) td:nth-child(6),
#dialog-athlete-bio .match-list table tr:nth-child(2) td:nth-child(7) {
    font-size: 0.7rem;
}

#dialog-athlete-bio .match-list .tile,
#dialog-athlete-bio .tile {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    color: #686f76;
    font-weight: 600;
    font-size: 1rem;
    background-color: #e1e1e1;
    line-height: 2rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 9999px !important;
    margin-right: 0.2rem;
    margin-bottom: 2px;
}

#dialog-athlete-bio .card-title {
    font-size: 1rem;
}

#dialog-athlete-bio .card-title.match-name {
    font-size: 0.9rem;
}

#dialog-athlete-bio .footer-frame {
    /* color: #333; */
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
    height: 30px;
}
