.EC_AC_ {
	padding: 0 8px;
	border-top: 1px solid var(--divider-main);
	height: 48px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background-color: var(--background-main);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: 101px
}

@supports(-webkit-touch-callout: none) {
	.EC_AC_ {
		top: calc(var(--header-height) + 101px)
	}
}

.EC_AC_.EC_AE_ {
	-webkit-transform: translateY(-101px);
	-ms-transform: translateY(-101px);
	transform: translateY(-101px)
}

.EC_AF_ {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-x: auto;
	scrollbar-color: var(--control-quaternary) transparent;
	scrollbar-width: thin
}

.EC_AF {
    background-color: var(--background-main);
    border-radius: 16px;
    margin: 8px 0
}

.EC_AF_::-webkit-scrollbar {
	width: 0;
	height: 4px
}

.EC_AF_::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 2px
}

.EC_AF_::-webkit-scrollbar-thumb {
	background-color: var(--control-quaternary);
	border-radius: 2px
}

.EC_Ab_ {
	width: 48px;
	padding: 8px 0;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
	border-left: 1px solid var(--divider-main);
	background-color: var(--background-main)
}