.dt-container {
    color: #fff;
}
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #1f2937;
    font-size: 1rem;
    color: #fff;
    width: 80px;
}
.custom-select::after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.custom-select option {
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: #333;
}
.dt-input {
    display: none;
}
.bw-table tr > td {
    background-color: rgb(31 41 55);
    color: rgb(255 255 255);
}
.bw-table thead > tr > th {
    background-color: rgb(31 41 55);
    color: rgb(248 245 249);
}
.bw-table.divided.thin tr {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));
    border-top-color: rgb(15 23 42 / var(--tw-border-opacity));
}

.inner-shadow-md {
    box-shadow: inset 0 2px 8px 0px rgb(0 0 0 / 50%);
}

.max-w-8xl {
    max-width: 90rem;
}

.card-full-result {
    background: #391f00;
    padding: 1.5rem;
    border-left: 4px solid #fb8c32;
}

@media only screen and (max-width: 768px) {
    .card-full-result {
        padding: 1rem;
        border-right: 4px solid #fb8c32;
    }
    div.dt-container div.dt-layout-row {
        display: inline-flex;
        justify-content: space-between;
    }
    .dt-container .dt-search {
        margin-top: 0;
    }
}

@supports (-webkit-touch-callout: none) {
    .ip-h-screen {
        min-height: -webkit-fill-available;
    }
}

.number-loader {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
    background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
    background-size: calc(100% / 3) 100%;
    animation: l7 1s infinite linear;
}
@keyframes l7 {
    33% {
        background-size: calc(100% / 3) 0%, calc(100% / 3) 100%,
            calc(100% / 3) 100%;
    }
    50% {
        background-size: calc(100% / 3) 100%, calc(100% / 3) 0%,
            calc(100% / 3) 100%;
    }
    66% {
        background-size: calc(100% / 3) 100%, calc(100% / 3) 100%,
            calc(100% / 3) 0%;
    }
}
