
.ul-content {
  list-style: none;
  margin-bottom: 0.5rem !important;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 130px;
  margin-left: 0;
  text-align: left;
}
.ul-content::-webkit-scrollbar {
  width: 7px;
}
.ul-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #e8e9ed;
          box-shadow: inset 0 0 5px #e8e9ed;
  border-radius: 10px;
}
.ul-content::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px;
}
.ul-content::-webkit-scrollbar-thumb:hover {
  background: #c4c4c4;
}
.options-preview {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 14px;
  color: #707070;
}
.included-preview {
  font-family: Apercu Pro, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.efect-rotate {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(0deg) !important;
          transform: rotateZ(0deg) !important;
}
.efect-rotate-z {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(-180deg) !important;
          transform: rotateZ(-180deg) !important;
}
#whatInclude.transition-container-full {
  height: 150px;
  -webkit-transition: height 0.35s ease-in;
  transition: height 0.35s ease-in;
  overflow: hidden !important;
}
.transition-container {
  height: 0;
  -webkit-transition: height 0.35s ease-out;
  transition: height 0.35s ease-out;
  overflow: hidden;
}
@media (max-width: 834px) {
.options-preview {
    font-size: 13px;
}
}
@media (max-width: 375px) {
.options-preview {
    font-size: 11px;
}
}

