/* Theme 4. THEME.ATIRA*/
:root {
  --pri-color: #803588;
}

.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: 5px;
  background-color: transparent;
}

.atira-theme-input {
  border-radius: 5px;
  border: 1.2px solid var(--pri-color);
  padding: 0.3rem 1rem;
  outline: none;
  width: 100%;
}

.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 var(--pri-color);
}

.atira-theme-label {
  display: none;
}

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

.atira-theme-send-button {
  color: #fff;
  background-color: var(--pri-color);
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.atira-theme-send-button:hover {
  background-color: #934599;
  color: #fff;
}

/* telephone input */
.iti__selected-flag {
  border-radius: 5px;
}
