#toplevel_page_et_divi_options a.toplevel_page_et_divi_options {
  min-height: 34px;
}

#epanel-header h1#epanel-title {
  padding-left: 55px;
}

.et_pb_roles_main_container h3.et_pb_roles_title {
  padding-left: 81px;
}

.snwl_important_message {
  color: #6c2eb9;
  font-size: 1.3em;
  padding-bottom: 20px;
  font-weight: bold;
}

.snwl_underline {
  text-decoration: underline;
}

/* REBRAND DIVI PANELS INITIALLY HIDDEN */
#sn_my_tab-first div.et-epanel-box:nth-of-type(2).hide,
#sn_my_tab-first div.et-epanel-box:nth-of-type(3).hide,
#sn_my_tab-first div.et-epanel-box:nth-of-type(4).hide,
#sn_my_tab-first div.et-epanel-box:nth-of-type(5).hide,
#sn_my_tab-first div.et-epanel-box:nth-of-type(6).hide,
.snwl_fontawesome_message.hide,
.wlhh_divi_child_box.hide {
  display: none;
}
/* CUSTOM WP FOOTER MESSAGE PANEL INITIALLY HIDDEN */
#sn_my_tab-second div.et-epanel-box:nth-of-type(3).hide {
  display: none;
}
/* CUSTOM WP DASHBOARD PANELS INITIALLY HIDDEN */
/* #sn_my_tab-third div.et-epanel-box:nth-of-type(7).hide,
#sn_my_tab-third div.et-epanel-box:nth-of-type(8).hide
 {
  display: none;
} */


#sn_my_tab-third .et-epanel-box.hide {
  display: none;
} 


/* WP Login Screen INPUT PANELS INITIALLY HIDDEN */
#sn_my_tab-fourth .et-epanel-box:nth-of-type(2).hide,
#sn_my_tab-fourth .et-epanel-box:nth-of-type(3).hide,
#sn_my_tab-fourth .et-epanel-box:nth-of-type(4).hide,
#sn_my_tab-fourth .et-epanel-box:nth-of-type(5).hide,
#sn_my_tab-fourth .et-epanel-box:nth-of-type(6).hide,
#sn_my_tab-fourth .et-epanel-box:nth-of-type(7).hide,
#sn_my_tab-fourth .et-epanel-box:nth-of-type(8).hide,
#sn_my_tab-fourth .et-epanel-box:nth-of-type(9).hide
 {
  display: none;
}

/* REBRAND WORDPRESS PANELS INITIALLY HIDDEN */
/* #sn_my_tab-second div.et-epanel-box:nth-of-type(3).hide {
  display: none;
} */

#epanel .et-epanel-box.tabbed div.et-box-title h3 {
  margin-left: 20px;
  display: list-item;
  list-style-position: inside;
}

/* REDUCE WIDTH OF SUBMENU OPTIONS INPUTS */

#sn_my_tab-second .et-box-content p.inputs {
  width: 15%;
}
