@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/fontawesome/fa-brands-400.woff2') format('woff2');
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/fontawesome/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/fontawesome/fa-solid-900.woff2') format('woff2');
}

#menu-to-edit .menu-item-bar .menu-item-handle {
    overflow: visible;
}

p.layout_edit_notice {
    padding: 0px 25px;
    justify-content: end;
    margin: 0;
    white-space: break-spaces;
}

.df-menu-edit {
    border: 0;
    position: absolute;
    left: 100%;
    top: -1px;
    white-space: nowrap;
    padding: 11px 20px;
    cursor: pointer;
    margin-left: 10px;
    color: #fdfdfd;
    background-color: #3B0AA0;
    display: none;
}

.menu-item-depth-1 .menu-item-bar .df-menu-edit {
    background-color: rgb(59 10 160 / 80%);
}

.menu-item-depth-2 .menu-item-bar .df-menu-edit {
    background-color: rgb(59 10 160 / 64%);
}

.menu-item-depth-3 .menu-item-bar .df-menu-edit {
    background-color: rgb(59 10 160 / 44%);
}

.menu-item-depth-4 .menu-item-bar .df-menu-edit,
.menu-item-depth-5 .menu-item-bar .df-menu-edit,
.menu-item-depth-6 .menu-item-bar .df-menu-edit,
.menu-item-depth-7 .menu-item-bar .df-menu-edit {
    background-color: rgb(59 10 160 / 34%);
}

.df-menu-copy-settings,
.df-menu-paste-settings {
    border: 0;
    position: absolute;
    white-space: nowrap;
    padding: 3px 8px 7px;
    cursor: pointer;
    margin-left: 10px;
    color: #fdfdfd;
    background-color: #c7c7c7;
    line-height: 1em;
    font-size: 13px;
    display: flex;
    font-weight: 400;
    text-transform: lowercase;
    border-radius: 4px;
    align-items: center;
    transform: translateY(33%);
    top: 0;
    /* left: 126%; */
}

.df-menu-copy-settings {
    left: 126%;
}

.df-menu-paste-settings {
    left: 138%;
    opacity: 0;
}

.df-menu-item-settings {
    position: fixed;
    z-index: 999;
    background: #3333338c;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    transition: all .3s ease;
    overscroll-behavior: contain;
    width: 100vw !important;
    height: 100vh !important;
}

.df-menu-item-settings.show {
    opacity: 1;
}

.df-menu-item-settings.submenu-settings #submenu_type,
.df-menu-item-settings.submenu-settings #library_items,
.df-menu-item-settings.submenu-settings #content_width_type,
.df-menu-item-settings.submenu-settings #custom_width_value,
.df-menu-item-settings.submenu-settings #submenu_position {
    display: none;
}

.show > .df-menu-font-icon-popup {
    opacity: 1;
    transform: translateY(50px);
}

.df-settings-container {
    width: 550px;
    background-color: #fdfdfd;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    max-width: 100% !important;
    border-radius: 5px;
    transform: translateY(-100px);
    opacity: 0;
    transition: all .3s linear;
    overflow: hidden;
}

.show > .df-settings-container {
    transform: translateY(50px);
    opacity: 1;
}

.df-mod-setting input[name="menu_icon"] {
    display: none;
}

.df-menu-item-edit-form {
    padding: 18px 0px 0px;
}

.df-settings-container .df-mod-header {
    display: flex;
    justify-content: space-between;
    background-color: #3B0AA0;
    color: #fff;
    padding: 0 25px;
}

.df-settings-container .df-mod-header h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 18px 0;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.df-settings-container .df-mod-header h4 label {
    text-decoration: underline;
    font-weight: 700;
}

.df-settings-container .close-settings-modal {
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}

.df-mod-setting-wrap {
    display: flex;
    justify-content: space-between;
    padding: 7px 25px;
    align-items: center;
}

.df-mod-setting-label,
.df-mod-setting {
    flex-basis: 50%;
}

.df-mod-setting-label {
    font-size: 13px;
    font-weight: 700;
}

.df-mod-setting select {
    border-radius: 3px;
    border-color: #dadada;
    padding: 3px 28px 3px 17px;
    width: 100%;
}

.df-mod-setting input {
    border-radius: 3px;
    border-color: #dadada;
    padding: 3px 10px 3px 10px;
    width: 100%;
}

.df-icon-color-picker .wp-picker-container {
    width: 100%;
}

.df-icon-color-picker .button.wp-color-result {
    width: 100%;
    border: none;
    margin: 0;
    box-shadow: none;
}

.df-icon-color-picker .wp-picker-open + .wp-picker-input-wrap {
    display: flex !important;
}

.df-icon-color-picker .wp-picker-open {
    margin-bottom: 6px !important;
}

.df-icon-color-picker .wp-color-result-text {
    padding: 4px 6px;
    border: none;
    margin: -1px 0;
}

.menu-item-settings-wrap.loading {
    position: relative;
}

.menu-item-settings-wrap.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
}

/* Setting divider */
.df-menu-item-divider {
    padding: 0 20px;
    color: #959595;
}

.df-menu-item-divider h4 {
    margin: 0;
    font-weight: 900;
    padding: 20px 0px 5px;
    color: #7e48ef;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

/* icon list */
.open-icon-popup {
    background-color: #f6f7f7;
    color: #333;
    border: none;
    padding: 12px 22px;
    line-height: 0.9em;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
}

.df-icon-select-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.df-menu-font-icon-popup {
    display: block;
    width: 650px;
    min-height: 500px;
    background-color: #ffffff;
    position: relative;
    z-index: 9999;
    transform: translateY(-100px);
    padding: 0 0px;
    box-shadow: 0px 10px 58px -17px #a3a3a3;
    border-radius: 5px;
    margin: 0 auto;
    opacity: 0;
    transition: all .3s linear;
}

.df-menu-icon-search-header {
    display: flex;
    justify-content: space-between;
    padding: 13px;
    align-items: center;
    background: #ececed;
}

.df-menu-icon-search-header h4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.df-menu-icon-search-header button {
    border: none;
    font-size: 20px;
    padding: 3px 8px;
    cursor: pointer;
    border-radius: 3px;
    font-family: ETmodules;
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}

.df-menu-icon-search-wrap {
    display: flex;
    align-items: center;
    padding: 3px 10px;
    border: 1px solid #dfdfdf;
    margin: 8px 10px;
}

.df-menu-icon-search-wrap #df-menu-icon-search {
    width: 100%;
    border: none;
    padding: 0;
}

.df-menu-icon-search-wrap #df-menu-icon-search:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.df-menu-icon-search-wrap .search-icon {
    font-family: ETmodules !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}

/* #et-fb-icon_picker {
    background: #f1f5f9;
    max-height: 500px;
    border-radius: 3px;
    margin-top: 0;
    padding: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    overflow-y: scroll;
    margin-bottom: 0;
}
#et-fb-icon_picker li {
    display: inline-block;
    background: #f1f5f9;
    margin: 0;
    padding: 10px;
    -webkit-transition: background .2s ease,color .2s ease;
    transition: background .2s ease,color .2s ease;
    color: #4c5866;
    font-size: 15px;
    line-height: 1em;
    cursor: pointer;
    list-style: none;
    text-align: center;
    width: 36px;
    border-radius: 3px;
}
#et-fb-icon_picker li.active-icon {
    background-color: #3B0AA0;
    color: #fff;
}
#et-fb-icon_picker li:after {
    content: attr(data-icon);
    font-family: ETmodules!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}
#et-fb-icon_picker li.et-pb-fa-icon:after {
    font-family: FontAwesome!important;
}
#et-fb-icon_picker li.et-pb-black-icon:after {
    font-weight: 900;
} */
/* footer */
.df-submit-wrap {
    padding: 15px 25px;
    background-color: #3b0aa00d;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    align-items: center;
}

.df-submit-wrap .df-item-submit {
    background-color: #3b0aa0;
    color: #fff;
    border: none;
    padding: 11px 22px;
    line-height: 0.9em;
    border-radius: 3px;
    cursor: pointer;
}

.df-submit-wrap .df-item-reset {
    background-color: #3b0aa014;
    color: #3b0aa0;
    border: none;
    padding: 11px 22px;
    line-height: 0.9em;
    border-radius: 3px;
    cursor: pointer;
}

.successful-notice {
    font-weight: 700;
    color: #64b151;
    margin: 0;
    opacity: 0;
    transition: opacity .2s linear;
}

.successful-notice.show {
    opacity: 1;
}

/* switch */
.df-menu-db-info {
    position: relative;
}

.df-menu-db-info-icon {
    font-family: ETmodules !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    margin: 0;
    color: #4c5866;
    font-size: 15px;
    line-height: 1em;
    cursor: pointer;
    list-style: none;
}

span.df-menu-db-info-box {
    background-color: #ffffff;
    width: 252px;
    padding: 10px 21px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.4em;
    border-radius: 5px;
    box-shadow: 1px 1px 21px 1px #3b0aa01c;
    display: block;
    position: absolute;
    bottom: 110%;
    right: 10px;
    opacity: 0;
    transition: opacity .2s ease;
}

.df-menu-db-info:hover .df-menu-db-info-box {
    opacity: 1;
}

#nav-menu-header .major-publishing-actions {
    display: flex;
    align-items: center;
}

.df-settings-btn-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 15px;
    position: relative;
}

.df-switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 25px;
    border: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    /* pointer-events: none; */
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.df-switch.active .slider {
    background-color: #3B0AA0;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3B0AA0;
}

.df-switch.active .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

#nav-menu-header .menu-name-label {
    text-wrap: nowrap;
}

#nav-menu-header .major-publishing-actions {
    padding: 0 !important;
}

#nav-menu-header {
    padding-right: 0;
}

#df-menu-export-import {
    margin-inline-start: auto;
    margin-right: 0;
    position: relative;
}

#df-menu-export-import .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #3B0AA0;
    justify-content: center;
    margin-left: auto;
    cursor: pointer;
    transition: background-color .2s;
}

#df-menu-export-import[data-title]:hover::before {
    content: 'Menu Exporter & Importer';
    border-radius: 2px;
    background-color: #3C434A;
    font-size: 1rem;
    color: #FFF;
    position: absolute;
    padding: 3px 6px;
    display: block;
    right: 0;
    top: 105%;
    width: max-content;
    transition: all .5s;
}

#df-menu-export-import .icon:hover {
    background-color: #6F4AB8;
}

.df-menu-modal {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    width: 33.75rem;
    max-width: 90vw;
    margin: auto;
}

.df-menu-modal .components-modal__header .components-button.has-icon {
    display: block;
    color: #FFF;
    padding-inline-end: 1rem;
}

.df-menu-modal .components-modal__content {
    padding-block-end: 0;
}

.df-menu-modal .components-modal__header {
    background-color: #3B0AA0;
    color: #fff;
    height: 56px;
    padding: 0;
}

.df-menu-modal .components-modal__header .components-modal__header-heading {
    padding: 0;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 800;
}

.df-menu-modal .tab-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}

.df-menu-modal .tab-header .header-item {
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    background-color: #6F4AB8;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.df-menu-modal .tab-header .header-item:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.df-menu-modal .tab-header .header-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.df-menu-modal .tab-header .header-item.active {
    background-color: #3B0AA0;
}

.df-menu-modal .content {
    margin-block: 4rem 3.5rem;
}

.df-menu-modal .content .menu-name {
    background-color: #EBE6F5;
    height: 3rem;
    border-radius: 2px;
    width: 100%;
    font-size: .8725rem;
    display: grid;
    align-items: center;
}

.df-menu-modal .content h4.title {
    letter-spacing: 2px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #6F4AB8;
}

.df-menu-modal .content .choose-file {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: .65fr .35fr;
    gap: .5rem;
    height: 3rem;
}

.df-menu-modal .content .choose-file > * {
    display: grid;
    align-items: center;
    height: 100%;
    border-radius: 2px;
}

.df-menu-modal .content .choose-file .file-name {
    background-color: #EBE6F5;
    color: #3C434A;;
}


.df-menu-modal .content .components-form-file-upload {
    height: 100%;
    background-color: #6F4AB8;
}

.df-menu-modal .content .components-form-file-upload button {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: unset;
    margin: 0;
    display: block;
    font-size: 13px;
    font-weight: 600;
}

.df-menu-modal .action {
    display: block;
    padding: unset !important;
    width: 100% !important;
    border-radius: 2px;
    background-color: #3B0AA0;
    height: 2.5rem !important;
    color: #FFF;
    border: none;
    font-size: .875rem !important;
    font-weight: 600 !important;
    margin-block-end: 1.5rem !important;
    cursor: pointer;
}
