.bootstrap-dialog .modal-header, .bootstrap-dialog .bootstrap-dialog-title {
	transition: all 0.4s;
}

.bootstrap-dialog.type-coinvertit-warning .modal-header {
  background-color: #fad65b;
}

.bootstrap-dialog.type-coinvertit-prompt .modal-header {
	background-color: #0e384d;
}

.bootstrap-dialog.type-coinvertit-warning .bootstrap-dialog-title {
	color: #333;
}

.bootstrap-dialog.type-coinvertit-prompt .bootstrap-dialog-title {
	color: #fff;
}


@media (max-width: 760px) {
	
	.modal.type-coinvertit-warning .modal-dialog {
		width: 100%;
		height: 100vh;
		margin: 0px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000
	}

	.modal.type-coinvertit-warning .modal-dialog .modal-content {
		border-radius: initial;
	}

	.modal.type-coinvertit-warning .modal-dialog .modal-content .modal-body {
		height: calc(100vh - 120px);
	}

	.modal.type-coinvertit-warning .modal-dialog .modal-content .bootstrap-dialog .bootstrap-dialog-message {
		font-size:15px;
	}

	.modal.type-coinvertit-warning .modal-dialog .modal-content .bootstrap-dialog .bootstrap-dialog-title {
		font-size:17px;
	}
}
