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;
}

body.layout-vertical {
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

body.layout-vertical .wrapper {
    height: 100%;
}

body.layout-vertical .content-page {
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

body.layout-vertical .content-page__body {
    overflow-x: hidden;
    overflow-y: auto;
}

.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;
}

.sort-link {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.sort-link:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}

.sort-link i {
    font-size: 0.875rem;
}

.content-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-page__body {
    flex: 1 1 auto;
    min-height: 0;
}

.sidenav-menu #light-dark-mode {
    opacity: 1;
    visibility: visible;
}

.sidenav-menu #light-dark-mode.btn {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-body-color);
}

.sidenav-menu .sidenav-user-name {
    color: #fff !important;
}