/*<!-- Author:  Noxidsoft - Noel Dixon -->
<!-- Contact: support@noxidsoft.com -->
<!-- Version: 2.1.20231106 -->*/
:root {
  --style-guide-primary-green: #41AD49;
  --style-guide-primary-green-10: rgba(63,173,73, 0.1);
  --style-guide-dark-green: #379351;
  --style-guide-purple: #994878;
  --style-guide-black: #000000;
  --style-guide-charcoal: #58595B;
  --style-guide-shaded-charcoal: #939598;
  --style-guide-sky: #5C88DA;
  --special-border: #d9deef;
  --base-color-blue: #afc3ed;
  --base-color-grey: #eeeeee;
  --non-flash-white: #f2f3f4;
}

/* #feesCharges_wrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr > th {
  background: blue !important;
} */


/* .top div.dataTables_wrapper div.dataTables_paginate { */
/* .top .dataTables_paginate,
#feesCharges_wrapper > div.bottom > div.dataTables_paginate.paging_simple_numbers > ul {
    margin-top: -26px !important;
    margin-bottom: -20px !important;
} */

div.dataTables_wrapper div.dataTables_paginate {
  margin-top: -2rem;
}

.imageLogo {
  width: 400px;
}

@media (max-width: 600px) {
  .imageLogo {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  /* .noteBox {
    display: block;
    float:left;
    bottom:0;
  }
  div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  ul.pagination li a, ul.pagination li button {
    padding: 0.0625rem 0.425rem 0.0625rem;
  } */
}
