/* Sweet Alert 2
   ========================================================================== */
.swal2-html-container {
	font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;

    color: rgba(41, 41, 41, 1.0); /* Text Black */
}

.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 {
    padding: 48px 24px !important;

    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(202, 202, 202, 1.0) !important; /* BoR Grey Stroke */
}

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

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

	color: rgba(255, 255, 255, 1.0) !important; /* White */
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.0em;

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

    background-color: rgba(193, 61, 67, 1.0) !important; /* BoR Red */

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !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 {
    background-color: rgba(193, 61, 67, 0.50) !important; /* BoR Red Opacity */
}

.swal2-styled.swal2-confirm:hover {
    background-color: rgba(162, 53, 56, 1.0) !important; /* BoR Red Dark */

    background-image: none !important;
}

.swal2-styled.swal2-cancel:hover {
    background-color: rgba(162, 53, 56, 1.0) !important; /* BoR Red Dark */

    background-image: none !important;
}

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

.swal2-validation-message::before {
    background-color: rgba(193, 61, 67, 1.0) !important; /* BoR Red */
}

.swal2-input.swal2-inputerror {
    border-color: rgba(193, 61, 67, 1.0) !important; /* BoR Red */
}

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

.swal2-title {
	font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;

    color: rgba(41, 41, 41, 1.0); /* Text Black */
}

.swal2-input {
    color: rgba(41, 41, 41, 1.0) !important; /* Text Black */
    background-color: rgba(255, 255, 255, 1.0)!important; /* White */

    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(202, 202, 202, 1.0); /* BoR Grey Stroke */

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
}

.swal2-close {
    color: rgba(193, 61, 67, 1.0) !important; /* BoR Red */
}

.swal2-close:active {
	position: absolute;
	top: 0px;
}

.swal2-icon {
    width: 4.5em !important;
    height: 4.5em !important;

    border-style: solid !important;
    border-width: 2px !important;
}

.swal2-icon-content {
    font-size: 2.5em !important;
}

.swal2-icon.swal2-warning {
    border-color: rgba(193, 61, 67, 1.0) !important; /* BoR Red */
    color: rgba(193, 61, 67, 1.0) !important; /* BoR Red */
}