/* Sweet Alert 2
   ========================================================================== */
.swal2-html-container {
    font-family: "quatro-slab", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    
    color: rgba(16, 24, 32, 1.0); /* Bupl Sekundær Sort (Text) */
}

.swal2-title, .swal2-content {
    color: rgba(16, 24, 32, 1.0) !important; /* Bupl Sekundær Sort (Text) */
}

.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: "quatro-slab", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px!important;
    color: rgba(16, 24, 32, 1.0) !important; /* Bupl Sekundær Sort (Text) */

    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 25px 0px 25px !important;
	border: 0px !important;

	color: rgba(255, 255, 255, 1.0) !important; /* White */

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

    background-color: rgba(139, 31, 66, 1.0) !important; /* Bupl Bordeaux */

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

	transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
}

.swal2-styled.swal2-confirm:hover {
    color: rgba(255, 255, 255, 1.0) !important; /* White */
    background-color: rgba(117, 20, 53, 1.0) !important; /* Bupl Bordeaux Hover */

    background-image: none !important;
}

.swal2-styled.swal2-cancel {
    color: rgba(139, 31, 66, 1.0) !important; /* Bupl Bordeaux */
    background-color: rgba(255, 255, 255, 1.0) !important; /* White */

    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(139, 31, 66, 1.0) !important; /* Bupl Bordeaux */
}

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

.swal2-validation-message::before {
    background-color: rgba(229, 0, 125, 1.0) !important; /* Bupl Magenta */
}

.swal2-input.swal2-inputerror {
    border-color: rgba(229, 0, 125, 1.0) !important; /* Bupl Magenta */
}

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