:root {
    /* --ct-body-color: #4e4e4e; */
    --ct-body-font-size: 1rem;
    --ct-logo-lg-height: 36px;
    --ct-modal-bg: #fafbfe;
}

html[data-bs-theme="light"] {
    --ct-body-color: #4e4e4e;
}

.page-title-box .page-title {
    font-size: unset;
}

.page-title {
    margin-bottom: 2rem;
}

.user-edit-form .multiselect {
    min-height: 50ch;
}

.flyer-thumbnail img {
    max-width: 30ch;
    border: 1px solid #bbb;
}

.account-inactive td,
.contact-inactive td {
    color: #fa6767 !important;
}

.clickable:hover {
    cursor: pointer;
}

@media print {
    #event-list-container {
        width: 7.75in;
        font-size: 10pt;
    }

    #event-list-container tbody td,
    #event-list-container thead th {
        padding: 10px;
        color: #000;
    }

    #event-list-filter,
    .calendar-print-menu {
        display: none;
    }
}