.qr-btn {
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 25%;
    border: 2px solid rgba(220, 53, 69, 0.7);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.9;
    animation: wave 2.2s ease-out infinite;
    z-index: 1;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.9;
    }
    70% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }
}
/* Your Global Styles */
.table-action {
    text-align: center;
    width: 150px;
    max-width: 150px;
    position: relative;
}

.table-action-icons {
    width: 60px;
    max-width: 60px;
}

table tbody td {
    vertical-align: middle;
}

.table-bordered {
    border: 1px solid #EFF2F5 !important;
}


.table-bordered th,
.table-bordered td {
    border: 1px solid #EFF2F5 !important;
}

.table-bordered th,
.table-bordered thead th {
    border-bottom-width: 0 !important;
}



.table-bordered > :not(caption) > * {
    border-color: #EFF2F5 !important;;
}
.table-bordered > :not(caption) > * > * {
    border-color: #EFF2F5 !important;
}


.table tr:first-child, .table th:first-child, .table td:first-child {
    padding-left: 8px !important;
}

.multiple-line {
    white-space: pre-wrap;
    word-wrap: break-word
}


table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_scrollBody {
   min-height: 250px !important;
}
.dataTables_scrollBody::-webkit-scrollbar {
    height: 12px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #ddd;
}

.dataTables_scrollBody:hover::-webkit-scrollbar-thumb {
    background: #bbb;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:horizontal:hover,
.dataTables_scrollBody::-webkit-scrollbar-thumb:vertical:hover {
    background: #999;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:horizontal:active,
.dataTables_scrollBody::-webkit-scrollbar-thumb:vertical:active {
    background: #777;
}


.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-toggle,
.style-chooser .vs__dropdown-menu {
    background: none;
    border: none;
    color: #5E6278;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0px 0px !important;
    width: 100%;
}

.style-chooser .vs__dropdown-menu {
    background-color: #F5F8FA;
    padding-top: 5px;
    border: 1px solid #eef3f7 !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.style-chooser .vs__clear,
.style-chooser .vs__open-indicator {
    fill: #A1A5B7;
}

.break-word {
    word-wrap: break-word !important;
    white-space: break-spaces !important;
}


.dataTable {
    width: 100% !important;
    border-spacing: 0 !important; }

.table td, .table th {
    padding: 4px 8px;
}

.dataTable tbody tr td button {
    cursor: pointer; }

.dataTable tbody tr td div.dropdown ul.dropdown-menu li {
    cursor: pointer;
    padding: 5px; }
.dataTable tbody tr td div.dropdown ul.dropdown-menu li a {
    display: block; }

.dataTable tbody tr td div.dropdown ul.dropdown-menu li:hover {
    background: #f4f5f8; }