#df-menu-dashboard {
    background-color: #ffffff8a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none
}

#df-menu-dashboard .main-area {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: fit-content;
    width: 900px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 1px 1px 81px -21px #707070a1;
    box-shadow: 1px 1px 81px -21px #707070a1;
    border-radius: 5px
}

#df-menu-dashboard .main-area .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #3b0aa0
}

#df-menu-dashboard .main-area .header .siderbar-header {
    width: 270px
}

#df-menu-dashboard .main-area .header .siderbar-header .menu-name {
    margin: 0;
    padding: 19px 14px;
    color: #fff;
    border-right: 1px solid #ab9dcf
}

#df-menu-dashboard .main-area .header .main-header {
    width: calc(100% - 270px)
}

#df-menu-dashboard .main-area .header .main-header .df-mod-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 0 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#df-menu-dashboard .main-area .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#df-menu-dashboard .main-area .sidebar {
    width: 270px;
    background-color: #f5f3fa
}

#df-menu-dashboard .main-area .sidebar .menu-sidebar {
    max-height: 700px;
    overflow: auto;
    margin: 0;
    padding: 7px 19px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#df-menu-dashboard .main-area .sidebar .menu-sidebar li {
    cursor: pointer;
    padding: 6px 0;
    border-bottom: 1px solid #3b0aa02b;
    position: relative
}

#df-menu-dashboard .main-area .sidebar .menu-sidebar li.menu-item-depth-1 {
    margin-left: 15px
}

#df-menu-dashboard .main-area .sidebar .menu-sidebar li.menu-item-depth-2 {
    margin-left: 30px
}

#df-menu-dashboard .main-area .sidebar .menu-sidebar li.menu-item-depth-3 {
    margin-left: 45px
}

#df-menu-dashboard .main-area .sidebar .menu-sidebar li.menu-item-depth-4 {
    margin-left: 60px
}

#df-menu-dashboard .main-area .sidebar .menu-sidebar li.active {
    font-weight: 900;
    border-color: #3b0aa0;
    color: #3b0aa0
}

#df-menu-dashboard .main-area .sidebar .menu-sidebar li .edited {
    width: 4px;
    height: 4px;
    background-color: #3b0aa0a1;
    display: inline-block;
    border-radius: 30px;
    position: absolute;
    left: -9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#df-menu-dashboard .main-area .dfmd-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 270px)
}

#df-menu-dashboard .paste-menu-item, #df-menu-dashboard .copy-menu-item, #df-menu-dashboard .reset-menu-item {
    font-family: FontAwesome !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    background: #3b0aa0;
    color: #fff;
    padding: 0;
    font-size: 11px;
    border-radius: 5px
}

#df-menu-dashboard .paste-menu-item:hover, #df-menu-dashboard .copy-menu-item:hover, #df-menu-dashboard .reset-menu-item:hover {
    color: #fff !important
}

#df-menu-dashboard .dfmd-settings-notice {
    margin: 11px 23px;
    width: 100%;
    padding: 9px 14px;
    font-size: 14px;
    border: 1px solid #3b0aa01f;
    border-radius: 5px;
    color: #3b0aa0;
    font-weight: 500;
    -webkit-box-shadow: 1px 1px 21px 1px #3b0aa014;
    box-shadow: 1px 1px 21px 1px #3b0aa014
}

#df-menu-dashboard .dfmd-settings-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 630px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    padding: 7px 0
}

#df-menu-dashboard .dfmd-settings-group {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#df-menu-dashboard .components-placeholder.is-large {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

#df-menu-dashboard .components-placeholder.is-large .components-placeholder__fieldset {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#df-menu-dashboard .df-mod-header h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

#df-menu-dashboard .df-mod-header h4 label {
    text-decoration: underline;
    font-weight: 700
}

#df-menu-dashboard .dfdm-settings-group-title {
    margin: 0;
    font-weight: 900;
    padding: 0px 16px 5px;
    color: #8b65db;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px
}

#df-menu-dashboard .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;
    padding: 0
}

#df-menu-dashboard .close-settings-modal:hover {
    color: #fff !important
}

#df-menu-dashboard .dfmd-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px
}

#df-menu-dashboard .dfmd-settings > div {
    width: 50%
}

#df-menu-dashboard .dfmd-settings.column-generator {
    display: block;
    width: 100%;
    padding: 0
}

#df-menu-dashboard .dfmd-settings.column-generator .grid-selector {
    width: 100%;
    padding: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#df-menu-dashboard .dfmd-settings.column-generator .grid-selector .grid-row {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(1px, 1fr));
    gap: 7px;
    margin-bottom: 7px
}

#df-menu-dashboard .dfmd-settings.column-generator .grid-selector .grid-row .grid-cell {
    text-align: center;
    background-color: #3b0aa021;
    padding: 6px 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600
}

#df-menu-dashboard .dfmd-settings.column-generator .grid-selector .grid-row .grid-cell.active {
    background-color: #3b0aa0;
    color: #fff
}

#df-menu-dashboard .dfmd-settings .dfmd-media-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#df-menu-dashboard .dfmd-settings .dfmd-media-upload .dfmd-preview {
    margin-right: 2px;
    width: 35px;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #3b0aa036;
    font-size: 9px;
    text-align: center
}

#df-menu-dashboard .dfmd-settings .dfmd-media-upload div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#df-menu-dashboard .dfmd-settings .dfmd-media-upload button {
    margin-left: 5px;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #3b0aa0;
    background: #3b0aa0
}

#df-menu-dashboard .dfmd-settings .dfmd-media-upload button:hover {
    background: #3b0aa099
}

#df-menu-dashboard .df-submit-wrap {
    margin-top: auto
}

#df-menu-dashboard .dfmd-blocks-color-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    cursor: pointer;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 10px;
    padding: 0
}

#df-menu-dashboard .dfmd-blocks-color-picker span {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #3b0aa021
}

#df-menu-dashboard .dfmd-blocks-color-control-container-class-name {
    display: block;
    width: 100%
}

#df-menu-dashboard .open-icon-popup {
    background-color: #f6f7f7;
    color: #333;
    border: none;
    padding: 12px 22px;
    line-height: .9em;
    border-radius: 3px;
    cursor: pointer;
    width: 100%
}

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

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

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

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

#df-menu-dashboard .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-dashboard .df-menu-icon-search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 10px;
    border: 1px solid #dfdfdf;
    margin: 8px 10px
}

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

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

#df-menu-dashboard .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
}

#df-menu-dashboard #et-fb-icon_picker {
    background: #f1f5f9;
    width: 500px;
    border-radius: 3px;
    margin-top: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    overflow-y: auto;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#df-menu-dashboard #et-fb-icon_picker li {
    background: #f1f5f9;
    margin: 0;
    padding: 10px;
    -webkit-transition: background .2s ease, color .2s ease;
    -o-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;
    border-radius: 3px
}

#df-menu-dashboard #et-fb-icon_picker li.active-icon {
    background-color: #3b0aa0;
    color: #fff
}

#df-menu-dashboard #et-fb-icon_picker li {
    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
}

#df-menu-dashboard #et-fb-icon_picker li.et-pb-fa-icon {
    font-family: FontAwesome !important
}

#df-menu-dashboard #et-fb-icon_picker li.et-pb-black-icon {
    font-weight: 900
}

#df-menu-dashboard .dfmd-blocks-icon-picker-popover-content-classname {
    -webkit-box-shadow: 1px 1px 56px -9px #3b0aa040;
    box-shadow: 1px 1px 56px -9px #3b0aa040
}

#df-menu-dashboard .dfmd-blocks-icon-picker-popover-content-classname .components-popover__content {
    padding: 20px;
    outline: none
}

#df-menu-dashboard .dfmd-blocks-icon-picker {
    background-color: #3b0aa01a;
    border-radius: 5px
}

#df-menu-dashboard .dfmd-icon-select-wrap {
    max-height: 300px;
    overflow: auto
}

#df-menu-dashboard .dfmd-selected-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;
    background: #3b0aa0;
    color: #fff;
    padding: 7px 8px;
    margin-right: 7px;
    font-size: 18px;
    border-radius: 5px;
    margin-left: -11px
}

#df-menu-dashboard .dfmd-selected-icon.et-pb-fa-icon {
    font-family: FontAwesome !important
}

#df-menu-dashboard .dfmd-selected-icon.et-pb-black-icon {
    font-weight: 900
}

#df-menu-dashboard .dfmd-icon-serachbox input {
    border-color: #3b0aa033;
    -webkit-box-shadow: none;
    box-shadow: none
}

#df-menu-dashboard button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

#df-menu-dashboard input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #3b0aa0
}

#df-menu-dashboard .components-select-control .components-input-control__backdrop {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

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

#df-menu-dashboard .df-submit-wrap .df-item-submit.df-item-save {
    background-color: #3b0aa0b8
}

#df-menu-dashboard .df-submit-wrap .df-item-submit:hover {
    color: #fff
}

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

#df-menu-dashboard .df-submit-wrap .df-item-copy, #df-menu-dashboard .df-submit-wrap .df-item-paste {
    background-color: #3b0aa014;
    color: #3b0aa0;
    border: none;
    padding: 11px 22px;
    line-height: .9em;
    border-radius: 3px;
    cursor: pointer
}

#df-menu-dashboard .components-input-control__container {
    padding: 4px 0
}

#df-menu-dashboard .components-input-control__container .components-input-control__backdrop {
    border-color: #3b0aa036
}

#df-menu-dashboard .components-base-control .components-text-control__input {
    border-color: #3b0aa036;
    padding: 9px 7px
}

#df-menu-dashboard .components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #3b0aa0
}

#df-menu-dashboard .components-form-toggle .components-form-toggle__input:focus + .components-form-toggle__track {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3b0aa0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3b0aa0
}

#df-menu-dashboard .components-form-toggle .components-form-toggle__track {
    border-color: #3b0aa0
}

#df-menu-dashboard .components-form-toggle .components-form-toggle__thumb {
    background-color: #3b0aa0;
    border: 5px solid #3b0aa0
}

#df-menu-dashboard .components-form-toggle.is-checked .components-form-toggle__thumb {
    background-color: #fff;
    border-color: #fff
}

#df-menu-dashboard .components-button:hover, #df-menu-dashboard .components-button[aria-expanded=true] {
    color: #3b0aa0
}

#df-menu-dashboard.show {
    display: block
}

.components-modal__content {
    text-align: center;
    padding: 5px 30px 18px
}

.components-modal__content .components-button:not(.has-icon) {
    padding: 6px 12px 8px;
    height: auto;
    margin: 0 4px;
    background-color: #3b0aa0;
    color: #fff !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px
}

.components-modal__content .components-modal__header {
    text-align: center
}

.components-modal__content .components-modal__header .components-button.has-icon {
    display: none
}

.components-modal__content .components-modal__header .components-modal__header-heading {
    font-size: 17px;
    line-height: 1.3em;
    color: #626262;
    padding-top: 8px;
    max-width: 209px;
    margin: 0 auto
}

.menu-sidebar::-webkit-scrollbar, .dfmd-settings-wrap::-webkit-scrollbar, .dfmd-icon-select-wrap::-webkit-scrollbar {
    width: 5px
}

.menu-sidebar::-webkit-scrollbar-thumb, .dfmd-settings-wrap::-webkit-scrollbar-thumb, .dfmd-icon-select-wrap::-webkit-scrollbar-thumb {
    background-color: #3b0aa070;
    outline: 0px;
    border-radius: 5px
}

.copy-notice {
    min-width: 250px
}

.copy-notice .components-modal__content {
    margin: 0;
    padding: 13px 15px;
    font-size: 18px;
    font-weight: 900;
    color: #7edf77
}

.copy-notice .components-modal__header {
    display: none
}
