@media only screen and (min-width: 600px)  {
    .tooltip-inner {
        min-width: 500px;
    }
}

a { color: #007bff; }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #bdf4ff;
}

.custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 4px 10px;
}

#caselist {
    cursor:pointer;
}

#caselistblock {
    max-height: 865px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #0d6efd aliceblue;
    margin-top: 1rem;
}

.asterisk { color: #FF0000; }

.footer-text { text-align: center; padding: 10px 0;}

#premium { font-weight: bold; }

.form-floating label {
    top: -5px;
    left: 10px;
}

.dp-label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    font-size: small;
}

.f3-widget-paginator {
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0px 0px 0px;
    padding-left: 0px;
}

.f3-widget-paginator > li {
    display: inline;
    color: #fff;
}

.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    text-decoration: none;
    border: 1px solid #DDD;
    background-color: #FFF;
    color: #007bff;
}

.f3-widget-paginator > li.current,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus {
    text-decoration: underline;
    background-color: #EEE;
}

.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child {
    margin-left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li.current:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


:root {
    --bs-body-bg: #fff;
}

input.form-control, .form-select {
    background-color: #fff;
}

input.form-control:focus {
    background-color: #fff;
}

th.case-table-header {
    background-color: aliceblue;
    position: sticky;
    top: 0;
}