/* ------------------banner(service request)---------------------- */
.download-banner {
  background-image: url("../images/service-request/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 176px;
  display: grid;
  place-items: center start;
  margin-bottom: 24px;
}
.banner-heading {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .download-banner {
    height: 88px;
  }
  .banner-heading {
    font-size: 22px;
  }
}

/* <!-----------------download-----------------> */
.accordion-item {
  background-color: #efefef !important;
  border: none;
}
.accordion-button {
  background-color: transparent !important;
  color: #2b2d37 !important ;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: none !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-button.collapsed {
  background-color: transparent !important;
  color: #000;
}
.form-check-input {
  border-radius: 0 !important;
  border-color: #000 !important;
}
.form-check-input:checked {
  background-color: #dd1f4d;
  border-color: #dd1f4d;
  box-shadow: none !important;
}
.accordion-button::after {
  background-image: url("../images/downloads/dropdown-button.svg") !important;
}

.card {
  padding: 20px;
  border-color: #d3d3d3;
  border-radius: 10px;
}
.card-body {
  padding: 16px 0;
}
.card-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2b2d37;
}
.card-text {
  font-weight: 500;
  font-size: 18px;
  color: #dd1f4d;
  letter-spacing: 0.02em;
}
.card.pdf-card {
  cursor: pointer;
  transition: transform 0.2s;
}
.card.pdf-card:hover {
  transform: scale(1.02);
}
.sticky-buttons {
  position: sticky;
  bottom: 0.5em;
  z-index: 2;
  display: flex;
  gap: 10px;
}
.pdf-select-top {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  transform: scale(1.3);
}
.pdf-card-wrapper {
  position: relative;
}
#selectAll,
#deselectControl,
#downloadSelected {
  border-radius: 0;
  font-size: 15px;
  padding: 7px 32px;
}
