.form-check {
  margin-bottom: 10px;
}

.form-check-label {
  cursor: pointer;
}

fieldset a {
  color: #800;
  transition: 1.3s ease;
  font-weight: 500;
}

fieldset a:hover {
  text-decoration: none;
  transition: .3s ease;
  color: red;
}

.back-to-main:hover i {
  transition: .3s ease;
}

body {
}

.sajat-switch {
  margin-top: 0.6rem;
}

.custom-switch .form-check-input {
  width: 2.1em;
  height: 1.2em;
}

.custom-switch .form-check-input:checked {
  background-color: #0d6efd;
}

.custom-switch .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.custom-switch .form-check-input::before {
  width: 1.25em;
  height: 1.25em;
  transform: translateX(0.25em);
}

.custom-switch .form-check-input:checked::before {
  transform: translateX(1.25em);
}

.sajat-switch {
  background-color: var(--bs-light);
}

.sajat-switch::before {
  background-color: white;
}

.sajat-switch:checked::before {
  transform: translateX(1em);
}

.info-nyitas {
  right: 15px;
  top: 8px;
}

.arrow-down:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--bs-secondary);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.felso-dizajn-sav {
  height: 10px;
}

.felso-dizajn-sav.szakertok-ajanlasaval img {
  right: 0;
  top: -10px;
}

.far.fa-question-circle:before {
  background-color: rgba(52, 107, 150, .1);
  border-radius: 50%;
}

.alfa-lila {
  color: #604b83;
}

