<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-bg {
position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    /* display: none; */
    z-index: 99;
    /* cursor: pointer; */
}
	#modal.modal-overlay {
		z-index: 99;
    width: 20%;
    height: 50%;
    position: absolute;
    right: 39%;
    top: 261px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
/*    border: 1px solid rgba(255, 255, 255, 0.18); */
}
	#modal .modal-window {
		background-image: url('/ac2023/signup-event/AIONCLOUD_202312_banner.jpg');
		width: 360px;
		height: 610px;
		box-shadow: 0px 0px 15px #0000001A;
		    font-size: 24px;
	}
        #modal .modal-wrap {
		position: relative;
		left: 16.5%;
        }
				#modal .close-area {
    float: right;
/*    padding: 0px 6px !important; */
    cursor: pointer;
    /* text-shadow: 1px 1px 2px gray; */
    color: white;
    z-index: 999;
   position: relative;
    top: 9px;
    right: 8px;
    font-size: 24px; 
    background-color: #ff6e5f;
    border-radius: 50px !important; 
    box-shadow: 1px 0px 10px #0000006b;
    font-weight: 900;
width: 26px;
height: 26px;	
}
.close-area img {
    position: relative;
    top: -9px;
    left: 1px;
}
	@media (max-width:768px) {
.close-area img {
    left: 0px;
}

		.close-area {
		display: inline !important;
	       }
	#modal.modal-overlay {
		width: 100%;
		height: auto;
		position: absolute;
		left: 0;
		top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.18);
	}
	#modal .modal-window {
		background-image: url('/ac2023/signup-event/AIONCLOUD_202312_banner.jpg');
		width: 360px;
		height: 610px;
		position: relative;
		box-shadow: 0px 0px 15px #0000001A;
		top: 100px;
	}
        #modal .modal-wrap {
         	left:0;
    }
}

</pre></body></html>