:root{
	--main-color: #119f93;
	--main-color1: #119f93;
}

.btn-primary.active, .btn-primary.btn-circle:hover>i, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn.btn-circle:hover>i {
	background-color: var(--main-color);
}

.first-type-tabs .tab-h.checked {
	border-right: 5px !important;
}

.awesome-tab-wrapper {
	max-width: 992px;
	margin: 0 auto;
	position: relative;
}

.awesome-tab-container {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	gap: 8px;
	padding: 12px 0;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.awesome-tab-container::-webkit-scrollbar {
	display: none;  /* Chrome, Safari, Opera */
}

.awesome-tab-btn {
	flex: 0 0 auto;
	padding: 10px 25px;
	border-radius: 3px;
	background-color: white;
	border: none;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	transition: all 0.3s ease;
}

.awesome-tab-btn.active {
	background-color: var(--main-color1);
	color: white;
}

.awesome-tab-fade-left, .awesome-tab-fade-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25px;
	pointer-events: none;
	border-radius: 5px;
}

.awesome-tab-fade-left {
	left: 0;
	background: linear-gradient(to right, #f3f4f6, rgba(243, 244, 246, 0));
}

.awesome-tab-fade-right {
	right: 0;
	background: linear-gradient(to left, #f3f4f6, rgba(243, 244, 246, 0));
}
