:root {
	--size-wheel: 20rem;
}

.wheel {
	position: relative;
	padding: 0;
	margin: 1rem 0;
	width: var(--size-wheel);
	height: var(--size-wheel);
	border-radius: 50%;
	list-style: none;
	overflow: hidden;
	transition: cubic-bezier(0.075, 0.8, 0.2, 1) 7s;
}

.btn--wheel {
	display: inline-block;
	position: relative;
	padding: 0.1rem;
}

.khungVongQuay {
    position: absolute;
    top: -39px;
    left: -53px;
    width: 430px;
    height: 430px;
    margin-bottom: 20px;
}

.wheel > li {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 50%;
	transform-origin: 0% 100%;
}

.vongQuay {
	position: absolute;
	left: -100%;
	width: 200%;
	height: 200%;
	display: block;
	text-align: center;
	padding-top: 1.7rem;
}

.bg-1 {
	background-color: #fff3dd;
	color: #000;
}

.bg-2 {
	background-color: #f52e2e;
	color: #fff;
}

.main {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.ManhDev-khungVip {
    padding: 10px 20px;
    text-align: center;
    margin: 5px;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0px 0px 3px #e5e5e5;
}

.ManhDev-khungVip.red {
    color: #f52e2e;
    border: 1px solid #f52e2e;
}

.ManhDev-khungVip.green {
    border: 1px solid #40ba7c;
    color: #40ba7c;
    cursor: pointer;
}

.ManhDev-khungVip > i {
    font-size: 17px;
    
}

.vongQuayVip {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.vongQuayVip > img {
    width: 80px;
    border-radius: 50%;
}

.clickImg {
    position: absolute;
    left: -80px;
    top: -50px;
}

.clickImg > img {
    width: 180px;
}
















