.aged__receivable__container{
    height: 100%;
    padding: 1.6rem;
    border: 1px solid var(--bg_white);
    box-shadow: 0px 0px 20px 0px #0000001A;
    background-color: var(--bg_white);
}
.aged__receivable__dropdown {
    position: relative;
}
.aged__receivable__dropdown__svg {
    padding: 1.2rem;
}
.aged__receivable__dropdown__contnet {
  padding: 1.2rem;
  background: #F4F4F4;
  border: 3px solid var(--bg_white);
  box-shadow: 0px 0px 10px 0px #0000001A;
  position: absolute;
  right: 0;
  top: 100%;
  width: 27.6rem;
  z-index: 1;
}
.three__dots__toggle{
  cursor: pointer;
}
.aged__receivable__dropdown__contnet li {
    cursor: pointer;
}
.aged__receivable__dropdown__contnet li:hover{
  background:var(--prfl_hover_bg);
}
.aged__receivable__dropdown__contnet li.aged__receivable__dropdown__list{
  padding:1.6rem 1.2rem;
}
.aged__receivable__header{
  margin-bottom:1.6rem;
}
.aged__receivable__container .customer_imgs{
  width:5rem;
  height:5rem;
  overflow: hidden;
  border-radius: 100%;
}
.aged__receivable__container .customer_info p{
    font-size:var(--font16);
    font-weight:var(--font_weight500);
    color: var(--primary_dark);
}


.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .dataTables_paginate .pagination-numbers {
    display: flex;
    align-items: center;
    margin-right: auto;
  }
  .dataTables_paginate .pagination-arrows {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .dataTables_paginate .paginate_button.previous,
  .dataTables_paginate .paginate_button.next {
    border: none;
    background: none;
    margin: 0 5px;
  }
  .dataTables_paginate .paginate_button {
    margin: 0 2px;
  }
  th.sorting:before,
  th.sorting:after,
  th.sorting_asc:before,
  th.sorting_asc:after,
  th.sorting_desc:before,
  th.sorting_desc:after {
    display: none !important;
  }
  table.dataTable thead .sorting,
  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc {
    background-image: unset !important;
    cursor: unset;
  }
  .dataTables_paginate .paginate_button.previous svg,
  .dataTables_paginate .paginate_button.next svg {
    width: 6px;
    height: 10px;
  }
  .dataTables_paginate .paginate_button.previous svg path,
  .dataTables_paginate .paginate_button.next svg path {
    stroke: #C0C0C0;
  }
  .dataTables_paginate .paginate_button:not(.disabled) svg path {
    stroke: #A3A3A3;
  }
  .div.dt-buttons,
  .dt-button,
  .dataTables_filter,
  .dataTables_length,
  .dataTables_info {
    display: none !important;
  }
  .category_hdngg th {
    text-align: left;
  }
  .category_hdngg th:last-child,
  .category_child_td td:last-child {
    text-align: right;
  }
  table.dataTable thead th,
  table.dataTable thead td {
    font-size:var(--font16);
    font-weight:var(--font_weight500);
    color: var(--primary_dark);
    padding: 10px 10px;
    border-bottom: none;
  }
  .category_child_td td {
    border-bottom: 1px solid #F4F4F4;
  }
  .category_child_td td:last-child {
    border-bottom: none;
  }
  .aged__receivable__content{
    height: 100%;
    border: 1px solid var(--table-border_clr);
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
 .aged__receivable__content table#example{
    white-space: nowrap;
 }
  .category_hdngg {
    background: #F2F6FF;
    height: 56px;
  }

table.dataTable.no-footer {
    border-bottom:0;
}
  table.table.dataTable > :not(caption) > * > * {
    vertical-align: middle;
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
   box-shadow: none;
}
.table-bordered>:not(caption)>*>* {
    border-width:0;
}
table.table.dataTable.table-striped > tbody > tr:nth-of-type(n) > * {
    font-size:var(--font16);
    font-weight:var(--font_weight500);
    color: var(--primary_dark);
    box-shadow: none;
    border-bottom: 1px solid #F4F4F4;
    padding: 1.8rem 1rem;
}
table.table.dataTable.table-striped > tbody > tr:last-child > * {
    border-bottom:none
}
.dataTables_wrapper .dataTables_paginate {
  padding: 1.6rem 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color:#C0C0C0 !important;
    border:unset;
    border-radius:unset;
    background:unset;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding:0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--primary_dark) !important;
    background: #F4F4F4;
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: var(--primary_dark) !important;
  border:unset;
  background: #F4F4F4;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background:unset;
  border: 1px solid #F4F4F4!important;
  box-shadow:unset;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
  color:#C0C0C0;
}
.paginate_button.previous.disabled{
  background: unset!important;
  color: unset!important;
  border: unset!important;
}
.paginate_button.next.disabled{
  background: unset!important;
  color: unset!important;
  border: unset!important;
}
.aged__receivable__container .aged__payable__no__data .nodata_invoice{
  height: calc(100svh - 336px);
}
.aged__receivable__table tr.no__data__aged td:not(:first-child){
  display:none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  color: var(--primary_dark) !important;
  border: unset;
  border: 1px solid #F4F4F4;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  color: var(--primary_dark) !important;
  border: unset;
  border: 1px solid #F4F4F4;
}
@media only screen and (max-width:1024px) {
  .dataTables_wrapper .dataTables_paginate {
    display: none;
  }
  .aged__receivable__container {
    padding:0;
}
}

@media only screen and (max-width:767px) {
  .aged__receivable__container {
    border:0;
    box-shadow:unset;
    background-color:unset;
  }
  .aged__receivable__content table#example {
    border:0;
}
.aged__receivable__content {
  border:0;
  padding:0;
}
.table>tbody {
  vertical-align: inherit;
  background:var(--bg_white);
}
}
