/* COMMON STYLES */
.commonStyle__zt3Brand, .TicketFilterPopup__active, .TicketFilterPopup__filterValue:hover {
    color: #0095d1!important;
}

.commonStyle__zt3BrandBg {
    background-color: #0095d1!important;
}

*[data-id="toparrow"] {
	background-color: #0095d1!important;
}

.SearchContainer__searchBox *[data-id="searchButton"] * {
	fill: #0095d1!important;
	color: #0095d1!important;
}

.FileUpload__attachPin {
	border-color: #0095d1!important;
}

.FileUpload__attachPin *{
	fill: #0095d1!important;
	color: #0095d1!important;
}

*[data-id="userInitial"] {
	border-color: #0095d1!important;
	color: #0095d1!important;	  	
	background-color: hsla(197, 100%, 41%, 0.1);!important;
}


button, input[type="submit"] {
	background-color: #ffffff!important;
	background: #ffffff!important;
	border-color: #0095d1!important;
	border-style: solid!important;
	border-width: 3px!important;
	color: #0095d1!important;
	font-family: Inter, sans-serif;
	font-size: 16px!important;
	font-weight: 700!important;
	text-decoration-color: #0095d1!important;
	transition-delay: 0s!important;
	transition-duration: 0.3s!important;
	transition-property: all!important;
	transition-timing-function: ease-in-out!important;
}

button:hover, input[type="submit"]:hover {
	background-color:#0095d1!important;
	background:#0095d1!important;
	color: #ffffff!important;
	transition: 0.7s;
}

[data-id="no_ticket_title"] {
	color:#0095d1!important;
}

/* HEADER STYLES */
.Header__logo img {
	width: auto;
	height: auto;
  	max-height: 110px;
  	margin: 15px 0px 15px 0px!important;
}

.Header__globalSearch *[data-id="searchButton"], *[data-id="searchButton"].SearchContainer__searchIcon {
	background-color: #0095d1!important;
}

/* FOOTER STYLES */
.Footer__footerCopyrigt * {
	color: #CCCCCC!important;
}

/* PROFILE STYLES */
*[data-id="user_edit_profile"].FilterTabs__activeFilter, *[data-id="user_changepwd"].FilterTabs__activeFilter {
	color: #0095d1!important;
}


# DI SEGUITO CSS FORSE INUTILI

/*
.SearchContainer__searchBox use[xlink:href="#search"] {
	color: #0095d1!important;
}
*/

