.grid-title-group{
    flex: 1 1 auto;
}
.search-wrapper,
.filter-wrapper{
    position: relative;
}
.filter-wrapper a{
    width: 40px;
}
.search-wrapper{
    margin-right: 10px;
}
.search-icon{
    position: absolute;
    top: 10px;
    padding-left: 5px;
}
.search-input {
    padding-left: 30px;
    border: 1px solid #B2B2B2;
}
.search-input:focus {
  box-shadow: none;
  border: 1px solid #bbb;
}
.search-wrapper svg{
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    width: 12px;
    display: none;
}
.btn-filter,
.btn-filter:hover,
.btn-filter.btn:first-child:active{
  border: 1px solid #babbbd;
  border-radius: 8px; 
}
.btn-filter .icon-close {
  display: none;
} 
.btn-filter[aria-expanded="true"] .icon-sliders {
  display: none;
}

.btn-filter[aria-expanded="true"] .icon-close {
  display: inline-block;
}

.filter-modal{
    margin-top: 10px;
    position: absolute;
    right: 0;
    z-index: 4;
}
.modal-title-close{
    display: flex;
    justify-content: space-between;
}
.modal-title-close svg{
    width: 14px;
    cursor: pointer;
}
.filter-modal .card-body{
    border: 0.5px solid #BBBBBB;
    background: #F4F4F5;
}
.filter-modal h3{
    font-size: 14px;
    font-weight: 600;
}
.filter-modal-header {
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
}
.datepicker-wrapper .date-picker{
    border: 1px solid #BBBBBB;
}
.datepicker-wrapper label{
    color: #BBBBBB;
}
.filter-modal-body{
    padding-top: 10px;
}
.form-check-input:checked{
     background-color: #601f79;
     border: 1px solid #601f79;
}
.filter-modal-footer{
    margin-top: 20px;
    text-align: right;
}
.btn-primary,
.btn-secondary{
    font-size: 1rem;
    padding: 0.5rem 3rem;
    height: 45px;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    border: none;
    margin: 0 0.1rem;    
}
.btn-primary {
    background-color: #f57c00;
}
.btn-secondary{
    background-color: #601f79; 
}
.table-wrapper{
    border: 1px solid #bbb;
    border-radius: 12px;
    padding: 10px;
}
.w-20 {
    width: 20%;
}
.table-wrapper th{
    background: #601f79;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.table-wrapper td{
    padding: 1rem .5rem;
}
.table-wrapper th:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}
.table-wrapper th:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.table-wrapper td:last-child{text-align: center;}
 
.pagination {
  --bs-pagination-active-bg: #601F79;
  --bs-pagination-active-border-color: #601F79;
 @media (max-width: 766px) { 
    margin-top: 10px;
  }
}
.pagination .page-item .page-link{
    color: #000;
    font-size: 14px;
}
.pagination .page-item.active .page-link {
  color: #fff;
}
.pagination .page-item .page-link,
.pagination .page-item.disabled .page-link {
  --bs-pagination-border-color: 1px solid #bbb;
  border: 1px solid #bbb;
}