@charset "utf-8";
/* CSS Document */

.modal-dialog.terms {
    max-width: 700px;
}
.modal-content.terms {
    background: #01112a;
    border-radius: 10px;
    border: 1px solid #fff;
    filter: drop-shadow(0 0 5px #6fa7f2);
    box-shadow: 0 0 10px #6fa7f2;
    padding: 15px;
}
button.close-btn {
    background: none;
    color: #fff;
    border: none;
    padding: 0;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 5px;
	z-index: 2;
}
.title-tnc {
    text-align: center;
    padding-bottom: 15px;
}
ol.terms {
    padding-left: 17px;
}
ol.terms li {
    padding-bottom: 5px;
}

@media(max-width: 480px) {
.modal-content.terms {
    font-size: 14px;
}
}









