/* style.css */

/* Make the Exclude Fields area scrollable */
.exclude-fields-container::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.exclude-fields-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #3c434a;
    border-radius: 10px;
}

.exclude-fields-container::-webkit-scrollbar-thumb {
    background: #3c434a;
    border-radius: 10px;
}



.gfe-export-settings-table td .exclude-fields-container {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}
/* .exclude-fields-container label{
    height: 3px;
    display: block;
} */

.gfe-export-settings-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.gfe-export-settings-table th,
.gfe-export-settings-table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.gfe-export-settings-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}


.gfe-date-filter-section {
    margin-top: 30px;
    border-top: 2px solid #ddd;
    padding-top: 20px;
}

.gfe-date-filter-section table {
    width: 100%;
}

.gfe-date-filter-section table th {
    text-align: left;
    width: 20%;
}

.gfe-date-filter-section table td {
    width: 80%;
}

.gfe-export-settings-form button {
    margin-top: 20px;
}