/*
 * Styles for Rehoming Form
 */

/* Checkbox alignment */

.rehoming_checkbox .form-check-label {
  display: block;
  margin-left: 20px;
}

/* Modal background - to be replaced */

div.rehoming_modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.8);
}

div.rehoming_modal.hidden {
  display: none;
}

div.rehoming_modal div {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Spinner */

div.rehoming_modal .spinner_background {
  background-color: white;
  border-radius: 50%;
}

/* Hide from preview page */

.battersea-rehoming-cat-form .dog-page {
  display: none;
}

.battersea-rehoming-dog-form .cat-page {
  display: none;
}
