.k-widget.k-window:has(.image-carousel-popup-container) {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  z-index: 100000;
}

.image-carousel-popup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.image-carousel-popup-container .image-carousel-popup-wrapper {
  height: 800px;
  width: 1100px;
}
.image-carousel-popup-container .navigation-status-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 10px 0;
}
.image-carousel-popup-container .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-carousel-popup-container .carousel-container .image {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}
.image-carousel-popup-container .carousel-container .image-carousel-popup-view {
  width: 950px;
  height: 570px;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.image-carousel-popup-container .carousel-container .image-carousel-popup-view .k-scrollview-elements {
  display: none;
}
.image-carousel-popup-container .carousel-container .images-list-carousel-view {
  width: 950px;
  height: 130px;
  border: none;
  margin: 30px 0;
  background-color: transparent;
  box-shadow: none;
}
.image-carousel-popup-container .carousel-container .images-list-carousel-view .k-scrollview-elements {
  display: none;
}
.image-carousel-popup-container .carousel-container .images-list-carousel-view .images-list-scroll-page {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.image-carousel-popup-container .carousel-container .images-list-carousel-view .images-list-scroll-page > img {
  width: 180px;
  height: 100%;
  margin-right: 20px;
}
.image-carousel-popup-container .carousel-container .images-list-carousel-view .images-list-scroll-page > img.selected-image {
  border: 1px solid #000000;
  box-sizing: border-box;
  width: 210px;
}
.image-carousel-popup-container .carousel-container .images-list-carousel-view .images-list-scroll-page img:last-child {
  margin-right: 0px;
}
.image-carousel-popup-container .carousel-container .scroll-elements-wrapper {
  width: 40px;
  height: 40px;
  margin: 0 10px 0;
}
.image-carousel-popup-container .carousel-container .scroll-elements-wrapper .fa-chevron-right {
  margin-left: 5px;
  margin-top: 2px;
}
.image-carousel-popup-container .carousel-container .scroll-elements-wrapper .fa-chevron-left {
  margin-right: 3px;
  margin-top: 2px;
}
.image-carousel-popup-container .carousel-container .scroll-elements-container {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
}
.image-carousel-popup-container .carousel-container .scroll-icon {
  font-size: 18px;
  color: black;
}
.image-carousel-popup-container .close-button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.image-carousel-popup-container .close-button .close-icon {
  font-size: 18px;
  color: black;
}

@media screen and (max-width: 1200px) {
  .image-carousel-popup-container .image-carousel-popup-wrapper {
    height: 700px;
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .image-carousel-popup-container .image-carousel-popup-wrapper {
    height: 530px;
    width: 600px;
  }
}
@media screen and (max-width: 390px) {
  .image-carousel-popup-container .image-carousel-popup-wrapper {
    height: 570px;
    width: 350px;
  }
  .image-carousel-popup-container .scroll-elements-wrapper {
    display: none;
  }
}
