/*
 Theme Name: IoT SIM Tech Theme
 Template: qi
 Version: 0.1.5
*/
.wrapper {
  max-width: 1540px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 64em) {
  .wrapper {
    padding: 100px 40px;
  }
}

.dialog-widget.elementor-popup-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-widget.elementor-popup-modal .dialog-widget-content {
  background-color: #fff;
}
.dialog-widget.elementor-popup-modal .dialog-widget-content .dialog-close-button {
  z-index: 1;
}
.dialog-widget.elementor-popup-modal .dialog-widget-content .dialog-message {
  max-height: 80vh;
  max-width: calc(100vw - 20px);
  overflow: auto;
}

body > .elementor > .elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 0;
}

.child-theme-wrapped-content-template {
  display: flex;
}
.child-theme-wrapped-content-template .space-left {
  display: none;
}
@media only screen and (min-width: 48em) {
  .child-theme-wrapped-content-template .space-left {
    display: flex;
    width: 7%;
  }
}
@media only screen and (min-width: 64em) {
  .child-theme-wrapped-content-template .space-left {
    width: 8%;
  }
}
@media only screen and (min-width: 75em) {
  .child-theme-wrapped-content-template .space-left {
    width: 10%;
  }
}
.child-theme-wrapped-content-template .wrapper {
  padding-left: 0;
  margin-left: 0;
}