/**
 * SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
 * SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
 */

/*web content Fintech Result Photo gallery template */



.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;
  }
}