/**
IMPORT AMOS-LAYOUT VARIABLES and UTILITY
 */
/* AMOS-LAYOUT VARIABLES */
/* default amos-layout base color */
/* default variables for platform customizations
override into main.less on bottom */
/* default color variables for brand customize */
/*platform text based color*/
/*apply to most text tags*/
/* default color platform basic interface*/
/* default backend background color and image */
/* ../ because it's referred to assets directory in head tag */
/* default background content parts color */
/* default border color */
/* default box-shadow */
/* utility color */
/* status color */
/* social color */
/* plugin custom color */
/* AMOS-LAYOUT UTILITY
nb: use only vars in variables.less because this file is imported by other plugin
 */
.cover-object {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/**
FLEXBOX
 */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexbox-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/**
BOX SHADOW
 */
/**
TRANSITION
 */
/**
LINEAR GRADIENT
 */
/**
TODO CHECK POSITION
 */
.container-custom,
.containerCustomStyle {
  padding-left: 4%;
  padding-right: 4%;
}
.container-custom::before,
.containerCustomStyle::before {
  display: table;
  content: " ";
}
.container-custom::after,
.containerCustomStyle::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom,
nav .containerCustomStyle {
  padding-left: calc(4% - 2*4px);
  padding-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 6%;
    padding-right: 6%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(6% - 2*4px);
    padding-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom,
  .containerCustomStyle {
    padding-left: 10%;
    padding-right: 10%;
  }
  nav .container-custom,
  nav .containerCustomStyle {
    padding-left: calc(10% - 2*4px);
    padding-right: calc(10% - 2*4px);
  }
}
.container-custom-margin,
.containerCustomStyleMargin {
  margin-left: 4%;
  margin-right: 4%;
}
.container-custom-margin::before,
.containerCustomStyleMargin::before {
  display: table;
  content: " ";
}
.container-custom-margin::after,
.containerCustomStyleMargin::after {
  display: table;
  content: " ";
  clear: both;
}
nav .container-custom-margin,
nav .containerCustomStyleMargin {
  margin-left: calc(4% - 2*4px);
  margin-right: calc(4% - 2*4px);
}
@media screen and (min-width: 768px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 6%;
    margin-right: 6%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(6% - 2*4px);
    margin-right: calc(6% - 2*4px);
  }
}
@media screen and (min-width: 1024px) {
  .container-custom-margin,
  .containerCustomStyleMargin {
    margin-left: 10%;
    margin-right: 10%;
  }
  nav .container-custom-margin,
  nav .containerCustomStyleMargin {
    margin-left: calc(10% - 2*4px);
    margin-right: calc(10% - 2*4px);
  }
}
.boxesStyle {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.boxesStyle .pluginName,
.boxesStyle .language-item {
  display: block;
  color: #ffffff;
}
.boxesStyle .color-primary {
  background-color: transparent !important;
}
.boxesStyle .ic,
.boxesStyle .am,
.boxesStyle .dash {
  color: #ffffff;
  margin-bottom: 7px;
  display: inline-block;
}
.boxesStyle .ic:before,
.boxesStyle .am:before,
.boxesStyle .dash:before {
  font-size: 3rem;
}
.boxesStyle .icon-open-modal:before {
  font-size: 2.1rem;
}
.boxesStyle .am-2 {
  font-size: unset;
}
@media screen and (max-width: 768px) {
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxesStyle .ic:before,
  .boxesStyle .am:before,
  .boxesStyle .dash:before {
    font-size: 4rem;
  }
  .boxesStyle .icon-open-modal:before {
    font-size: 2.2rem;
  }
  .boxesStyle .pluginName,
  .boxesStyle .language-item {
    font-size: 1.20rem;
  }
}
.boxWidgetHeaderStyle .box-widget {
  padding: 0;
}
.boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title {
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.35rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .am-2,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    font-size: 1.6rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .pluginName,
  .boxWidgetHeaderStyle .box-widget-header .box-widget-title .language-item {
    margin-left: 2%;
    width: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(6% + (80% / 4 - 4px));
    position: absolute;
    padding-left: 6%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper {
    position: relative;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .boxWidgetHeaderStyle .box-widget-header .box-widget-wrapper .box-widget-title {
    position: absolute;
    top: 0;
    right: 0;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    position: relative;
    right: 0;
    text-transform: none;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all a {
    position: absolute;
    right: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .boxWidgetHeaderStyle .box-widget {
    padding: 0 10%;
  }
  .boxWidgetHeaderStyle .box-widget-header {
    padding-left: 10%;
    width: calc(10% + (80% / 6 - 4px));
  }
  .boxWidgetHeaderStyle .box-widget-header .read-all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .boxWidgetHeaderStyle .box-widget-header {
    width: calc(10% + (80% / 8 - 4px));
  }
}
.no-margin {
  margin: 0;
}
/**
 IMPORT STYLE-CUSTOM
  */
@media (min-width: 768px) {
  .attach-databank-file .list-view-design div[role="listbox"],
  .gallery-masonry-attachments .list-view-design div[role="listbox"],
  .attach-databank-file .list-view div[role="listbox"],
  .gallery-masonry-attachments .list-view div[role="listbox"] {
    position: relative;
  }
}
@media (min-width: 576px) {
  .attach-databank-file .list-view-design div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view-design div[role="listbox"] > div,
  .attach-databank-file .list-view div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view div[role="listbox"] > div {
    width: calc(50%) !important;
  }
}
@media (min-width: 768px) {
  .attach-databank-file .list-view-design div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view-design div[role="listbox"] > div,
  .attach-databank-file .list-view div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view div[role="listbox"] > div {
    width: calc(25%) !important;
  }
}
@media (min-width: 992px) {
  .attach-databank-file .list-view-design div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view-design div[role="listbox"] > div,
  .attach-databank-file .list-view div[role="listbox"] > div,
  .gallery-masonry-attachments .list-view div[role="listbox"] > div {
    width: calc(20%) !important;
  }
}
.attach-databank-file .list-view-design div[role="listbox"] > div:empty,
.gallery-masonry-attachments .list-view-design div[role="listbox"] > div:empty,
.attach-databank-file .list-view div[role="listbox"] > div:empty,
.gallery-masonry-attachments .list-view div[role="listbox"] > div:empty {
  display: none;
}
.info-item {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  align-items: center;
}
.icon-file-cms {
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 0px 10px #0000004f;
}
.file-databank-list {
  overflow-y: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.file-databank-list .gallery-masonry-attachments {
  padding-left: 15px;
  padding-right: 15px;
}
.file-databank-list .icon-file-check {
  position: absolute;
  right: 8px;
  top: 4px;
}
.file-databank-list .attachment-databank-item a.select-link {
  color: #000;
  text-decoration: none;
}
.file-databank-list .attachment-databank-item a.select-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.attachment-databank-item {
  background-color: #F8F7F3;
  border-radius: 8px;
  border: 1px solid #D9D8D6;
  padding: 12px;
  height: 100%;
  font-size: 16px;
  position: relative;
  min-height: 160px;
}
.attachment-databank-item .preview-img-icon {
  position: relative;
  width: 100%;
  margin-top: 15px;
  height: 70px;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -20px;
}
.attachment-databank-item .preview-img-icon img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.attachment-databank-item .info-attachment {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.attachment-databank-item .info-attachment .icon {
  font-size: 38px;
}
.attachment-databank-item .info-attachment a.open-modal-detail-btn {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.attachment-databank-item .info-attachment a.open-modal-detail-btn:hover {
  text-decoration: underline;
}
.attachment-databank-item .info-attachment a.open-modal-detail-btn > div {
  height: inherit !important;
  width: inherit !important;
  overflow: inherit !important;
}
.attachment-databank-item .manage-attachment {
  position: absolute;
  right: 0;
  top: 8px;
}
.attachment-databank-item .container-favourites {
  margin-right: 8px;
}
.attachment-databank-item .container-favourites .favourite-btn {
  font-size: inherit;
}
.attachment-databank-item .container-favourites span {
  font-size: 22px;
  line-height: 1;
}
.detail-attachment-modal {
  background-color: #F8F7F3;
  border-radius: 8px;
  border: 1px solid #D9D8D6;
  padding: 24px;
  color: #000;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.attach-gallery-form .grid-sizer,
.attach-gallery-form .grid-item {
  width: 33.333%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .attach-gallery-form .grid-sizer,
  .attach-gallery-form .grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .attach-gallery-form .grid-sizer,
  .attach-gallery-form .grid-item {
    width: 100%;
  }
}
.masonry-item {
  border: none !important;
  float: inherit !important;
}
.masonry-item .content-item {
  position: relative;
}
.masonry-item .content-item img {
  width: 100%;
}
.masonry-item .content-item a.open-modal-detail-btn {
  display: block;
  position: relative;
}
.masonry-item .content-item a.open-modal-detail-btn:hover {
  cursor: zoom-in;
}
.masonry-item .content-item a.open-modal-detail-btn > div {
  height: inherit !important;
  width: 100% !important;
  overflow: inherit !important;
}
.masonry-item .content-item .action-item {
  position: absolute;
  right: 5px;
  top: 10px;
}
.masonry-item .content-item .action-item .icon-file-cms {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  display: block;
  line-height: 0;
}
.masonry-item .content-item .content-action-item a.link-list-title {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  display: none;
}
.masonry-item .content-item .content-action-item a.link-list-title:hover,
.masonry-item .content-item .content-action-item a.link-list-title:focus {
  display: block;
}
.masonry-item .content-item .content-action-item .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
}
.masonry-item .content-item:hover img,
.masonry-item .content-item:focus img {
  filter: brightness(0.5);
}
.masonry-item .content-item:hover .content-action-item a.link-list-title,
.masonry-item .content-item:focus .content-action-item a.link-list-title {
  display: block;
  width: fit-content;
}
.masonry-item .content-item .container-favourites {
  text-shadow: 0px 0px 10px #0000004f;
  margin-right: 8px;
}
.masonry-item .content-item .container-favourites .favourite-btn:not(.added-to-favourites) {
  color: #fff;
}
.masonry-item .content-item .container-favourites span {
  line-height: 1;
}
#detail-file-model .modal-lg,
#detail-image-modal .modal-lg {
  width: 96% !important;
  max-width: 96% !important;
  margin: 2% !important;
}
.detail-image-masonry {
  font-size: 16px;
  line-height: 1.3;
}
.detail-image-masonry .zoom-out-btn:hover {
  cursor: zoom-out;
}
.detail-image-masonry h3 {
  font-size: 26px;
  font-weight: bold;
}
.detail-image-masonry p {
  margin-bottom: 14px;
  line-height: 1.3;
}
.detail-image-masonry h4,
.detail-image-masonry .h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.content-tag .label {
  margin: 2px;
}
.grid-sizer,
.grid-item {
  width: 33%;
  background-color: transparent;
}
.content-search-gallery {
  background-color: #f5f5f5;
  padding: 18px;
}
.content-search-gallery .ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
  background: white;
  border: 1px solid #003354;
}
.content-search-gallery .form-control {
  background-color: #FFF !important;
}
.content-search-gallery .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.content-search-gallery .row > div {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.content-search-gallery .radio-inline {
  display: inline-flex;
  align-items: center;
}
.content-search-gallery .select2-search__field {
  width: auto !important;
}
.attach-gallery-form div[role="listbox"] {
  column-gap: 20px;
  orphans: 1;
  widows: 1;
}
@media (min-width: 567px) {
  .attach-gallery-form div[role="listbox"] {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .attach-gallery-form div[role="listbox"] {
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .attach-gallery-form div[role="listbox"] {
    column-count: 4;
  }
}
.gallery-masonry div[role="listbox"],
.attach-gallery-form div[role="listbox"] {
  column-gap: 20px;
  orphans: 1;
  widows: 1;
}
@media (min-width: 567px) {
  .gallery-masonry div[role="listbox"],
  .attach-gallery-form div[role="listbox"] {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery-masonry div[role="listbox"],
  .attach-gallery-form div[role="listbox"] {
    column-count: 4;
  }
}
@media (min-width: 992px) {
  .gallery-masonry div[role="listbox"],
  .attach-gallery-form div[role="listbox"] {
    column-count: 4;
  }
}
.gallery-masonry div[role="listbox"] > div,
.attach-gallery-form div[role="listbox"] > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.gallery-masonry div[role="listbox"] .masonry-item,
.attach-gallery-form div[role="listbox"] .masonry-item {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.gallery-masonry div[role="listbox"] .masonry-item.no-image-avaible,
.attach-gallery-form div[role="listbox"] .masonry-item.no-image-avaible {
  background-color: #e3e4e6;
  border-radius: 8px;
  padding: 8px;
}
.gallery-masonry div[role="listbox"] .masonry-item.no-image-avaible:hover,
.attach-gallery-form div[role="listbox"] .masonry-item.no-image-avaible:hover {
  background-color: #e3e4e6;
}
.gallery-masonry div[role="listbox"] .masonry-item .content-action-item a.link-list-title,
.attach-gallery-form div[role="listbox"] .masonry-item .content-action-item a.link-list-title {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  display: none;
}
.gallery-masonry div[role="listbox"] .masonry-item .content-action-item a.link-list-title:hover,
.attach-gallery-form div[role="listbox"] .masonry-item .content-action-item a.link-list-title:hover,
.gallery-masonry div[role="listbox"] .masonry-item .content-action-item a.link-list-title:focus,
.attach-gallery-form div[role="listbox"] .masonry-item .content-action-item a.link-list-title:focus {
  display: block;
}
.gallery-masonry div[role="listbox"] .masonry-item .content-action-item .card-title,
.attach-gallery-form div[role="listbox"] .masonry-item .content-action-item .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: none;
}
.gallery-masonry div[role="listbox"] .masonry-item:hover,
.attach-gallery-form div[role="listbox"] .masonry-item:hover,
.gallery-masonry div[role="listbox"] .masonry-item:focus,
.attach-gallery-form div[role="listbox"] .masonry-item:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-masonry div[role="listbox"] .masonry-item:hover img,
.attach-gallery-form div[role="listbox"] .masonry-item:hover img,
.gallery-masonry div[role="listbox"] .masonry-item:focus img,
.attach-gallery-form div[role="listbox"] .masonry-item:focus img {
  filter: brightness(0.5);
}
.gallery-masonry div[role="listbox"] .masonry-item:hover .content-action-item a.link-list-title,
.attach-gallery-form div[role="listbox"] .masonry-item:hover .content-action-item a.link-list-title,
.gallery-masonry div[role="listbox"] .masonry-item:focus .content-action-item a.link-list-title,
.attach-gallery-form div[role="listbox"] .masonry-item:focus .content-action-item a.link-list-title,
.gallery-masonry div[role="listbox"] .masonry-item:hover .content-action-item .card-title,
.attach-gallery-form div[role="listbox"] .masonry-item:hover .content-action-item .card-title,
.gallery-masonry div[role="listbox"] .masonry-item:focus .content-action-item .card-title,
.attach-gallery-form div[role="listbox"] .masonry-item:focus .content-action-item .card-title {
  display: block;
}
.attach-gallery-form div[role="listbox"] {
  column-gap: 20px;
  orphans: 1;
  widows: 1;
}
@media (min-width: 567px) {
  .attach-gallery-form div[role="listbox"] {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .attach-gallery-form div[role="listbox"] {
    column-count: 4;
  }
}
.attach-gallery-image-search {
  padding: 20px;
}
.ui-widget.ui-widget-content {
  z-index: 9999;
}
.field-attachgalleryimagesearch-aspectratiosearch label {
  margin-right: 12px;
}
.btn-dropdown-inputfile span,
.btn-dropdown-inputfile span.caret {
  margin: 0 4px;
}
.btn-file span,
.btn-file span.caret {
  margin: 0 4px;
}
.attachment-uploadcrop.uploadcrop.input-with-databank > .form-group {
  width: 70%;
}
.attachment-uploadcrop.uploadcrop.input-with-databank > .form-group input[type="file"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-color: #297a38;
}
.attachment-uploadcrop.uploadcrop.input-with-databank > .form-group input[type="file"]:after {
  font-size: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 1px solid #297a38;
}
.attachment-uploadcrop.uploadcrop.input-with-databank > .form-group input[type="file"]:hover::after {
  background: #e6e6e6;
  color: #000;
}
.attachment-uploadcrop.uploadcrop.input-with-databank.cropper-done {
  min-height: inherit;
}
.attachment-uploadcrop.uploadcrop.input-with-databank .modal-gallery-container {
  margin: 0;
  width: 30%;
}
.attachment-uploadcrop.uploadcrop.input-with-databank .modal-gallery-container .btn {
  margin: 0;
  min-height: 45px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
}
.attachment-uploadcrop.uploadcrop.input-with-databank .modal-gallery-container .btn .mdi {
  font-size: 18px;
  margin-right: 6px;
}
.attachment-uploadcrop.uploadcrop.input-with-databank .modal-gallery-container .btn .label-btn {
  display: none;
}
@media (min-width: 576px) {
  .attachment-uploadcrop.uploadcrop.input-with-databank .modal-gallery-container .btn .label-btn {
    display: block;
  }
}
.file-input .input-group-btn .glyphicon {
  margin-right: 5px;
  top: 0px;
}
.file-input .input-group-btn .btn {
  height: 45px;
  margin-top: 0;
}
.content-image-modal > div {
  height: inherit !important;
  width: 100% !important;
  overflow: inherit !important;
}
.content-image-modal > div img {
  width: 100%;
  max-width: 100%;
}
.content-image-modal a > div {
  height: inherit !important;
  width: 100% !important;
  overflow: inherit !important;
}
.content-image-modal a > div img {
  width: 100%;
  max-width: 100%;
}
.content-image-modal .label + .label {
  margin-left: 2px;
}
.detail-image-masonry img {
  width: 100%;
}
.detail-image-masonry .content-tag {
  display: flex;
  flex-wrap: wrap;
  max-height: 90px;
  overflow-y: auto;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.icon-asset-immagini {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 0px 10px #0000004f;
}
.uploadcrop .preview-pane {
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: fit-content !important;
  overflow: hidden;
}
.uploadcrop .preview-pane .deleteImageCrop {
  z-index: 2;
  top: 14px;
}
.uploadcrop .preview-pane .preview-container:empty {
  display: none;
}
.uploadcrop .preview-pane .preview-container:has(img[style]) {
  margin: 10px !important;
}
.search-form-class-attachments {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
}
