.container.approval-dashboard .table-section th.title {
    background-color: #f8f9fa;
    font-weight: 400;
    color: #495057;
    font-size: 20px !important;
    text-transform: none !important;
    font-family: none !important;
    }
.container.approval-dashboard .table-section .myTable thead {
    
    font-size: 16px; 

}

.container.approval-dashboard .table-section .myTable tbody tr:hover {
    background-color: transparent;
}
.container.approval-dashboard .table-section .myTable tbody tr , .container.approval-dashboard .table-section .myTable tbody tr .title a{color: #fff !important;}
.container.approval-dashboard .table-section .myTable tbody tr , .container.approval-dashboard .table-section .myTable tbody tr .title span.node-id{color: #fff !important;}

.container.approval-dashboard{ min-height: 100vh;}

.container.approval-dashboard .search-container.js-form-wrapper.form-wrapper{margin-top: 0 !important;margin-bottom: inherit;}

.approval-dashboard-filter-form .buttons-container.js-form-wrapper.form-wrapper .btn.btn-primary.button.js-form-submit.form-submit{ }



.content-type-container label {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
    margin-bottom: 5px;
}


.content-type-select {
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
    background-color: white;
}


@media (max-width: 1200px) {
    .approval-dashboard-filter-form { 
        max-width: 100% !important;
    }
}

.approval-dashboard-filter-form .buttons-container.js-form-wrapper.form-wrapper {gap: 5px !important;align-items: baseline !important;margin-top: 29px;margin-top: 29px;}

@media (min-width: 1200px) {
     .approval-dashboard-filter-form {
        max-width: 100% !important;
    }
}




/* Responsive Design */
@media (max-width: 1199px) {
  .approval-dashboard-filters {
    flex-direction: column;
    gap: 15px;
  }
  .search-container,
  .status-container,
  .language-container,
  .content-type-container,
  .buttons-container {
    width: 100%;
    min-width: unset;
  }
}