/*** Test **/
:is(.dark .dark\:bg-gray-800) {
    background-color: #010205;
}
:is(.dark .dark\:text-gray-100) {
    color: #efefef;
}

.authLayout :is(.dark .dark\:text-gray-300) {
    color: #efefef;
}
.authLayout :is(.dark .dark\:bg-gray-900) {
    background-color: #fff;
}
.authLayout :is(.dark .dark\:border-gray-700) {
    border-color: #fff;
}
.authLayout input {
    border-radius: 0;
}

.Navigation__rightSide a {
    margin-bottom: 5px;
}
.space-y-6 .text-gray-900.text-left.mt-3 h1 {
    color: #efefef;
}
.space-y-0 .text-gray-900.text-center.mt-3 h1 {
    color: #efefef;
}
.btn, a.ranking-main-button {
    font-family: Nunito,sans-serif;
    border-radius: 20px;
    font-size: .8rem;
    font-weight: 600;
}
.container-fluid.mt-3.mb-3 a.ranking-main-button {
    background: #95f3ff;
    border-color: #95f3ff;
    padding: 0.475rem 2.75rem;
    color: #000 !important;
}
.container-fluid.mt-3.mb-3 a.ranking-main-button.active {
    background-color: rgb(84, 91, 98);
    border-color: rgb(78, 85, 91);
    padding: 0.475rem 2.75rem;
    color: #efefef !important;
}
#content-replace table thead th {
    color: #fff;
    background-color: #1f2c3d;
    border-color: #1f2c3d;
}
:focus {
    box-shadow: none !important;
}
.container-fluid.mt-3.mb-3 a:hover {
    text-decoration: none;
}
.relative.border.bg-cover.bg-center.bg-no-repeat.bg-gray-700 {
    border: none !important;
}
.character-build.flex-column {
    flex-direction: row !important;
}
.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table-striped tbody tr {
    background-color: #000;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #000;
}
.table>:not(caption)>*>* {
    color: #fff;
    background-color: #000;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: #fff;
    --bs-table-bg-type: #000;
}
.table th, .table td {
    border-top: none;
}
.card {
    background-color: #010205 !important;
    color: #efefef !important;
}
input[name=search] {
    background: #101012;
    border: #495057;
}
.card--dark {
    background: #050b1a;
}

.table tbody tr td a {
    font-weight: 700;
    color: #b0d5e6;
    transition: .3s;
    text-decoration: none;
}
.table tbody tr td a {
    color: #63accd;
}
