.pure-modal-backdrop {
  background-color: #d1d1d1 !important;
}
.pure-modal {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 100vh;
  min-height: 100vh;
}
.pure-modal .panel-body {
  background-color: transparent !important;
  padding: 5px 0 0 0 !important;
}

.pure-modal .control-dots,
.pure-modal .thumbs-wrapper {
  display: none;
}
.pure-modal .close {
  background: url(/images/popup-close.svg) no-repeat transparent !important;
  position: absolute !important;
  margin: 0 !important;
  background-size: contain !important;
  opacity: 0.4;
}
.pure-modal .close:hover {
  opacity: 0.8;
}
.pure-modal .carousel .slide img {
  width: 100%;

  max-height: calc(100vh - 100px);
  object-fit: contain;
}
.pure-modal .carousel .carousel-status {
  position: absolute;
  top: auto;
  right: 0;
  font-size: 12px;
  bottom: 8px;
  margin: 0 auto;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  max-width: 60px;
  padding: 6px;
  border-radius: 30px;
  text-shadow: none;
}
.pure-modal .control-arrow {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 30px;
  top: 45% !important;
}
.pure-modal .control-arrow::before {
  margin: 0 !important;
  position: absolute;
  top: 12px;
  right: 14px;
}
.pure-modal .control-prev.control-arrow::before {
  right: 18px !important;
}
.pure-modal .control-next.control-arrow {
  right: 50px !important;
}
.pure-modal .control-prev.control-arrow {
  left: 50px !important;
}

.modal-backdrop.show {
  z-index: 99999;
}

.imageShare{
    margin: 0 10px;
    height: 65px;
    cursor: pointer;
}

.imageShare:hover {
  opacity: 0.5;
}

.socialcontainer{
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.filtermodal .from-group label {
 font-weight: 500 !important;
 margin: 0 0 10px !important;
 font-size: 16px !important;
}
.filtermodal select {
 appearance: auto;
}
.filtermodal .modfooter {
 display: flex;
 margin: 50px 0 0;
 border-top: 1px solid #cecece;
 padding: 22px 0 0;
 justify-content: flex-end;
}
.filtermodal .modfooter button {
 width: auto;
 padding: 6px 40px;
 border: 1px solid #3d5bf4;
 margin: 0 0 0 20px;
 font-size: 14px;
}
.filtermodal .modfooter button.filreset {
 border-color: #707070;
 background: none;
 color: #707070;
}
.filtermodal .modal-body {
 padding: 0 0 20px !important;
}

.fullLoading {
  display: flex;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
  .carousel-root {
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 92%;
  }
  .carousel.carousel-slider {
    margin: auto !important;
  }
}

@media (max-width: 575px) {
  .filtermodal .modfooter button {
    padding: 6px 30px;
  }
  .imageShare{
    margin: 0 5px;
    height: 55px;
  }
}




