<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.modal-dialog.rules {
	top: 6%;
	max-width: 750px;
}
.modal-content.rules {
	background: linear-gradient(to bottom, rgba(103,101,236,1) 0%, rgba(29,27,124,1) 100%);
	border: 3px solid #ffdc64;
	border-radius: 15px;
	padding: 0 15px 15px;
}
button.close-x {
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 2;
}
ul.terms {
	padding-left: 17px;
}
.modal-dialog.example {
	top: 5%;
}
.title-pop {
    max-width: 320px;
    margin: -54px auto 10px;
}
.calcu-text {
    text-align: center;
}

@media(max-width: 480px) {
.modal-content.rules {
    font-size: 14px;
}
	
}



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