.de_dashboard .et-checkbox.yes_no_button:checked ~ .et_pb_yes_no_button span.et_pb_value_text.et_pb_on_value,
.de_dashboard .et-checkbox.yes_no_button ~ .et_pb_yes_no_button span.et_pb_value_text.et_pb_off_value {
    margin-right: 0;
    margin-left: 0;
}
.postbox-header {
    background: #6c2eb9;
    padding: 12px 15px;
    line-height: 0.8;
    position: relative;
    border-radius: 3px 3px 0 0;
    color: #fff;
}

.postbox-header:before {
    content: "\f347";
    font-family: "dashicons";
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 20px;
    color: #fff;
    display: inline-block !important;
    transform: translateY(-50%);
}

.postbox.closed .postbox-header:before {
    content: "\f343";
}

.de_dashboard_welcome,
.de_settings_page .postbox-header {
    background-image: linear-gradient(271deg, #7f57f6 0, #0d1627 50%) !important;
}
#commentsdiv,
#commentstatusdiv,
#divi_membership_save_meta_box .postbox-header,
#dmach_post_save_bottom .postbox-header,
#dmach_post_save_top .postbox-header,
#postbox-container-1,
#submitdiv,
.post-type-dmem_subscription #postbox-container-1 #submitdiv #publish,
.postbox-header .handle-actions,
input.et-checkbox.yes_no_button {
    display: none;
}
.inside {
    padding: 10px 26px !important;
}
#dmach_post_save_bottom,
#dmach_post_save_bottom .inside,
#dmach_post_save_top,
#dmach_post_save_top .inside {
    border: none;
    box-shadow: none;
    background: #f0f0f1;
    padding: 0 !important;
}
.postbox-header h2 {
    font-weight: 600;
    font-size: 18px !important;
    color: #fff;
    border-bottom: 0;
    line-height: 18px;
    position: relative;
    padding-left: 11px;
}
.postbox {
    border: none !important;
}
#titlediv #title,
.inside input[type="number"],
.inside input[type="text"],
.inside select,
.inside textarea {
    margin-left: 0;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    background-color: #f1f5f9;
    padding: 13px;
    font-size: 13px;
    color: #4c5866;
    height: auto;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
    font-weight: 600;
}
#titlediv #title {
    background-color: #fff;
    font-size: 20px;
}
#titlediv #title-prompt-text {
    padding: 18px 13px;
    font-size: 20px;
}
.inside input[type="checkbox"] {
    background-color: #f1f5f9;
    border: none;
    height: 20px;
    width: 20px;
    margin: 10px 0;
    border-radius: 2px;
    padding: 3px !important;
}
.button.dmach_submit,
.button.dmach_submit:focus,
.button.dmach_submit:hover {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
    color: #fff;
    cursor: pointer;
    background-color: #00c3aa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
#slugdiv,
#wpseo_meta,
.de_settings_page .media-upload-form .notice,
.de_settings_page .media-upload-form div.error,
.de_settings_page.wrap .notice,
.de_settings_page.wrap div.error,
.de_settings_page.wrap div.updated {
    display: none !important;
}
.de_dashboard_welcome {
    border-radius: 3px;
}
.de_settings_page .postbox-header {
    background-color: #0d1627;
}
.de_dashboard span.et_pb_value_text.et_pb_on_value,
.de_dashboard_welcome h2,
.de_dashboard_welcome h4 {
    color: #fff;
}
.de_settings_page .postbox .inside {
    margin: 0 !important;
}
.de_settings_page .button-primary {
    background-color: #7f57f6;
    border-width: 0 !important;
    border-radius: 3px;
    margin-left: 12px;
    padding: 10px 20px;
    font-size: 16px;
}
.de_settings_page .button-primary#license_deactivate {
    margin: 20px 0 0;
}
.de_settings_page svg path {
    fill: #7f57f6;
}
.de_dashboard {
    width: calc(75% - 20px);
    margin-right: 20px;
    float: left;
}
.de_sidebar {
    width: 25%;
    float: left;
}
.postbox-header svg path {
    fill: #fff;
}
.postbox-header svg {
    width: 20px;
    padding-right: 10px;
    position: relative;
    top: 4px;
}
.de_dashboard_welcome.postbox .inside h2 {
    font-size: 32px;
    font-weight: 700;
}
.toplevel_page_divi-engine .de_sidebar img {
    width: 100%;
    position: relative;
    transform: none;
    left: 0;
    top: 0;
}
.inside.no-padding {
    padding: 0 !important;
}
ul.de_table_style_ul {
    margin: 0;
}
ul.de_table_style_ul li {
    padding: 10px 26px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    position: relative;
}
ul.de_table_style_ul li a {
    color: #7f57f6;
}
ul.de_table_style_ul li svg {
    position: absolute;
    left: 8px;
    top: 14px;
    width: 10px !important;
}
ul.de_table_style_ul li:nth-child(2n) {
    background-color: rgb(127 87 246 / 16%);
}
ul.de_table_style_ul li:last-child {
    border-bottom: none;
}
.de_dashboard_help .inside .help-list svg {
    width: 15px;
    padding-right: 10px;
    position: relative;
    top: 4px;
}
.de_dashboard_help .help-list a {
    color: #000;
    text-decoration: none;
}
.de_dashboard h3 {
    position: relative;
    display: inline-block;
    margin: 0;
}
.de_dashboard h3:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #25e5a5;
    height: 2px;
    width: 100%;
    bottom: -6px;
}
.de_dashboard h4 {
    margin-bottom: 5px;
}
.de_dashboard .license-list .license {
    border-bottom: 1px solid #c2c2c2;
    padding: 20px 0;
}
.de_dashboard .license-list .license:last-child {
    border-bottom: 0;
}
.de_dashboard .license-input {
    display: flex;
    margin-bottom: 10px;
}
.de_dashboard .et-save-button {
    margin-left: 20px;
}
.divi-engine-settings-page .de_dashboard .postbox .explain {
    font-style: italic;
    font-size: 14px;
}
.de_dashboard h5 {
    margin: 0;
    font-size: 16px;
}
.de_dashboard .de_debug_options_form {
    margin-top: 20px;
    margin-bottom: 20px;
}
.de_dashboard .et-epanel-box {
    margin-bottom: 15px;
}
.de_dashboard .et-epanel-box .et-box-title {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.de_dashboard .et-epanel-box .et-box-content {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}
.de_dashboard .et-epanel-box-small-1:not(.et-hidden-option) .et-box-content,
.de_dashboard .et-epanel-box-small-2:not(.et-hidden-option) .et-box-content {
    width: 200px;
}
.de_dashboard .et_pb_yes_no_button {
    width: 100%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}
.de_dashboard .et-checkbox.yes_no_button ~ .et_pb_yes_no_button {
    background-color: #f1f5f9;
}
.de_dashboard .et-checkbox.yes_no_button:checked ~ .et_pb_yes_no_button {
    background-color: #7f57f6;
}
.de_dashboard .et_pb_yes_no_button span.et_pb_button_slider {
    position: absolute;
    background: #fff;
    width: 50%;
    height: 20px;
    margin: 5px 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.de_dashboard .et-checkbox.yes_no_button ~ .et_pb_yes_no_button span.et_pb_button_slider {
    left: 5px;
}
.de_dashboard .et-checkbox.yes_no_button:checked ~ .et_pb_yes_no_button span.et_pb_button_slider,
.rtl .de_dashboard .et-checkbox.yes_no_button ~ .et_pb_yes_no_button span.et_pb_button_slider {
    left: 50%;
    margin-left: -5px;
}
.rtl .de_dashboard .et-checkbox.yes_no_button:checked ~ .et_pb_yes_no_button span.et_pb_button_slider {
    left: 5px;
    margin-left: 0;
}
.de_dashboard .et_pb_yes_no_button span.et_pb_value_text {
    padding: 6px;
    float: left;
    width: 50%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.de_dashboard span.et_pb_value_text.et_pb_off_value {
    color: #8e969e;
}
#divi_membership_billing_cycle_meta_box td {
    text-align: center;
}
#divi_membership_billing_cycle_meta_box select {
    min-width: 100px;
}
#divi_membership_billing_cycle_meta_box input[type="number"] {
    min-width: 50px;
    max-width: 100px;
}
#divi_membership_save_meta_box .inside {
    background-color: #f0f0f1;
    padding: 0 !important;
}
#divi_membership_save_meta_box {
    box-shadow: none;
}
.post-type-dmem_subscription #postbox-container-1,
.post-type-dmem_subscription #postbox-container-1 #submitdiv {
    display: block;
}
.post-type-dmem_subscription #postbox-container-1 #submitdiv #major-publishing-actions {
    background: 0 0;
    border-top: 0;
}
#custom_post_status {
    margin-bottom: 10px;
}
.post-type-dmem_subscription #title {
    pointer-events: none;
}
.post-type-dmem_subscription .dmem_subscription_transactions_table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0 !important;
    border: 0 solid #333;
    overflow: hidden;
}
.post-type-dmem_subscription .dmem_subscription_transactions_table thead {
    background-color: #8f42ed;
    color: #fff;
}
.post-type-dmem_subscription .dmem_subscription_transactions_table td {
    padding: 10px !important;
    text-align: center !important;
}
.post-type-dmem_subscription .dmem_subscription_transactions_table thead th {
    color: #fff !important;
    font-size: 16px;
    line-height: 1;
    padding: 5px 0;
    font-weight: 600;
}
.post-type-dmem_subscription .dmem_subscription_transactions_table tbody tr:nth-of-type(2n) {
    background-color: #f5f5f5;
}
#dmem_subscription_payments_meta_box .postbox-header {
    border-bottom: 0 !important;
}
#dmem_subscription_payments_meta_box .inside {
    margin-top: 0;
    padding: 0 !important;
}
.dmem_subscription_billing_cycle_meta_box table tr td:first-of-type {
    font-weight: 700;
    padding-right: 10px;
}
div.license-updated {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin: 0 0 8px;
    padding: 1px 12px;
}
div.license-error {
    border-left-color: #d63638;
}
div.license-success {
    border-left-color: #00a32a;
}
