.nft-marketplace-core-auctions-tabs {
	display: flex;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
	padding: 0.75rem;
	border-radius: 99px;
	width: auto;
	height: 50px;
	margin: 0 auto 50px;
}

.nft-marketplace-core-auctions-tabs * {
	z-index: 2;
}

.nft-marketplace-core-auctions-radio {
	display: none !important;
}

.nft-marketplace-core-auctions-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	width: 140px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 99px;
	cursor: pointer;
	transition: color 0.15s ease-in;
	margin-bottom: 0;
}

.nft-marketplace-core-auctions-notification {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-left: 0.75rem;
	border-radius: 50%;
	background-color: #f9e6f9;
	transition: 0.15s ease-in;
}

input[type=radio]:checked + label {
	color: #D01498;
}

input[type=radio]:checked + label > .nft-marketplace-core-auctions-notification {
	background-color: #D01498;
	color: #fff;
}

input[id=nft-marketplace-core-auctions-radio-1]:checked ~ .nft-marketplace-core-auctions-glider {
	transform: translateX(0);
}

input[id=nft-marketplace-core-auctions-radio-2]:checked ~ .nft-marketplace-core-auctions-glider {
	transform: translateX(100%);
}

input[id=nft-marketplace-core-auctions-radio-3]:checked ~ .nft-marketplace-core-auctions-glider {
	transform: translateX(200%);
}

.nft-marketplace-core-auctions-glider {
	position: absolute;
	display: flex;
	height: 34px;
	width: 140px;
	background-color: #f9e6f9;
	z-index: 1;
	border-radius: 99px;
	transition: 0.25s ease-out;
}

@media (max-width: 700px) {
	.nft-marketplace-core-auctions-tabs {
		transform: scale(0.6);
	}
}
