/* General Styles */
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%
    );
}

.resolutions-header {
  padding: 0 20px;
  margin-bottom: 20px;
}

.resolutions-header h1 {
  margin: 0;
  color: rgba(194, 135, 86, 1);
  font-family: Metropolis;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}

.resolutions-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;
}

.resolutions-header .actions {
  display: flex;
  gap: 10px;
}

.resolutions-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;
}

.resolutions-actions .btn-secondary i {
  padding-right: 10px;
  font-size: 25px;
  text-align: center;
}

.resolutions-actions .btn-secondary:hover {
  background: linear-gradient(117.11deg, #9c5f30 23.18%, #b37c4a 52.49%);
  transition: 0.3s ease-in-out;
}

.year-container {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row;
  box-sizing: border-box;
  padding-top: 20px;
}

.year-container p {
  padding-right: 12px;
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

#yearSelect {
  border: 1px solid rgba(178, 113, 61, 1);
  color: rgba(0, 0, 0, 1) !important;
  border-radius: 20px;
  padding: 7px 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  text-align: center;
  height: 34px;
}

#yearSelect option {
  color: rgba(156, 95, 48, 1);
}

.resolutions-header .dropdown-toggle {
  background: linear-gradient(117.11deg, #B2713D 23.18%, #D59662 52.49%) !important;
  border-radius: 20px !important;
  border: none;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
}

.resolutions-header .year-container .btn-primary {
  padding: 7px 35px;
  margin-top: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: linear-gradient(117.11deg, #B2713D 23.18%, #D59662 52.49%) !important;
  color: rgba(255, 255, 255, 1) !important;
  border-radius: 20px !important;
}

.resolutions-header .year-container .btn-primary:hover {
  background: linear-gradient(117.11deg, #9c5f30 23.18%, #b37c4a 52.49%);
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

/* Custom styles for the accordion */
.accordion{
  border-radius: 20px;
}
.accordion-item{
  border-radius: 20px;
  outline: none;
  border: none;
}
.accordion-header{
  border-radius: 20px;
  background: none;
}
.accordion-button {
    font-weight: bold;
    background: linear-gradient(180deg, #B2713D 0%, rgba(173, 139, 112, 0.7) 100%);
    border-bottom: 2px solid;
    border-image-source: linear-gradient(180deg, #B2713D 0%, rgba(173, 139, 112, 0.7) 100%);
    color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    margin-bottom: 12px;
}
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}


.accordion-button::after{
  color: rgba(255, 255, 255, 1) !important;
}
.accordion-button::after {
  filter: invert(1); /* Turns black arrow white */
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after{
  color: rgba(255, 255, 255, 1);
}
#collapseNine{
  border-radius: 20px;
}


.accordion-button:not(.collapsed) {
  background-color: rgb(178,113,61,1);
  color:rgba(255, 255, 255, 1);
  border-radius: 20px;
}

.accordion-body {
  background-color: #fff;
  border-radius: 20px;
}

.document-link {
  display: block;
  padding: 10px;
  /* background-color: #f1f1f1; */
  border-radius: 5px;
  text-decoration: none;
  color: #007bff;
  transition: background-color 0.3s ease;
  outline: none;
}

.document-link:hover {
  background-color: rgba(194, 135, 86, 0.8);
  color: #fff;
  border-radius: 12px;
}
/* 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;
  }

  .year-container {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .year-container p {
    padding-right: 0;
    align-items:center;
  }

  #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) {
  .resolutions-header h1 {
    font-size: 24px;
    line-height: 24px;
    padding-right: 12px;
    align-items: center;
  }

  .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;
  }

  .year-container {
    gap: 8px;
  }
  .year-container p{
     font-size: 10px;
     font-weight: 400;
     padding-right: 5px !important;
  }

  #yearSelect {
    padding: 0px 12px;
    font-size: 10px;
    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: 10px;
  }

  .resolutions-content .btn-download {
    padding: 3px 30px;
    font-size: 10px;
  
  }
}

/* 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;
  }

  .year-container {
    gap: 6px;
    flex-direction: column;
  }
  .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;
  }
}

/* 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;
    flex-direction: column;
  }
  .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;
  }
}