@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');

body{
	font-family:Roboto;
}

h1, h2, h3, h4, h5, h6 {
    font-family:Roboto;
}

.main-header {  
  background-color: #515050;  
}

.menu-wrapper{
	background-color: #3d3c3c;
}

.main-header h1 img{
	height: 32px;
    top: 3px;	
}

.main-header .site-search-wrapper ul.searchSkinObjectPreview > li > a.searchSkinObjectPreview_more {  
  color: #1f85c5;
}

.main-header .account-name {
	color:#fff;	
}

.module .header-area {
  background: #1f85c5 !important;
}

.notifications-list .more {  
  color: #1f85c5;
}

.notifications-list .more:hover {
  color: #1f85c5;  
}

.notifications-list .notification-item .notification-actions {  
  color: #1f85c5;
}

.badge-list .badge-item .detail {
  background: #1f85c5;  
}

.main-header .site-search-wrapper ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
    color: #019E84;
}

.main-header .icon-btn i span.count {
    background-color: #019E84;
}

.menu-wrapper nav .sub-menu hr {  
  border-bottom-color:#1f85c5;  
}

.notifications-list .notification-item .notification-title {
  color: #019E84;  
}