/* Sweet Alert 2
   ========================================================================== */
.swal2-html-container {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

.swal2-title, .swal2-content {
    color: rgba(0, 0, 0, 1.0) !important; /* Black */
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background-color: rgba(255, 255, 255, 0.75) !important; /* White 40% opacity */
}

.swal2-popup {
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(246, 246, 241, 1.0) !important; /* KS Grey 25% */
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
    width: auto;
    height: 50px !important;

	outline: none !important;
    padding: 0px 35px 0px 35px !important;
	border: 0px !important;

	color: rgba(255, 255, 255, 1.0) !important; /* White */
    font-weight: 600;

    text-align: center;
	text-decoration: none;
    cursor: pointer !important;

    background-color: rgba(143, 76, 106, 1.0) !important; /* KS Purple */

    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;

	-webkit-transition: color 0.25s ease !important;
	-moz-transition: color 0.25s ease !important;
	-o-transition: color 0.25s ease !important;
	transition: color 0.25s ease !important;

	-webkit-transition: background-color 0.25s ease !important;
	-moz-transition: background-color 0.25s ease !important;
	-o-transition: background-color 0.25s ease !important;
	transition: background-color 0.25s ease !important;
}

.swal2-styled.swal2-cancel:hover {
    color: rgba(255, 255, 255, 1.0) !important; /* White */
    background-color: rgba(112, 59, 82, 1.0) !important; /* KS Purple hover */
}

.swal2-styled.swal2-confirm:hover {
    color: rgba(255, 255, 255, 1.0) !important; /* White */
    background-color: rgba(112, 59, 82, 1.0) !important; /* KS Purple hover */

    background-image: none !important;
}

.swal2-validation-message {
    background-color: transparent !important;
}

.swal2-validation-message::before {
    background-color: rgba(231, 65, 27, 1.0) !important; /* KS Red */
}

.swal2-input.swal2-inputerror {
    border-color: rgba(231, 65, 27, 1.0) !important; /* KS Red */
}

.swal2-modal .swal2-styled:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}