/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 22 2025 | 09:40:15 */
.progress {
    height: 30px!important;
    border: 2px solid #e9ecef;
}
.dv-box-game-page {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}
.dv-bg-detel {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #23b0f0;
}
.dv-detle-game {
    z-index: 9;
    position: relative;
    padding: 20px 20px 35px;
    color: #fff;
}
.dv-logogame {
    display: grid;
    align-items: center;
	justify-content: center;
    grid-template-columns: 65px auto;
    gap: 10px;
    margin-bottom: 15px;
}
.dv-logo-game img {
    border-radius: 15px;
    border: 1px solid #fff;
    background: white;
}
.dv-name-game h3 {
    font-size: 22px !important;
    line-height: 27px;
    color: #23b0f0 !important;
}
.dv-name-game p {
	font-size: 15px !important;
	line-height: 15px;
}
.dv-txt-game {
	display: grid;
	grid-template-columns: 33% auto 33%;
	gap: 10px;
	text-align: center;
}
.dv-progress {
    max-width: 280px;
    margin: -17px auto auto;
}
p.p-bg {
    color: #23b0f0 !important;
    background: #e9f8fe;
    padding: 10px 5px;
    border-radius: 5px;
}
.dv-h p.txt-f,
.dv-rtp p.txt-f {
	font-size: 12px !important;
	color: #000;
}
.dv-imgft-game {
    display: grid;
    align-items: center;
    grid-template-columns: 215px auto;
    gap: 40px;
    margin-bottom: 20px;
}
/*-----------------------RE-------------------------------*/
@media only screen and (max-width: 1023px) {
	.dv-box-game-page {
		grid-template-columns: 1fr 1fr;
	}
}
/*-----------------------แนวตั้ง-------------------------------*/
@media only screen and (max-width: 449px) {
	.dv-box-game-page {
		grid-template-columns: 1fr;
	}
}
