.dataTables_wrapper, .dataTables_wrapper #entries-data{

	width: 100% !important;

	max-width: 100% !important;

}

.dataTables_wrapper .list_group_even{

	border-top: 1px solid #ccc;

}

.dataTables_wrapper tr.entry.even {

    background-color: #f5f5f5;

}



/* Version 1.1 */

.dataTable .entry::before{

	display:none;

}

.dataTable th, .dataTable td{

	vertical-align: middle;

}

table.dataTable>tbody>tr.child ul.dtr-details .dtr-data{

	white-space: normal;

}

.select_filter_column {
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: .167em;
    margin-right: .167em;
    margin-bottom: .333em;
    padding: .5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
}

.select_filter_column:first-child {
	margin-left: 0;
}	

.filter-container {
    position: relative;
}

.filter-trigger {
    background: #f1f1f1;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 6px;
}

.filter-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    max-width: 300px; 
    width: max-content;
    background: white;
    border: 1px solid #ccc;
    padding: 8px;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    margin-top: 3px;
}

.send-request-email {
        position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: .167em;
    margin-right: .167em;
    margin-bottom: .333em;
    padding: .5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
}

.filter-dropdown label{
    font-size: 13px; 
    font-weight: 300;
}

.filter-dropdown .list-item {
    overflow: auto;
    max-height: 200px;
    padding-right: 5px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.filter_column .entries_header th.header_item:not(.action_column){
    border-bottom: none;
}

.filter-search-input {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
}
.send_email_check {
    text-align: center;
}

.send-request-email.is-loading {
    opacity: 0.5;
    pointer-events: auto !important;
    cursor: not-allowed;
}
.send-request-email.is-loading::after {
    content: "";
    margin-left: 10px;
    border: 2px solid #fff;
    border-top-color: #333;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}