.pomotool {
  background: var(--bgrbase);
}

.pomotool__container {
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 0;
}

.pomotool__header--container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
}
.pomotool__header--h1 {
  align-items: center;
  display: flex;
  font-size: 1.1rem;
}
.pomotool__header--h1logo {
  margin-right: 0.5rem;
  width: 1.3rem;
}

.pomotool__settings--container {
  display: flex;
}
.pomotool__settings {
  align-items: center;
  display: flex;
  margin-left: 1rem;
  text-transform: lowercase;
}
.pomotool__settings:hover {
  cursor: pointer;
}
.pomotool__settings--text:hover {
  cursor: pointer;
}
.pomotool__settings--hidetasks:hover {
  cursor: pointer;
}
.pomotool__settings--image {
  height: 1.2rem;
  margin-right: 0.2rem;
}
.pomotool__settings--image {
  height: 1.2rem;
  margin-right: 0.2rem;
}

.pomotool__block--container {
  display: flex;
  justify-content: center;
}

.pomotool__block {
  align-items: center;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 0px) {
  .pomotool {
    padding-top: 10vh;
  }
  .pomotool__container {
    background: var(--bgrbase);
    box-sizing: border-box;
    width: 100%;
  }
  .pomotool__header--container {
    background: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .pomotool__header--h1 {
    color: black;
  }

  .pomotool__settings--text {
    color: black;
  }
  .pomotool__settings--container {
    justify-content: right;
    margin-right: 1rem;
  }
  .pomotool__settings--tasks {
    display: none;
  }

  .pomotool__block--container {
    flex-direction: column;
  }
  .pomotool__block {
    height: calc(90vh - 5rem);
    margin: 0 0.5rem;
    margin-bottom: 1rem;
    justify-content: space-between;
  }
}

@media screen and (min-width: 650px) {
  .pomotool {
    padding-top: 9vh;
    min-height: 91vh;
  }
  .pomotool__container {
    background: var(--bgrtool1);
    width: 40rem;
  }
  .pomotool__container.hideTaskChecked{
    width: 25rem;
  }
  .pomotool__header--container {
    background: var(--bgrtool3);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .pomotool__header--h1 {
    color: var(--textcolortool4);
  }
  .pomotool__settings--container {
    justify-content: center;
  }
  .pomotool__settings--text {
    color: var(--textcolortool4);
  }
  .pomotool__settings--tasks {
    display: flex;
  }
  .pomotool__block--container {
    flex-direction: row;
    height: auto;
  }
  .pomotool__block {
    border: none;
    height: auto;
    margin: 0.5rem;
    padding: 0;
    min-width: 0;
    width: 50%;
    justify-content: none;
  }
  .pomotool__block.hideTaskChecked {
    width: 100%;
  }

  .ad1 {
    border: 1px solid black;
    border-radius: 0.3rem;
    height: 10vh;
    width: 39.8rem;
    margin: 1rem auto 0 auto;
    display: none;
  }
}
