.list-style-none {
  list-style: none;
  padding: 0px;
}
.form-check-santri,
.form-check-keperluan {
  padding-left: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.form-check-santri input,
.form-check-keperluan input {
  position: absolute;
  top: -999;
  opacity: 0;
}

.form-check-keperluan label {
  background: transparent;
  border: 1px solid rgb(231, 231, 231);
  padding: 15px 20px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.form-check-keperluan input:checked + label {
  border: 2px solid #7267ef;
  color: #7267ef;
  font-weight: bold;
}

.form-check-santri label {
  border: 1px solid rgb(231, 231, 231);
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.form-check-santri label .circle {
  border-radius: 50%;
  border: 1px solid rgb(231, 231, 231);
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-check-santri label .circle .circle-check {
  border-radius: 50%;
  width: 10px;
  background: transparent;
  height: 10px;
  display: block;
}

.form-check-santri input:checked + label .circle {
  border-color: #7267ef;
}
.form-check-santri input:checked + label .circle .circle-check {
  background: #7267ef;
}
/* background: #7267ef; */
