
td > button {
    height: 1.75em !important;
    padding: 0px 6px 0px 8px !important;
    vertical-align: middle !important;
}



.is-active.is-mobile-modal.dropdown.dropdown-menu-animation{
    z-index: 1000;
}





.modal {
    z-index: 999 !important;
}

.modal-background {
    background-color: rgb(103 103 103 / 56%) !important;
}

.modal-card-body{
    overflow-y: auto;
    max-height: 70vh;
}








.b-checkbox.checkbox.pretend {
    border-radius: 2px;
    font-size: .75rem;
    cursor: inherit;
}


.b-checkbox.checkbox.pretend .check {
    width: 1.25em;
    height: 1.25em;
    flex-shrink: 0;
    border-radius: 4px;
    border: 2px solid #7a7a7a;
    transition: background 150ms ease-out;
    background: 0 0;
}

.b-checkbox.checkbox.pretend.checked .check {
    background: var(--theme-input-focused) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: var(--theme-input-focused);
}
