span.eeb-nodis { 
display:none !important; 
}
span.eeb-rtl { 
unicode-bidi:bidi-override !important; 
direction:rtl !important; 
display:inline !important; 
}
span.eeb-rtl span.eeb-sd, span.eeb-nrtl span.eeb-sd{
display:inline !important;
padding-left:0 !important;
}
span.eeb-nrtl { 
word-break: break-all !important;
}
.eeb-encoded { 
position:relative; 
margin-top:-0.3em; 
z-index:1000; 
color:green; 
}.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;
} .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, #gf_request_send, #gf_request_cancel{
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;
}
#gf_request_send.is-loading {
opacity: 0.5;
pointer-events: auto !important;
cursor: not-allowed;
}
#gf_request_send.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;
}
.gf-modal-overlay.is-loading {
pointer-events: none;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
#gf-email-request-modal {
position: fixed;
top: 0; left: 0; bottom: 0; right: 0;
width: 100%; height: 100%;
max-width: 100vw; max-height: 100vh;
margin: 0;
z-index: 9999;
}
.gf-modal-overlay {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.5);
}
.gf-modal-content {
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
background: #fff;
border: 1px solid #ddd;
border-radius: 4px;
padding: 20px 30px;
max-width: 500px;
width:90%;
box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.gform-settings-panel__content input:where(:not(.gform-dropdown__search-input)) {
background-color: #fff;
border: 1px solid #9092b2;
border-radius: 3px;
color: #242748;
font-family: inherit;
font-size: .875rem;
line-height: 1.25rem;
transition: box-shadow .15s ease, background-color .15s ease;
max-width: 100%;
width: 90%;
box-shadow: 0 0 0 transparent;
min-height: 30px;
}
#gf-email-request-modal .gform_body {
margin-bottom: 20px;
}
#gf-email-request-modal .gfield {
margin-bottom: 10px;
}
#gf-email-request-modal h3 {
margin-top: 0px;
}