body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    height: 100vh !important;
    overflow:unset;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 12px 0 12px;
    padding: 0;
    color: #000000;
    font-size: 2em;
    font-weight: 600;
    font-family: ContiStagSans !important;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}


.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    overflow-y: auto;
}

.swal2-content.swal2-content-dialog-html {
    margin-top: 32px;
}


.swal2-icon.swal2-question {
    border-color: #ffa500;
    color: #ffa500;
}



.swal2_line {
    margin-top: 24px;
    text-align: left;
}

.swal2_separator {
    height: 2px;
    width: 100%;
    background-color: #f5f5f5;
    margin: 16px 0px;
}

.swal2-sub {
    margin-top: 36px;
}


.swal2_line.legend {
    font-size: 0.8em;
    font-weight: bold;
}

.swal2_title {
    font-size: 2em;
}



html.swal2-shown {overflow-x: hidden;overflow-y: hidden;}


.swal_2x_wrap {
    padding: 0 15px;
}

.swal_2x_wrap .section_input_block {
    width: 50%;
}


.swal2_container_100 .swal2-popup {
    width: 100%;
    max-width: 1080px;
}


.swal2_stripe_gray .swal2-popup {
    border-top: solid 8px #c1c1c1;
}


.swal2_stripe_red .swal2-popup {
    border-top: solid 8px #ff787b;
}


.swal2-hint-img {width: 100%;}




div#swal2-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* footer AGB pages force conti fonts for word copies */
div#swal2-content span, div#swal2-content div, div#swal2-content td {
    font-family: ContiStagSans !important;
}

button.swal2-confirm.swal2-styled {
    background-color: #ffffff;
}





.transition .swal2-container * {transition: none;}

.transition .swal2-container.swal2-container-dialog-html * {
    transition: all .4s ease-in-out;
}



.swal2-content-id__data_protection_notice {text-align: left;}
.swal2-content-id__footer__legal_notice {text-align: left;}




.swal2-icon.swal2-warning {
    border-color: #ff2d37;
    color: #ff2d37;
    border-width: 2px;
    font-weight: bold;
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 62px;
    padding: 2px 0 0 0;
}

.swal2-popup {
    border-top: solid 8px #ffa500;
    border-radius: 0px;
    width: 40em;
    min-height: 240px;
}

.swal2-popup.swal2-icon-warning {
    border-top: solid 10px #ff2d37;
}


.swal2-styled.swal2-confirm {
    border: solid 2px #000000;
    border-radius: 0;
    background: initial;
    color: #000000;
    font-size: 18px;
    background-color: #ffffff !important;
    font-family: 'ContiStagSans';
    font-weight: bold;
}

.swal2-styled.swal2-cancel {
    color: #000000;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 0;
    font-family: 'ContiStagSans';
    font-weight: bold;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none;
}

.swal2-styled.swal2-confirm:hover {
    border: solid 2px #ffa500;
    color: #ffa500;
}

.swal2-styled.swal2-cancel:hover {
    color: #ffa500;
}

.swal2-actions {
    margin: 1.5em auto 0;
    padding: 0px 8px;
}


/* .swal2-styled:focus {
    outline: 0;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
} */

.swal2-styled:focus {
    outline: none;
    box-shadow: none;
}

.swal2-b .swal2-content {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}


.swal2-content {
    padding: 0 8px;
}

.swal2-validation-message {margin: 0px;}



.swal2-icon {
    --animate-delay: 3s;
}



.swal2-content.success .swal2-validation-message::before {
    content: "✓";
    background-color: #ffa500;
}


.swal2-input:focus, .swal2-file:focus, .swal2-textarea:focus {
    border: 1px solid #ffa500;
    outline: none;
    box-shadow: 0 0 4px #ffa500;
}

.swal2-icon.swal2-info {
    border-color: #ffa500;
    color: #ffa500;
}





.swal2-popup.swal2-popup-dialog-imprints {
    width: 98%;
    max-width: 1324px;
    height: 97vh;
    overflow: hidden;
}




.swal2-popup-dialog-imprints .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
    margin-left: 2% !important;
}


.swal2-popup-dialog-imprints .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--8 {
    float: left;
    clear: none;
    width: 96%;
}



.swal2-popup .swal2-close {
    color: #000000;
    font-size: 4em;
    margin-top: -12px;
    margin-right: -8px;
}


.swal2-popup .swal2-close:hover {
    color: #ffa500;
}


.swal2-close:focus {
    outline: none;
}

.swal2-popup-dialog-imprints .swal2-content {
    margin-top: 48px;
}






.swal2-close:focus {
    box-shadow: unset !important;
}

.swal2-styled.swal2-default-outline:focus {
    box-shadow: unset !important;
}



div#swal2_line__country_title {
    font-weight: 600;
}

div#swal2_line__country_first {
    font-weight: 600;
    font-size: 16px;
}

div#swal2_line__country_last {
    margin-top: 40px;
}

div#swal2_line__profile_legend_country {
    color: #e52427;
}


.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: none;
}


.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(255, 165, 0);
}






.swal2-container-dialog-html {}
.swal2-content-dialog-html {
    font-size: 1em;
}


.swal2-modal {
    font-family: ContiStagSans, arial;
    overflow: hidden;
}

.swal2-modal h2 {
    color: #575757;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 20px;
    display: block;
    padding-top: 12px;
    padding-bottom: 16px;
}
.swal2-modal button.styled {
    color: #47443b;
    border: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    /* border-radius: 5px; */
    padding: 8px 12px 10px 12px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #ffa500 !important;
    border-radius: 20px;
    width: 120px;
}
.swal2-modal button.swal2-cancel {background-color: #b1aeae !important;}
.swal2-modal a {color:#0b83f9}


.swal2-content {
    font-size: 15px;
    font-family: ContiStagSans !important;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 14px;
    color: #555;
    width: 100%;
    float: left;
    text-align: center;
    min-height: 40px;
    margin-bottom: 0px;
}

.swal2-content .button_normal {
    margin-top: 8px;
    color: #202020;
    height: 24px;
    padding-top: 12px !important;
    font-weight: bold;
}


.swal2-modal h2 {
    color: #575757;
    font-size: 2em;
    padding-bottom: 12px;
    padding-top: 32px;
}

.swal2-styled.swal2-confirm {
    background-color: #ffa500;
}

.swal2-actions button.swal2-styled {
    color: #000000;
    font-size: 15px;
    min-width: 124px;
    background-color: #ffa500;
}
.swal_input {
    width: 97%;
}

.swal2_img {
    max-width: 100%;
    max-height: 600px;
}



.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 8px auto 4px auto !important;
}



.swal2-styled:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(183, 183, 183, 0.4);
    outline: none;
}


.swal2-line .selectwrap_grid_filter {
    width: auto;
}

