@font-face {
  font-family: "Brice-Black";
  font-style: normal;
  font-weight: 700;
  src: url("/-/media/Themes/Injectafer/Shared/Injectafer%20Theme/fonts/Brice-Black/Brice-Black.otf");
}

.dsi-pediatric-notification-bar .row > div:nth-child(1) {
  padding-left: 0;
}

.dsi-pediatric-notification-bar.new-bar {
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background: #e02626;
  background: linear-gradient(to right, #e02626 0%, #ac2aa3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e02626', endColorstr='#ac2aa3', GradientType=1);
  display: flex;
}

.dsi-pediatric-notification-bar.new-bar.new-temp-bar {
  background: linear-gradient(to right, #d52741 0%, #b92984 100%);
  padding: 0;
}

.dsi-pediatric-notification-bar.new-bar.new-temp-bar .left-bar-img, .dsi-pediatric-notification-bar.new-bar.new-temp-bar .right-bar-img {
  display: none;
}

.dsi-pediatric-notification-bar.new-bar.new-temp-bar .container:before {
  content: "";
  width: 100%;
  height: 55px;
  background-image: url(../images/EKGline_800x65px.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10px;
  background-repeat: repeat;
}

.dsi-pediatric-notification-bar.new-bar.new-temp-bar .container .wrapper-bar {
  z-index: 0;
  position: relative;
  background: linear-gradient(to right, #d52741 0%, #b92984 100%);
  padding: 10px 0;
}

.dsi-pediatric-notification-bar.new-bar.new-temp-bar .container .wrapper-bar:after {
  content: "";
  width: 36px;
  height: 77px;
  position: absolute;
  right: -6px;
  top: 0;
  background-color: #b92984;
  filter: blur(28px);
  z-index: -1;
}

.dsi-pediatric-notification-bar.new-bar .left-bar-img {
  display: block;
  float: left;
  padding-right: 0;
}

.dsi-pediatric-notification-bar.new-bar .left-bar-img img {
  width: 160px;
  padding-right: 2px;
}

.dsi-pediatric-notification-bar.new-bar .left-bar-img .desktop {
  display: block;
}

.dsi-pediatric-notification-bar.new-bar .left-bar-img .mobile {
  display: none;
}

.dsi-pediatric-notification-bar.new-bar .right-bar-img {
  display: block;
  float: right;
  padding-left: 0;
}

.dsi-pediatric-notification-bar.new-bar .right-bar-img img {
  width: 160px;
  padding-left: 2px;
}

.dsi-pediatric-notification-bar.new-bar .right-bar-img .desktop {
  display: block;
}

.dsi-pediatric-notification-bar.new-bar .right-bar-img .mobile {
  display: none;
}

.dsi-pediatric-notification-bar.new-bar p {
  color: #fff;
  font-size: 18px;
  padding-top: 9px;
}

.dsi-pediatric-notification-bar.new-bar p b,
.dsi-pediatric-notification-bar.new-bar p strong {
  display: block;
  font-size: 22px;
}

.dsi-pediatric-notification-bar.new-bar p span {
  font-weight: 900;
}

.dsi-pediatric-notification-bar.new-bar .wrapper-bar {
  margin: 0 auto;
}

.dsi-pediatric-notification-bar.new-bar .see-data-btn {
  padding: 0;
  flex: 0 0 22.666667%;
  max-width: 22.666667%;
  left: 24px;
}

.dsi-pediatric-notification-bar.new-bar .see-data-btn a {
  border: 4px solid #f9cecd;
  background: #fff;
  color: #fb0000;
  margin-top: 10px;
  text-align: left;
  padding-left: 15px;
  position: relative;
  padding: 10px 10px 10px 15px;
}

.dsi-pediatric-notification-bar.new-bar .see-data-btn a:hover {
  border: 4px solid #f9cecd;
  background: #fff;
  color: #fb0000;
}

.dsi-pediatric-notification-bar.new-bar .see-data-btn a:after {
  content: "";
  width: 10px;
  color: #fff;
  position: absolute;
  right: 20px;
  left: auto;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
  height: auto;
  z-index: 10;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  display: block;
  background-image: url(../images/button_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
}

.dsi-hear-failure-bar.alert {
  position: relative;
  background-image: url(/-/media/Project/DSI/HCP-Site/Page-Content/hf-banner/dsi-hear-failur-bg.png);
  background-size: cover;
}

.dsi-hear-failure-bar.alert .left-bar-img.desktop {
  display: block;
}

.dsi-hear-failure-bar.alert .left-bar-img.mobile {
  display: none;
}

.dsi-hear-failure-bar.alert .left-bar-img img {
  width: 192px;
  padding-right: 2px;
  margin-left: 0px;
  margin-top: 0px;
}

.dsi-hear-failure-bar.alert .left-bar-img img.mobile {
  display: block;
}

.dsi-hear-failure-bar.alert .left-bar-img img.desktop {
  display: none;
}

.dsi-hear-failure-bar.alert .right-bar-img {
  display: none;
}

.dsi-hear-failure-bar.alert .wrapper-bar {
  position: relative;
}

.dsi-hear-failure-bar.alert .wrapper-bar p {
  color: #944983;
  font-family: "Brice-Black";
  font-size: 26px;
  line-height: 27px;
  padding-left: 28px;
  padding-bottom: 0;
  padding-top: 4px;
}

.dsi-hear-failure-bar.alert .wrapper-bar .see-data-btn {
  margin-top: 8px;
  position: relative;
  flex: 0 0 216px;
  max-width: 216px;
}

.dsi-hear-failure-bar.alert .wrapper-bar .see-data-btn a {
  background-color: #944983;
  color: #f9ccd2;
  font-size: 15px;
  display: block;
  padding: 5px;
  text-decoration: none;
  font-family: "Brice-Black";
  width: 100%;
}

.dsi-hear-failure-bar.alert .wrapper-bar .see-data-btn a:after {
  background-image: url(/-/media/Project/DSI/HCP-Site/Page-Content/hf-banner/heart-arrow.png);
  background-size: cover;
  content: "";
  position: absolute;
  top: 7px;
  width: 78px;
  height: 59px;
  right: -20px;
}

.dsi-style-bg-light-pink {
  overflow: hidden;
}

.dsi-style-bg-light-pink.now-approved .row > .col-12 {
  padding: 0;
}

@media (min-width: 320px) and (max-width: 529px) {
  .dsi-pediatric-notification-bar.new-bar .right-bar-img img {
    padding-left: 5px !important;
  }
  .dsi-pediatric-notification-bar.new-bar .see-data-btn a {
    margin-top: 8px;
    width: 116px;
    margin-left: -64px;
  }
  .dsi-pediatric-notification-bar.new-bar .see-data-btn a:after {
    right: 7px;
  }
}

#dsi-section-keyButtons {
  overflow: visible;
}

@media (min-width: 320px) and (max-width: 992px) {
  .dsi-pediatric-notification-bar .row > div:last-child {
    padding-top: 12px;
  }
  .dsi-pediatric-notification-bar.new-bar {
    padding: 0px 0 10px 0;
  }
  .dsi-pediatric-notification-bar.new-bar.new-temp-bar {
    background: linear-gradient(to right, #d52641 0%, #ba2985 100%);
  }
  .dsi-pediatric-notification-bar.new-bar.new-temp-bar .left-bar-img.invisible, .dsi-pediatric-notification-bar.new-bar.new-temp-bar .right-bar-img.invisible {
    display: none !important;
  }
  .dsi-pediatric-notification-bar.new-bar.new-temp-bar .wrapper-bar {
    width: 80%;
    padding: 0 5px;
    padding-bottom: 10px;
  }
  .dsi-pediatric-notification-bar.new-bar.new-temp-bar .wrapper-bar:after {
    background-color: transparent !important;
  }
  .dsi-pediatric-notification-bar.new-bar.new-temp-bar .see-data-btn a {
    width: 125px;
    padding-right: 20px;
  }
  .dsi-pediatric-notification-bar.new-bar.new-temp-bar .container:before {
    background-size: cover;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .dsi-pediatric-notification-bar.new-bar .left-bar-img .desktop {
    display: none;
  }
  .dsi-pediatric-notification-bar.new-bar .left-bar-img .mobile {
    display: block;
  }
  .dsi-pediatric-notification-bar.new-bar .left-bar-img img {
    width: 60px;
    padding-right: 0;
    margin-top: 27px;
  }
  .dsi-pediatric-notification-bar.new-bar .right-bar-img .desktop {
    display: none;
  }
  .dsi-pediatric-notification-bar.new-bar .right-bar-img .mobile {
    display: block;
  }
  .dsi-pediatric-notification-bar.new-bar .right-bar-img img {
    width: 60px;
    padding-right: 0;
    margin-top: 27px;
    padding-left: 0;
  }
  .dsi-pediatric-notification-bar.new-bar .wrapper-bar {
    margin: 0 auto;
    width: 270px;
  }
  .dsi-pediatric-notification-bar.new-bar .see-data-btn a:after {
    right: 7px;
  }
  .dsi-pediatric-notification-bar a {
    padding: 10px 10px;
  }
  .dsi-pediatric-notification-bar.new-bar {
    background: #e02626;
    background: linear-gradient(to right, #ac2aa3 0%, #e02626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac2aa3', endColorstr='#e02626', GradientType=1);
  }
  .dsi-pediatric-notification-bar.new-bar p {
    padding-top: 0;
    font-size: 12px;
    width: 76%;
  }
  .dsi-pediatric-notification-bar.new-bar p b,
  .dsi-pediatric-notification-bar.new-bar p strong {
    font-size: 18px;
  }
  .dsi-pediatric-notification-bar .row > div:nth-child(2) {
    padding-top: 0;
  }
  .dsi-hear-failure-bar.alert {
    background-image: url(/-/media/Project/DSI/HCP-Site/Page-Content/hf-banner/m-dsi-hear-failur-bg.png);
    background-size: cover;
  }
  .dsi-hear-failure-bar.alert .left-bar-img {
    position: relative;
    left: 0;
    top: 30px;
  }
  .dsi-hear-failure-bar.alert .left-bar-img.desktop {
    display: none;
  }
  .dsi-hear-failure-bar.alert .left-bar-img.mobile {
    display: block;
  }
  .dsi-hear-failure-bar.alert .left-bar-img img {
    width: 145px;
    padding-right: 2px;
    margin-left: 0;
    margin-top: 0;
    float: left;
  }
  .dsi-hear-failure-bar.alert .left-bar-img img.mobile {
    display: none;
  }
  .dsi-hear-failure-bar.alert .left-bar-img img.desktop {
    display: block;
  }
  .dsi-hear-failure-bar.alert .right-bar-img {
    display: none;
  }
  .dsi-hear-failure-bar.alert .wrapper-bar p {
    font-size: 18px;
    line-height: 20px;
    padding-left: 0px;
    padding-right: 20px;
  }
  .dsi-hear-failure-bar.alert .wrapper-bar .see-data-btn {
    margin-bottom: 10px;
    flex: 0 0 205px;
    max-width: 205px;
  }
  .dsi-hear-failure-bar.alert .wrapper-bar .see-data-btn a {
    width: 100%;
    font-size: 14px;
  }
  .dsi-pediatric-notification-bar.new-bar .see-data-btn {
    padding: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    left: 0;
  }
  .mac .dsi-hear-failure-bar.alert .wrapper-bar {
    width: 60%;
    margin-left: 10px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .dsi-pediatric-notification-bar .row > div:nth-child(2) {
    padding-top: 0;
  }
}

@media (min-width: 320px) and (max-width: 380px) {
  .dsi-hear-failure-bar.alert .wrapper-bar {
    width: 52%;
    margin-left: 10px;
  }
}

@media (min-width: 529px) and (max-width: 992px) {
  .dsi-pediatric-notification-bar.new-bar .wrapper-bar {
    width: 100%;
  }
  .dsi-pediatric-notification-bar.new-bar .wrapper-bar .col-10 {
    flex: 0 0 62.333333%;
    max-width: 62.333333%;
  }
  .dsi-pediatric-notification-bar.new-bar p {
    padding-top: 2px;
    font-size: 12px;
    width: 280px;
    padding-left: 20px;
  }
  .dsi-pediatric-notification-bar.new-bar .left-bar-img img {
    margin-top: 20px;
  }
  .dsi-pediatric-notification-bar.new-bar .see-data-btn a {
    margin-top: 7px;
  }
  .dsi-pediatric-notification-bar.new-bar .right-bar-img img {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .dsi-hear-failure-bar.alert .left-bar-img {
    top: 0px;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .dsi-pediatric-notification-bar.new-bar.new-temp-bar .container {
    max-width: 780px;
  }
}
