.navbar-nav .btn-login {
    width: 232px;
    height: 54px;
    border-radius: 8px;
    font-size: 18px;
}

.khungchonchu .chonchucai .frame-chucai,  .khungchonchu2 .chonchucai .frame-chucai{
    width: 578px;
    height: 330px;
    background: url(../images/frame-chucai.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 30px 24px;
    margin: 0 auto;
}

.main-gameplay .text-thongbao {
    height: 50px;
}

.main-gameplay .goiy {
    height: 95px;
    padding: 0;
    justify-content: center;
    background-size: 100% 100%;
}

.main-gameplay .traloinhanh .progress-time .bar {
    height: 90%;
    background: #038bd9;
    width: 100%;
    margin: 1px;
    position: absolute;
    border-radius: inherit;
}

.goiy .cauhoi {
    width: 88%;
    /* font-weight:bold; */
    font-size: 23px;
}



.swal2-popup {
    background-color: transparent !important; /* Màu trắng với độ trong suốt */
}

.main-gameplay .text-matluot .note {
    font-size: 26px;
    text-align: center;
}

.swal2-actions .swal2-default-outline img {
    max-width: 130px;
}

.swal2-actions .swal2-default-outline:hover {
    background-image: none !important;
}

.animate-before::before {
    animation: l18 30s linear;
}

.main-gameplay .text-matluot {
    width: 827px;
    height: 87px;
    background: url(../images/bg-thongbao-ochu.png) no-repeat;
    background-size: 100%;
    position: relative;
    margin: 8px auto;
}

svg {
    width: 200px;
    height: 200px;
}
.circle {
    fill: none;
    stroke-width: 10;
    stroke-dasharray: 440; /* Circumference */
    stroke-dashoffset: 440; /* Bắt đầu từ đỉnh */
    transform: rotate(-90deg); /* Quay vòng tròn để bắt đầu từ đỉnh */
    transform-origin: 50% 50%; /* Tâm quay */
}

.khungchonchu .chonchucai .countdowntext {
	aspect-ratio: 1;
	border: 6px solid rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: relative;
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 42px;
	fill: #fff;
	text-align: center;
}

.chonchucai .frame-chucai .chucai{
    text-transform: none;
}

/* .main-gameplay .goiy:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/light.png);
    animation: light-slide-x 6s linear infinite;
    background-size: auto 100%;
    background-repeat: repeat;
    margin: 0 auto;
} */

@keyframes light-slide-x {
    0% {
        background-position: 0 200%;
    }

    100% {
        background-position: 100% -150%;
    }
}

.btn-backspace{
    width: 39px;
	height: 59px;
	background: url("../images/bg-chucai-hover.png") no-repeat;
	background-size: 100%;
	font-family: 'mulibold', sans-serif, verdana, tahoma;
	font-size: 31px;
	color: #321a7e;
	text-shadow: 0 1px #9179e0;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	justify-content: center;
	padding-bottom: 8px;
	cursor: pointer;
	margin: 0 4px;
    font-size: 26px;
    line-height: 26px;
}

.swal2-title { font-size: 1.375em !important; }

.footer {
	
	width: 100%;
	overflow: hidden;
	transform-origin: top left;
	position: relative;
	background-color: #262626;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
}

.footer h2 {
	color: #fff;
	font-size: 14px;
}

.footer .footer-content-2 {
	border-top: solid 1px #333;
}

.footer .container  {
	max-width: 1080px;
    width: 1080px;
}

.group-btn-quay{
    display: flex;
    align-items: center;
}

.pop__group.pop__group--login {
	background-image: url("../images/bg-login.png");
	background-size: 100%;
	background-repeat: no-repeat;
}


.pop__group .pop__inner .login-form {
	font-size: 24px;
	text-align: center;
}
.pop__group .pop__inner .login-form .input-group{
	width: 50%;
	margin: 0 auto;
}
.pop__group .pop__inner .login-form .text-note{
	color: #9e7cfc;
}
.pop__group .pop__inner .login-form .input-group-text {
	background: #0849AF;
background: linear-gradient(to top, #0849AF 0%, #31B6F4 100%);
border: 0;
font-size: 24px;
}
.pop__group .pop__inner .login-form .form-control {
	border: 0;
	background-color: #fdf7d7;
	color: #141443;
}


