.the_wheel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: rotate(180deg);
}

.the_wheel .kimquay {
  background: url("../img/kimquay.png") center top no-repeat;
  bottom: -24px;
  height: 65px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  background-size: contain;
}

.the_wheel p.noCanvasMsg {
  color: white;
}

.service-box {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 0.75em;
  margin-bottom: 20px;
}
.service-box .form-field {
  text-align: left;
}
.service-box label {
  font-weight: normal;
}

button.swal2-confirm.swal2-styled {
  padding: 0 1em;
  width: 100%;
  border-radius: 5px !important;
  background-color: green;
}

button.swal2-close {
  min-height: unset;
}