html {
    background-image: #333;
}
body {
    background-color: inherit!important;
    color: hsl(280 11% 85% / 1);
}
.navbar, .btn, .btn:hover {
    box-shadow: none;   
}
#litebans-navbar {
    flex-grow: 0;
}
.navbar {
    display: flex;
    justify-content: center;
}
.btn {
    padding: .64rem 2.14rem!important;
}
.badge {
    background-color: #A1251B;
}
.themechanger {
    background-color: inherit!important;
}
.jumbotron {
    background-color: hsl(280deg 100% 5% / 50%);
    box-shadow: hsl(0deg 0% 0% / 80%) 0px 5px 15px;
    margin-bottom: 1.2rem;
    margin-top: -30px;
    border-radius: 50px;
    backdrop-filter: blur(20px);
    color: white;
}
.navdrop {
    background-color: inherit!important;
}
.icon {
    text-align: center;
    margin-top: 1em;
}
.form-control:focus {
    color: white;
    background-color: inherit;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.btn-default {
    background-color: hsl(296 30% 20% / 1) !important;
    background-image: linear-gradient(60deg, transparent, hsl(296 40% 30% / 1));
    border-radius: 15px;
}
.fa-inverse {
    color: #2D3245;
}
.navbar-dark .navbar-nav .nav-link {
    border-radius: 15px;
    color: white;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
    opacity: 1.00;
}

.form-control {
    background-color: transparent;
    color: hsl(296 30% 20% / 1);
    border-radius: 15px;
    border-color: hsl(296 30% 25% / 1);
    border-width: 2px;
    backdrop-filter: blur(10px);
}

option {
    background-color: gray;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsl(280deg 90% 3% / 60%);
}
tr {
    background-color: hsl(280deg 100% 3% / 30%);
    backdrop-filter: blur(30px);
}

div:has(> .modal-header) {
    padding-left: 65px;
    padding-right: 65px;
}

.modal-header {
    color: white;
    text-align: center;
    display: block;
    border-color: hsl(296 30% 35% / 1);
    border-width: 3px;
}

.table-bordered th, .table-bordered td {
}
.table-bordered {
    color: white;
}
thead {
    color: white!important;
}
table.table a {
    margin: 0;
    color: hsl(280 30% 90% / 1);
}
table td {
    font-size: 1.2rem!important;
    font-weight: 300;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white!important;
    opacity: 1; /* Firefox */
}
body > div > div:nth-child(2) > div > div:nth-child(6) > div {
    color:white;
}
.form-control:focus {
    border-color: hsl(296 40% 35% / 1);
}

div:has(> table) {
    padding: 30px !important;
    background: hsl(280deg 100% 5% / 50%);
    border-radius: 50px;
    backdrop-filter: blur(20px);
}
.row:has(+ table) {
    margin-bottom: 10px;
}
table.table thead th:first-child {
    padding-left: 30px;
}
table.table thead th:last-child {
    padding-right: 30px;
}
table.table thead th {
    border-bottom-color: hsl(280 10% 43% / 1);
}
.table-bordered th, .table-bordered td {
    border-color: black;
}
table.table {
    border: none;
    border-radius: 50px;
    overflow: hidden;
}

@media screen and (max-width: 700px) {
    div:has(> table) {
        text-align: center;
        padding: 0px !important;
    }

    div:has(> table) > div:first-child {
        padding: 30px 30px 0;
        margin-left: 0;
        margin-right: 0;
    }

    table.table {
        border-radius: 5px;
    }

    table.table thead th:first-child {
        padding-left: inherit;
    }

    table.table td, table.table th {
        padding-top: 0.9rem;
        padding-bottom: 0.8rem;
    }

    .table th, .table td {
        padding: 0.25rem;
    }

    table.table[table-type="history"] td {
        font-size: 0.5rem !important;
    }

    table.table[table-type="history"] th {
        font-size: 0.6rem;
    }

    table.table[table-type="history"] td:last-child,
    table.table[table-type="history"] th:last-child {
        display: none;
    }

    div:has(> table) > div:first-child > div {
        margin-left: 0 !important;
    }

    div:has(> table) > div:first-child .form-inline {
        justify-content: center;
    }

    table.table[table-type="info"] {
        border-radius: 5px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}