div.dt-buttons>.dt-button, div.dt-buttons>div.dt-button-split .dt-button {
    background: #0D6EFD;
    color: white;
    border-radius: 6px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 900px;
    }
}


.div-with-icon{
    margin-bottom: 10px;
}

@media(max-width: 786px){
    .dashboard-main.active {
        margin-inline-start: unset;
    }
}

.select2-container--default .select2-selection--single {
  height: 46px; /* Match native select height */
  border: 1px solid #ccc;
  border-radius: 12px; /* Match your curved corners */
  padding: 10px 40px 10px 15px; /* Adjust padding to match native select */
  font-size: 16px;
  display: flex;
  align-items: center;
  min-width: 300px;
}

/* Remove arrow and add custom if needed */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  top: 35%;
  transform: translateY(-50%);
  right: -17px;
  /*display: none;*/
}

/* Text alignment inside select */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding-left: 0;
  color: #333;
  font-weight: 500;
  padding: 0;;
}

/* Match dropdown menu style */
.select2-container--default .select2-results__option {
  padding: 10px;
  font-size: 15px;
}

table.dataTable tbody th, table.dataTable tbody td {
    border: 1px solid #cccc;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: left;
}