/* Sweet Alert 2
   ========================================================================== */
.swal2-popup {
    box-shadow: 0px 3px 6px rgba(3, 7, 18, 0.04), 0px 10px 24px rgba(3, 7, 18, 0.08);
}

.swal2-html-container {
    font-family: 'Lota Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 1.3;


}

.swal2-title, .swal2-content {
    font-family: 'Lota Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 2.0em !important;
}

.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: 'Lota Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;

    color: rgba(40, 40, 40, 1.0) !important; /* 3F Tekst */

    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 {
    background-color: rgba(247, 247, 247, 1.0) !important; /* 3F Web Background */

    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(247, 247, 247, 1.0) !important; /* 3F Web Background */
}

.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;

    font-family: 'Lota Grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;

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

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

    background-color: rgba(231, 19, 28, 1.0) !important; /* 3F Web Button */

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

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

.swal2-styled.swal2-confirm:hover {
	color: rgba(255, 255, 255, 1.0) !important; /* White */
    background-color: rgba(177, 27, 20, 1.0) !important; /* 3F Graf Rød 2 */
}

.swal2-styled.swal2-cancel {
    color: rgba(231, 19, 28, 1.0) !important; /* 3F Web Button */
    background-color: rgba(255, 255, 255, 1.0) !important; /* White */

    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(231, 19, 28, 1.0) !important; /* 3F Web Button */
}

.swal2-styled.swal2-cancel:hover {
	color: rgba(177, 27, 20, 1.0) !important; /* 3F Graf Rød 2 */
    background-image: none !important;
    background-color: rgba(255, 255, 255, 1.0) !important; /* White */
    border-color: rgba(177, 27, 20, 1.0) !important; /* 3F Graf Rød 2 */
}

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

.swal2-validation-message::before {
    background-color: rgba(231, 19, 28, 1.0) !important; /* 3F Web Button */
}

.swal2-input.swal2-inputerror {
    border-color: rgba(231, 19, 28, 1.0) !important; /* 3F Web Button */
}

.swal2-modal .swal2-styled:focus, .swal2-input, .swal2-textarea {
    outline: none !important;
    box-shadow: none !important;
	-webkit-box-shadow: none !important;

    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(184, 184, 184, 1.0) !important; /* 3F Web Border */
}