:root {
  --mutedblue: #556080;
  --blue: #4879a0;
  --orange: #e56749;
  --darkgray: #3f3f3f;
  --white: white;
  --green: #93cf53;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.desktop---1 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1465px;
  height: 1027px;
  padding: 81px 519px;
  text-decoration: none;
  display: flex;
}

.apple-iphone-15-pro-max {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 35px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 6px;
  left: 37px;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 803px;
  left: 133px;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.body {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image {
  width: auto;
  height: 850px;
  position: absolute;
}

.image-2 {
  z-index: -1;
  height: 900px;
  position: absolute;
}

.cacnvas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 350px;
  height: 723px;
  margin-bottom: 0;
  padding: 40px 16px 17px;
  display: flex;
  position: relative;
}

.div-block {
  margin-top: 0;
}

.statusbar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #4879a0;
  border-radius: 16px;
  height: 74px;
  padding: 12px;
  transition: all .2s;
  display: flex;
}

.statusbar:hover {
  background-color: #487394;
}

.herosection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dde5f0;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px 0;
  display: flex;
}

.herosection:hover {
  background-color: #dde5f0;
}

.herosection.bolus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer {
  align-self: center;
  height: 51px;
}

.image-3 {
  height: 100%;
}

.batterie-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #fff;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  margin-right: 29px;
  padding-bottom: 5px;
  display: flex;
  position: static;
}

.timewrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.insulinwrapper {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.image-4 {
  width: 103px;
}

.paragraph {
  font-size: 15px;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
}

.paragraph-2._2 {
  opacity: .51;
}

.text-span {
  opacity: .57;
}

.paragraph-3 {
  font-size: 15px;
}

.batterieicons {
  margin-bottom: 0;
}

.batterieicons.icons {
  margin-top: -6px;
  margin-bottom: -6px;
}

.text-block {
  position: absolute;
  right: 29px;
}

.herodivider {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.herodivider.form {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.herodivider.bolus {
  border: 1px solid #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.herodivider.bolus.submit {
  opacity: 1;
}

.heroactionbutton {
  aspect-ratio: 1;
  border: 6px solid var(--mutedblue);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.heroactionbutton:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  transform: scaleX(1.02)scaleY(1.02);
}

.heroactionbutton:active {
  background-color: #f4f4f4;
}

.heroactionbutton.insulincount {
  border: 6px solid var(--blue);
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heroactionbutton.cta {
  border: 6px solid var(--orange);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heroactionbutton.cta:active {
  background-color: #f4f4f4;
  border-color: #cf583c;
}

.coursechip {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.insulincounter {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 8px;
  display: flex;
}

.text-block-2 {
  color: var(--darkgray);
  font-size: 44px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-3 {
  font-size: 18px;
}

.text-block-4 {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heronavbar {
  margin-bottom: 3px;
}

.returnhomebutton {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.returnhomebutton:hover {
  background-color: rgba(0, 0, 0, .08);
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bolusherodividerheader {
  flex: 0 auto;
  align-self: stretch;
}

.bolusherodividercontent {
  flex: 1;
  align-self: stretch;
}

.bolusfromheading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.heading.framed {
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 0 17px;
}

.mealselectionwrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.mealselectionbutton {
  aspect-ratio: 1;
  background-color: var(--white);
  border: 2px solid #fff;
  border-radius: 86px;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.mealselectionbutton:hover {
  background-color: #fff;
  box-shadow: 0 2px 16px -12px rgba(0, 0, 0, .2);
}

.mealselectionbutton.small {
  height: 80%;
}

.mealselectionbutton.amount {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  height: 87%;
  display: flex;
}

.image-5 {
  width: 62px;
  height: 4px;
}

.image-6 {
  margin-bottom: 6px;
}

.image-7 {
  margin-top: 7px;
}

.bollusbutton {
  aspect-ratio: 1;
  border: 3px solid var(--white);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 80%;
  margin: auto auto 14px;
  display: flex;
}

.bollusbutton:hover {
  border-color: #86a4d7;
}

.bollusbutton:active {
  border-color: var(--green);
}

.herowrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.lottie-wraper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 40%;
  transform: rotate(180deg);
}

.boluscancelbutton {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  padding: 13px 19px;
  text-decoration: none;
  display: flex;
}

.boluscancelbutton:hover {
  background-color: #d75638;
}

.boluscancelbutton:active {
  transform: scale(.9);
}

.boluscancelbutton.backhome {
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: rgba(229, 103, 73, 0);
  font-weight: 400;
}

.text-block-5 {
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}

.graphcontainer {
  background-color: var(--white);
  border-radius: 18px;
  flex: 0 auto;
  align-self: stretch;
  padding: 8px;
}

.graphcontainer.text {
  background-color: #cbd6e6;
  flex: 0 auto;
  padding-left: 14px;
}

.image-8 {
  margin-top: 8px;
}

.text-block-6 {
  font-size: 16px;
  font-weight: 700;
}

.text-block-7 {
  opacity: .52;
  font-size: 16px;
  font-weight: 400;
}

.footerwrapper {
  background-color: var(--white);
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeoverlay {
  background-color: var(--white);
  align-self: flex-start;
  width: 50px;
  height: 25px;
  position: absolute;
  top: 8px;
  left: 23.667px;
}

.text-block-8 {
  font-size: 15px;
}

.mealselectionbutton.selected,
.mealselectionbutton.amount.selected {
    border-color: #4caf50;
    height: 100%;/*************************************************************************************************/
}

.herodivider.bolus.submit.disabled {
    opacity: 0.35;
    pointer-events: none;
}

.lottie-animation {
    width: 100%; /* Adjust as needed */
    height: 100%; /* Adjust as needed */
}

.text-block-9 {
  color: #000;
  padding-left: 16px;
  font-weight: 700;
  position: absolute;
}

.image-11 {
  margin-left: 11px;
  position: absolute;
  transform: rotate(90deg);
}

.text-block-10 {
  color: #000;
  font-weight: 700;
}

.image-12 {
  margin-right: -9px;
}


@media screen and (max-width: 991px) {
  .insulinwrapper {
    position: relative;
  }

  .text-block {
    position: absolute;
    right: 28px;
  }

  .heroactionbutton {
    border: 6px solid var(--mutedblue);
  }

  .heroactionbutton.insulincount {
    border: 6px solid var(--blue);
  }

  .heroactionbutton.cta {
    border: 6px solid var(--orange);
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    object-fit: cover;
    width: auto;
    display: block;
    overflow: auto;
  }

  .mealselectionwrapper {
    aspect-ratio: auto;
    flex: 1;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .image-2 {
    display: none;
  }

  .cacnvas {
    border-radius: 0;
    width: 100%;
    height: 100vh;
  }

  .herosection, .herosection.bolus {
    flex: none;
    height: 70vh;
  }

  .body-2 {
    overflow: visible;
  }

  #currentTime {
    display: none;
  }
  
  .timeoverlay {
      display: none;
  }
}
