.panel-body-fh {
    height: calc(100vh - 200px);
}

@media (max-width: 767.98px) {
    .panel-body-fh {
        height: calc(100vh - 250px);
    }
}

.dataTables_filter {
    text-align: left !important;
    font-family: "Font Awesome 6 Pro";
}

.dataTables_paginate .previous,
.dataTables_paginate .next {
    font-family: "Font Awesome 6 Pro";
}

.dataTable thead tr.filters {
    border-bottom: none !important;
}

.dataTable thead tr.filters input {
    width: 100%;
    border: 1px solid var(--app-component-table-border-color);
}

.dataTable tbody td.dataTables_empty {
    padding-top: 14px;
    padding-bottom: 10px;
}

.dataTable tbody td:not(.child):not(.dataTables_empty):first-child {
    font-weight: bold;
}

.login-content a {
    color: rgba(var(--bs-gray-500-rgb), var(--bs-text-opacity)) !important;
}

.login-container {
    background-color: #00000099;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    border: 1px solid var(--app-component-border-color);
    border-radius: 4px;
}

.filters > th {
    padding-left: 0px;
}

.tc-signal-indicator {
    height: 5px;
}

.tc-map-container {
    height: 350px;
}

.tc-map {
    width: 100%;
    height: 100%;
}

.tc-map-inactive {
    pointer-events: none;
}

.tc-map-overlay {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #00000099;
    position: absolute;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.tc-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4/3;
    margin-bottom: 0px;
    background-color: var(--bs-body-bg);
}

.dark-mode .leaflet-layer,
.dark-mode .leaflet-control-zoom-in,
.dark-mode .leaflet-control-zoom-out,
.dark-mode .leaflet-control-attribution,
.dark-mode .leaflet-popup {
    filter: invert(100%) hue-rotate(180deg) brightness(110%) contrast(90%);
}

html:not(.dark-mode) .login-container .form-floating > label {
    color: black;
}

html:not(.dark-mode) .login-container .form-control,
html:not(.dark-mode) .login-container .form-check-input {
    background-color: var(--app-component-secondary-bg);
}

a.card-image-top img {
    width: 100%;
}