.fbt-b1172560-wrapper {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	display: flex;
	align-items: center;
}

.fbt-b1172560-wrapper.pos-right {
	right: 0;
	flex-direction: row-reverse;
}

.fbt-b1172560-wrapper.pos-left {
	left: 0;
	flex-direction: row;
}

.fbt-b1172560-tab {
	background-color: #0c1a30; /* user's dark blue tone */
	color: #fff;
	padding: 15px 10px;
	cursor: pointer;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	border-radius: 5px 0 0 5px;
	box-shadow: -2px 0 5px rgba(0,0,0,0.2);
	transition: background-color 0.3s;
	font-family: inherit;
	font-weight: 500;
}

.fbt-b1172560-wrapper.pos-left .fbt-b1172560-tab {
	border-radius: 0 5px 5px 0;
	box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}

.fbt-b1172560-panel {
	background: #fff;
	width: 400px;
	max-width: 90vw;
	height: 80vh;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	display: none;
	position: relative;
	overflow-y: auto;
}

.fbt-b1172560-wrapper.is-open .fbt-b1172560-panel {
	display: block;
}

.fbt-b1172560-wrapper.is-open .fbt-b1172560-tab {
	display: none;
}

.fbt-b1172560-close {
	position: absolute;
	top: 10px;
	right: 15px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	color: #333;
}
.fbt-b1172560-content {
	padding: 30px 20px;
}
