.container{
  gap: 7px;
}

.check {
  width: 20px;
  height: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #979595;
  margin: 10px;
  border-radius: 10px;
  position: absolute;
}

.check:checked {
  background-color: rgb(255, 169, 10);
}

.check1 {
  width: 20px;
  height: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #979595;
  border-radius: 10px;
  position: absolute;
}

.check1:checked {
  background-color: red;
}

.checkboxquestion {
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.checkbox-text {
  margin-left: 40px;
}

.buttons-box {
  justify-content: space-between;
  width: 98%;
  white-space: nowrap;
}

.buttons-box button{
  padding-top: 10px;
  padding-bottom: 10px;
}

.buttons {
  width: 49.6%;
  background-color: #FDFDFE;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 10px;
  color: black;
}
