table.check-in-result .cl-table__header ul div,
table.fix-js-table .cl-table__header ul div{
    display: inline;
}

table.check-in-result .cl-table__header ul div.ske {
    display: inline-block;
}

table.check-in-result .cl-table__header ul div.ske:last-of-type {
    margin-left: 5px;
}

table.fix-js-table .cl-table__header ul div.btns--radio div:first-of-type {
    display: inline-block;
}

table.fix-js-table .cl-table__header ul div.btns--radio div:last-of-type {
    float: right;
}

table.fix-js-table .cl-table__header ul:last-of-type div:has(button) {
    display: inline-flex;
}

.numeric-font {
    font-variant-numeric: tabular-nums;
}

.no-bg-button {
    background: none;
    padding-left: 2px;
}

#flash-message-success, #flash-message-error { 
    z-index: 99 !important; 
    right: var(--space-md);
    left: unset;
}

.icon__switch__marker.lock {
    position: absolute;
    left: -17px;
    width: 12px !important;
    height: 12px !important;
}

#details-check-in-table > thead > tr > th > ul > li > span.cl-table__label > div {
    display: inline-flex;
}


/*honey pot*/

.hp{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


/* Fix Flex Header issue with menu */
body > header > div.f-header__nav > div > ul.f-header__list.flex-grow.flex-basis-0.justify-center\@md {
    min-width: 0;
    flex: 1 1 auto;
}

.event-table {
    table-layout: fixed;
}

.event-table .tbl__cell {
    hyphens: none;
    text-align: left;
    overflow-wrap: normal;
    word-break: normal;
}

.event-table__col-title {
    width: auto;
}

.event-table__col-date {
    width: 7rem;
}

.event-table__col-time {
    width: 7rem;
}

.event-table__col-location {
    width: 7rem;
}
