.selected-ki-analyse{
    background-color: var(--e-global-color-primary );
    transition: background-color 0.3s ease-in-out;
}

.selected-ki-analyse h5{
    color: white !important;
    transition: color 0.3s ease-in-out;
}


#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

#ki-result-analyse .elementor-widget-shortcode h1,
#ki-result-analyse .elementor-widget-shortcode h2,
#ki-result-analyse .elementor-widget-shortcode h3,
#ki-result-analyse .elementor-widget-shortcode h4,
#ki-result-analyse .elementor-widget-shortcode h5{
    margin-top: 70px;
}

#ki-result-analyse ul{
    padding-left: 30px;
}
#ki-result-analyse li{
    padding-left: 0 !important;
    list-style-type: disc;
}


.frm_message{
    z-index: 10000;
    background-color: #c0ecfc !important;
    color: black !important;
}

.with_frm_style.frm_message p{
    color:black !important;
}


.elementor-element.elementor-element-c570909{
    z-index: 10000;
}

.selected-ki-analyse .set_new_name img{
    filter: invert();
    transition: filter 0.3s ease-in-out;
}

.input_name{
    margin: 20px 0px 20px 0px;
}

.send_name{
    float: right;
    clear: both;
}

.input_name::placeholder{
    font-size: 13px;
}