.iti {
  --iti-path-flags-1x: url('/api/public/images/iti/flags.webp');
  --iti-path-flags-2x: url('/api/public/images/iti/flags@2x.webp');
  --iti-path-globe-1x: url('/api/public/images/iti/globe.webp');
  --iti-path-globe-2x: url('/api/public/images/iti/globe@2x.webp');
}

.atira-form-html,
.atira-form-html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.atira-logo-wrapper {
  width: 7rem;
}

.atira-logo-wrapper .atira-logo {
  width: 100%;
}

.atira-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.atira-modal-button {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.atira-modal-button:hover,
.atira-modal-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.atira-modal-overaly {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #00000066;
}

.atira-theme-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.atira-theme-content-container {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1rem;
  width: 100%;
}

.atira-theme-form {
  width: 100%;
}

.atira-theme-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}

.atira-theme-label {
  width: 100%;
}

.atira-theme-label span {
  color: #f00;
}

.atira-theme-input {
  width: 100%;
}

.atira-theme-send-button-shared {
  min-width: 6rem;
  width: auto;
  height: 2.8rem;
  border: 0;
  padding: 0.1rem 0.5rem;
}

textarea.atira-theme-input {
  resize: vertical !important;
  min-height: 3rem;
  max-height: 20rem;
}

textarea.atira-theme-input::placeholder {
  position: absolute;
  transform: translateY(50%);
  bottom: 50%;
  height: fit-content;
}

.iti {
  flex-grow: 1;
  display: flex !important;
  border: 0 !important;
  width: 100%;
}

@media (min-width: 576px) {
  .atira-theme-input-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }

  .atira-theme-label {
    width: 12rem;
  }
}

@media (min-width: 768px) {
  .atira-logo-wrapper {
    width: 10rem;
  }
}
