.collapse-container {
  width: 100%;
  margin: 50rem auto;
}

.collapse-btn {
  padding: 10rem 20rem;
  background-color: #fff;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16rem;
}

.collapse-content {
  display: none;
  margin-top: 15rem;
}

.title-editorial {
  font-weight: 700;
  color: black;
  font-size: 20rem;
}
.collapsible {
  background-color: #fff;
  color: #4a4c59;
  cursor: pointer;
  padding-top: 18rem;
  padding-bottom: 18rem;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: 600;
  outline: none;
  font-size: 16rem;
}

.active,
.collapsible:hover {
  background-color: #fff;
  color: #057dab !important;
}

.collapsible:after {
  content: "\002B";
  color: #4a4c59;
  font-weight: bold;
  float: right;
  margin-left: 5rem;
}

.active:after {
  content: "\2212";
  color: #057dab;
}

.hidden {
  display: none;
}
.collapsible-content {
  max-height: 0;
  color: #4a4c59;
  font-size: 16rem;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

.collapsibleList {
  margin-left: 50rem;
  width: 100%;
}

.collapsibleList li::marker {
  list-style-type: circle;
}

.main-container {
  padding-left: 112rem;
  padding-right: 112rem;
  padding-top: 140rem;
  padding-bottom: 112rem;
}

p {
  font-size: 18rem;
  color: black;
  font-weight: 500;
  margin-top: 32rem;
  margin-bottom: 32rem;
}

.editorial-header {
  font-size: 32rem;
  font-weight: 500;
  color: black;
  padding-bottom: 32rem;
}

.editorial-content {
  font-size: 18rem;
  color: black;
  font-weight: 400;
}

.margin-bottom-46rem {
  margin-bottom: 32rem;
}

.margin-bottom-24rem {
  margin-bottom: 24rem;
}

.dropdown-font {
  font-size: 10rem;
  font-weight: 600;
  line-height: 15.5rem;
  color: #d52618;
}

#search-hospitals {
  width: max-content;
  height: max-content;
  background-color: #f5f7fa;
  position: absolute;
  border-radius: 8rem;
  margin-top: 16rem;
  z-index: 1111;
  padding-right: 16rem;
  padding-top: 12rem;
}

.search-categories {
  border-bottom: 0 solid #e6ecf5;
  padding-bottom: 0;
  overflow-y: auto;
  max-height: 320rem;
  padding-left: 16rem;
  padding-right: 8rem;
}

.search-categories::-webkit-scrollbar {
  width: 5rem;
}

.search-categories::-webkit-scrollbar-track {
  background: transparent;
}

.search-categories::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5rem;
}

.search-results-text {
  display: flex;
  align-items: center;
  padding-left: 16rem;
  padding-right: 16rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-size: 18rem;
  font-weight: 500;
  color: #057dab;
  cursor: pointer;
  width: 100%;
  height: 45rem;
}

.search-results-text:hover {
  background-color: #eefaff;
  border-radius: 8rem;
}

.filter-bar {
  margin-bottom: 50rem;
}

#all-hospitals {
  color: #818699;
}
