/*-----fixes-----*/
.elementor-icon-wrapper{
    line-height: 1em;
}
/************************/

input.readonly{
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}


/*FOR FORM BUILDER IN PROFILE DUILDER*/

/*****/
/* tablet */
@media (max-width: 1024px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%;
  }
}
/* mobile */
@media (max-width: 767px) {

  }
}
