:root {
    --p-primary-color: #6f6f70;
    --p-primary-contrast-color: #ffffff;
    --p-primary-50: #f1f1f1;
    --p-primary-100: #dbdbdb;
    --p-primary-200: #b7b7b8;
    --p-primary-300: #939394;
    --p-primary-400: #7d7d7e;
    --p-primary-500: #6f6f70;
    --p-primary-600: #646465;
    --p-primary-700: #59595a;
    --p-primary-800: #4e4e4e;
    --p-primary-900: #3d3d3e;
    --p-surface-50: #f7f7f8;
    --p-surface-100: #eaeaec;
    --p-surface-200: #d5d6da;
    --p-surface-300: #bfc1c7;
    --p-surface-400: #b3b4bc;
    --p-surface-500: #aaacb4;
    --p-surface-600: #999ba2;
    --p-surface-700: #888a90;
    --p-surface-800: #77787e;
    --p-surface-900: #5e5f63;
}
.ui-selectonemenu .ui-selectonemenu-trigger, .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger,.ui-button-text, .BounceColor::before, .BounceColor .ui-button-text::before {
	background: #6f6f70;
}
.LayoutDynamic .SiteTopBar {
 	background-color: rgba(111, 111, 112,0.5);

}
.ui-notificationbar {
 	background-color: rgba(111, 111, 112,0.5);
}
.RoomTitle {
	font-weight: 700;
}
#SiteHeader > #SearchBar > span:nth-of-type(1) {
	display: none !important;
}