#custom-log-section {
    padding-right: 1.5rem;
}

.custom-section-title {
    font-size: 30px;
    font-weight: 700;
    padding: 1rem 0;
}

#custom-responsive-table {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1rem 1rem 6rem 1rem;
}

#uat_custom_et_log_table_filter {
    margin-bottom: 1rem;
}

.dt-buttons {
    margin: 1rem 0;
}
#uat_custom_et_log_table_first,
#uat_custom_et_log_table_previous,
#uat_custom_et_log_table_next,
#uat_custom_et_log_table_last {
    border: 1px solid #f79322;
    border-radius: 5px;
    padding: 2px;
    min-height: 30px;
    line-height: 1.2;
    font-size: 18px;
    margin: 0 3px;
    background-color: #f79322;
    color: #fff !important;
}

#custom-error-container {
    background-color: white;
    border: 1px solid #ccc;
    border-left: 4px solid #cf0000;
    padding: 0.5rem 1rem;
}