.isi {
  width: 100%;
  font-family: "Gotham", sans-serif;
  overflow: hidden;
}
.isi-header {
    position: relative;
}
.isi b,
.isi strong {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
}
.isi p {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
}
.isi p strong {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
}
.isi ul {
  padding-left: 0;
  padding-bottom: 20px;
  margin: 0;
}
.isi li {
  padding-left: 0.5625rem;
  font-size: 1rem;
  list-style: none;
  position: relative;
}
.isi li:before {
    content: "";
    position: absolute;
    display: block;
    margin-left: -15px;
    background: var(--blue_color);
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.isi ul.onyda-list > li:before {
  background: #faaa19;
}
ul.onyda-list-dash li:before {
  content: "-";
  background: transparent;
  line-height: 7px;
}
ul.onyda-list-dash li {
  padding-bottom: 2px;
}
@media(min-width: 1280px) {
  ul.onyda-list-dash {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  ul.onyda-list-dash.used-alone-list li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  ul.onyda-list-dash.used-alone-list li:nth-child(2) {
      grid-column: 1;
      grid-row: 2;
  }
  ul.onyda-list-dash.used-alone-list li:nth-child(3) {
      grid-column: 2;
      grid-row: 1;
  }
  ul.onyda-list-dash.used-alone-list li:nth-child(4) {
      grid-column: 2;
      grid-row: 2;
  }
  ul.onyda-list-dash.used-alone-list li:nth-child(5) {
      grid-column: 3;
      grid-row: 1;
  }
  ul.onyda-list-dash.used-alone-list li:nth-child(6) {
      grid-column: 3;
      grid-row: 2;
  }
  ul.onyda-list-dash.other-med-effects li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  ul.onyda-list-dash.other-med-effects li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  ul.onyda-list-dash.other-med-effects li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  ul.onyda-list-dash.other-med-effects li:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }
  ul.onyda-list-dash.other-med-effects li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
}
.isi.tray {
  z-index: 999;
  transition: opacity 0.5s ease-in-out, all 0.2s ease-in;
  border-top: 0.0625rem solid #d9d9d9;
  background: #fff;
  opacity: 1;
}
.isi.tray.hide-tray {
  opacity: 0;
  pointer-events: none;
}
.isi.tray .isi-content {
  overflow-y: auto;
}
.isi.tray .show-full a {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .isi.tray .isi-content {
    overflow: hidden;
  }
}
.isi.tray {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 320px;
  height: auto;
  padding: 0 0 10px;
  overflow: hidden;
}
.isi.tray .isi-content {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  padding: 0.625rem 1.25rem;
  margin: auto;
}
.isi.tray #isi-tray-collapse {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  width: 1.4375rem;
  height: 1.375rem;
  background: url("../img/isi-tray-col-exp-icons.svg") no-repeat 0 0;
  background-size: 3.4375rem 1.375rem;
  cursor: pointer;
}
.isi.tray.collapsed .isi-content {
  padding-top:  0;
}
.isi.tray.collapsed #isi-tray-collapse {
  background-position: -2rem 0;
}
.isi .iScrollVerticalScrollbar {
  display: none;
}
.isi .isi-content .title-main-color {
  color: var(--blue_color);
}
.isi .isi-content .isi-header h2 {
  margin-right: 1.5625rem;
  padding: 20px 0 10px 0;
  margin: 0;
  font-family: "Gotham";
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--blue_color);
}
@media(max-width: 767px) {
  .isi .isi-content .isi-header h2 {
    padding: 20px 24px 20px 0;
    font-size: 18px;
  } 
}
.isi .isi-content .isi-warning-cont {
  margin-bottom: 0.625rem;
}
.isi .isi-content .isi-warning-text {
  font-family: "Gotham";
  text-align: left;
}
.isi .isi-content .isi-indication-title {
  margin-top: 2.25rem;
  font-family: "Gotham";
  font-weight: 700;
}
.isi .isi-content .isi-pi {
  font-family: "Gotham";
  font-weight: 700;
}
.isi .isi-content .row li {
  list-style: none;
}
.isi .isi-content .row li::before {
  content: "•";
  position: absolute;
  display: inline-block;
  margin-left: -1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.0625rem;
  color: var(--blue_color);
}
.isi.isi-patient .isi-content .isi-warning-cont {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border: 0;
}
.isi.isi-patient ul {
  margin-left: 1.25rem;
}