﻿.toast-body {
    line-height: 1.5em;
}

.offcanvas-footer {
    padding: .5rem 1rem .5rem 1rem;
}

.eli-version {
    font-size: 15px;
}

.translate-middle {
    transform: translate(-55%, 0) !important;
    font-size: 10px;
    padding-top: 3px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
}

.nav-link {
    color: #adadad !important;
}

.modal {
    z-index: 5000 !important;
}

.modal-backdrop {
    z-index: 4999 !important;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    border-color: transparent !important;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:hover, :not(.btn-check) + .btn:hover {
    border-color: transparent !important;
}

.nav-item > .nav-link.disabled {
    color: #4f4f4f !important;
}

/* Large (LG) < 1200 */
@media (max-width: 1199.98px) {
    .nav-item {
        gap: .5rem !important;
    }
}