/* Theme 4. THEME.SIMPLE*/

.atira-theme-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0.75rem;
}

.atira-theme-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px 2px #b2beb5;
  background-color: #fefefe;
}

.atira-theme-input {
  background-color: #fff;
  border-radius: 1rem;
  border: 1.2px solid #b2beb5;
  padding: 0.3rem 1rem;
  outline: none;
  transition: box-shadow 0.2s;
}

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

.atira-theme-input::placeholder {
  font-weight: 600;
  color: #000000b3;
  opacity: 0.8;
}

.atira-theme-input:focus {
  box-shadow: 0 0 0 1.3px #b2beb5;
}

.atira-theme-label {
  display: none;
  width: 4.5rem;
  color: #b2beb5;
  font-weight: 620;
  font-size: 1rem;
}

.atira-theme-label.atira-theme-input-radio-group-label {
  display: block;
}

.atira-theme-send-button {
  color: #fff;
  background-color: #b2beb5;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}

/* telephone input */
.iti__selected-flag {
  border-radius: 1rem;
}
