.aviso-licenca {
  float: left;
} 

#aviso-aceite {
  display: none;
  font-style: italic;
  margin: 20px 0;
  color: #e56464;
}

.accept-terms {
  color: #fff!important;
  background-color: #0069d9!important;
  border-color: #0062cc!important;
}

.fields-gray .form-control {
  border: 1px solid #e5e5e5;
  color: #938f8f;
}

.form-check-input {
  position: relative;
}

.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
  position: relative;
  margin-top: 150px;
}

@media (max-width: 768px) {
  .form-signin {
    max-width: 100%;
  }
}

.form__input {
  display: flex;
  position: relative;
  width: 100%;
}

.form__input {
  margin-bottom: 15px;
}

.form__input input,
.form__input select {
  border-radius: 12px;
  font-size: 14px;
  padding: 14px 16px;
}

.form__input select {
  height: 50px!important;
}

.form__input input[aria-label] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.form__input label {
  position: absolute;
  top: 50%; right: 0;
  font-size: 11px;
  transform: translateY(-50%);
  padding: 0 20px;
  height: auto!important;
}

.height-auto {
  height: auto!important;
}

.input-group-text {
  border-radius: 0.25rem 0 0 0.25rem;
  color: #606264;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.loading {
  background-color: rgba(255, 255, 255, .6);
  background-image: url('/images/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  z-index: 3;
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a,
a:hover {
  text-decoration:  none;
}

.btn-light {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #7b7b7b;
  border-radius: 20px;
}

.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #ddd;
}

.mr-2 {
  margin-right: 0.5rem;
}

/* Asset Preview */
.asset-preview {
  text-align: center;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 8px;
}

.asset-preview__media {
  max-width: 100%;
  max-height: 400px;
  border-radius: 4px;
  margin-bottom: 1rem;
}

/* Asset Preview */
.asset-preview-large {
  position: relative;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asset-preview-large img,
.asset-preview-large video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Video Preview */
.video-preview {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-preview .thumbnail-preview,
.video-preview .hover-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.video-preview .hover-preview {
  opacity: 0;
}

.video-preview:hover .hover-preview {
  opacity: 1;
}

/* Overlay */
.asset-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}

.asset-preview-large:hover .asset-overlay {
  opacity: 1;
}

.asset-actions {
  display: flex;
  gap: 1rem;
}

.asset-type-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(0,0,0,0.5);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
}

/* Asset Info */
.asset-info {
  padding: 1rem;
  background: white;
  border-radius: 8px;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}

.asset-name {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

/* Asset Manager CTA */
.asset-manager-cta {
  text-align: center;
  padding: 3rem 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px dashed #dee2e6;
}

.asset-manager-cta .btn {
  font-size: 1.25rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  transition: transform 0.2s;
}

/* Remova ou comente qualquer estilo relacionado ao dropzone */
.dropzone-wrapper {
  display: none; /* ou remova completamente */
}

/* Estilos atualizados para o asset wrapper */
.asset-wrapper {
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.asset-preview {
  padding: 2rem;
}

.asset-manager-cta {
  padding: 3rem 2rem;
  text-align: center;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
}

/* Cards */
.card {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.card-header {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
