.close {
	color: #009ADF;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color: #0492C3;
}

.modal-backdrop.show {
    opacity: .1;
}

.modal-dialog {
    box-shadow: unset !important;
}

.modal-header {
	border-bottom: 0;
}

.modal-footer {
	border-top: 0;
}

.modal-title {
	color: #00A9E4;
	text-transform: uppercase;
	font-weight: 600;
}

.modal-title img {
	height: 30px;
    margin-right: .5rem;
}

.modal-title img:hover {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
  	perspective: 1000px;
}
