<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-formbody {
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
    box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

/* Radio Buttons Start */


.radio-tile-group {
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
}


.input-container {
    position: relative;
    height: 7rem;
    width: 7rem;
    margin: 0.5rem;
}
.input-container input {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.card input {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.am-content input {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.input-container .radio-tile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 2px solid grey;
    transition: all 300ms ease;
    width: 100%;
    box-sizing: border-box;
}

.card {
    border-radius: 10px;
    box-shadow: rgba(47, 105, 252, 0.1) 1.95px 15.881px 30px 0px;
}

.card .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(47, 105, 252, 0.1) 1.95px 15.881px 30px 0px;
    transition: all 300ms ease;
    box-sizing: border-box;
}


.input-container i {
    font-size: 3rem;
}

.card i {
    font-size: 3rem;
    padding-top: 10px;
}

.img_configurator {
   width: 5rem;
    height: 5rem;
    margin-top: 10px;
}


.input-container label {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card label {
    font-size: 0.80rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

input:checked + .radio-tile {
    background-color: #6F6DC2;
    box-shadow: 0 0 12px grey;
}

input:hover + .radio-tile {
    background-color: #6F6DC2;
    box-shadow: 0 0 12px grey;
    height: 100%;
    color: white;
}

input:checked + .radio-tile i,
input:checked + .radio-tile label {
    color: white;
}

.h3 {
    font-weight: bolder;
}

.modal-content {
    background-color: #FFFFFF;
    box-shadow: rgba(47, 105, 252, 0.1) 1.95px 15.881px 30px 0px;
    border-radius: 20px;
}



.form-control {
    border-radius: 20px;
}

.form-select {
    border-radius: 20px;
}

#popoverBilderSelbstBereitstellen {
    width: 100%;
    box-sizing: border-box;
}

/* resources/css/app.css oder eine benutzerdefinierte CSS-Datei */

.tippy-popper.meinTooltipTheme [data-animation=fade][data-state=visible] {
    background-color: #A0C4E2; /* Ã„ndere die Hintergrundfarbe nach deinen WÃ¼nschen */
}

.icsoft {
    color: #EF9CB3;
    font-size: 2.2rem;
    background: white;
    padding: 0.75rem;
    border-radius: 50%;
}

.custom-white {
    color: #3B368C;
}


/* Header Styles Start */


/* Header Styles End */

/* Konfigurator Media */

@media screen and (max-width: 768px) {
    .custom-label {
        text-align: center;
    }

    .title-conf {
        text-align: center;
    }

    .next-step i {
        display: none;
    }

    .prev-step i {
        display: none;
    }
}

#lottieContainer {
    background-color: transparent !important; /* Hintergrund transparent machen */
}

 .review-item-20:hover {
     background: -moz-linear-gradient(90deg, rgb(64, 80, 233) 0%, rgb(161, 47, 254) 100%);
     background: -webkit-linear-gradient(90deg, rgb(64, 80, 233) 0%, rgb(161, 47, 254) 100%);
     background: -ms-linear-gradient(90deg, rgb(64, 80, 233) 0%, rgb(161, 47, 254) 100%);
     color: rgba($
     color: $ white-color, $
     alpha: .9);
     animation: fadeIn .6s;
     -webkit-animation: fadeIn .6s;
     -moz-animation: fadeIn .6s;

     .title {
         color: $ white-color;
     }
 }

     .review-item-20 {
         &amp;.active {
             background: -moz-linear-gradient(90deg, rgb(64, 80, 233) 0%, rgb(161, 47, 254) 100%);
             background: -webkit-linear-gradient(90deg, rgb(64, 80, 233) 0%, rgb(161, 47, 254) 100%);
             background: -ms-linear-gradient(90deg, rgb(64, 80, 233) 0%, rgb(161, 47, 254) 100%);
             color: rgba($
             color: $ white-color, $
             alpha: .9);
             animation: fadeIn .6s;
             -webkit-animation: fadeIn .6s;
             -moz-animation: fadeIn .6s;

             .title {
                 color: $ white-color;
             }
         }
     }


     .icon-list {
         width: 10px;
     }

.button-confi-back {
    border-color: #4414a4;
    color: #4414a4;
}

.button-confi-back:hover {
    background-color: #4414a4;
    border-color: #4414a4;
}

.button-confi-weiter {
    background-color: #4414a4;
    border-color: #4414a4;
}

.button-confi-weiter:hover, .button-confi-weiter:active, .button-confi-weiter:checked, .button-confi-weiter:focus {
    background-color: #4414a4;
    border-color: #4414a4;
}

.container-confi {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 25px;
}

.form-control-confi {
    border-radius: 4px;
}

.custom-checkbox-size .form-check-input {
    width: 15px;  /* oder die gewÃ¼nschte GrÃ¶ÃŸe der Checkbox */
    height: 15px; /* oder die gewÃ¼nschte GrÃ¶ÃŸe der Checkbox */
    cursor: pointer; /* Optional, verbessert die Benutzerfreundlichkeit */
}

.custom-label-size {
    font-size: 12px; /* oder die gewÃ¼nschte TextgrÃ¶ÃŸe */
}



</pre></body></html>