/*
Theme Name: Divi Child SM19
Theme URI: http://www.elegantthemes.com/gallery/divi/
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.23.1.1702193752
Updated: 2023-12-10 08:35:52

*/

.ld-menu-home > a:before {
    font-family: 'ETMODULES';
    content: '\e009'; /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #000000; /*change icon color here */
    font-size: 1em; /*change icon size here */
    transition: all .3s ease;
}

.ld-menu-assignment > a:before {
    font-family: 'ETMODULES';
    content: '\62'; /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #000000; /*change icon color here */
    font-size: 1em; /*change icon size here */
    transition: all .3s ease;
}

.ld-menu-reports > a:before {
    font-family: 'ETMODULES';
    content: '\e020'; /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #000000; /*change icon color here */
    font-size: 1em; /*change icon size here */
    transition: all .3s ease;
}

.ld-menu-invoices > a:before {
  font-family: 'ETMODULES';
  content: '\e0ed'; /* change icon code here */
  text-align: center;
  margin-right: 10px;
  margin-left: -10px;
  color: #000000; /*change icon color here */
  font-size: 1em; /*change icon size here */
  transition: all .3s ease;
}

.ld-menu-contributor > a:before {
    font-family: 'ETMODULES';
    content: '\e00f';
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #000000;
    font-size: 1em;
    transition: all .3s ease;
}

.ld-menu-customer > a:before {
    font-family: 'ETMODULES';
    content: '\e012';
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #000000;
    font-size: 1em;
    transition: all .3s ease;
}

.ld-menu-settings > a:before {
    font-family: 'ETMODULES';
    content: '\66';
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #000000;
    font-size: 1em;
    transition: all .3s ease;
}

.ld-menu-site > a:before {
    font-family: 'ETMODULES';
    content: '\e01f';
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #000000;
    font-size: 1em;
    transition: all .3s ease;
}

.ld-menu-services > a:before {
    font-family: 'ETMODULES';
    content: '\e015';
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #000000;
    font-size: 1em;
    transition: all .3s ease;
}

.page-id-6 #main-header { display:none; }
.page-id-6 #page-container {
padding-top:0px !important
}

.page-id-202 #main-header { display:none; }
.page-id-202 #page-container {
padding-top:0px !important
}

.DTTT_button_new {
display: none !important;
} 

.clear			{ clear:both; }
.photo-link		{ padding:5px; margin:5px; border:1px solid #ccc; display:block; width:200px; float:left; }
.photo-link:hover	{ border-color:#999; }

<!-- HTML !-->
<button class="button-4" role="button">Button 4</button>

/* CSS */
.button-4 {
  appearance: none;
  background-color: #FAFBFC;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292E;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.button-4:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-4:disabled {
  background-color: #FAFBFC;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959DA5;
  cursor: default;
}

.button-4:active {
  background-color: #EDEFF2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.button-4:focus {
  outline: 1px transparent;
}

.button-4:before {
  display: none;
}

.button-4:-webkit-details-marker {
  display: none;
}