.ufc-components-image-carousel-container {
  min-height: 100px;
  min-width: 100px;
}

.ufc-components-image-carousel-container .ant-carousel .slick-dots li button {
  background: #6874e2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0.3;
}

.ufc-components-image-carousel-container
  .ant-carousel
  .slick-dots
  li.slick-active
  button {
  opacity: 1;
}

.ufc-components-image-carousel-flatten {
  height: 100%;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
}

.ufc-components-image-carousel-flatten .ufc-components-image-carousel-file {
  margin-right: 8px;
}

.ufc-components-image-carousel-file {
  height: 100%;
  width: 100%;
  min-height: 100px;
  min-width: 100px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ufc-components-image-carousel-file .ufc-components-image-carousel-img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ufc-components-image-carousel-file .crossIcon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}

.ufc-components-image-carousel-file:hover .crossIcon {
  display: block;
}
