.dsm-section-subtitle th {
    padding: 0;
}

.dsm-section-subtitle h3 {
    margin: 0;
}

.dsm-settings-panel th {
    white-space: nowrap;
}

.dsm-settings-panel .form-table {
    padding: 23px 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    border-radius: 3px;
    background: #fff;
    border-collapse: initial;
}

.dsm-settings-panel h2 {
    padding: 9px 0 4px 0;
    font-size: 1.3em;
    display: none;
}

.dsm-settings-panel .postbox-container {
    margin-top: .5em;
}

.dsm-settings-panel .postbox-container .postbox {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    border-radius: 3px;
    border: none;
}

.dsm-settings-checkbox fieldset label {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.dsm-settings-checkbox input {
    display: none;
}

.dsm-settings-checkbox .dsm-settings-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

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

.dsm-settings-checkbox input:checked+.dsm-settings-slider {
    background-color: #6b09eb;
}

.dsm-settings-checkbox input:focus+.dsm-settings-slider {
    box-shadow: 0 0 1px #6b09eb;
}

.dsm-settings-checkbox input:checked+.dsm-settings-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.dsm-settings-checkbox .dsm-settings-round {
    border-radius: 24px;
}

.dsm-settings-checkbox .dsm-settings-round:before {
    border-radius: 50%;
}

.dsm-settings-panel .setting_subheading {
    border-bottom: 1px solid #eee;
    padding: 0 0 1em 0;
}

.dsm-settings-panel .setting_subheading_title {
    margin: 0.5em 0;
}

.dsm-settings-panel p.submit .button-primary,
.wp-core-ui .dsm-admin-button {
    color: #fff;
    border-color: #25db92;
    border-radius: 50px;
    font-size: 14px;
    background: #25db92;
    text-shadow: none;
    padding: 15px 30px;
    line-height: 1;
    box-shadow: none;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    height: initial;
    transition: color 300ms ease 0ms, color 300ms ease 0ms, background-color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms, border 300ms ease 0ms, border-radius 300ms ease 0ms, border-radius 300ms ease 0ms;
}

.dsm-settings-panel p.submit .button-primary:hover,
.dsm-settings-panel p.submit .button-primary:focus,
.wp-core-ui .dsm-admin-button:hover,
.wp-core-ui .dsm-admin-button:focus {
    background: #fff;
    color: #30323d;
    border-color: #fff;
    border-radius: 4px;
}

.wp-core-ui .dsm-admin-button-cancel {
    color: #fff;
    border-color: #e74c3c;
    border-radius: 50px;
    font-size: 14px;
    background: #e74c3c;
    text-shadow: none;
    padding: 15px 30px;
    line-height: 1;
    box-shadow: none;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    height: initial;
    transition: color 300ms ease 0ms, color 300ms ease 0ms, background-color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms, border 300ms ease 0ms, border-radius 300ms ease 0ms, border-radius 300ms ease 0ms;
}

.wp-core-ui .dsm-admin-button-cancel:hover,
.wp-core-ui .dsm-admin-button-cancel:focus {
    background: #c0392b;
    color: #fff;
    border-color: #c0392b;
    border-radius: 4px;
}

#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_top_header .dsm-remove-default-footer-meta-box-options,
#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_404 .dsm-remove-default-footer-meta-box-options,
#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_404 .dsm-conditional-meta-box-options,
#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_404 .dsm-css-classes-meta-box-options,
#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_404 .dsm-footer-show-on-blank-template-meta-box-options,
#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_404 .dsm-footer-show-on-404-template-meta-box-options,
#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_search_no_result .dsm-remove-default-footer-meta-box-options,
#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_search_no_result .dsm-conditional-meta-box-options,
#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_search_no_result .dsm-css-classes-meta-box-options,
#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_search_no_result .dsm-footer-show-on-blank-template-meta-box-options,
#dsm_header_footer_meta_box .dsm-header-footer-meta-box.dsm_search_no_result .dsm-footer-show-on-404-template-meta-box-options {
    display: none;
}

#dsm_header_footer_meta_box p:last-child {
    margin-bottom: 0;
}

/* Modules*/
#dsm_modules table {
    border-spacing: 0;
}

#dsm_modules h4 {
    margin-bottom: 0;
}

#dsm_modules tr.dsm-settings-column:nth-child(even) {
    background-color: #f5f5f5;
}

#dsm_modules .dsm-settings-column th {
    text-align: center;
}

#dsm_modules .dsm-settings-column td {
    position: relative;
}

#dsm_modules .dsm-settings-column:not(:last-child) th,
#dsm_modules .dsm-settings-column:not(:last-child) td {
    border-bottom: 1px solid #eee;
}

#dsm_modules p.description {
    max-width: 70%;
}

#dsm_modules .dashicons {
    background: linear-gradient(250.25deg, #FF6CDF 11.13%, #EB0CE2 90.4%);
    display: inline-flex;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 7px;
}

.dsm-settings-modules-icon {
    background: linear-gradient(250.25deg, #B10CEB 36.49%, #7A00B3 73.37%, #5B1FB0 110.26%);
    display: inline-flex;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
}

.dsm-settings-modules-docs {
    position: absolute;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

/*Responsive
#dsm_modules table .dsm-section-subtitle {
    flex: 0 0 100%; 
}
#dsm_modules table .dsm-section-subtitle .setting_subheading {
    display: block;
}
#dsm_modules table tbody {
    display: flex;
    flex-flow: row wrap;
}
#dsm_modules table tbody .dsm-settings-column:last-child {
    flex: 1 0 20%;
}
.dsm-settings-column{
    display: flex;
    flex-direction: column;
    flex: 1 0 20%; 
    margin: 15px;
    padding: 20px 15px;
    background: #f3f1f1;
    box-shadow: 0 5px 30px rgba(0,0,0,.1);
border-radius: 3px;
}
.dsm-settings-column th,
.dsm-settings-column td {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.dsm-settings-column img{
    width: 32px;
    border-radius: 50%;
padding: 7px;
background: #23282d;
}
*/