a:active {
    background-color: #dc3545 !important;
}

.action-col-width {
    width: 1em !important;
    white-space: nowrap !important;
}

.dataTables_processing {
    border: 3px solid #dc3545 !important;
}

/* dropdown menu->submenu */
.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: auto !important;
    right: 100% !important;
    margin-top: -5px !important;

    display: none !important;
    position: absolute !important;

    min-width: 180px !important;
    white-space: nowrap !important;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-submenu > .dropdown-toggle::after {
    content: none !important;
}

.dropdown-submenu > .dropdown-toggle::before {
    content: "«" !important;
    font-size: 10px !important;
    margin-right: 8px !important;
    opacity: 0.7 !important;
}

.dropdown-submenu > .dropdown-toggle {
    display: flex !important;
    align-items: center !important;
}
/* dropdown menu->submenu */

.flatpickr-altinput[readonly]:not([disabled]) {
    background-color: #ffffff !important;
}

.form-group {
    margin-bottom: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0 !important;
}

.select2-container {
    width: 100% !important;
}

.table-fixed {
    table-layout: fixed !important;
    width: 100% !important;
}

body.swal2-height-auto {
    height: 100vh !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0 !important;
}

label {
    margin-bottom: 0 !important;
}