/*------------------------------------------------------------------
Elementor Editor
-------------------------------------------------------------------*/
.elementor-panel #elementor-panel-header {
  background-color: #201443;
}
.elementor-panel .elementor-panel-navigation .elementor-panel-navigation-tab.elementor-active {
  border-bottom-color: #13aff0;
}
.elementor-panel .elementor-element {
  -webkit-transition: background 0.15s ease, box-shadow 0.15s ease;
  -o-transition: background 0.15s ease, box-shadow 0.15s ease;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}
.elementor-panel .elementor-element .icon,
.elementor-panel .elementor-element .title {
  -webkit-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.elementor-panel .elementor-element:hover {
  background: #13aff0;
}
.elementor-panel .elementor-element:hover .icon,
.elementor-panel .elementor-element:hover .title,
.elementor-panel .elementor-element:hover .oew-icon {
  color: #fff;
}

.elementor-control-type-switcher .elementor-switch {
  width: 37px;
}
.elementor-control-type-switcher .elementor-switch-handle {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15) !important;
}
.elementor-control-type-switcher .elementor-switch-label {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08), inset 0 0 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08), inset 0 0 2px rgba(0, 0, 0, 0.08);
}
.elementor-control-type-switcher .elementor-switch-label:before, .elementor-control-type-switcher .elementor-switch-label:after {
  display: none;
  line-height: 22px;
}
.elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-label {
  background: #13aff0;
}
.elementor-control-type-switcher .elementor-switch-input:checked ~ .elementor-switch-handle {
  left: 20px;
}

.oew-icon {
  color: #13aff0;
}