		.modal-dialog > .modal-backdrop {
			z-index:1!important;
		}

		.bootstrap-dialog , .modal-backdrop {
			z-index:10000!important;
		}
		
		
		.bootstrap-dialog.modal .modal-dialog {
			max-width: 500px;
			
		}
		
		.bootstrap-dialog.modal.show .modal-dialog {
			max-width: 500px;
		}
		
		.bootstrap-dialog .modal-content {
			padding: 15px;
			background-color: #FFF;
			border-radius: 3px;
			font-family: "Montserrat", sans-serif;
		}
		
		.bootstrap-dialog.modal.show .modal-dialog {
			top: 100px;
		}
		
		.bootstrap-dialog .modal-title {
			color: #25304C;
			font-size: 22px;
			font-weight: 600;
			
		}
		
		.bootstrap-dialog .modal-header {
			display: flex;
			background-color: transparent!important;
			margin: 1px 15px;
			justify-content: center;
			border: none;
		}
		
		.bootstrap-dialog .modal-body {
			text-align: center;
		    color: #8c8c8c;
		}
		
		.bootstrap-dialog .modal-header .close {
			position: absolute;
			right: 26px;
			top: 15px;
			padding: 0px;
			margin: 0px;
			outline: none;
		}
		
		.bootstrap-dialog .modal-footer {
			justify-content: center;
			border-top: 0px;
		}
		.bootstrap-dialog.type-danger .modal-header, .bootstrap-dialog.type-success .modal-header {
			background-color:transparent; 
			text-align: center;
			border-bottom: 1px solid #b7b7b7;
			word-break:break-word;
			padding-right: 0px;
		    padding-left: 0px;
		}
		
		.bootstrap-dialog .bootstrap-dialog-title {
		    color: #25304C;
		    display: inline-block;
		    font-size: 22px;
		    font-weight: 600;
		}
		
		.bootstrap-dialog .btn-default {
		    font-size: 16px;
		    font-family: "Montserrat", sans-serif;
		    border: 0px;
		}
		.bootstrap-dialog .btn-default:hover{
			background: #949090;	
		} 
		.bootstrap-dialog .btn-danger {
		    font-size: 16px;
		    font-family: "Montserrat", sans-serif;
		    border: 0px;
		} 
		
		.bootstrap-dialog-footer-buttons > .btn {
			padding:10px 35px;	
			font-weight: bold;
			box-shadow:none!important;
		}
		
		.bootstrap-dialog .btn-danger {
			background: #F8AC13;
		}
		.bootstrap-dialog .btn-danger:hover{
			background: #d4910b;
		} 
		.bootstrap-dialog .btn-danger:not(:disabled):not(.disabled):active{
			background: #F8AC13;
			outline: none;
		}
		
		.bootstrap-dialog .btn-success {
			background: #73bf2c;
		}
		.bootstrap-dialog .btn-success:hover{
			background: #5e9e22;
		} 
		.bootstrap-dialog .btn-success:not(:disabled):not(.disabled):active{
			background: #73bf2c;
			outline: none;
		}
		
		
		
		
		/********** FOR MOVING BUTTON YES AND NO TO LEFT AND RIGHT IN BOOTSTRAP DIALOG BUTTON **********/
		.bootstrapDialogButton {
			margin-left:15px;
			float:right;
		}