:root {
  --lightgraybackground: #eff1f2;
  --white: #fff;
  --orangepharmasens: #e56849;
  --cancel: #d72626;
  --cancel-hover: #b51616;
  --statusiconblue: rgba(50, 108, 153, .2);
  --statusbalken: #e0eaf2;
  --lightblue: #459ee4;
  --selected: #c2d3e1;
  --sucess: #7bc96e;
  --backgrounddisable: rgba(0, 0, 0, .2);
  --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;
  }
}

.body {
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
  overflow: hidden;
}

.image {
  z-index: -10;
  object-fit: cover;
  width: 615.922px;
  height: 900px;
  position: absolute;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.canvas {
  background-color: var(--lightgraybackground);
  border-radius: 0 0 46px 46px;
  flex-flow: column;
  width: 330px;
  height: 670px;
  margin-top: 45px;
  margin-left: 3px;
  display: flex;
}

.nav {
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  margin-top: 8px;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 0;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 28px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin: 12px;
  padding: 12px;
  display: flex;
}

.settings {
  background-color: var(--white);
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
}

.settings:hover {
  background-color: #f8f8f8;
}

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

.image-2 {
  margin-bottom: 3px;
}

.cta {
  background-color: var(--orangepharmasens);
  color: #fff;
  border-radius: 73px;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta:hover {
  background-color: #d85c3d;
}

.cta:active {
  transform: scale(.98, .95);
}

.cta.disabled {
  opacity: .5;
  cursor: not-allowed;
}

.cta.cancel {
  background-color: var(--cancel);
}

.cta.cancel:hover {
  background-color: var(--cancel-hover);
}

.text-block {
  border-radius: 0;
  padding: 0 0 0 13px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.hero {
  flex-flow: column;
  flex: 1;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.hero.loading {
  justify-content: center;
}

.status {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.statusitem {
  background-color: var(--lightgraybackground);
  border-radius: 71px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 46px;
  padding: 10px;
  display: flex;
  position: relative;
}

.statusicon {
  background-color: var(--statusiconblue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.statusicon.absolut {
  position: absolute;
  top: 9px;
  right: 9px;
}

.statusicon.absolut.white {
  background-color: var(--white);
}

.statusbalken {
  background-color: var(--statusbalken);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 69%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.statusbalken.insulin {
  width: 80%;
}

.statusbalken.batterie {
  width: 51%;
}

.statusvalue {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 6px;
  display: flex;
  position: relative;
}

.text {
  color: #333;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.text.gray {
  color: rgba(0, 0, 0, .58);
  order: -1;
  margin-left: 0;
  font-weight: 400;
}

.mainstatusbox {
  aspect-ratio: 1;
  background-image: linear-gradient(162deg, #f2f4f6, #e0eaf2);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.mainstatuswrapper {
  aspect-ratio: 1;
  border: 4px solid var(--lightblue);
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 58%;
  height: auto;
  display: flex;
  position: relative;
}

.mainstatusvalue {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 13px;
  display: flex;
}

.text-block-2 {
  font-size: 52px;
}

.valuecounter {
  text-align: center;
  flex: 0 auto;
  height: 30px;
  font-size: 52px;
  font-weight: 400;
}

.valuemeasure {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.course {
  aspect-ratio: 1;
  background-color: var(--lightblue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 3%;
  right: 3%;
}

.image-3 {
  width: 80%;
}

.heading {
  font-size: 20px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
}

.h2 {
  font-weight: 400;
}

.h2.loading {
  order: -1;
  font-weight: 700;
}

.selectionwrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 24px;
  display: flex;
}

.selection {
  aspect-ratio: 1;
  background-color: var(--lightgraybackground);
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  cursor: pointer;
}

.selection.selected {
  background-color: var(--selected);
}

.heading-2 {
  font-size: 2px;
}

.h3 {
  font-weight: 700;
}

.h3.w {
  color: #fff;
}

.image-4 {
  opacity: .85;
  width: 60%;
}

.image-5 {
  width: 70%;
}

.div-block {
  aspect-ratio: 1;
  background-color: var(--statusiconblue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-6 {
  opacity: .75;
  object-fit: fill;
  width: 50%;
}

.loadingbar {
  background-color: var(--lightgraybackground);
  border-radius: 20px;
  width: 100%;
  height: 15px;
}

.loadingbar.process {
  background-color: var(--sucess);
  width: 32%;
}

.loadingtext {
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.text-block-3 {
  order: -1;
}

.popupwrapper {
  background-color: var(--backgrounddisable);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 334px;
  height: 708px;
  margin-top: 7px;
  margin-left: 2px;
  display: flex;
  position: absolute;
}

.popupwrapper.error, .popupwrapper.sucess {
  display: none;
}

.popup {
  aspect-ratio: 1;
  background-color: var(--sucess);
  border-radius: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  display: flex;
  position: relative;
  box-shadow: 0 6px 18px -4px rgba(0, 0, 0, .3);
}

.popup.error {
  background-color: var(--cancel);
}

.text-block-4 {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

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

@media screen and (max-width: 479px) {
  .image {
    display: none;
  }

  .canvas {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 12px;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 28px;
  }

  .text-block {
    line-height: 20px;
  }

  .statusitem {
    height: 52px;
  }

  .text, .text.gray {
    font-size: .8rem;
  }

  .popupwrapper {
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}


