body {
  background: linear-gradient(
      62.14deg,
      rgba(255, 255, 255, 0.64) 28.04%,
      #fff9f4 66.05%,
      #e9f6ef 86.91%
    ),
    linear-gradient(
      161.65deg,
      rgba(253, 231, 211, 0) 23.28%,
      rgba(245, 236, 229, 0.391342) 52.05%,
      rgba(240, 221, 205, 0.983359) 89.59%
    );
}


.acts-header {
  
  padding:0  20px;
  margin-bottom: 20px;

}

.acts-header h1 {
  margin: 0;
  color:  rgba(194, 135, 86, 1);
  font-family: Metropolis;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}
.acts-header p{
  padding: 30px 145px 15px 8px;
  color: rgba(0, 0, 0, 1);
  font-family: Metropolis;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;


}

/* .acts-header .actions {
  display: flex;
  gap: 10px;
}
.acts-actions .btn-secondary{
  background: linear-gradient(117.11deg, #B2713D 23.18%, #D59662 52.49%) ;
  color:  rgba(255, 255, 255, 1) !important;
  border-radius: 20px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  border: none;
  
}
.acts-actions .btn-secondary i{
  padding-right: 10px;
  font-size: 25px;
  text-align: center;
  
}
.acts-actions .btn-secondary:hover{
  background: linear-gradient(117.11deg, #9c5f30 23.18%, #b37c4a 52.49%);
  transition:0.3s ease-in-out;

} */

.acts-header .header-first-section .search-bar input {
  width: 70%;
  border-radius: 20px;
  padding: 10px;
  font-size: 18px;
  border: none;
  outline: none;
  border: 1px solid rgba(178, 113, 61, 1);
} 

.acts-header .header-first-section .search-bar .btn-brown {
  background: linear-gradient(#b2713d, #d49662);
  color: white;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 115px;
  transform: translateY(-50%);
  border: none;
  cursor: pointer;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;

}
 .year-container {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin-top: 20px;
}
.year-container p{
  
  padding-right: 12px;
  padding-top: 10px;
  padding-left: 20px;
}
#yearSelect {
  border: 1px solid rgba(178, 113, 61, 1);
  color:  rgba(0, 0, 0, 1)  !important;
  border-radius: 20px;
  padding: 0px 25px ;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  text-align: center;
  height: 34px;
  text-align:center;
  text-align-last:center;

}
#yearSelect option{

  color:  rgba(156, 95, 48,1);
  text-align:center;
  
}


/* Datatable Wrapper */
.datatable-wrapper.no-header .datatable-container {
  border-top: 1px solid #d9d9d9;
}

.datatable-wrapper.no-footer .datatable-container {
  border-bottom: 1px solid #d9d9d9;
}

.datatable-top,
.datatable-bottom {
  padding: 8px 10px;
}

.datatable-top > nav:first-child,
.datatable-top > div:first-child,
.datatable-bottom > nav:first-child,
.datatable-bottom > div:first-child {
  float: left;
}

.datatable-top > nav:last-child,
.datatable-top > div:not(first-child),
.datatable-bottom > nav:last-child,
.datatable-bottom > div:last-child {
  float: right;
}

.datatable-selector {
  padding: 6px;
}

.datatable-input {
  padding: 6px 12px;
}

.datatable-info {
  margin: 7px 0;
}

/* PAGER */
.datatable-pagination ul {
  margin: 0;
  padding-left: 0;
}

.datatable-pagination li {
  list-style: none;
  float: left;
}

.datatable-pagination li.datatable-hidden {
  visibility: hidden;
}

.datatable-pagination a,
.datatable-pagination button {
  border: 1px solid transparent;
  float: left;
  margin-left: 2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.datatable-pagination a:hover,
.datatable-pagination button:hover {
  background-color: #d9d9d9;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
  background-color: #d9d9d9;
  cursor: default;
}

.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-ellipsis button,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
  pointer-events: none;
  cursor: default;
}

.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
  cursor: not-allowed;
  opacity: 0.4;
}

.datatable-pagination .datatable-pagination a,
.datatable-pagination .datatable-pagination button {
  font-weight: bold;
}

/* TABLE */
.datatable-table {
  max-width: 100%;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

.datatable-table > tbody > tr > td,
.datatable-table > tbody > tr > th,
.datatable-table > tfoot > tr > td,
.datatable-table > tfoot > tr > th,
.datatable-table > thead > tr > td,
.datatable-table > thead > tr > th {
  vertical-align: top;
  padding: 8px 10px;
}

.datatable-table > thead > tr  {
  /* background: linear-gradient(117.11deg, #B2713D 23.18%, #D59662 52.49%) !important; */
  background: rgba(178, 113, 61, 1) !important; 
}
.datatable-table > thead > tr > th {
  vertical-align: bottom;
  text-align: left;
  border-bottom: 1px solid #d9d9d9; 
  border-radius: 3px;
  background: transparent !important;
}

.datatable-table > tfoot > tr > th {
  vertical-align: bottom;
  text-align: left;
  border-top: 1px solid #d9d9d9;
}

.datatable-table th {
  vertical-align: bottom;
  text-align: left;
}

.datatable-table th a {
  text-decoration: none;
  color: white;
}

.datatable-table th button,
.datatable-pagination-list button {
  color: inherit;
  border: 0;
  background-color: inherit;
  cursor: pointer;
  text-align: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.datatable-sorter,
.datatable-filter {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.datatable-sorter::before,
.datatable-sorter::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  opacity: 0.2;
}

.datatable-sorter::before {
  border-top: 4px solid #000;
  bottom: 0px;
}

.datatable-sorter::after {
  border-bottom: 4px solid #000;
  border-top: 4px solid transparent;
  top: 0px;
}

.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
  opacity: 0.6;
}

.datatable-filter::before {
  content: "";
  position: absolute;
  right: 4px;
  opacity: 0.2;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-radius: 50%;
  border-top: 10px solid #000;
  top: 25%;
}

.datatable-filter-active .datatable-filter::before {
  opacity: 0.6;
}

.datatable-empty {
  text-align: center;
}

.datatable-top::after,
.datatable-bottom::after {
  clear: both;
  content: " ";
  display: table;
}

table.datatable-table:focus tr.datatable-cursor > td:first-child {
  border-left: 3px blue solid;
}

table.datatable-table:focus {
  outline: solid 1px black;
  outline-offset: -1px;
}

/* Button Styling */
.downloads-content .btn-download {
  background: none !important;
  border: 1px solid rgba(178, 113, 61, 1);
  border-radius: 20px;
  font-family: Metropolis;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-self:center;
  color: rgba(0, 0, 0, 1) !important;
  padding: 12px 40px;
  
}

.downloads-content .btn-download:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

/* Media Queries for Responsiveness */

/* For screens up to 768px */
@media (max-width: 768px) {
  .resolutions-header h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .resolutions-header p {
    padding: 20px 20px 10px 8px;
    font-size: 14px;
    line-height: 14px;
  
  }

  .resolutions-actions .btn-secondary {
    padding: 5px 15px;
    font-size: 14px;
  }

  .header-first-section{
    display: flex;
    justify-content: space-between;
  }
  
 
  .acts-header .header-first-section .search-bar {
    width: 50%;

  } 

  .acts-header .header-first-section .search-bar input {
    padding: 10px;
    font-size: 14px;
  }

  .acts-header .header-first-section .search-bar .btn-brown  {
    height: 35px;
    width: 35px;
    right: 105px;
  }

  .year-container {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .year-container p {
    padding-right: 0;
    align-items:center;
    margin-bottom: 0;
  }

  #yearSelect {
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 500;
  }

  .resolutions-header .year-container .btn-primary {
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 500;
  }
  .dropdown-toggle{
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .datatable-table > thead > tr > th,
  .datatable-table > tbody > tr > td {
    padding: 6px 8px;
    font-size: 14px;
  }

  .resolutions-content .btn-download {
    padding: 5px 35px;
    font-size: 12px;
  }
}

/* For screens up to 425px */
@media (max-width: 425px) {
  .acts-header h1 {
    font-size: 25px;
    line-height: 25px;
    padding-right: 12px;
    align-items: center;
  }
/*    .acts-header h1 {
        margin: 0;
        color: rgba(194, 135, 86, 1);
        font-family: Metropolis;
        font-weight: 600;
        font-size: 25px;
        line-height: 0px;
    }*/

  .resolutions-header p {
    padding: 15px 10px 5px 8px;
    font-size: 12px;
    line-height: 12px;
  }

  .resolutions-actions .btn-secondary {
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 15px;
  }
  .resolutions-actions .btn-secondary i{
    font-size: 12px;
  }
  .header-first-section{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  
  .acts-header .header-first-section .search-bar {
    width: 100%;
    margin-top: 25px;
    align-items: center;
    display: flex;
    justify-content: center;

  } 

  .acts-header .header-first-section .search-bar input {
    padding: 10px;
    font-size: 14px;
  }

  .acts-header .header-first-section .search-bar .btn-brown  {
    height: 35px;
    width: 35px;
    right: 55px;
  }

  .year-container {
    gap: 8px;
    display: flex;
    flex-direction: row;
    padding-top: 1.25rem;
    align-items: center;
    justify-content: center;
    margin-top:0;
  }
  .year-container p{
     font-size: 12px;
     font-weight: 400;
     padding-right: 5px !important;
     margin-bottom: 0 !important;
  }

  #yearSelect {
    padding: 0px 15px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 15px;
  }

  .resolutions-header .year-container .btn-primary {
    padding: 10px 12px;
    font-size: 10px;
    font-weight: 400;
    border-radius: 15px !important;
  }
  .dropdown-toggle{
    padding: 10px 12px !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    border-radius: 15px !important;
  }

  .datatable-table > thead > tr > th,
  .datatable-table > tbody > tr > td {
    padding: 4px 6px;
    font-size: 12px;
  }


  .resolutions-content .btn-download {
    padding: 3px 30px;
    font-size: 10px;
  
  }
    .downloads-content {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .downloads-content .row{
        padding-left:0 !important;
        padding-right:0 !important;
        padding-bottom: 1rem !important;
    }
}

/* For screens up to 375px */
@media (max-width: 375px) {
  .header-first-section{
    display: flex;
    flex-direction: column !important;
  }
/*  .resolutions-header h1 {
    font-size: 28px;
    line-height: 28px;
  }*/

/*  .resolutions-header p {
    padding: 10px 5px 5px 8px;
    font-size: 10px;
    line-height: 10px;
  }*/

  .resolutions-actions .btn-secondary {
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
  }
  .acts-header .header-first-section .search-bar .btn-brown  {
    height: 35px;
    width: 35px;
    right: 48px;
  }

  .year-container {
    gap: 6px;
  
  }
  .year-container p{
     font-size: 12px;
     font-weight: 400;
     
  }

  #yearSelect {
    padding: 0px 12px;
    font-size: 12px;
    font-weight: 400;
  }

  
  .dropdown-toggle{
    padding: 8px 12px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  .resolutions-header .year-container .btn-primary {
    padding: 8px 34px;
    font-size: 12px;
    font-weight: 400;
  }
  .datatable-top,
  .datatable-bottom {
  padding: 8px 10px;
  font-size: 12px;
 }

/*  .datatable-table > thead > tr > th,
  .datatable-table > tbody > tr > td {
    padding: 3px 5px;
    font-size: 8px;
  }*/

  .resolutions-content .btn-download {
    padding: 5px 20px;
    font-size: 10px;
  }
    .downloads-content {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* For screens up to 320px */
@media (max-width: 320px) {
/*  .resolutions-header h1 {
    font-size: 24px;
    line-height: 24px;
  }*/

/*  .resolutions-header p {
    padding: 8px 5px 5px 8px;
    font-size: 10px;
    line-height: 10px;
  }*/
  .resolutions-actions .btn-secondary {
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
  }

  .year-container {
    gap: 6px;

  }
  .year-container p{
     font-size: 12px;
     font-weight: 400;
  }

  #yearSelect {
    padding: 0px 12px;
    font-size: 12px;
    font-weight: 400;
  }

  
  .dropdown-toggle{
    padding: 8px 12px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  .resolutions-header .year-container .btn-primary {
    padding: 8px 34px;
    font-size: 12px;
    font-weight: 400;
  }

  .resolutions-content .btn-download {
    padding: 0px 12px;
    font-size: 8px;
    border-radius: 14px;
  }
  .acts-header .header-first-section .search-bar .btn-brown  {
    height: 35px;
    width: 35px;
    right: 40px;
  }
}

