html {
  -webkit-text-size-adjust: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;

  box-sizing: border-box;

  /* iPhone 13 & 14 - 1 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10px 0;
  gap: 20px;

  width: 100%;
  margin: 0;
  left: 0px;
  top: 0px;

  background: #FAF7F2;
}

div {
  box-sizing: border-box;
  position: relative;
}

.logo-container {
  /* Logo container */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 30px;
  gap: 10px;

  width: 100%;
  height: 96.64px;


  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.timer-and-brew-counter {
  /* Timer and brew number */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;

  width: 100%;
  height: 349px;


  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.timer-container {
  /* Frame 1 */

  width: 100%;
  height: 300px;


  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: -8px 0px;

  display: flex;
  align-items: center;
  justify-content: center;
}

#timer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: none;
  background: none;
  border-radius: 100%;
}

#timer_count {
  /* 1m 35s */

  position: absolute;
  height: 78px;
  top: 102px;

  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-size: 67px;
  line-height: 78px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;

  color: #3A362F;
}


#instruction {
  /* Start timer */

  position: absolute;
  width: 100px;
  height: 28px;
  top: 183px;

  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height */
  text-align: center;

  color: #3A362F;

}

.big-ellipse {
  /* Ellipse 1 */

  box-sizing: border-box;

  position: absolute;
  width: 280px;
  height: 280px;
  top: 10px;

  border: 6px solid #8BAF7F;
  border-radius: 100%;
}

.is-counting .big-ellipse {
  /* Ellipse 1 */

  box-sizing: border-box;

  position: absolute;
  width: 280px;
  height: 280px;
  top: 10px;

  border: 6px solid #AF7F85;
}

.brew-count-container {
  /* Frame 6 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;

  width: 100%;
  height: 57px;


  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

#brew_count {
  /* Brew 1 */

  width: 100%;
  height: 37px;

  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;

  color: #6F6758;


  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.settings {
  /* Settings */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 10px;

  width: 100%;
  height: 154px;


  /* Inside auto layout */
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.settings-content {
  /* Frame 2 */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  gap: 56px;

  width: 266px;
  height: 154px;


  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.setting-container {
  /* Liten timer */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;

  margin: 0 auto;
  width: 101px;
  height: 134px;


  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.circle-and-number {
  /* Cirkel och siffra */

  width: 101px;
  height: 101px;


  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}

.circle {
  /* Ellipse 1 */

  box-sizing: border-box;

  position: absolute;
  width: 101px;
  height: 101px;
  left: 0px;
  top: 0px;
  border-radius: 50%;

  border: 1px solid #6F6758;
}

.circle x-knob {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 1;
}

.marker-container {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: flex-start;
  justify-content: center;
  z-index: -1;
  transform: rotate(0deg);
}

.marker {
  width: 2px;
  height: 7px;
  border-radius: 1px;
  background: #6F6758;
}

.setting-value {
  /* 35 s */

  position: absolute;
  width: 100%;
  height: 28px;
  top: 36.36px;

  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height */
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;

  color: #6F6758;

}

.setting-name {
  /* Time */

  width: 101px;
  height: 23px;

  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;

  color: #6F6758;


  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.new-brew-container {
  /* Frame 7 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 10px;

  width: 100%;
  height: 42px;


  /* Inside auto layout */
  flex: none;
  order: 3;
  flex-grow: 0;
}

.new-brew-button {
  /* New brew */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 20px 8px;
  gap: 10px;

  background: #D8D2C7;
  border-radius: 6px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;

  border: none;
}

.new-brew-button:active {
  padding-left: 21px;
  padding-top: 7px;
  padding-right: 19px;
  padding-bottom: 7px;
}

.new-brew-button-content {
  /* New brew */

  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height */
  display: flex;
  align-items: flex-end;
  text-align: center;

  color: #6F6758;


  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

