html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

**,
*::before,
*::after {
    box-sizing: inherit;
}

h1,
h2,
h3,
p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #f9f7f7;
}

a:hover {
    color: #CE242B;
}

body {
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Space Mono', monospace;
    background-color: #6a7867;
    font-style: normal;
    font-weight: 400;
    font-size: 14pt;
}

body::before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url(/image/clouds1.jpg) center / cover no-repeat;
    /*background: url(/sitephp/image/clouds1.jpg) center / cover no-repeat;*/
    filter: blur(0px);
}

h3 {
    text-align: center;
    color: white;

}

.logotext {
    padding: 20pt 0;
    font-size: 50pt;
    text-align: center;
    color: rgb(230 233 197);
    font-size: 4vw;
}

.title {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1vw;

}


.menu {
    text-align: left;
    padding-left: 12pt;
}

.seldiv {

    color: white;
    text-align: right;
    margin-right: 10pt;

}

.search_name {
    color: white;
    text-align: right;
    padding-right: 15px;
}

.stat_table {
    margin: 0 15px 0 15px;

}

table {
    background-color: rgba(0, 0, 0, 0.5);
    border-collapse: collapse;
    border: 1px solid white;
    font-size: 1vw;
}


thead {
    background: linear-gradient(to bottom right, #d5edfb, #439b75);
    position: sticky;
    top: 0;

}

th {
    color: rgb(3, 75, 142);

}

tbody {
    color: white;
}

table_sort,
td,
table_sort,
th {
    width: 8.3vw;
    height: 2vh;
    text-align: center;
    border: 1px solid rgb(53, 18, 18);
    cursor: pointer;
}

.filter__column {
    display: none;
}

.filter__column-item {
    display: table-cell;
}

.filter__column-text {
    color: white;
}

#name__column-item {
    background-color: rgb(156 205 199);
    color: rgb(3, 75, 142);
    font-size: 2vw;
}

/*.table_sort tbody tr:nth-child(even) {
    background: rgba(166, 209, 204, 0.403);

}*/
th:hover {
    background-color: #ffffff
}

tr:hover {
    background-color: #CE242B;
}

th.sorted[data-order="1"],
th.sorted[data-order="-1"] {
    position: relative;
}

th.sorted[data-order="1"]::after,
th.sorted[data-order="-1"]::after {
    right: 8px;
    position: absolute;
}

th.sorted[data-order="-1"]::after {
    content: "▼"
}

th.sorted[data-order="1"]::after {
    content: "▲"
}

#mesage_search {
    color: #CE242B;
}

.footer {
    display: flex;
    padding: 5px;
    margin: 0 15px 0 15px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1vw;
    background: linear-gradient(to bottom right, #d5edfb, #439b75);
}

tbody tr td a {
    display: block;
    height: 100%;
}

tbody tr td a:hover {
    color: white;
}

/*@media screen and (max-width: 801px) {    */
/*    table_sort, td,*/
/*    table_sort, th {*/
/*    width: 24.3vw;*/
/*    }*/
/*    table {*/
/*        font-size: 2vw;*/
/*    }*/
/*    .stat_table {*/
/*        margin: 0 5px 0 5px;*/
/*    }*/
/*    .title {*/
/*        margin: 0 5px 10px 5px;*/
/*    }*/
/*    .footer {    */
/*        margin: 0 5px 0 5px;*/
/*        font-size: 10pt;   */
/*    }*/
/*}*/

/*@media screen and (max-width: 700px) {  */
/*    table {*/
/*        font-size: 2.5vw;*/
/*    }*/
/*    .logotext {*/
/*        padding: 20pt 5px;*/
/*        font-size: 40pt;*/
/*    }*/
/*    #name__column-item {*/
/*        font-size: 2.5vw;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {  */
/*    table {*/
/*        font-size: 3vw;*/
/*    }*/
/*    .logotext {*/
/*        padding: 15pt 5px;*/
/*        font-size: 35pt;*/
/*    }*/
/*    .title {*/
/*        gap: 20px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 500px) {  */
/*    table {*/
/*        font-size: 3.5vw;*/
/*    }*/
/*    .logotext {*/
/*        padding: 10pt 5px;*/
/*        font-size: 28pt;*/
/*    }*/
/*    #name__column-item {*/
/*        font-size: 3.5vw;*/
/*    }*/
/*    .title {        */
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        */
/*        */
/*    }*/
/*}*/

/*@media screen and (max-width: 400px) {  */
/*    table {*/
/*        font-size: 4vw;*/
/*    }*/
/*    .logotext {        */
/*        font-size: 20pt;*/
/*    }*/
/*    #name__column-item {*/
/*        font-size: 4vw;*/
/*    }*/
/*}*/
