@charset "UTF-8";
.strategy-block {
  margin-top: 1vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .strategy-block {
    bottom: 93px;
  }
}
.strategy-block .create-my-strategy {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  flex-wrap: wrap;
}
.strategy-block .create-my-strategy label {
  flex: 0 1 100%;
  font-size: clamp(17px, 4vw, 1.5rem);
  font-weight: 600;
}
.strategy-block .create-my-strategy .row label {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
}
@media only screen and (min-width: 768px) {
  .strategy-block .create-my-strategy .row label {
    padding: 0;
  }
}
.strategy-block .create-my-strategy .row label:before {
  content: "";
  width: 17px;
  height: 17px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1607843137);
  display: inline-block;
  background-color: white;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: start;
}
.strategy-block .create-my-strategy .row label:has(input[type=checkbox]:checked):before {
  content: "✓";
}
.strategy-block .create-my-strategy input[type=checkbox] {
  width: 0px;
  height: 0px;
  opacity: 0;
  accent-color: #97BF54;
}
.strategy-block .create-my-strategy input[type=checkbox] + b {
  font-weight: normal;
  margin-left: 5px;
}
.strategy-block .create-my-strategy input[type=checkbox]:checked + b {
  font-weight: 600;
}

/*# sourceMappingURL=create-my-strategy.css.map */
