.image-modal-popup{
	display: none;
}

.modal-content .image-popup-overlay-content{
  display: flex;
  justify-content: center;
}
.modal_inner_wrapper{
  position: relative;
  width: 100%;
   .closePopUp-wrapper img{
    @media screen and (max-width:768px) {
      width: 10px;
      height: 10px;
  
    }
  }
  .modal_header{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    @media screen and (max-width:768px) {
      padding-bottom: 12px;
  
    }
  }
.is_user .modal.image-modal-popup .modal_inner_wrapper .closePopUp-wrapper{   
		float:right !important;
  }
}