.dataTables_length {
    display: none;
}
.dataTables_filter {
    display: none;
}
.dataTables_info {
    display: none;
}
/* Set the size of pagination buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 13px!important; /* Adjust font size */
    border-radius: 4px!important; /* Optional: Add rounded corners */
}

/* Set the hover color for pagination buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #007bff !important; /* Change to desired hover background color */
    color: #ffffff!important; /* Change text color on hover */
}

/* Optional: Active pagination button style */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: rgba(0, 199, 178, 0.8)!important; /* Background color for the active button */
    color: #ffffff!important; /* Text color for the active button */
    font-weight: bold!important; /* Optional: Make active button text bold */
    border: 1px solid #0056b3!important; /* Optional: Add a border */
}
.dataTables_paginate.paging_simple_numbers {
    border: 0px solid rgba(0, 58, 93, .2);
    background-color: #ffffff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #ffffff!important;
    border-color: rgba(0, 58, 93, .2);
    color: #333!important;
}
#container {
    height: 320px;
}

.text_red{
    color : red;

}

#div_start_end{
    display: none;
}

#schemt4List{
    display: none;
}

img #img_loader{
    display: none;
}

.lum-graphbox{
    
}
.errortxt{
    color:#c00;
    font-size: 13px!important;
    position: absolute!important;
}
.lum-inputgrp input {
    border: 1px solid #e5ebee !important;
}