/* Teatise vaate paigutus ja väljad */
.teatis .teatis-form {
  max-width: 640px;
}

.teatis .teatis-card {
  border-radius: .5rem;
}

.teatis .teatis-row {
  margin-bottom: 1rem;
}

.teatis .teatis-row:last-child {
  margin-bottom: 0;
}

.teatis .teatis-label {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}

.teatis .teatis-select,
.teatis .teatis-textarea {
  width: calc(100% - 0px) !important;
  max-width: calc(100% - 0px) !important;
  box-sizing: border-box;
}

.teatis .teatis-select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: text;
}

.teatis .teatis-textarea {
  resize: vertical;
}

.teatis .teatis-row-actions {
  margin-top: 1.5rem;
}

/* Failide lohistamise ala */
.teatis .teatis-fail-dropzone {
  position: relative;
  border: 2px dashed #d0d6dc;
  border-radius: 8px;
  padding: 16px;
  background: #f8fafc;
  text-align: center;
  color: #4b5563;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.teatis .teatis-fail-dropzone:hover,
.teatis .teatis-fail-dropzone:focus-within,
.teatis .teatis-fail-dropzone.teatis-fail-dropzone-hover {
  background: #f1f5f9;
  border-color: #0072ce;
  box-shadow: 0 0 0 1px rgba(0, 114, 206, 0.25);
}

.teatis .teatis-fail-text-pealkiri {
  font-weight: 500;
  margin-bottom: 4px;
}

.teatis .teatis-fail-text-alam {
  font-size: 0.9rem;
  color: #6b7280;
}

.teatis .teatis-fail-empty {
  margin-bottom: 4px;
}

.teatis .teatis-fail-list {
  margin-top: 8px;
  text-align: left;
}

.teatis .teatis-fail-list-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: #374151;
}

.teatis .teatis-fail-list-ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 22px;
  position: relative;
  display:flex;
  align-items:center;
}

.teatis .teatis-fail-list-ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 47%;
  transform: translateY(-47%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3H14L18 7V21H6V3Z' stroke='%236b7280' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M14 3V7H18' stroke='%236b7280' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M9 12H15' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M9 15H15' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M9 9H11' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.teatis .teatis-fail-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.teatis .button.btn-delete,
.teatis .button.btn-delete:hover,
.teatis .button.btn-delete:active,
.teatis .button.btn-delete:focus {
  border: solid 2px transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0px !important;
  border-radius: var(--arno-btn-border-radius) !important;
  height: 2rem !important;
  width: 2rem !important;
  padding: 0px !important;
  margin-left:10px;
}

.teatis .button.btn-delete:hover {
  background: #ddddde !important;

}

.teatis .button.btn-delete:active {
  background: #d4d4d5 !important;

}

.teatis .button.btn-delete:focus {
  background: var(--arno-focus-color) !important;
  border: 2px solid var(--arno-focus-color) !important;
  box-shadow: 0px 0px 0px 2px var(--arno-btn-box-shadow) inset !important;
  color: var(--arno-body-text-color) !important;

}

.teatis .btn-delete:before {
  margin: 0px !important;
  color: var(--arno-body-text-color) !important;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 3C8.89543 3 8 3.89543 8 5V6H4V8H5.03774L5.42678 18.1153C5.48873 19.7261 6.81256 21 8.42456 21H15.5754C17.1874 21 18.5113 19.7261 18.5732 18.1153L18.9623 8H20V6H16V5C16 3.89543 15.1046 3 14 3H10ZM14 6V5H10V6H14ZM7.4253 18.0384L7.03922 8H16.9608L16.5747 18.0384C16.5541 18.5754 16.1128 19 15.5754 19H8.42456C7.88723 19 7.44595 18.5754 7.4253 18.0384ZM9 17V9.99997H11V17H9ZM13 10L13 17H15L15 10H13Z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E") !important;
  justify-content: center;
  align-items: center;

}
.teatis select option{
	font-size:1rem;
}

@media (max-width: 600px) {
  .teatis .teatis-form {
    max-width: 100%;
  }
}
