:root {
    --p-primary-color: #92b0c8;
    --p-primary-contrast-color: #000000;
    --p-primary-50: #f4f7fa;
    --p-primary-100: #e4ebf1;
    --p-primary-200: #c9d8e4;
    --p-primary-300: #adc4d6;
    --p-primary-400: #9db8ce;
    --p-primary-500: #92b0c8;
    --p-primary-600: #839eb4;
    --p-primary-700: #758da0;
    --p-primary-800: #667b8c;
    --p-primary-900: #50616e;
    --p-surface-50: #f4f7fa;
    --p-surface-100: #e4ebf1;
    --p-surface-200: #c9d8e4;
    --p-surface-300: #adc4d6;
    --p-surface-400: #9db8ce;
    --p-surface-500: #92b0c8;
    --p-surface-600: #839eb4;
    --p-surface-700: #758da0;
    --p-surface-800: #667b8c;
    --p-surface-900: #50616e;
}
.ui-selectonemenu .ui-selectonemenu-trigger, .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger,.ui-button-text, .BounceColor::before, .BounceColor .ui-button-text::before {
	background: #92b0c8;
}
.LayoutDynamic .SiteTopBar {
 	background-color: rgba(146, 176, 200,0.5);

}
.ui-notificationbar {
 	background-color: rgba(146, 176, 200,0.5);
}
.RoomTitle {
	font-weight: 700;
}

#SiteHeader > #SearchBar > span:nth-of-type(1) {
	display: none !important;
}