/* Theme 3. THEME.PURPLE_CURVE */

.atira-theme-input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.5rem;
  overflow-wrap: break-word;
}

.atira-theme-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 3px solid #441e64;
  background-color: #fefefe;
}

.atira-theme-input {
  background-color: #fff;
  border-start-start-radius: 15px;
  border-start-end-radius: 10px;
  border-end-end-radius: 30px;
  border-end-start-radius: 5px;
  border: 0;
  padding: 0.3rem 1rem;
  outline: none;
  transition: box-shadow 0.2s;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  flex-grow: 1;
  text-indent: 4px;
}

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

.atira-theme-input::placeholder {
  font-weight: 600;
  color: rgb(141, 92, 178);
  opacity: 0.8;
}

.atira-theme-input:focus {
  outline: 2px solid #c6aed7b3;
}

.atira-theme-label {
  color: #441e64;
  font-weight: 620;
  font-size: 1rem;
}

.atira-theme-send-button {
  background-color: #441e64;
  color: #fff;
  border-start-start-radius: 15px;
  border-start-end-radius: 10px;
  border-end-end-radius: 30px;
  border-end-start-radius: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
}

/* telephone input */
.iti__selected-flag {
  border-start-start-radius: 15px;
  border-start-end-radius: 10px;
  border-end-end-radius: 30px;
  border-end-start-radius: 5px;
}
