#btn-backToTop {
    right: 1.15rem;
    bottom: .5rem;
}

.sticky {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
}

#badge-container {
    display: flex;
    list-style: none;
    padding: 0 !important;
}

.badge-icon {
    width: 128px;

    height: auto;
}


.full-width {
    width: 100% !important;
}

@media (min-width: 578px) {
    #page-container {
        display: flex;

        max-width: 100% !important;
    }

    #pageNav-container {
        /* row */
        /* --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;

        /* col-sm-5 */
        /* flex: 0 0 auto;
        width: 41.66666667%; */
    }

    #pageNav {
        /* padding-top: 2rem; */
        padding-right: 0;
        width: 25%;
    }

    #pageNav ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #pageNav ul li {
        width: 100%;
        word-wrap: break-word;
    }

    #pageNavList {
        justify-content: start !important;
    }

    .sticky {
        position: sticky !important;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}