.swal2-popup {
    border-radius: 0px !important;
}
.swal2-content {
    font-size: 16px !important;
}
.swal2-title {
    font-size: 20px !important;
    color: #262222 !important;
}
.swal2-actions button.swal2-confirm,
.swal2-actions button.swal2-confirm:hover {
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%) !important;
    border-radius: 0;
}
.swal2-actions button.swal2-confirm:focus {
    box-shadow: none;
}

.additional-analyse-type-select {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    color: #fff;
}
.additional-analyse-type-select:before {
    content: '-';
    color: #fff;
}
.additional-analyse-type-select {
    background: #e4e4e4;
    width: 64px;
    height: 64px;
    display: block;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    bottom: -32px;
    position: absolute;
    padding-top: 5px;
    cursor: pointer;
}
.additional-analyse-type-select:before {
    content: '+';
    color: #333;
}
.additional-analyse-type-select {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 35px;
}
li.finished .additional-analyse-type-select {
    pointer-events: none;
    background: #2b8c38;
    color: #fff;
}
li.finished .additional-analyse-type-select:before {
      content: "";
}
li.active .additional-analyse-type-select {
    background: #80201a;
    background: linear-gradient(171deg, #80201a 0%, #ea3c37 100%);
    color: #fff;
}
li.active .additional-analyse-type-select:before {
    content: '-';
    color: #fff;
}
#recaptcha-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: none;
}
#recaptcha-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
}
#recaptcha-window {
    position: fixed;
    width: 400px;
    background: #fff;
    padding: 30px 50px;
    top: 30%;
    left: 50%;
    margin-left: -200px;
}
#recaptcha-window h3 {
    text-align: center;
    margin-bottom: 10px;
}
#recaptcha-window p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
#recaptcha-window button {
    margin: 20px auto 0 auto;
}
span.error {
    color: #80201a;
}
.hidden {
    display: none;
}