.close-popup-advice {
	position: absolute;
	border: none;
	right: -0.5rem;
	top: -0.5rem;
	opacity: 1.5;
	border-radius: 2rem;
	padding: 0.5rem 1rem 0.5rem !important;
	margin-top: 0 !important;
	background-color: #bfbfbf !important;
	z-index: 2000;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

.close-popup-advice i {
	font-size: var(--fontSubHead) !important;
	color: #fff;
}

.popup-advice-body {
	padding: 0 !important;
}

.modal-dialog-popup-advice {
	display: flex !important;
	align-items: center !important;
	min-height: calc(100% - 1rem) !important;
}

@media (width: 912px) and (height: 1368px) {
	#modal_popup_advice .modal-content {
		min-height: 0 !important;
	}
}

#modal_popup_advice .modal-dialog {
    max-width: 100%; 
    width: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal_popup_advice .modal-content {
    width: auto; 
    max-width: 100%; 
    height: auto; 
	border-radius: 12px;
}

#modal_popup_advice img {
    display: block;
    width: 100%;
    height: auto;
}