.scroll-margin-adjustment-small {
    scroll-margin-top: 100px;
}

.input-group wc-datepicker {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.amanuensis-checkbox-wider {
    min-width: 82px;
}

.checkbox-pointer {
    cursor: pointer;
}

.dataheader, .datablock {
    display: grid;
    gap: 0.2rem;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.dataheader {
    border-bottom: 1px solid;
}

.layout-footer-last-row {
    border-top: none;
    margin-top: revert;
    padding: revert;
}

/* Mobile menu */
.nav-modal-dialog {
    background: #fff;
}

.collapsable {
    opacity: 0;
    display: none;
}

.collapsable.show-list {
    opacity: 1;
    display: block;
}

.modal-dialog {
    pointer-events: unset;
}

/* To make our menu pop above the backdrop */
.modal-backdrop {
    z-index: 5;
}

.navbar-expand-lg .nav-item {
    border-top: 0;
}

/* END - Mobile menu */