body {
  overflow-y: scroll !important;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
}
.signup-form-error {
  color: red !important;
  text-align: start !important;
  margin: 25px 0 -7px;
  position: relative;
  top: -18px;
}
.checked-signup[type="checkbox"]:checked {
  accent-color: #0abab5;
}

.ant-spin-dot-item {
  background-color: #0abab5 !important;
}
