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;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.table-container .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f8f9fa;
}

.table-responsive {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.table-responsive::-webkit-scrollbar {
    width: 8px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.table-container th {
    white-space: nowrap;
}

@keyframes slideUpFromBottom {
    from { transform: none; }
    to { transform: none; }
}

@keyframes slideDownToBottom {
    from { transform: none; }
    to { transform: none; }
}

@keyframes fadeIn {
    from { opacity: 1; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 1; }
}

.dropdown-menu {
    margin: 0;
    display: none;
    transition: none !important;
    transform: none !important;
    animation: none !important;
}

.dropdown-menu.show {
    display: block;
}

.dropdown, .dropup, .dropend, .dropstart,
.dropdown-toggle, .dropdown-item {
    transition: none !important;
    animation: none !important;
}

@keyframes fadeIn {
    from { opacity: 1; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 1; }
}

.dropdown, .dropup, .dropend, .dropstart {
    position: relative;
}

.dropdown-menu {
    margin: 0;
    display: none;
}

.dropdown-menu.show {
    display: block;
}

.dropdown, .dropup, .dropend, .dropstart {
    position: relative;
}
