

#modal-wertpapieranalyse .box{
    max-width: 807px;
    display: none;
}

#modal-wertpapieranalyse .box.active{
    display: block;
}

#modal-wertpapieranalyse .box .content{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    position: relative;
}

#modal-wertpapieranalyse .box .content .sdx-modal-close{
    position: absolute;
    right: 15px;
    cursor: pointer;
}

/* #modal-wertpapieranalyse .box .content,
#modal-wertpapieranalyse .box .footer
{
    padding: 16px 30px 20px;
} */

/* #modal-wertpapieranalyse .box .title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 40px 0px;
    color: #246B7D;
    line-height: 36px;
} */

#modal-wertpapieranalyse .box input[type="text"],
#modal-wertpapieranalyse .box input[type="file"],
#modal-wertpapieranalyse .box input[type="email"],
#modal-wertpapieranalyse .box input[type="number"]
{
    width: 100%;
    margin-top: 30px;
    border: 2px solid #E8E8E8;
    border-radius: 12px;
    padding: 14px;
    font-size: 16px;
}

#modal-wertpapieranalyse .box .pdf-optional{
    margin-top: 30px;
}

#modal-wertpapieranalyse .box .pdf-optional label{
    display: block;
    margin-bottom: 10px;
    color: #246B7D;
    font-weight: 500;
    font-size: 15px;
}

#modal-wertpapieranalyse .box .pdf-optional input{
    margin-top: 0px;
}

#modal-wertpapieranalyse .box .pdf-optional span{
    color: #246B7D;
    font-size: 12px;
}

#modal-wertpapieranalyse .box .companies{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#modal-wertpapieranalyse .box .companies li{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 12px;
    color: #246B7D;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
}

/* #modal-wertpapieranalyse .gray-box{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    background-color: #F2F2F2;
    padding: 20px;
    border-radius: 12px;
    color: #246B7D;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
} */

#modal-wertpapieranalyse .box .companies li.active{
    /* font-weight: bold; */
    background-color: #1CA67F;
    color: white;
}

#modal-wertpapieranalyse .errors{
    color: #c90000;
    margin-top: 20px;
}

#modal-wertpapieranalyse .processing-items{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

#modal-wertpapieranalyse .processing-items li{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 12px;
    position: relative;
}
#modal-wertpapieranalyse .processing-items li::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--before-width, 10%); /* Default width */;
    height: 100%;
    background-color: #9fe8d3;
    border-radius: 12px;
    z-index: 1;
    /* transform: translateY(-50%); */
}

#modal-wertpapieranalyse .processing-items li p{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
}

#modal-wertpapieranalyse .processing-items li img{
    animation: spin 2s linear infinite;
    z-index: 2;
}

#modal-wertpapieranalyse .processing-items li.done img{
    animation: none;
}

#modal-wertpapieranalyse .note{
    color: #246B7D;
    padding-top: 10px;
}

.loading-dots {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 2em;
    text-align: left;
    white-space: nowrap;
}

#modal-wertpapieranalyse .processing-items li .loading-dots::after {
    content: '';
    display: inline-block;
    animation: dots 1.5s steps(3, end) infinite;
}

#modal-wertpapieranalyse .processing-items li.done .loading-dots{
    display: none;
}

/* #modal-wertpapieranalyse .footer .btn-main{
    font-size: 18px;
    padding: 26px;
} */

#modal-wertpapieranalyse .step-1 .group-input{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#modal-wertpapieranalyse .step-1 .inputs label{
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #246B7D;
}

#modal-wertpapieranalyse .step-1 .inputs input{
    margin-top: 0px;
}

#modal-wertpapieranalyse .step-3 .inputs{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

#modal-wertpapieranalyse .step-3 .group-input.term-condition-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#modal-wertpapieranalyse .step-3 .group-input.term-condition-box input[type="checkbox"]{
    width: 20px;
    height: 20px;
}

#modal-wertpapieranalyse .step-3 .group-input{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#modal-wertpapieranalyse .step-3 .group-input label{
    font-size: 15px;
    color: #246B7D;
    font-weight: 500;
}

#modal-wertpapieranalyse .step-3 .group-input input{
    margin: 0px
}

#modal-wertpapieranalyse .group-rufnumme{
    display: flex;
}

#modal-wertpapieranalyse .group-rufnumme select{
    border-radius: 12px 0px 0px 12px;
    border: 2px solid #E8E8E8;
    padding: 12px;
    border-right: 0px;
    font-size: 16px;
    max-width: 200px;
}

#modal-wertpapieranalyse .group-rufnumme input{
    border-radius: 0px 12px 12px 0px !important;
    border-left: 0px;
}