/* Tabulator */
.tabulator {
    .tabulator-col, .tabulator-cell {
        border: 1px solid hsl(210, 33%, 96%) !important;
    }

    .tabulator-cell {
        text-wrap: wrap !important;
    }
}

.tabulator-col-content {
    height: 100%;

    .tabulator-col-title-holder {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
}

.tabulator-col-group-cols {
    border-color: #ebeff5 !important;
}

/* TomSelect */
.tom-select.ts-wrapper {
    min-width: 75px !important;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
    line-height: 0;
}

.tom-select.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
    padding-block: 10px;
    color: red;
}

/* SweetAlert2 */
.swal2-toast .swal2-title {
    font-size: 1em !important;
}

.swal2-styled {
    background-color: #475569 !important;
}

.swal2-confirm {
    background-color: #1ea078 !important;
}

.swal2-cancel {
    background-color: #e3325a !important;
}
