.atomel_megamenu_enabled .uk-modal-dialog .aea-modal-close {
  position: absolute;
  z-index: 1010;
  left: 0;
  top: 0;
  right: unset !important;
  height: 48px;
  width: 62px;
  padding: 0;
  background-color: #93003c;
  border: 0;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-modal-close i {
  transition: all 0.3s ease;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-modal-close:hover {
  background-color: #72002d;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-modal-close:hover i {
  transform: rotate(90deg);
}
.atomel_megamenu_enabled .outer-border {
  padding: 0;
}
.atomel_megamenu_enabled .aea-menu-trigger-btn {
  position: absolute;
  top: -1px;
  left: 100%;
  color: #595b60 !important;
  background-color: #f6f7f7;
  padding: 10px 18px;
  height: auto;
  min-height: 20px;
  border: 1px solid #cec5dc;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  width: max-content;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  border-image-source: -webkit-linear-gradient(145deg, #FE55B9 0, #8F48FF 100%);
  border-image-slice: 1;
  z-index: 999;
}
.atomel_megamenu_enabled .aea-menu-trigger-btn .aea-megeamenu-edit {
  display: none;
}
.atomel_megamenu_enabled .menu-item.menu-item-depth-0:hover .aea-menu-trigger-btn {
  visibility: visible;
  opacity: 1;
}
.atomel_megamenu_enabled .menu-item.menu-item-depth-0 .menu-item-bar .menu-item-handle {
  overflow: visible;
  border-color: #FE55B9;
  border-image-source: -webkit-linear-gradient(145deg, #FE55B9 0, #8F48FF 100%);
  border-image-slice: 1;
}
.atomel_megamenu_enabled .aea-megamenu-active .item-type,
.atomel_megamenu_enabled .aea-megamenu-active .item-edit {
  color: #fff;
}
.atomel_megamenu_enabled .aea-megamenu-active .menu-item-handle {
  background-color: red;
  color: #fff;
  background-image: linear-gradient(145deg, #8F48FF 0, #FE55B9 100%);
}
.atomel_megamenu_enabled .aea-megamenu-active .aea-megeamenu {
  display: none;
}
.atomel_megamenu_enabled .aea-megamenu-active .aea-menu-trigger-btn {
  opacity: 1;
  visibility: visible;
}
.atomel_megamenu_enabled .aea-megamenu-active .aea-menu-trigger-btn .aea-megeamenu-edit {
  display: block;
}
.atomel_megamenu_enabled .spinner.loading {
  visibility: visible;
}
.atomel_megamenu_enabled .uk-modal-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background: #f6f7f7;
  border-bottom: 1px solid #dcdcde;
  padding: 20px 27px;
}
.atomel_megamenu_enabled .menu-item.menu-item-depth-0:hover .aea-menu-trigger-btn {
  opacity: 1;
  visibility: visible;
}
.atomel_megamenu_enabled .right-content .spinner {
  float: none;
}
.atomel_megamenu_enabled #aea-megamenu-content {
  z-index: 999999;
  overflow-x: hidden;
}
.atomel_megamenu_enabled #aea-megamenu-iframe {
  width: 100vw;
  height: 100vh;
}
.atomel_megamenu_enabled .icon-picker-wrap {
  margin: 0 auto;
  margin-top: 3%;
  display: flex;
  flex-direction: column;
}
.atomel_megamenu_enabled .icon-picker-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  margin-left: auto;
  position: relative;
  width: 100%;
}
.atomel_megamenu_enabled .icon-picker-wrap ul li {
  border: 1px solid #ddd;
  line-height: 1;
  cursor: pointer;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
  border-radius: 3px;
  padding: 0;
}
.atomel_megamenu_enabled .icon-picker-wrap ul li i {
  font-size: 15px;
  line-height: 1;
  margin: 0;
  color: #fff;
  background-color: #115cfa;
  height: 40px;
  width: 54px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.atomel_megamenu_enabled .icon-picker-wrap ul li span {
  margin-left: 60px;
}
.atomel_megamenu_enabled .icon-picker-wrap ul li:nth-child(2) {
  border-left: 0;
}
.atomel_megamenu_enabled .icon-picker-wrap .icon-none {
  height: auto;
  border: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: auto;
  color: #f00;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
}
.atomel_megamenu_enabled .icon-picker-wrap .icon-none span {
  margin: 0;
}
.atomel_megamenu_enabled button.select-icon {
  padding: 20px;
  border-radius: 5px;
  background-color: #115cfa;
  font-size: 22px;
  cursor: pointer;
}
.atomel_megamenu_enabled .aim-close {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.atomel_megamenu_enabled .aim-open {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
}
.atomel_megamenu_enabled .aim-modal {
  position: fixed;
  height: 100%;
  width: 1200px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  user-select: none;
  display: flex;
}
.atomel_megamenu_enabled .aim-modal .aim-modal--content {
  position: absolute;
  border-radius: 3px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
  background-color: #f1f3f5;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
.atomel_megamenu_enabled .aim-modal .aim-modal--header {
  padding: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  color: #39384e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.atomel_megamenu_enabled .aim-modal .aim-modal--footer {
  text-align: center;
  background-color: #fff;
  display: none;
  justify-content: flex-end;
  padding: 30px;
  position: relative;
  display: flex;
  border-color: #e5e5e5;
  border-width: 1px;
  border-style: solid;
}
.atomel_megamenu_enabled .aim-modal .aim-modal--footer .aesthetic-button {
  height: 40px;
  margin-left: 5px;
}
.atomel_megamenu_enabled .aim-modal .aim-modal--footer .aesthetic-button-success {
  padding: 12px 36px;
  color: #fff;
  width: initial;
  font-size: 15px;
}
.atomel_megamenu_enabled .aim-modal .aim-modal--footer .aesthetic-button-success:hover {
  background-color: #39b54a;
}
.atomel_megamenu_enabled .aim-modal--header-logo-title {
  padding-top: 2px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.atomel_megamenu_enabled .aim-modal--header-close-btn {
  cursor: pointer;
}
.atomel_megamenu_enabled .aim-modal--header-close-btn i {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.atomel_megamenu_enabled .aim-modal--header-close-btn i:hover {
  transform: rotate(180deg);
  color: #115cfa;
}
.atomel_megamenu_enabled .aim-modal--body {
  font-size: 12px;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0;
  height: 700px;
  display: flex;
  min-height: 50px;
  max-height: 85vh;
  overflow: auto;
  background: #fff;
}
.atomel_megamenu_enabled .aim-modal--sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  background-color: rgba(255, 255, 255, 0.3);
}
.atomel_megamenu_enabled .aim-modal--sidebar-tabs {
  margin-top: 30px;
}
.atomel_megamenu_enabled .aim-modal--sidebar-tab-item {
  padding: 16px 40px;
  font-size: 14px;
  color: #4b5061;
  text-align: left;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-left: 0;
  border-radius: 3px;
  margin-bottom: 10px;
}
.atomel_megamenu_enabled .aim-modal--sidebar-tab-item i {
  font-size: 20px;
  padding-right: 15px;
  color: #4b5061;
}
.atomel_megamenu_enabled .aim-modal--sidebar-tab-item.aesthetic-active {
  background-color: #fff;
  border-color: #e5e5e5;
  box-shadow: none;
}
.atomel_megamenu_enabled .aim-modal--sidebar-tab-item.aesthetic-active:after {
  content: none;
}
.atomel_megamenu_enabled .aim-modal--sidebar-tab-item.aesthetic-active i {
  color: #115cfa;
}
.atomel_megamenu_enabled .aim-modal--icon-preview-wrap {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  width: 75%;
}
.atomel_megamenu_enabled .aim-modal--icon-preview-inner {
  overflow: auto;
  margin: 0;
  padding: 0 25px 0 0;
}
.atomel_megamenu_enabled .aim-modal--icon-preview-inner::-webkit-scrollbar {
  width: 5px;
}
.atomel_megamenu_enabled .aim-modal--icon-preview-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.atomel_megamenu_enabled .aim-modal--icon-preview-inner::-webkit-scrollbar-thumb {
  background: #115cfa;
  border-radius: 3px;
}
.atomel_megamenu_enabled #aim-modal--icon-preview {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 20px;
  margin: 15px 0;
}
.atomel_megamenu_enabled .aim-modal--icon-search {
  position: relative;
  width: 96%;
}
.atomel_megamenu_enabled .aim-modal--icon-search input {
  width: 100%;
  padding: 20px 25px;
  background-color: #fff;
  border-color: #e5e5e5;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  outline: none;
  border-radius: 3px;
}
.atomel_megamenu_enabled .aim-modal--icon-search input:focus {
  border-color: #c9caeb;
}
.atomel_megamenu_enabled .aim-modal--icon-search input::placeholder {
  font-style: italic;
}
.atomel_megamenu_enabled .aim-modal--icon-search:focus:not([tabindex^="-"]) {
  outline: none;
}
.atomel_megamenu_enabled .aim-modal--icon-search i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}
.atomel_megamenu_enabled .aim-icon-item {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
  border-color: #e5e5e5;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}
.atomel_megamenu_enabled .aim-icon-item:hover {
  transform: translateY(-3px);
}
.atomel_megamenu_enabled .aim-icon-item.aesthetic-selected {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 0 0 3px #115cfa;
}
.atomel_megamenu_enabled .aim-icon-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1px;
}
.atomel_megamenu_enabled .aim-icon-item-inner i {
  font-size: 25px;
  color: #6d7882;
}
.atomel_megamenu_enabled .aim-icon-item__icon {
  font-size: 25px;
  color: #6d7882;
}
.atomel_megamenu_enabled .aim-icon-item-name {
  color: #c2cbd2;
  font-size: 11px;
  padding: 13px 20px 0;
  max-width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
}
.atomel_megamenu_enabled .aim-modal--footer button.aim-insert-icon-button {
  padding: 14px 40px;
  color: #fff;
  font-size: 14px;
  background-color: #115cfa;
  border-color: #115cfa;
  border-width: 1px;
  cursor: pointer;
  outline: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.atomel_megamenu_enabled .aim-modal--footer button.aim-insert-icon-button:hover {
  color: #115cfa;
  background-color: transparent;
}
.atomel_megamenu_enabled .aim-indicator {
  display: none;
}
.atomel_megamenu_enabled .atomic-elements-modal-wrapper {
  max-width: 740px;
}
.atomel_megamenu_enabled .uk-modal-footer {
  background: #f6f7f7;
  border-top: 1px solid #dcdcde;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 18px;
}
.atomel_megamenu_enabled .uk-modal-dialog .uk-modal-close-default {
  margin: 5px 15px;
}
.atomel_megamenu_enabled .uk-modal-dialog .uk-close {
  color: #141417;
  background-color: #f6f7f7;
  transition: all 0.3s ease;
  padding: 10px;
}
.atomel_megamenu_enabled .uk-modal-dialog .uk-close svg {
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}
.atomel_megamenu_enabled .uk-modal-dialog .uk-close:hover {
  color: #115cfa;
}
.atomel_megamenu_enabled .uk-modal-dialog .uk-close:hover svg {
  transform: rotate(-180deg);
}
.atomel_megamenu_enabled .uk-modal-dialog .wp-picker-container {
  width: 100%;
}
.atomel_megamenu_enabled .uk-modal-dialog .uk-modal-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #39384e;
  text-transform: uppercase;
}
.atomel_megamenu_enabled .uk-modal-dialog #aea-megamenu-toggler {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.atomel_megamenu_enabled .uk-modal-dialog .atomic-elements-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.atomel_megamenu_enabled .uk-modal-dialog .atomic-elements-mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-content-width {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-custom-width-value {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-badge-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-icon-color {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-icon-picker-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  align-items: center;
  margin-bottom: 30px;
  text-align: left;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-megamenu-custom-position {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-custom-width {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-dashboard-widgets {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.atomel_megamenu_enabled .uk-modal-dialog label {
  font-size: 15px;
  font-weight: 600;
  color: #39384e;
}
.atomel_megamenu_enabled .uk-modal-dialog #aea-content-trigger {
  margin: 0 !important;
  color: #a8a8a8;
  padding: 0;
  background: #ddd;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  border: 0 !important;
  outline: none;
}
.atomel_megamenu_enabled .uk-modal-dialog .atomel_megamenu_enabled #aea-content-trigger {
  color: #ffffff;
  background: #115cfa;
  padding: 0 !important;
}
.atomel_megamenu_enabled .uk-modal-dialog input[type=checkbox].aea-item-toggle {
  --aea-item-toggle-height: 23px;
  appearance: none;
  width: 40px;
  height: var(--aea-item-toggle-height);
  background: #ddd;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  border: none;
  margin: 0 !important;
  padding: 0;
  box-shadow: none !important;
}
.atomel_megamenu_enabled .uk-modal-dialog input[type=checkbox].aea-item-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.atomel_megamenu_enabled .uk-modal-dialog input[type=checkbox].aea-item-toggle:checked {
  background: #115cfa;
  border: none;
}
.atomel_megamenu_enabled .uk-modal-dialog input[type=checkbox].aea-item-toggle:checked:after {
  left: calc(100% - var(--aea-item-toggle-height));
}
.atomel_megamenu_enabled .uk-modal-dialog input[type=checkbox].aea-item-toggle::before {
  display: none;
}
.atomel_megamenu_enabled .uk-modal-dialog input[type=checkbox].aea-item-toggle:after {
  position: absolute;
  content: "";
  width: var(--aea-item-toggle-height);
  height: var(--aea-item-toggle-height);
  border-radius: 5px;
  background: #fff;
  transform: scale(0.7);
  left: 0;
  transition: all 0.2s ease-in-out;
  outline: none;
  border: none;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-modal-text-separator:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  top: 53%;
  right: 0;
  background: #e0e1eb;
}
.atomel_megamenu_enabled .uk-modal-dialog select {
  border-color: #e5e5e5;
  outline: none !important;
  height: 40px;
  transition: color 0.3s ease;
  width: 100%;
}
.atomel_megamenu_enabled .uk-modal-dialog select:hover {
  color: #2c3338;
}
.atomel_megamenu_enabled .uk-modal-dialog select:focus {
  box-shadow: none;
  border-color: #bab5d8;
}
.atomel_megamenu_enabled .uk-modal-dialog #aea-badge-text-field {
  border-color: #e5e5e5;
  outline: none !important;
  height: 40px;
  transition: color 0.3s ease;
  width: 100%;
}
.atomel_megamenu_enabled .uk-modal-dialog #aea-badge-text-field:focus {
  box-shadow: none;
  border-color: #bab5d8;
}
.atomel_megamenu_enabled .uk-modal-dialog #aea-custom-width-value {
  border-color: #e5e5e5;
  outline: none !important;
  height: 45px;
  transition: color 0.3s ease;
  width: 100%;
}
.atomel_megamenu_enabled .uk-modal-dialog .button.wp-color-result {
  width: 100%;
  border: 0;
}
.atomel_megamenu_enabled .uk-modal-dialog .wp-color-result-text {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 25px;
  margin: 0 0 0 25px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-menu-colorpicker {
  height: 42px;
  width: 144px;
  background: transparent;
  border: 1px solid #e5e5e5;
  font-size: 14px !important;
  color: #50575e !important;
  transition: all 0.3s ease-in-out;
  width: 9rem !important;
  text-align: center;
  padding: 0 !important;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-menu-colorpicker:focus {
  box-shadow: none;
  border-color: #bab5d8;
}
.atomel_megamenu_enabled .uk-modal-dialog .wp-picker-clear {
  height: 42px;
  width: 144px;
  background: transparent;
  border: 1px solid #e5e5e5;
  font-size: 14px !important;
  color: #50575e !important;
  transition: all 0.3s ease-in-out;
}
.atomel_megamenu_enabled .uk-modal-dialog .wp-picker-clear:hover {
  color: #fff !important;
  background: #115cfa;
  border-color: #115cfa;
}
.atomel_megamenu_enabled .uk-modal-dialog .wp-picker-clear:focus {
  box-shadow: none;
  border-color: #bab5d8;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-item-save {
  width: 230px;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-item-save,
.atomel_megamenu_enabled .uk-modal-dialog .aim-insert-icon-button {
  height: 40px;
  border: 0;
  background: #115cfa !important;
  color: #fff !important;
  transition: all 0.3s ease;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: none;
  text-align: center;
}
.atomel_megamenu_enabled .uk-modal-dialog .aea-save-notice {
  color: rgba(14, 181, 9, 0.871);
  text-transform: capitalize;
  font-weight: 700;
}
.atomel_megamenu_enabled .uk-modal-dialog .aim-insert-icon-button {
  width: 125px;
}
.atomel_megamenu_enabled .uk-modal-dialog .spinner {
  float: none;
}
.atomel_megamenu_enabled .aea-modal-text-separator {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #86858e;
  position: relative;
}

.atomel_megamenu_disabled .aea-menu-trigger-btn .aea-megeamenu-edit,
.atomel_megamenu_disabled .aea-menu-trigger-btn .aea-megeamenu {
  display: none !important;
}

.aea-megamenu-switcher {
  display: inline-block;
  margin-left: 15px;
}

.aea-checkbox-container input[type=checkbox].uk-switch {
  --uk-switch-height: 23px;
  appearance: none;
  width: 40px;
  height: 23px;
  background: #ddd;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  border: none;
  margin: 0 !important;
  padding: 0;
  box-shadow: none !important;
}
.aea-checkbox-container input[type=checkbox].uk-switch:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.aea-checkbox-container input[type=checkbox].uk-switch:checked {
  background: #115cfa;
  border: none;
}
.aea-checkbox-container input[type=checkbox].uk-switch:checked:after {
  left: calc(100% - var(--uk-switch-height));
}
.aea-checkbox-container input[type=checkbox].uk-switch::before {
  display: none;
}
.aea-checkbox-container input[type=checkbox].uk-switch:after {
  position: absolute;
  content: "";
  width: var(--uk-switch-height);
  height: var(--uk-switch-height);
  border-radius: 5px;
  background: #fff;
  transform: scale(0.7);
  left: 0;
  transition: all 0.2s ease-in-out;
  outline: none;
  border: none;
}
.aea-checkbox-container label {
  margin-left: 10px;
  font-weight: 700;
}

.wp-picker-active span.wp-picker-input-wrap {
  display: flex !important;
}

#aea-megamenu-editor-confirmation {
  z-index: 99999999999 !important;
}
#aea-megamenu-editor-confirmation .uk-modal-body {
  font-size: 17px;
  padding: 50px;
}
#aea-megamenu-editor-confirmation .uk-button {
  padding: 0 20px;
  font-size: 14px;
  line-height: 26px;
}
#aea-megamenu-editor-confirmation .uk-button-primary {
  background-color: #39b54a;
}
#aea-megamenu-editor-confirmation .uk-button-primary:hover {
  background-color: #3BA54C;
}

@media (max-width: 1439px) {
  .atomel_megamenu_enabled .aim-modal .aim-modal--content {
    max-width: 990px;
  }
  .atomel_megamenu_enabled .aim-modal--icon-preview-wrap {
    padding: 30px 50px 0;
  }
  .atomel_megamenu_enabled #aim-modal--icon-preview {
    grid-template-columns: repeat(6, 1fr);
  }
  .atomel_megamenu_enabled .aim-modal--sidebar-tab-item {
    padding: 15px 15px 15px 25px;
    font-size: 11px;
  }
  .atomel_megamenu_enabled .aim-modal--sidebar-tab-item i {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .atomel_megamenu_enabled .aim-modal .aim-modal--content {
    max-width: 1200px;
  }
}
@media (max-width: 479px) {
  .atomel_megamenu_enabled .aim-modal--icon-preview-wrap {
    width: 100%;
  }
  .atomel_megamenu_enabled #aim-modal--icon-preview {
    grid-template-columns: repeat(3, 1fr);
  }
  .atomel_megamenu_enabled #aim-modal--sidebar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .atomel_megamenu_enabled #aim-modal--icon-preview {
    grid-template-columns: repeat(5, 1fr);
  }
  .atomel_megamenu_enabled .aim-modal--sidebar-tab-item i {
    display: none;
  }
}
@media (max-width: 767px) {
  .atomel_megamenu_enabled #aim-modal--icon-preview {
    grid-template-columns: repeat(4, 1fr);
  }
}
.aea-menu-trigger-btn {
  visibility: hidden;
  opacity: 0;
}