/* Sweet Alert 2
   ========================================================================== */
.swal2-html-container {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

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

.swal2-content p {
    font-size: 14px !important;
    line-height: 0.5;

    margin-bottom: 25px;
}

.swal2-content p input {
    margin-right: 10px;
}

.swal2-validation-message {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 1.0) !important; /* Black */

    padding-top: 25px !important;
    margin-top: 25px !important;
}

.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(178, 178, 178, 1.0) !important; /* PD Neutral 40% */
}

.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: 300;
    text-align: center;
	text-decoration: none;
    cursor: pointer !important;

    background-color: rgba(29, 120, 114, 1.0) !important; /* PD Green dark */

    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !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-confirm:hover {
    color: rgba(255, 255, 255, 1.0) !important; /* White */
    background-color: rgba(67, 151, 141, 1.0) !important; /* PD Green */

    background-image: none !important;
}

.swal2-styled.swal2-cancel {
    color: rgba(29, 120, 114, 1.0) !important; /* PD Green dark */
    background-color: rgba(255, 255, 255, 1.0) !important; /* White */

    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(29, 120, 114, 1.0) !important; /* PD Green dark */
}

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

.swal2-validation-message::before {
    background-color: rgba(246, 147, 131, 1.0) !important; /* PD Secondary Apricot */
}

.swal2-input.swal2-inputerror {
    border-color: rgba(246, 147, 131, 1.0) !important; /* PD Secondary Apricot */
}

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