﻿td {
    border-width: 1px;
}

th {
    border-bottom-color: inherit !important;
}

thead {
    border-style: none;
}

thead tr {
    background-color: #eee;
    position: sticky;
    top: 0;
    z-index: 1;
}

h1 {
    display: inline;
}

#header-dark-mode {
    display: inline;
    margin-left: 20px;
    vertical-align: text-bottom;
}
#header-levels-options {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-levels-types {
    display: flex;
}

.header-levels-type input[type=checkbox] {
    display: none;
}

.header-levels-type input[type="checkbox"] + label {
    padding: 5px;
}

.header-levels-type input[type="checkbox"] + label {
    border-width: 2px;
    border: solid transparent;
}

.header-levels-type input[type="checkbox"]:checked + label {
    border: solid var(--bs-body-color);
    border-radius: 50%;
}

.header-levels-types {
    display: grid;
    grid-template-columns: repeat(9, 80px);
    margin-bottom: 20px;
}

.header-levels-checkboxes {
    margin-bottom: 1rem;
}

.td-pk-image {
    text-align: center;
    vertical-align: middle;
}

.td-pk-type img {
    padding-top: 5px;
    padding-bottom: 5px;
}

select {
    width: 203px;
}

@media (max-width:535px) {
    #sortOrder {
        margin-left: 61px;
        margin-top: 5px;
    }
}

.btn-discord {
    background: #7289da;
    display: inline-flex;
    position: absolute;
    right: 15px;
    border-radius: 5px;
}

.btn-discord > img {
    width: 150px;
}