.tabs__root {
	background: #F6F6F6 !important;
	position: relative !important;
}

.tabs__indicator {
	background: #F5C909 !important;
}

.tabs__tab-root {
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.tabs__tab-text {
	color: #cccccc !important;
}

.tabs__tab-text.MuiTouchRipple-root {
	color: #cccccc !important;
}

.tabs__tab-text.Mui-selected {
	color: #141631 !important;
}

.tabs__divider-tab {
	min-width: 1px !important;
	max-width: 1px !important;
	width: 1px !important;
	padding: 0 !important;
}

.tabs__divider-tab:hover {
	cursor: default !important;
}

.tabs__divider {
	width: 1px;
	height: 25px;
	background: #e7e7e7;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: none;
}

@media (max-width: 1023px) {
	.tabs__root {
		background: transparent !important;
		min-height: 28px !important;
		max-height: 28px;
		height: 28px;
	}

	.tabs__indicator {
		display: none !important;
	}

	.tabs__tab-root {
		height: 28px !important;
		min-height: 28px !important;
		max-height: 28px !important;
		white-space: nowrap !important;
		max-width: fit-content !important;
		background: transparent !important;
		border: 1px solid rgba(0, 0, 0, 0.12) !important;
		border-radius: 100px !important;
	}

	.tabs__tab-text {
		color: rgb(20, 22, 49) !important;
	}

	.tabs__tab-selected {
		border: 1px solid #f5c909 !important;
		background: #f5c909 !important;
	}

	.tabs__divider-tab {
		min-width: 8px !important;
	}

	.tabs__divider {
		display: none !important;
	}
}
