html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.logo {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    filter: drop-shadow(2px 2px 1px white);
}
/*[data-bs-theme="light"] .logo {
    background-image: url('/img/TransshipmentTrackerdark.svg');
}*/

[data-bs-theme="dark"] div.dt-button-collection {
    background-color: #272727 !important;
}

[data-bs-theme="dark"] .sigImg {
    filter: invert(1);
}

.result-table {
    overflow: auto;
    height: calc(100vh - 390px);
    border: 1px solid #818181;
}


.vidmask-body-back {
    background: #00000073 !important;
}

.navbar-brand:hover {
    filter: opacity(0.8);
    color: white !important;
}

.nav-sub {
    font-size: 0.8em;
    line-height: 0.5em;
    color: #60e5d4;
}

.kbw-signature {
    width: 400px;
    height: 200px;
}

#expandDT {
    border-radius: 50% !important;
}

.recCount {
    margin: 5px;
    padding: 3px 10px;
    color: #18bc9c;
    text-align: center;
}