body,
body * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	user-select: none;
}

h1,
h2,
h3,
h4,
h5,
label {
	margin: 0px;
}

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: gray;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: gray;
}

.custom_container .reg-container .custom_inner .inner_content {
	/* height: 90vh !important; */
	overflow-y: auto;
}

label {
	font-weight: unset;
}

.main-title {
	position: relative;
	/* position: absolute;
    top: 0px; */
    /* z-index: 111; */
	width: 100%;
	/* padding: 10px 10px 0px 10px; */
	display: block;
}
.page-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.txt-center {
	text-align: center;
}
.header-logo-img {
	/* width: 100%; */
	max-width: 400px;
	/* max-width: 80px; */
	height: auto;
	/* margin-left: 15px; */
    display: block;
    margin: auto;
}
.cb-main-container {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #cfeff2;
}
.cb-cloud {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.cloud-1 {
	background-image: url(../images/bunnyGameImage/cloud-1.png);
	left: 20%;
	top: 5%;
	width: 20%;
	height: 8%;
}
.cloud-2 {
	background-image: url(../images/bunnyGameImage/cloud-1.png);
	left: 54%;
	top: 3.5%;
	width: 36%;
	height: 17%;
}
.cloud-3 {
	background-image: url(../images/bunnyGameImage/cloud-1.png);
	left: 42%;
	top: 28%;
	width: 16%;
	height: 7%;
}
.cb-skyscappers {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url(../images/bunnyGameImage/skyscappers.png);
	left: 17.5%;
	top: 30%;
	width: 70%;
	height: 47%;
}
.cb-bush {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.left-bush {
	background-image: url(../images/bunnyGameImage/left-bush.png);
	left: 0%;
	top: 56.75%;
	width: 28.5%;
	height: 12.4%;
	background-position: left center;
}
.right-bush {
	background-image: url(../images/bunnyGameImage/right-bush.png);
	right: 0%;
	top: 53.66%;
	width: 29%;
	height: 16.5%;
	background-position: right center;
}
.cb-trees-main-bg {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	/* background-image: url(../images/bunnyGameImage/trees-main-bg.jpg); */
	left: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
}
.es-game-info{
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    height: auto;
    margin-top: 50px;
}
.es-game-info-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: #f7c87c;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow:0px 14px 14px -6px rgba(255,255,255,1);
    -moz-box-shadow: 0px 14px 14px -6px rgba(255,255,255,1);
    box-shadow: 0px 14px 14px -6px rgba(255,255,255,1);
}
.es-game-info-title{
    /* color: white; */
    /* font-weight: bold; */
    /* font-size: 25px; */
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
    /* text-align: center; */
    background: #f7c87c;
    border-radius: 20px;
}
.es-game-info-title .static-title{
    color: white;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
.es-game-info-title.top-title{
    -webkit-box-shadow:0px 0px 14px 1px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 14px 1px rgba(255,255,255,1);
    box-shadow: 0px 0px 14px 1px rgba(255,255,255,1);
    padding-top: 10px;

}
.es-game-info-title.header-title{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.cb-bunny-face{
    /* width: 200px; */
    width: 160px;
    transform: translateY(19px);
}
.cb-bunny-face img{
    width: 100%;
    height: auto;
    display: block;
    
}
.es-game-timer{
    margin-right:0;
}
.es-game-timer,
.es-item-collected{
    padding: 1px 7px 10px 7px;
    border-radius: 10px;
    color: white;
    margin-bottom: 5px;
    min-width: 140px;
    text-align: center;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.es-item-collected{
    min-width: 100px;
}
.es-game-timer-value,
.es-item-collected-value,
.es-second-text{
    margin-left: 4px;
    font-weight: bold;
    position: relative;
    /* top: -4px; */
    display: inline-flex;
}
.es-game-timer span img,
.es-item-collected span img{
    display: inline-block;
    height: 40px;
    width: auto;
    position: relative;
    /* top: 7px; */
    left: -1px;
}

.cb-holes-home {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}
.cb-hole {
	position: absolute;
	background-color: #7e5f57;
	border: 5px solid #b3804f;
	border-bottom: 0;
	border-left-width: 2px;
	border-right-width: 2px;
}
.hole-1 {
	width: 4%;
	height: 3%;
	border-radius: 50%;
	left: 24%;
	bottom: 27%;
}
.hole-2 {
	width: 4%;
	height: 2.5%;
	border-radius: 50%;
	left: 43.5%;
	bottom: 28%;
}
.hole-3 {
	width: 5%;
	height: 3%;
	border-radius: 50%;
	left: 69%;
	bottom: 25%;
}
.hole-4 {
	width: 7%;
	height: 4.5%;
	border-radius: 50%;
	left: 26%;
	bottom: 12%;
}
.hole-5 {
	width: 7%;
	height: 3.5%;
	border-radius: 50%;
	left: 47%;
	bottom: 17%;
}
.hole-6 {
	width: 5%;
	height: 3.5%;
	border-radius: 50%;
	left: 66%;
	bottom: 8%;
}

.bunny-body {
	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
}
.bunny-frame {
	visibility: hidden;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all ease-out 0.3s;
	cursor: pointer;
}
.bunny-frame.frame-0 {
	position: static;
	opacity: 0;
	display: block;
}
.bunny-frame.active {
	visibility: visible;
}
.frame-1 {
	bottom: -58%;
}
.frame-3 {
	bottom: -5%;
}
.frame-4 {
	bottom: 0%;
}
.frame-5 {
	bottom: 0;
	left: -3%;
}
.frame-6 {
	bottom: 10%;
}
.frame-1.active {
	bottom: 0;
}
.frame-2.active {
	bottom: 0;
}
.frame-3.active {
	bottom: 0;
}
.frame-4.active {
	bottom: 5%;
}
.frame-5.active {
	bottom: 0;
}
.frame-6.active {
	bottom: 0;
}
.frame-7.active {
	bottom: -30%;
}
.frame-8.active {
	bottom: -5%;
}
.frame-9.active {
	bottom: -58%;
}
.bunny-frame.no-transition {
	transition: none !important;
}
.bunny-frame.frame-explosion {
	transition: none !important;
}

.es-win-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #00000036;
	display: none;
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
	z-index: 111;
}
.es-win-popup-inner {
	position: fixed;
	width: 50%;
	height: auto;
	left: 25%;
	background: #efefed;
	padding: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.es-popup-title {
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #d1831f;
}
.es-popup-img {
	width: 50%;
	height: auto;
	margin-bottom: 20px;
}
.es-popup-button {
	border: none;
	outline: none;
	background: #d1831f;
	color: white;
	font-family: "Liter", serif;
	padding: 5px 10px;
	font-size: 17px;
	margin: 5px;
}

.audio-list {
	display: none;
}

.browser-base-regform {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
    height: 100%;
}

.browser-base-regform #userInfoError p {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
	font-size: 14px;
	padding: 10px 30px;
	z-index: 9;
}

.browser-base-regform #btn_register {
	width: auto;
	padding: 15px 60px;
	font-size: 20px;
	margin: 0 auto;
	line-height: 20px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.browser-base-regform .form-bottom-text {
	padding: 0;
	font-size: 13px;
	line-height: 2.2rem;
}

.form-check {
	float: left;
	height: 17px;
	width: 17px;
}

.form-term {
	margin-left: 25px;
	text-align: left;
}

.form-term-link {
	margin-top: 10px;
	word-wrap: break-word;
}

.combodate {
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 0;
	gap: 0px 5px;
}

.combodate .year,
.combodate .month,
.combodate .day {
	background-color: #ffffff;
	padding: 0.5rem !important;
	color: black !important;
	border-radius: 5px !important;
	border: 1px solid white !important;
	flex: 0 0 33.33%;
	/*max-width: 33.33%;*/
	width: 100% !important;
	/*margin: 0 5px;*/
	outline: 0;
	height: 38px;
}
.select--date-wrapper select {
	border: 1px solid #f2f2f2 !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select--date-wrapper > span {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #000000;
	pointer-events: none;
	z-index: 13;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M0 2.5L5 7.5L10 2.5Z'/%3E%3C/svg%3E")
		no-repeat center;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M0 2.5L5 7.5L10 2.5Z'/%3E%3C/svg%3E")
		no-repeat center;
}

.custom_year,
.select--date-wrapper {
	width: 100%;
	position: relative;
}
.custom_year > select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.custom_year > span {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #000000;
	pointer-events: none;
	z-index: 13;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M0 2.5L5 7.5L10 2.5Z'/%3E%3C/svg%3E")
		no-repeat center;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M0 2.5L5 7.5L10 2.5Z'/%3E%3C/svg%3E")
		no-repeat center;
}
.custom_year .year {
	max-width: 100% !important;
	width: 100% !important;
	flex: none !important;
	border: 1px solid #f2f2f2 !important;
}
.custom_year .combodate {
	padding: 0px !important;
}
.custom_container .reg-container .custom_inner .inner_content .custom_year .year {
	border: 1px solid #f2f2f2 !important;
}

.reg-container {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.reg-container .form-container {
	max-width: unset;
	max-height: unset;
	overflow-y: unset;
}

.form-container {
	margin-top: 5px;
	margin: 16px auto;
	width: 100%;
	max-width: 338px;
	max-height: 303px;
	overflow-y: auto;
}

.custom-input-wrap .autocomplete-container {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}

.custom-input-wrap .autocomplete-container input {
	background-color: #ffff;
}

.custom-input-wrap .autocomplete-container {
	width: 100%;
}

.custom-input-wrap,
.custom-input-wrap .autocomplete-container {
	display: flex;
	align-items: center;
}

.custom-input-wrap .form-input-label {
	flex: 0 0 25%;
	max-width: 25%;
	font-size: 14px;
	font-weight: normal;
	padding-right: 15px;
	margin: 5px 0;
	text-align: left;
}

.custom_inner .inner_content .custom-input-wrap .form-input-label {
	flex: none;
	max-width: fit-content !important;
}

.custom-input-wrap .permission-model-text-box {
	height: 3.8rem;
	border-radius: 5px !important;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
}

.model-txt-box {
	width: 100%;
	height: 53px;
	margin: 2.5px 0px;
	font-size: 19px;
	color: #000000;
	border: 0;
}

.main-bottom {
	position: absolute;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	bottom: 120px;
}

.main-bottom .del-btn {
	padding: 5px 35px;
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.7);
	border: 1px solid rgb(167, 158, 119);
	/* background-image: repeating-linear-gradient(to bottom left,rgb(167, 158, 119) 0%,rgb(167, 158, 119) 38.8%,rgb(134, 110, 63) 48.1%,rgb(134, 110, 63) 100%); */
	background: linear-gradient(13deg, #7d673b 0%, #bab186 100%);
	font-size: 22px;
}

.main-bottom .vis-btn {
	padding: 5px 35px;
	box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.7);
	border: 1px solid #f9f589;
	background: linear-gradient(185deg, #965960 0%, #6e1017 100%);
}

.footerText1 {
	margin-top: 30px;
	padding: 30px 0px;
	max-width: 852px;
	width: 100%;
	border: none;
	margin: 0 auto;
}

.dropgameFooter1 {
	position: absolute;
	z-index: 6;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
	bottom: 0px;
}

.footer_container .footer2 {
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	padding-top: 35px;
}

.footer2 p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

.footer2 span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

.footer2 strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

.footer2 strong {
	font-weight: 700;
}

.model-title {
	display: block;
}
.mobile-model-title {
	display: none;
}

.question-drop {
	padding: 0.5rem !important;
	color: black !important;
	border-radius: 5px !important;
	border: 1px solid white !important;
	outline: 0;
	width: 100% !important;
	height: 38px;
	appearance: none; /* Ensure no native arrow is rendered */
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

.select--wrapper{
    width: 100% !important;
    position: relative;
}
.select--wrapper span{
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #000000;
    pointer-events: none;
    z-index: 1;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M0 2.5L5 7.5L10 2.5Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M0 2.5L5 7.5L10 2.5Z'/%3E%3C/svg%3E") no-repeat center;
}

@media screen and (min-width: 2000px) {
}

@media screen and (max-width: 1024px) {
	.cb-bunny-face {
		width: 170px;
	}
	.es-game-info-title {
		/* font-size: 40px; */
		padding-top: 5px;
	}

	.hole-1 {
		left: 26.5%;
	}
	.hole-4 {
		left: 27%;
	}
	.hole-3 {
		left: 68%;
	}
}

@media screen and (max-width: 912px) {
	.hole-1 {
		left: 28%;
	}
	.hole-4 {
		left: 28%;
	}
	.hole-3 {
		left: 67%;
	}
}

@media screen and (max-width: 853px) {
	.hole-1 {
		left: 29%;
	}
	.hole-4 {
		left: 28%;
	}
	.hole-3 {
		left: 67%;
	}
}

@media screen and (max-width: 820px) {
	.hole-1 {
		left: 27%;
	}
	.hole-4 {
		left: 27.5%;
	}
	.hole-3 {
		left: 67%;
	}
}

@media screen and (max-width: 768px) {
	.cb-bunny-face {
		width: 170px;
	}
	.es-game-info-title {
		/* font-size: 40px; */
		padding-top: 5px;
	}

	.hole-1 {
		left: 26%;
	}
	.hole-4 {
		left: 27%;
	}
}

@media screen and (max-width: 480px) {
	.es-win-popup-inner {
		width: 80%;
		left: 10%;
		padding: 30px 15px;
	}
	.es-game-info {
		flex-direction: column;
		margin-top: 110px;
        padding-left: 12px;
        padding-right: 12px;
		margin-top: constant(safe-area-inset-top);
		margin-top: env(safe-area-inset-top);
	}
	.es-game-info-inner {
		/* flex-direction: column; */
		width: 100%;
	}
	.es-game-timer {
		margin-right: 0px;
	}
	.cb-bunny-face {
		width: 130px;
	}
	.es-game-info-title {
		/* font-size: 30px; */
		width: 100%;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
    .main-title{
        padding: 0px;
    }
	.hole-1 {
		left: 36%;
	}
	.hole-2 {
		left: 48.5%;
		bottom: 27%;
	}
	.hole-3 {
		left: 62%;
	}
	.hole-4 {
		left: 34%;
		bottom: 16%;
	}
	.hole-6 {
		left: 60%;
		bottom: 11%;
	}
}

@media screen and (max-width: 430px) {
	.hole-1 {
		left: 35%;
		bottom: 28%;
	}
	.hole-2 {
		left: 45.5%;
		bottom: 27%;
	}
	.hole-3 {
		left: 60%;
	}
	.hole-4 {
		left: 35%;
		bottom: 16%;
	}
	.hole-6 {
		left: 60%;
		bottom: 12%;
	}
}

@media screen and (max-width: 414px) {
	.hole-1 {
		left: 35%;
		bottom: 28%;
	}
	.hole-2 {
		left: 45.5%;
		bottom: 27%;
	}
	.hole-3 {
		left: 60%;
	}
	.hole-4 {
		left: 35%;
		bottom: 16%;
	}
	.hole-6 {
		left: 60%;
		bottom: 12%;
	}
}

@media screen and (max-width: 412px) {
	.hole-1 {
		left: 35.5%;
		bottom: 28%;
	}
	.hole-3 {
		left: 59%;
	}
	.hole-4 {
		left: 35.5%;
		bottom: 16%;
	}
	.hole-6 {
		left: 59.5%;
		bottom: 12%;
	}
}

@media screen and (max-width: 375px) {
	.hole-1 {
		left: 34.5%;
	}
}

@media screen and (max-width: 344px) {
	.es-popup-title {
		font-size: 20px;
	}

	.hole-1 {
		left: 39%;
		bottom: 28%;
	}
	.hole-3 {
		left: 55%;
	}
	.hole-4 {
		left: 39%;
		bottom: 12%;
	}
	.hole-6 {
		left: 57.5%;
		bottom: 15%;
	}
}

@media screen and (max-width: 320px) {
	.es-popup-title {
		font-size: 20px;
	}

	.hole-1 {
		left: 41%;
		bottom: 28%;
	}
	.hole-3 {
		left: 55%;
	}
	.hole-4 {
		left: 39%;
		bottom: 12%;
	}
	.hole-6 {
		left: 56%;
		bottom: 15%;
	}
}
