:root{
	--app-bar-size: 4rem;
	--bottom-bar-size: 3rem;
	--xbar-item-size: 6rem;
	--xbar-inner-bg-color: #00000050;
	--post-user-bar-height: 2.5rem;
	--post-bottom-bar-height: 2rem;
	--main-box-shadow-color: #000000AA;
	--md-icon-font: Material Symbols Rounded;
	--screen-transition-duration: 0.45s;
	--screen-transition-top-distance: 40vh;
	--chat-container-bg: #00000080;
	--app-top-color: #345539;
	--app-bottom-color: #662c2c;
	--md-sys-color-surface: #182419;
	--md-sys-color-surface-bright: #273a29;
	--md-sys-color-surface-container: #191e19;
	--md-sys-color-surface-high: #551a1a;
	--md-sys-color-surface-container-high: #293a46;
	--chat-container-input-bg: #000000E0;
	--chat-action-color: #7e665c;
	--chat-dialogue-color: #fff;
	--chat-sound-color: #c59d85;
	--chat-from-user-bgcolor: #000000bb;
	--chat-from-bot-bgcolor: #000000bb;
	--app-text-color: #ffffff;
	--app-bar-title-color: #ffffff;
	--notifications-item-bg: var(--app-top-color);
	--notifications-item-color: #fff;
}
.main_menu_btn{
	background-image: url(https://aisha-ai.com/images/christmas_hat.svg);
	margin: 0;
	padding: 0;
	width: 3rem;
	height: 3rem;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
}
appbar{
	background-color: var(--app-top-color);
}
bottombar{
	background-color: var(--app-bottom-color);
}