<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Crop Widget */
.image-data__crop-wrapper .claro-details__wrapper .vertical-tabs li {
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid var(--colorGinBorder);
  margin-bottom: 0.5rem;
}

.image-data__crop-wrapper
  .claro-details__wrapper
  .vertical-tabs
  li.is-selected {
  background-color: var(--colorGinAppBackground);
}

.image-data__crop-wrapper .claro-details__wrapper .vertical-tabs li::before {
  border-color: transparent;
}

.image-data__crop-wrapper .claro-details__wrapper .vertical-tabs li::after {
  border-color: transparent;
}

.image-data__crop-wrapper
  .claro-details__wrapper
  .vertical-tabs
  .vertical-tabs__menu-item-title {
  margin-right: 1rem;
}

.redirect-table {
  overflow-y: visible !important;
}

/* li.secondary-action ul.dropbutton__items {
  left: unset !important;
  right: 0 !important;
} */
.claro-details__content ul.action-links a {
  background: var(--gin-color-primary);
  color: white;
}

.claro-details__content ul.action-links a:hover {
  background-color: var(--gin-color-primary-hover);
}

.is-hidden {
  display: none !important;
}

.img_supervised{
  width: 200px !important;
}

.justify-items {
  display: flex;
  justify-content: right;
  margin: 1.25rem 0 0 0;
}


@media (max-width: 1280px) {
  .justify-items {
    justify-content: center;
    margin: 0 0 1.25rem 0;
  }
  .img_supervised {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .justify-items {
    justify-content: left;
  }
  .img_supervised {
    margin-top: 0;
  }
}
</pre></body></html>