/* CSS Document */
body{
    background-image: linear-gradient(90deg, rgba(2,135,227,1) 12%, rgba(2,169,227,1) 22%, rgba(2,170,227,1) 30%, rgba(2,188,227,1) 41%, rgba(2,192,227,1) 53%, rgba(2,195,227,1) 70%, rgba(2,161,227,1) 88%, rgba(0,155,255,1) 100%);
}

h1{
    text-align: center;
    color: #f0f8ff;
    text-shadow: 2px 2px #04578b;
}
.form-control{
    margin: 5px 0;
    border: 0;
    box-shadow: 4px 4px 3px #06a3e3;
    height: 4vh;
}
.player1{
    
}
.player2{
    
}
.swap-players{
    outline: none !important;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
    padding-left: 1em;
}
.ttt-table{
    width: 600px;
    height: 600px;
}
.ttt-table td{
    width: 200px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    font-size:132px;
    border: 1px solid #fff;
    color:#fff;
    font-family: 'Capriola',sans-serif;
}
.ttt-table td.click{
    cursor: pointer;
}
.score-div{
    margin: 0 auto;
    width: 400px;
}
.score-table{
    width:100%;
    border: 1px solid #fff;
    color:#fff;
}
.score-table td{
    text-align: center;
    vertical-align: middle;
    width:100px;
}
#result{
    position: absolute;
    width: 600px;
    height: 70px;
    z-index: 1;
    top: 45%;
    left: 25%;
    background-color: #25b70bad;
    padding: 1em;
    display: none;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 2px 2px #04578b;
}
#result a{
    color: #fff93b;
    text-shadow: 2px 2px #b18115;
}
@media  (min-width: 1200px) {
    .player1{
        padding-left: 1.8em;
    }
    .player2{
        padding-left: 0;
        padding-right: 2.5em;
    }
    .table-div{
        width:700px;
        margin: 0 auto;
    }
    .ttt-table{
        width: 690px;
        height: 690px;
    }
    .ttt-table td{
        width: 230px;
        height: 230px;
        font-size:152px;
    }
    #result{
        width: 690px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .player2{
        padding-left: 0;
        padding-right: 1.5em;
    }
}
@media  (max-width: 991px) {
    .col-1{
        ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .score-div{
        width: 509px;
    }
    .score-table{
        margin-left:3em; 
    }
}
@media  (max-width: 767px) {
    .ttt-table{
        width: 509px;
        height: 509px;
    }
    .ttt-table td{
        width: 150px;
        height: 150px;
        font-size:99px;
    }
    #result{
        width: 509px;
        top: 37%;
    }
    .score-table{
        margin-left:0; 
    }
}
@media  (max-width: 575px) {
    .ttt-table{
        width: 94.5vw;
        height: 94.5vw;
    }
    .ttt-table td{
        width: 150px;
        height: 150px;
        font-size:99px;
    }
    #result,
    .score-div{
        width: 94.5vw;
    }
}
@media  (max-width: 525px) {
    .ttt-table{
        width: 93vw;
        height: 93vw;
    }
    .ttt-table td{
        height: 30.7vw;
        width: 30.7vw;
        font-size:76px;
    }
    #result,
    .score-div{
        width: 93vw;
        margin-left: 0;
    }
}
@media  (max-width: 425px) {
    .ttt-table{
        width: 92vw;
        height: 92vw;
    }
    .ttt-table td{
        height: 30.7vw;
        width: 30.7vw;
        font-size:76px;
    }
    #result,
    .score-div{
        width: 92vw;
    }
}
@media  (max-width: 375px) {
    .ttt-table{
        width: 90.5vw;
        height: 90.5vw;
    }
    .ttt-table td{
        height: 30.1vw;
        width: 30.1vw;
        font-size:9.5vh;
    }
    #result,
    .score-div{
        width: 90.5vw;
    }
}
@media  (max-width: 320px) {
    .ttt-table td{
        font-size:19.5vw;
    }
}