.model-title{
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.model-title svg {
	margin: 40 auto 0;
	width: 100px;
	display: block;
}

.modal-buttons{
	padding-top: 16px !important;
	text-align: center !important;
	padding-bottom: 16px !important; 
	position: relative !important;
}
.w3-modal{
	z-index: 1000;
}

.w3-modal-2{
	z-index: 1000;
	padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
	display: none;
}