.elementor-panel .elementor-element .icon {
    position: relative;
}
.elementor-panel .elementor-element .icon i[class*="eadd-"]::after {
    opacity: 0.5;
    content: '\e860';
    background: transparent;
    font-size: 14px;
    font-family: "eadd";
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    font-variant: normal;

    padding: 0.2em 0.5em;

    transition: color 0.5s ease;

    position: absolute;
    top: 9px;
    right: 0px;
    z-index: 1;

}
.elementor-panel .elementor-element:hover .icon i[class*="eadd-"]:after {
    opacity: 1;
}
.eadd-ic-right {
    position: absolute;
    right: 20px;
    top: 12px;
    opacity: 0.6;
}
.elementor-control-raw-html .eadd-ic-right {
    top: 0;
}
.eadd-ic-left{
    font-size: 19px;
    margin-right: 3px;
    vertical-align: middle;
}
.elementor-open .eadd-ic-left{
    color: #5bc0de;
}


/* controls (Transformations / Position) */
.e-add-reset-controls {
    position: absolute;
    right: 20px;
    background-color: #fff;
    border-radius: 100px;
    border: none;
    color: #999;
    padding: 2px 5px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    border: 1px solid #d5dadf;
    cursor: pointer;
}
.control-title-first-transformations,
.control-title-first-position,
.elementor-control-animation_options_transition_transform{
    font-weight: 700;
}
.elementor-control-type-slider-transformations,
.elementor-control-field-transformations,
.elementor-control-type-slider-position,
.elementor-control-field-position{
    margin-bottom: 3px;
}
.elementor-control-field-transformations{
    margin-bottom: 12px;
}
.e-add-icon-heading {
    background-color:rgba(200,200,200,0.2);
    padding: 15px;
    margin: 0 -20px 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.e-add-icon-heading .fa{
    font-size: 20px;
    margin-right: 8px;
}
/* panel e-add-info-panel */
.elementor-panel .e-add-info-panel h2{
    font-size: 16px;
    font-weight: bold;
}
.e-add-info-panel hr{
    margin: 5px 0;
    border: none;
    border-top: 1px dotted #999;
}
.e-add-info-panel i.fas{
    font-size: 30px;
    float: left;
    margin-right: 6px;
}
.e-add-info-panel {
    background-color: rgb(253, 191, 6);
    padding: 15px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #000;
    /* display: flex;
    align-items: center; */
}

.elementor-panel .elementor-tab-control-e_query a:before,
.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-tab-control-e_query a:before {
    content: "\e91a";
}

/* Disegno scheme */
.e-add-scheme svg {
    width: 100%;
    max-width: 160px;
    margin: -5px auto;
    display: block;
    height: auto;
}
/* Group conntrol metafieldtype */
.elementor-group-control-metafieldtype.elementor-group-control-type{
    padding: 0 0 0 7px;
    float: right;
    z-index: 2;
    bottom: -22px;
    margin-right: 23px;
}

/*
.elementor-group-control-sourcetype.elementor-group-control-type {
    padding: 15px 20px 0 7px;
    z-index: 2;
}
.elementor-group-control-sourcetype.elementor-group-control-type .elementor-choices{
    margin-bottom: -15px;
}
*/
.elementor-control-type-repeater .elementor-repeater-row-item-title{
    position: relative;
}
.elementor-control-type-repeater .elementor-repeater-row-item-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100,100,100,0.2);
}

/* style per label choices e other source (ex map) */
.elementor-control-customfields_type .elementor-choices .elementor-choices-label{
    background-color: #FFFFFF;
}
.elementor-control-customfields_type .elementor-choices input:checked + .elementor-choices-label {
    background-color: #5bc0de;
}
.elementor-control.elementor-control-source_heading,
.elementor-control.elementor-control-customfields_type,
.elementor-control.elementor-control-data_source,
.elementor-control.elementor-control-source_post,
.elementor-control.elementor-control-source_term,
.elementor-control.elementor-control-source_user,
.elementor-control.elementor-control-source_attachment,
.elementor-control-cards_custom_coordinates,
.elementor-control-cards_save_coordinates,
.elementor-control-cards_coordinates_object,
.elementor-control-cards_randomize,
.elementor-control-cards_stage_width,
.elementor-control-cards_stage_height
{
    background-color: #f5f5f5;
}
.elementor-control-cards_coordinates_object textarea,
.elementor-control-cards_stage_width input,
.elementor-control-cards_stage_height input{
    background-color: #ffffff;
}
.elementor-control-cards_custom_coordinates .elementor-control-title{
    display: flex;
    align-items: center;
    font-weight: 700;
}
.elementor-control-type-button .elementor-button{
    padding: 0 10px;
}
.elementor-button.e-add-warning{
    background-color: rgb(255, 196, 0);
}