/* Sweet Alert 2
   ========================================================================== */
.swal2-html-container {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.swal2-styled.swal2-confirm {
    width: auto;
    height: auto;

	outline: none !important;
    padding: 10px 25px !important;
	border: 0px !important;

	color: rgba(255, 255, 255, 1.0) !important; /* White */
    font-family: 'Squada One', Impact, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.2em !important;

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

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

    background-color: rgba(210, 35, 42, 1.0) !important; /* BOR Red */

    border-radius: 0em !important;
}

.swal2-styled.swal2-confirm:hover {
    background-color: rgba(170, 31, 31, 1.0) !important; /* BOR Red Hover */
}

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