#loading {
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	z-index:1099;
	width:100%;
	height:100%;
	min-height:100vh;
	background:rgba(255,255,255,0.85);
	color:#000;
	text-align:center;
	padding-top:40vh;
}

.modal-content {
    border:0;
    border-radius:0;
}

.cursive {
    font-family:'"Adobe Devanagari","serif"';
}

.modal-title {
    font-family: Helvetica,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.btn-dark {
    background-color:black;
    border:0;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 350px;
    }
}


body {
	background: rgb(182,182,182);
	background: linear-gradient(0deg, rgb(182,182,182) 0%, rgb(215 221 223) 100%);
}