.elementor-editor-wp-page .elementor-control-document_sticky_header_style_section,
.elementor-editor-wp-page .elementor-control-document_sticky_mini_header_style_section {
    display: none;
}
#custom-template-edit-modal .dialog-widget-content {
    width: 100%;
    height: 90vh;
    min-height: 700px;
    background-color: #f1f3f5
}
#custom-template-edit-modal .dialog-close-button {
    font-size: 25px
}
#custom-template-edit-modal .dialog-header {
    display: none
}
#custom-template-edit-modal .dialog-message {
    padding: 0;
    height: 100%
}
#custom-template-edit-modal .dialog-message iframe {
    height: 100%
}
#elementor-widget-template-empty-templates {
    margin-top: 15px;
    text-align: center
}
#elementor-widget-template-empty-templates .elementor-widget-template-empty-templates-title {
    padding: 25px 0 25px
}
#elementor-widget-template-empty-templates .elementor-widget-template-empty-templates-icon {
    font-size: 96px;
    color: #d5dadf
}
#elementor-widget-template-empty-templates .elementor-widget-template-empty-templates-footer {
    font-style: italic;
    margin-bottom: 15px
}
.elementor-device-laptop #elementor-preview-responsive-wrapper {
    width:940px;
    height: 769px;
    padding: 40px 10px 70px; 
}
body:not(.elementor-device-laptop) .elementor-control.elementor-control-responsive-laptop {
  display: none;
}
.elementor-device-laptop .elementor-responsive-switcher-laptop {
    background-color: #71d7f7;
}
.litho-update-preview {
    margin: 15px 0 15px 0;
}
@media (min-width: 1440px) {
    #custom-template-edit-modal .dialog-widget-content {
        max-width: 90vw
    }
}