/*
hmd_slides.css
*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body,
nav,
bg-body-tertiary,
.hmd_background,
#allcontent{
  --swiper-navigation-color: #fff;
  background-color: #17375d;
  color: #fff;
}

.hmd_dark_muted{
  color: #8fd2ef;
}

#slide_pocket_title {
  color: #8fd2ef;
}

#cpockets_notesonslides {
  background: #17375d;
  color: #8fd2ef;
}

textarea.hmdtrainingsummary{
  background: #17375d;
  color: #8fd2ef;
}

.swiper {
  height: 600px;

}

.hmdslide_rightcol {
  margin-top: 15px;
  max-height: 250px;
  overflow: scroll;
  overflow-y: scroll;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.task_title_container{
  max-height: 120px;
  overflow-y: scroll;
}

.task_content{
  max-height: 335px;
  overflow-y: scroll;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.swiper-slide {
  width: fit-content;
  height: auto;
}




