:root {
	--main-color: #3d9e64;
	--secondary-color: #61e396;
	--button-background: #7af1aa;
	--dark-color: #0e6933;
}

* {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}
a { text-decoration: none; color: #0055ff; }
a:visited { color: #aa88cc; }
html { background: #f2f2f2; height: 100%; box-sizing: border-box; }
body { height: 100%; overflow: auto; touch-action: none; }
h1 { margin: 10px 0; font-size: 30px; color: var(--main-color); }
h2 { margin: 0; font-size: 20px; color: var(--secondary-color); }
h2.Q_title_slot { color: var(--dark-color); font-size: 25px; position: relative; }
.Q_columns_column i {
	line-height: 40px;
	height: 40px;
	width: 40px;
	color: #000;
	cursor: pointer;
	text-align: center;
	background-color: rgba(122, 241, 170, .5);
	border-radius: 50%;
}
.Q_columns_column i[data-nobg] {
	background-color: transparent;
}
.Q_columns_column h2.Q_title_slot {

}
.Q_columns_column h2.Q_title_slot i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.Q_columns_column h2.Q_title_slot i.icon-back {
	left: 0;
	right: auto;
}

*, *:before, *:after { box-sizing: inherit; }

html #content_slot {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebedea',GradientType=0 ); /* IE6-9 */
	bottom: 0;
}


/* The various slot containers */
#notices_slot {
	text-align: center;
}
#content_slot {
	position: relative;
	overflow-x: auto;
	box-shadow: #aaa 0 0 4px;
	-webkit-box-shadow: #aaa 0 0 4px;
	-moz-box-shadow: #aaa 0 0 4px;
}
.Q_notMobile #content {
	padding-left: 1%;
}
#dashboard_slot {
	position: fixed;
	margin: 0;
	border: solid 0 #555; 
	left: 0;
	width: 100%;
	z-index: 900;
	text-align: left;
	cursor: default; 
    background: #555; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #555,  #444); /* for firefox 3.6+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#444444'); /* for IE */
}
#dashboard_slot * { color: white; font-size: 24px; font-family: Arial, sans-serif; }
#dashboard_slot input,
#dashboard_slot textarea { color: black; }
#page { position: absolute; left: 0; width: 100%; top: 0;  }
.Q_mobile #page { overflow: auto; -webkit-overflow-scrolling: touch; z-index: 0; }
.Q_mobile:not(.BestBuds_welcome) #page > * {margin-top: 51px;}
#dashboard_slot .Q_inplace_tool .Q_hover .Q_inplace_tool_static,
#dashboard_slot .Q_inplace_tool .Q_hover .Q_inplace_tool_blockstatic { 
	background: white;
	color: #333;
}
br {clear:both;}
.Q_mobile #dashboard .Users_avatar_icon { margin: 0; border-radius: 4px; }
.Q_mobile #dashboard .Users_avatar_name { display: none; }
.Q_mobile #page { position: absolute; }
.Q_mobile #content_slot { height: 100%; }
.Q_notMobile .Users_avatar_icon { margin-right: 5px; }

#dashboard, #notices, #content { margin: auto; text-align: left; }
.content { position: relative; height: 100%; }

#dashboard { display: inline-block; width: 100%; }

.Q_notMobile #dashboard_slot .BestBuds_dashboard_logo {
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 5%;
	text-align: center;
}
.Q_notMobile #dashboard_slot .BestBuds_dashboard_logo img {
	width: 80%;
	height: 80%;
	box-shadow: none;
}
.Q_mobile #dashboard_slot .BestBuds_dashboard_logo {
	display: inline-block; width: 40px; height: 40px; float: left; margin: 5px;
	background: url(../img/icon/40.png) no-repeat;
}
#dashboard_slot h1.BestBuds_appTitle {
	display: none;
}

.Q_mobile #dashboard_slot .BestBuds_dashboard_logo {
	display: none;
}

/* Notices contents */
#notices_slot { text-align: center; margin: auto; padding: 0; z-index: 5000; }
#notices { margin: auto; }
#notices_slot div.container { overflow: none; overflow-y: auto; }
#notices_slot ul { list-style-type: none; padding: 0; margin: auto; width: 700px; max-width: 100%; border: solid 1px #555; border-top: solid 1px #aaa; box-shadow: 0 0 5px #222; -moz-box-shadow: 0 0 5px #222; -webkit-box-shadow: 0 0 5px #222; cursor: pointer; }
#notices_slot li { list-style-type: none; padding: 0; margin: 0; text-align: center; background: #ffd4aa; border: 0; border-bottom: solid 1px #aaa; line-height: 30px; min-height: 30px; }
#notices_slot ul.Q_errors * { background-color: #ebb; color: #500; }
#notices_slot ul.Q_errors li { text-align: left; padding: 0 10px 0 10px; }
#notices_slot .Q_field_name { float: right; font-size: 12px; padding-right: 10px; }
#notices_slot button
{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	padding: 2px 10px;
	color: #69552e;
	background: #F1E2C6;
	box-shadow: 1px 1px 1px 0 #CCC;
	border: none;
}
.Q_notTouchscreen #notices_slot button:active
{
	background: #f0d298;
	margin-left: 6px;
	box-shadow: none;
}
#notices_slot ul li span {
	font-size: 12px;
	line-height: 26px;
}
#notices_slot ul li * {
	vertical-align: middle;
}

/* Dashboard contents */
#dashboard>* { margin: 0; padding: 0; line-height: 40px; text-align: center; }
#dashboard>h1 { float: left; padding: 5px; width: auto; }
#dashboard>h2 { float: left; }
#dashboard_user { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: right; padding: 5px; }
.Q_mobile #dashboard_user { max-width: 40%; }
.Q_mobile.Users_loggedIn #dashboard_user { margin: 0; }
.Q_mobile.Users_loggedOut #dashboard_user { line-height: 40px; }
#dashboard .Q_contextual * { color: black; }
#dashboard td { vertical-align: middle; }
#dashboard table { width: 100%; padding: 0; margin: 0; }
#dashboard .Q_dashboard_logo { padding: 0; }
#dashboard .Q_dashboard_logo a { padding: 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#dashboard .Q_dashboard_logo img { height: 40px; border-radius: 5px; }
#dashboard .Q_dashboard_search { padding: 8px 10px 8px 10px; font-weight: bold; text-align: left; }
#dashboard .Q_dashboard_search input {
	width: 104px;
	margin-right: 4px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	padding-left: 27px;
	padding-right: 17px;
	border: none;
	border-top: 1px solid #CCC;
	background: white url(../{{Q}}/img/search_icon.png) no-repeat;
	color: #444;
}

/* Dashboard tabs */
#dashboard .Q_tabs_tabs { border: 0; width: 100%; margin: auto; text-align: left; }
#dashboard .Q_tabs_tab { cursor: pointer; border: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #f8f8f8; background: none; line-height: 40px !important; text-align: left; overflow: hidden; text-overflow: ellipsis; }
.Q_notMobile #dashboard .Q_tabs_tab { width: 100%; }
#dashboard .Q_tabs_tab.Streams_preview_tool { padding-left: 10px; }
#dashboard .Q_tabs_compact.Q_tabs_horizontal { margin: 0; }
#dashboard .Q_tabs_compact.Q_tabs_horizontal .Q_tabs_tab { padding: 5px 10px; background-color: #222; color: white; width: 100%; }
#dashboard .Q_tabs_compact.Q_tabs_horizontal .Q_tabs_tab * { color: white; }
#dashboard .Q_tabs_tab * { white-space: nowrap; overflow-x: hidden; overflow-y: visible; text-overflow: ellipsis; vertical-align: top; }
#dashboard .Q_tabs_vertical .Q_tabs_tab { background: transparent; }
#dashboard .Q_tabs_tab:first-child { border-top: 0 solid #e5e5e5; border-left: 0; }
#dashboard .Q_tabs_tab,
#dashboard .Q_tabs_tab>* { cursor: pointer; }
#dashboard .Q_tabs_tab { text-decoration: none; color: white; }
.Q_notTouchscreen #dashboard .Q_tabs_tab:hover { background: rgba(100, 100, 100, 0.1); }
#dashboard .Q_tabs_tab img { margin-right: 10px; width: 30px; }
#dashboard .Q_tabs_tab span { display: inline; text-align: left; }
#dashboard .Q_tabs_tab.Q_current { background-image: url(../Q/plugins/Q/img/bg/stucco.png); color: black !important; }
#dashboard .Q_tabs_tab.Q_current * { color: var(--main-color); }
#dashboard .Q_tabs_tab a { line-height: 30px; text-transform: capitalize; }
.Q_mobile #dashboard .Q_tabs_tool { overflow: hidden; padding: 5px; }

body .Q_tabs_contextual .Q_listing li { text-align: left; }
html .Q_listing img { height: 30px; }

/* inputs */

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input.text,
input.email,
input.tel,
input.password,
input.number,
textarea { border: 1px solid #ccc; border-bottom: 1px solid #aaa; background-color: #fefefe; cursor: text; font-family: "Trebuchet MS"; }
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input.text:focus,
input.email:focus,
input.tell:focus,
input.password:focus,
input.number:focus,
textarea:focus { background: white; box-shadow: 0 1px 10px rgba(0,0,0,.15); -webkit-box-shadow: 0 1px 4px rgba(0,0,100,.15); -moz-box-shadow: 0 1px 4px rgba(0,0,100,.15); }
input.placeholder,
textarea.placeholder { color: #aaa; font-style: italic; }
select:focus { outline: dotted 1px #779; }
/* select { margin-top: 0.75em; } */
input[type=text],
input[type=password],
input[type=tel],
input[type=password],
input[type=number],
input.text,
input.email,
input.tel,
input.password,
input.number,
textarea { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; padding: 0 4px 0 4px; }
input[type=checkbox],
input[type=radio] { margin-right: 5px; }
html .Q_inplace_tool_fieldinput { padding: 0; }

.Q_mobile #dashboard_slot,
.Q_mobile #notices_slot { width: 100%; position: fixed; left: 0; }
.Q_mobile #dashboard>h2 { display: none; }
.Q_mobile #dashboard .Q_tabs_tab {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Q_mobile .Q_overlay { width: 90%; }

/* The following lines are for cordova on iOS */
.Q_notCordova #status_background { display: none; }
.Q_cordova.Q_ios #status_background {
	background: #f2f2f2;
	height: 20px;
}
.Q_cordova.Q_ios.Q_mobile #dashboard_slot { top: 20px; height: 50px; }
.Q_cordova.Q_ios.Q_mobile.Q_notch #status_background {
	background: black;
    height: constant(safe-area-inset-bottom);
    height: env(safe-area-inset-top);
}
.Q_cordova.Q_ios.Q_mobile.Q_notch #dashboard_slot {
	top: calc(env(safe-area-inset-top));
	height: 50px;
}
.Q_cordova.Q_ios.Q_mobile.Q_notch #page { 
	top: calc(env(safe-area-inset-top) + 50px);
}

/* The following lines are for a flatter look */
html .Q_listing li { font-size: 18px; padding: 0 10px; line-height: 40px; text-align: left; border-top: solid 1px white; border-bottom: solid 1px #CCC; background: #f2f2f2; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; white-space: nowrap; overflow: hidden;
}
.Q_dialog_title { background: #444; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111'); background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#333)); background: -moz-linear-gradient(top, #444, #333);
}
.Q_button, .Q_button:active, .Q_button:focus {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#227722', endColorstr='#029305');
	background: -webkit-gradient(linear, left top, left bottom, from(#227722), to(#029305));
	background: -moz-linear-gradient(top, #227722, #029305);
	padding: 0 10px;
	height: 40px;
	outline:none;
}


/* The following lines override default styles for a block-style website */
/* Try removing them and seeing what happens */
html.Q_notMobile { height: 100%; }
.Q_notMobile body { height: 100%; }
.Q_notMobile #dashboard>h1,
.Q_notMobile #dashboard>h2 { float: none; }
.Q_notMobile #notices_slot { position: fixed; left: 0; top: 0; width: 100%; }
.Q_notMobile #dashboard_slot { position: fixed; left: 15%; width: 20%; height: 80%; top: 10%; }
.Q_notMobile #page { position: absolute; padding: 0; top: 50px; left: 35%; width: 50%; height: 80%; top: 10%; }
.Q_notMobile #content_slot { min-height: 100%; padding: 0; }
.Q_notMobile #Users_avatar_tool { width: 100%; background: #222; background: rgba(255,255,255,.05); }
.Q_notMobile #dashboard_user { float: none; position: absolute; width: 100%; margin: 10px 0 10px 0;  text-align: center;  bottom: 0; }
.Q_mobile #dashboard_user .Users_avatar_name { display: none; }

html.BestBuds_notFound #content,
html.BestBuds_errors #content { padding: 30px; text-align: center; overflow: hidden; text-overflow: ellipsis; }
html.BestBuds_notFound .url,
html.BestBuds_errors .url { font-weight: bold; text-decoration: underline; }

span.c3 { font-weight: bold; }


/**
 * Dashboard style
 */
:root {
	--dashboard-height: 100px;
	--tabs-color: #335533;
	--tabs-color-current: #335533;
}
	
html, body {
	background: #ffffff;
}

.BestBuds_coolfont {
	opacity: 0;
	font-family: 'Lexend Deca', sans-serif !important;
}

.Q_loaded .BestBuds_coolfont {
	opacity: 1;
	transition: opacity 0.5s;
}

.BestBuds_dashboard_tabs {
	padding: 0;
	margin: 0;
	display: flex; justify-content: space-around;
}

.BestBuds_dashboard_tabs li {
	padding-top: 10px;
	display: inline-block;
	width: var(--dashboard-height);
	height: var(--dashboard-height);
	font-size: var(--dashboard-height);
	color: var(--tabs-color);
	cursor: pointer;
}

.BestBuds_dashboard_tabs li.Q_selected {
	border-top: 5px solid var(--tabs-color);
}

.Q_mobile #Q_tabs-BestBuds_tool .Q_tabs_title {
	display: none;
}
.Q_notMobile #Q_tabs-BestBuds_tool .Q_tabs_title {
	font-size: 18px;
}
.Q_mobile #Q_tabs-BestBuds_tool .Q_tabs_tabs {
	display: flex;
	justify-content: space-around;
}
.Q_mobile #dashboard #Q_tabs-BestBuds_tool .Q_tabs_tab::before {
	color: var(--tabs-color);
	width: 40px;
	height: 40px;
	line-height: 50px;
	font-size: 40px;
}
.Q_mobile #dashboard #Q_tabs-BestBuds_tool a {
	display: inline-block;
}
.Q_mobile #dashboard #Q_tabs-BestBuds_tool .Q_tabs_tab.Q_current::before {
	color: var(--tabs-color-current);
	text-align: center;
}
.Q_mobile #dashboard #Q_tabs-BestBuds_tool .Q_tabs_tab {
	height: 50px;
	border-radius: 0;
	text-align: center;
	margin: 0 10px;
}
.Q_mobile #dashboard_slot.Q_fixed_top #dashboard #Q_tabs-BestBuds_tool .Q_tabs_tab {
	border-bottom: 4px solid transparent;
}
.Q_mobile #dashboard_slot.Q_fixed_bottom #dashboard #Q_tabs-BestBuds_tool .Q_tabs_tab {
	padding-top: 1px;
	border-top: 4px solid transparent;
}
.Q_mobile #dashboard_slot.Q_fixed_top #dashboard #Q_tabs-BestBuds_tool .Q_tabs_tab.Q_current {
	border-bottom: 4px solid var(--tabs-color-current) !important;
	background: none;
}
.Q_mobile #dashboard_slot.Q_fixed_bottom #dashboard #Q_tabs-BestBuds_tool .Q_tabs_tab.Q_current {
	border-top: 4px solid var(--tabs-color-current);
	background: none;
}
.Q_mobile #dashboard {
	background-color: #f0fff6;
    font-size: 15px;
    width: 100%;
    height: 50px;
}
.Q_mobile #dashboard,
.Q_mobile #dashboard * {
	user-select: none;
}
.Q_mobile #dashboard { display: inline-block; width: 100%; padding-top: 0; }
.Q_mobile #dashboard .Q_tabs_tool { padding: 0; }
.Q_mobile #dashboard .Q_tabs_tool { width: 100%; overflow: hidden; padding: 0; height: 50px;}
.Q_mobile #dashboard .Q_clearfix::after { content: none; }
.Q_mobile #dashboard_slot { max-height: 51px; overflow: hidden; border-bottom: 1px solid #aaa;}
.Q_mobile.Communities_onboarding #page {padding-top: 0;}
.Communities_clickable_effect:active {
	transform: scale(2);
	transition: transform 0.3s;
}
.Q_mobile #dashboard .Users_avatar_icon { border-radius: 50%; }
.Q_mobile #Q_tabs-BestBuds_tool .Q_tabs_tab.Q_tab_me .Q_tabs_title {
	display: block;
	animation: Q_wiggle 3s ease-in-out alternate;
}
.Q_mobile #Q_tabs-BestBuds_tool .Q_tabs_tab.Q_tab_me::before {
	content: none;
}
#dashboard .BestBuds_dashboard_menu .Q_tabs_tab img {
	margin-right: 0;
	width: 50px;
	height: 50px;
}
#dashboard .BestBuds_dashboard_menu .Q_tabs_tab>* {
	position: absolute;
    top: 50%;
    margin-top: -23px;
    height: 50px;
    width: 50px;
    left: 0;
}

#dashboard .Q_tab_deals::before,
.Q_listing_wrapper .Q_tab_deals::before {
	content: "\e903";
}

#dashboard .Q_tab_products::before,
.Q_listing_wrapper .Q_tab_products::before {
	font-family: "BestBuds" !important;
	content: "\e908";
}
#dashboard .Q_tab_products.Q_current::before,
.Q_listing_wrapper .Q_tab_products.Q_current::before {
	font-family: "BestBuds" !important;
	content: "\e907";
}

#dashboard .Q_tab_interests::before,
.Q_listing_wrapper .Q_tab_interests::before {
	font-family: "BestBuds" !important;
	content: "\e906";
}
#dashboard .Q_tab_interests.Q_current::before,
.Q_listing_wrapper .Q_tab_interests.Q_current::before {
	font-family: "BestBuds" !important;
	content: "\e905";
}
#dashboard .Q_tab_cart::before,
.Q_listing_wrapper .Q_tab_cart::before {
	font-family: "BestBuds" !important;
	content: "\e904";
}
#dashboard .Q_tab_cart.Q_current::before,
.Q_listing_wrapper .Q_tab_cart.Q_current::before {
	font-family: "BestBuds" !important;
	content: "\e903";
}
#dashboard_slot .Q_tab_cart {
	overflow: visible;
}
#dashboard_slot .Q_tab_cart .Q_badge {
	position: absolute;
	text-indent: 0;
	background: red;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
}

#dashboard .Q_tab_menu::before,
.Q_listing_wrapper .Q_tab_menu::before {
	content: "\2630";
}
.Q_mobile #dashboard .Q_tab_menu::before {
	background-position: top 8px center;
}
.BestBuds_screen[data-name="notifications"] {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 20px;
}

.Q_mobile #Q_tabs-BestBuds_tool {
    position: absolute;
    top: 0;
    right: 0;
}

#dashboard > h1.BestBuds_appTitle {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	color: var(--main-color);
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	width: 40%;
}
.Q_mobile #dashboard > h1.BestBuds_appTitle {display: none;}

ul.BestBuds_results {
	padding: 0;
}

.BestBuds_results li {
	padding: 5px;
	margin: 10px 0 10px 0;
	list-style-type: none;
	border-bottom: 1px dashed #555555;
}

.BestBuds_results_name {
	display: inline-block;
	float: left;
	font-weight: bold;
}
.BestBuds_results_phone {
	display: inline-block;
	float: right;
}
.BestBuds_results_address {
	display: block;
	clear: both;
	font-size: 80%;
	color: #777777;
}

.Q_overlay .Q_dialog_title {
	background: -webkit-linear-gradient(top, #c3dece 0%,#ffffff 100%);
	background: -moz-linear-gradient(top, #c3dece 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3dece', endColorstr='#ffffff',GradientType=0 );
	color: black;
}

html.Communities_interests #page,
html.Communities_interests #content_slot,
html.Communities_interests #content
html.Communities_interests button.Streams_interests_anything {
	background: var(--dark-color);
	color: white;
}

.Q_columns_tool {
	z-index: 99999;
	height: 100%;
}

ul {
	padding: 0;
}
ul li {
	list-style: none;
	position: relative;
}
.BestBuds_title {
	height: 60px;
	padding-left: 70px;
	background-image: url('../img/icon/80.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin: 10px auto;
	color: #b1b1b1;
	width: 300px;
	white-space: nowrap;
}
.Q_notMobile .BestBuds_title {
	padding-left: 65px;
}
.BestBuds_title .BestBuds_title_local, .BestBuds_title .BestBuds_title_product {
	font-size: 28px;
	font-weight: bold;
}
.Q_notMobile .BestBuds_title .BestBuds_title_local, .Q_notMobile .BestBuds_title .BestBuds_title_product {
	font-size: 25px;
}
.BestBuds_title .BestBuds_title_other {
	font-size: 16px;
	display: block;
	transform: scale(1.5, 1);
	text-align: center;
}
.BestBuds_title .BestBuds_title_local {
	color: #515151;
}
.BestBuds_dispensary .BestBuds_product_icon {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	border-radius: 5px;
	margin-right: 10px;
}

.BestBuds_dispensary .BestBuds_product_info {
	display: inline-block;
    vertical-align: middle;
}

.BestBuds_dispensary .BestBuds_product_name {
	font-weight: bold;
	font-size: 18px;
}
.BestBuds_dispensary .BestBuds_product_price {
	font-size: 12px;
}

.BestBuds_dispensary .BestBuds_product_quantity {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.BestBuds_tabContent {
	padding: 2%;
	border: 1px solid #777777;
}

.BestBuds_drawer_mask {
	background: rgba(0, 0, 0, 0.2);
}

.Q_columns_column .Q_columns_title {
	box-shadow: none;
	background-color: #f0fff6;
}
.Communities_tab {
	cursor: pointer;
}
.Communities_tab.Q_current {
	border-radius: 5px 5px 0 0;
	border-bottom: solid 1px #fff;
}
.Communities_column_tabContent {
	border-top: 1px solid #000;
	display: none;
	margin-top: -1px;
}
.Communities_column_tabContent.Q_current {
	display: block;
}
.Q_columns_column .Q_column_slot {
	padding: 5px;
}
.Q_notMobile ::-webkit-scrollbar {
	width: 0.3em;
	height: 0.3em;
}
.Q_notMobile ::-webkit-scrollbar-button {
	background: #ccc;
	width: 0;
	height: 0;
}
.Q_notMobile ::-webkit-scrollbar-track-piece {
	background: #eee
}
.Q_notMobile ::-webkit-scrollbar-thumb {
	background: #888
}
.Streams_interests_container .Q_expanded .Streams_interest_title {
	margin-bottom: 5px;
}
.Q_notMobile #dashboard .Q_tabs_tab.Q_current::before,
.Q_notMobile .Q_listing_wrapper .Q_tabs_tab.Q_current::before {
	color: var(--dark-color);
}
#dashboard .Q_tabs_tab::before,
.Q_listing_wrapper .Q_tabs_tab::before {
	color: var(--secondary-color);
}
#Users_avatar-main_logo_tool {
	border-bottom: 1px solid silver;
}