/* Theme 2. THEME.WHITE */

.atira-theme-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fefefe;
}

.atira-theme-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.atira-form-header {
  background-color: #f3f3f3;
  color: #111;
}

.atira-form-form-title {
  color: #f3f3f3;
  text-align: center;
}

.atira-form-footer {
  background-color: #f6f6f6;
  border-top: 1px solid #ddd;
}

.atira-form-footer img {
  filter: brightness(0);
}

.atira-form-footer p {
  color: #444;
}

.atira-theme-input,
.iti {
  background-color: #edecec;
  border: 0;
  padding: 0 0.5rem;
  outline: none;
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0 2px transparent;
  border-radius: 0.4rem;
}

.atira-theme-input:not(textarea) {
  height: 2.7rem !important;
}

.atira-theme-input::placeholder {
  font-weight: 570;
}

.atira-theme-input:focus,
.iti:focus-within {
  outline: 2px solid #000000cc;
}

.atira-theme-input-radio {
  accent-color: #000;
}

.atira-theme-label {
  display: block;
  font-weight: 580;
  font-size: 1rem;
}

.atira-time-slot {
  background-color: #f0f0f0;
  color: #000;
  border: 0;
  border-radius: 1rem;
  font-size: 0.75rem;
  padding: 5px 8px;
}
.atira-time-slot:hover {
  background-color: #313131;
  color: #fff;
}
.atira-time-slot.active {
  background-color: #000;
  color: #fff;
}

.atira-theme-send-button {
  background-color: #000;
  color: #fff;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  cursor: pointer;
}

.atira-modal-overlay,
.atira-modal-checkmark
/* uncomment below to also change the color of the X icon in the error modal */
/* .atira-modal-xmark */ {
  background: #8e8e8edb;
}
