@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --vh: 1vh;
}

.full-height {
  height: calc(var(--vh, 1vh) * 100);
}

/* Default: hide everything */
.minigolf-mobile-only,
.minigolf-desktop-message {
	display: none;
}

/* Show app only on small screens */
@media (max-width: 1024px) {
	.minigolf-mobile-only {
		display: block;
	}
}


@media (min-width: 1025px) {
	.minigolf-desktop-message {
		text-align: center;
		padding: 50px 20px;
		font-size: 1.5rem;
		height: calc(var(--vh, 1dvh) * 100) !important;
		height: calc(var(--vh, 1vh) * 100);
		font-weight: bold;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.minigolf-desktop-message p {
		background: linear-gradient(to right, #8900fa, #e200ff, #ff0034);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		max-width: 800px;
	}
	#winner-modal.modal-overlay.active{
		display:none;
	}
	.minigolf-desktop-message img {
		margin-bottom: 50px;
	}
}

body.layout-boxed-mode #wrapper,
body.layout-boxed-mode .fusion-footer-parallax {
	width: 100% !important;
	overflow: hidden;
	margin:0 !important
}

.ast-container {
	padding: 0;

}

.score-app {
	overflow: hidden !important;
	min-width: 100%;
	min-height: calc(var(--vh, 1dvh) * 45) !important;
	min-height: calc(var(--vh, 1vh) * 45);
    max-height: 100dvh !important;
	max-height:86vh;
}


.score-app .fusion-sliding-bar-wrapper,
.score-app  div#slidingbar-area{
    display: none !important;
}
body.score-app div#wrapper {
	margin: 0 !important;
	width: 100% !important;
	overflow: hidden;
}

.score-app .fusion-footer,
.score-app header.fusion-header-wrapper {
	display: none;

}

.score-app main#main {
	padding: 0 !important;
	min-height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1dvh) * 100) !important;
	overflow: hidden;
}

.score-app section#content {
	margin: 0;
	overflow: hidden;
}

.main-header-bar-wrap {
	display: none;

}

.score-app .avada-page-titlebar-wrapper {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "montserrat" !important;
}

html {
	overflow: hidden !important;
}

#main,
.layout-boxed-mode #main,
.layout-boxed-mode.avada-footer-fx-sticky .above-footer-wrapper,
.layout-boxed-mode.avada-footer-fx-sticky-with-parallax-bg-image .above-footer-wrapper,
.layout-wide-mode #main,
.layout-wide-mode #wrapper,
body,
html,
html body.custom-background {
	font-family: "montserrat";
	background-color: #000 !important;
	color: white;	
}

html.avada-is-100-percent-template .score-app #main.width-100 {
	padding: 0 !important;
	overflow: hidden;
}

div#minigolf-app,
#app {
	min-height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1dvh) * 100);
	position: relative;
	overflow: hidden !important;
}

.score-app #ssb-container {
	display: none;
}

.screen {
	display: none;
	position: relative;
	margin: auto;
}

.screen.active {
	display: flex;
	flex-direction: column;
}

div#wpadminbar~#boxed-wrapper #start-screen {
	height: calc(var(--vh, 1vh) * 100 - 75px);
	height: calc(var(--vh, 1dvh) * 100 - 75px) !important;
}

#start-screen {
	position: relative;
	padding: 27px;
	min-height: calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1dvh) * 100) !important;
	max-height: 100vh;
	max-height: 100dvh !important;
	overflow: auto;
}

.logo-container {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

div#wpadminbar~#boxed-wrapper .main-screen {
	margin: auto;
}

.main-screen {
	position: relative;
	width: 100%;
	padding-bottom: 80px;
	/* margin: auto; */
	/* 	overflow :auto; */
}

div#show-result {
	display: none;
}
div#show-result.show {
	display: flex;
}

#minigolf-app .screen-title {
	font-size: clamp(42px, 13vw, 50px) !important;
	font-weight: 900 !important;
	background: linear-gradient(to right, #8900fa, #e200ff, #ff0034);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: "Montserrat";
	margin-bottom: 50px;
}

.form-group {
	margin-bottom: 30px;
}

.form-group label {
	display: block;
	font-size: 16px;
	font-weight: 700;
	font-family: "montserrat";
	margin-bottom: 15px;
	color: white;
	position: relative;
}

.player-select-group {
	position: relative;
	margin-bottom: 20px;
	font-family: "montserrat";
}

.dropdown-trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 9px 21px;
	background: #000;
	color: #fff;
	border-radius: 12px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	border: 1px solid #67308b;
	transition: background 0.3s ease;
	position: relative;
}

.dropdown-trigger::before {
	content: "";
	background-image: url(../assets/images/drop-down-arrow.png);
	position: absolute;
	background-size: contain;
	right: 16px;
	background-repeat: no-repeat;
	height: 10px;
	bottom: 16px;
	width: 16px;
}

.dropdown-trigger:hover {
	border: 1px solid #9b00ff;
}

.dropdown-sheet {
	position: fixed;
	bottom: -100%;
	left: 0;
	display: none;
	width: 100%;
	padding: 0 8px;
	background: #000000ad;
	z-index: 1000;
	height: calc(var(--vh, 1vh) * 100);
	height: calc(var(--vh, 1dvh) * 100) !important;
	align-items: flex-end;
	opacity: 0;
	transition: opacity 0.3s ease;
}


.dropdown-sheet.active {
	opacity: 1;
	display: flex;
	bottom: 0;
}

.sheet-content {
	color: #fff;
	height: auto;
	display: none;
	width: 100%;
	background: #25003d;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow-y: auto;
	text-align: center;
	transition: 0.5s ease;
	bottom: -100%;
}

.dropdown-sheet.active .sheet-content {
	bottom: 0;
	display: block;
}

.sheet-content hr {
	margin: 0;
	background-color: #420d65;
	border: none;
	height: 1px;
}

.dropdown-sheet.active .sheet-title {
	font-size: 12px !important;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
	padding: 12px !important;
	margin-top: 0 !important;
	color: #9768b6 !important;
}
body.landscape .dropdown-sheet.active .sheet-title{
	font-size: 10px !important;
	padding: 10px !important;
}

.options-list {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
body.landscape .option-item{
	padding: 10px;
	font-size: 12px;
	line-height:12px;
}
.option-item {
	padding: 14px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	transition: background 0.2s;
}

.option-item:hover {
	color: #9b00ff;
	
}
body.landscape .close-sheet {
	font-size: 12px;
	margin: 8px auto;
	padding: 8px;
	line-height:12px;
}

.close-sheet {
	display: block;
	width: 95%;
	margin: 14px auto;
	padding: 14px 18px;
	background: #3a055d;
	color: #fff;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.25s ease;
}

.player-close-sheet-btn:hover,
.close-sheet:hover {
	background: #a05ed9;
}

.dropdown-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 900;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s ease;
}

.dropdown-overlay.active {
	opacity: 1;
	visibility: visible;
}

.player-names-form-group {
	display: none;
}

#game-screen {
	width: 100%;
	padding: 0px;
}

.player-input-group {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 11px;
}

.player-img {
	position: absolute;
	left: 19px;
	top: 12px;
}

.player-input {
	border: 1px solid #67308b !important;
	background-color: #000 !important;
	padding: 0px 40px 0px 55px !important;
	height: 44px !important;
	color: #fff !important;
	font-size: 16px !important;
	width: 100%;
	font-weight: 400 !important;
	border-radius: 8px !important;
	line-height: 17px !important;
	font-family: "montserrat" !important;
}

.player-input::placeholder {
	color: #929292 !important;
}

.player-input:focus {
	border-color: #9b00ff !important;
}

.edit-photo {
	font-family: "Font Awesome 6 Free" !important;
	cursor: pointer;
	color: #fff;
	margin-left: 10px;
	display: none;
}

i.input-edit-icon {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	font-family: "Font Awesome 6 Free" !important;
}

i.input-edit-icon:hover {
	color: #9b00ff;
}

.button-wrapper {
	width: 100%;
	bottom: 0;
}

#start-game-btn {
	display: none;
	width: 100%;
	background-color: #9b00ff;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	padding: 14px;
	border-radius: 8px;
	position: relative;
	border: none;
	cursor: pointer;
}

.scoreboard-header {
	display: flex;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	background: #000;
	min-width: 100%;
	width: min-content;
}

#wpadminbar~#boxed-wrapper .scoreboard-header::before {
	top: 117px;
}

.scoreboard-header::before {
	content: "";
	width: 54px;
	height: 45px;
	background: #040404;
	position: fixed;
	left: 0;
	top: 72px;
	z-index: 0;
	display:none !important;
}

.game-header.active {
	display: flex;
}

.game-header {
	display: none;
	justify-content: space-between;
	align-items: center;
	padding: 10px 14px;
}
body.landscape .menu-header,
body.landscape .game-header {
	padding: 5px 14px;
}
body.landscape .logo-small img {
    height: 40px;
}
body.landscape #back-to-game-btn,
body.landscape button#drinks-menu-btn {
	height: 34px;
	font-size: 12px;
	gap: 3px;
	padding: 8px;
}
#back-to-game-btn,
button#drinks-menu-btn {
	background-color: #9b00ff;
	box-shadow:0px 0px 20px #9b00ff;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	display: flex;
	height: 44px;
	align-items: center;
	gap: 5px;
	padding: 12px 8px;
	color: #fff;
	border: none;
	border-radius: 8px;
}

div#wpadminbar~#boxed-wrapper .scoreboard-container {
	max-height: calc(var(--vh, 1vh) * 100 - 400px);
	max-height: calc(var(--vh, 1dvh) * 100 - 400px) !important;
}
body.landscape div#wpadminbar~#boxed-wrapper .scoreboard-container {
	max-height: calc(var(--vh, 1vh) * 100 - 280px);
	max-height: calc(var(--vh, 1dvh) * 100 - 280px) !important;
}
body.landscape .scoreboard-container.numpad-hidden{
    min-height: calc(var(--vh, 1vh) * 100 - 50px);
	min-height: calc(var(--vh, 1dvh) * 100 - 50px) !important;
}
body.landscape .scoreboard-container {
    max-height: calc(var(--vh, 1vh) * 100 - 195px);
	max-height: calc(var(--vh, 1dvh) * 100 - 195px) !important;
}
.scoreboard-container {
	max-height: calc(var(--vh, 1vh) * 100 - 347px);
	max-height: calc(var(--vh, 1dvh) * 100 - 347px) !important;
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
	position: relative;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

div#wpadminbar~#boxed-wrapper .scoreboard-container.numpad-hidden {
	min-height: calc(var(--vh, 1vh) * 100 - 120px);
	min-height: calc(var(--vh, 1dvh) * 100 - 120px) !important;
}

.scoreboard-container.game_end {
	max-height: calc(var(--vh, 1vh) * 100 - 230px);	
	max-height: calc(var(--vh, 1dvh) * 100 - 230px) !important;
}

.scoreboard-container.numpad-hidden {
	min-height: calc(var(--vh, 1vh) * 100 - 75px);
	min-height: calc(var(--vh, 1dvh) * 100 - 75px) !important;
}

*::-webkit-scrollbar {
	display: none;
}

.player-headers {
	width: 100%;
}

.player-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 115px;
	border-left: 1px solid #25003d;
	background: linear-gradient(180deg,
			rgba(155, 0, 255, 0) 0%,
			rgba(155, 0, 255, 0.3) 128.59%);
	background: linear-gradient(360deg,
			rgba(155, 0, 255, 0) 0%,
			rgba(155, 0, 255, 0.3) 128.59%);
}
input.player-name {
    background-color: transparent !important;
    color: #fff !important;
    text-align: center;
	font-size: 12px !important;
	display: FLEX;
	width: 100% !important;
	justify-content: center;
	text-transform: capitalize;
}


body,landscape .player-name{
	font-size:10px;
}
body.landscape img.player-icon-img {
    height: 18px;
}


div#scoreboard-grid {
	display: grid;
	margin-bottom: 0;
}


.scoreboard-row {
	display: grid;
	position: relative;
}

.scoreboard-row.active {
	background: #25003d;
}

.scoreboard-row.active .hole-number-container {
	background: #25003d;
}

.scoreboard-row> :last-child {
	padding-right: 20px;
}

.scoreboard-row> :last-child img.verified-icon {
	right: 13px;
}

.score-cell-wrapper.confirm img.verified-icon {
	display: block;
}

img.verified-icon {
	display: none;
	position: absolute;
	right: 4px;
	top: 9px;
}

.hole-label {
	min-width: 54px;
	max-width: 54px;
	display: flex;
	justify-content: center;
	position: sticky;
	background: linear-gradient(180deg,
			rgba(155, 0, 255, 0) 0%,
			rgba(155, 0, 255, 0.3) 128.59%);
	background: linear-gradient(360deg,
			rgba(155, 0, 255, 0) 0%,
			rgba(155, 0, 255, 0.3) 128.59%);

	align-items: center;
	left: 0;
}

.hole-number-container {
	display: flex;
	z-index: 1;
	justify-content: center;
	align-items: center;
	position: sticky;
	left: 0;
	background-color: #000;
}

.hole-number {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	background-color: #25003d;
	border-radius: 50px;
	min-width: 34px;
	color: #595959;
	max-width: 34px;
	height: 34px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.scoreboard-row.active .hole-number-container .hole-number {
	background: #67308b;
	color: #fff;
}

.score-cell-wrapper.confirm .score-cell {
	background-color: #25003d !important;
}

input.score-cell.empty {
	border-color: #c32727 !important;
}

.score-cell-wrapper.confirm .score-cell::placeholder,
input.score-cell::placeholder {
	color: #fff;
}
body.landscape input.score-cell{
	height:30px !important;
}

input.score-cell {
	min-width: 94px;
	height: 34px !important;
	border: 1px solid #4c1570 !important;
	background-color: transparent !important;
	text-align: center;
	border-radius: 8px !important;
	color: #fff !important;
	width:100%;
}

input.score-cell::-webkit-outer-spin-button,
input.score-cell::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.score-cell.active,
input.score-cell:hover,
input.score-cell:focus {
	border: 1px solid #9b00ff !important;
}

body.landscape .score-cell-wrapper{
	padding:8px;
}

.score-cell-wrapper {
	padding: 10px;
	border-left: 1px solid #25003d;
	position: relative;
}

.scoreboard-footer-wrapper {
	position: sticky;
	bottom: auto;
	left: 0;
	z-index: 2;
	width: 100%;
	left: 0;
	display: none;
	padding: 0 8px;
}

.scoreboard-container.numpad-hidden .scoreboard-footer-wrapper {
	position: sticky;
	bottom: 0;
	left: 0;

}

.scoreboard-footer-wrapper[style*="display:block"] .scroll-down {
	display: none;
}

.scroll-down {
	position: fixed;
	display: none;
	bottom: 0;
	z-index: 1;
	background: #00000099;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	justify-content: center;
}
body.landscape .scroll-down img{
	height:36px
}
body.landscape .scroll-right p,
body.landscape .scroll-down p {
	font-size:10px;
}

.scroll-right p,
.scroll-down p {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	margin: 0 !important;
	text-align: center;
}

.scroll-right {
	background: #4c1570;
	position: fixed;
	display: none;
	right: 0;
	top: 50%;
	padding: 6px 14px 14px;
	border-radius: 12px 0 0 12px;
}

.scoreboard-footer {
	display: flex;
	width: 100%;
	background-color: #25003d;
	padding: 10px 10px 16px 10px;
	border-radius: 20px 20px 0 0;
}

.total-label {
	min-width: 54px;
	display: flex;
	align-items: flex-end;
	font-size: 14px;
	font-weight: 800;
	line-height: 32px;
}

div#total-scores {
	width: 100%;
}

.total-score .score-value.leading {
	background-color: #67308b;
}

span.player-score-value,
.total-score .score-value {
	border: 1px solid #67308b;
}

.total-score {
	text-align: center;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
}

span.score-value.leading+img.leading-img {
	display: block;
}

img.leading-img {
	position: absolute;
	top: 23px;
	right: -1px;
	display: none;
}

span.player-score-value,
span.score-value {
	width: 100%;
	border: 1px solid #67308b;
	border-radius: 8px;
	height: 34px;
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 32px;
	justify-content: center;
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	height: calc(var(--vh, 1dvh) * 100) !important; 
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	z-index: 100;
}

.modal-overlay.active {
	display: flex;
}

.modal-content {
	background-color: #000 !important;
	background: url(../assets/images/fireworks.png);
	background-repeat: no-repeat;
	background-position: center 80px;
	background-attachment: local;
	padding: 34px 27px;
	width: 100%;
	overflow: auto;
	padding-bottom: 150px;
	border-radius: 12px;
	text-align: center;
	width: 95%;
	height: calc(var(--vh, 1vh) * 95);
	display: flex;
	flex-direction: column;
	align-items: center;
}

div#wpadminbar~#boxed-wrapper .modal-content {
	height: calc(var(--vh, 1vh) * 95 - 50px);
	height: calc(var(--vh, 1dvh) * 95 - 50px) !important;
}

.modal-content-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto 0;
	padding-bottom: 100px;
}

.modal-content span.close-winner {
	position: absolute;
	right: 20px;
	top: 24px;
	height: 14px;
	width: 14px;
}

span.close-email-screen{
    position: absolute;
    right: 20px;
    top: 24px;
    height: 14px;
    width: 14px;
}

span.close-hof-screen{
    position: absolute;
    right: 20px;
    top: 24px;
    height: 14px;
    width: 14px;
}

.modal-content .modal-logo {
	margin-bottom: 40px;
}

.modal-content .win-heading,
.modal-content .winner-name {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	line-height: 50px;
}

.modal-content .winner-score {
	font-size: 72px;
	line-height: 120px;
	font-weight: 700;
	background: linear-gradient(80.59deg,
			#8900fa 7.06%,
			#e200ff 49.36%,
			#ff0034 93.4%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.winner-info {
	border: 1px solid #67308b;
	width: fit-content;
	padding: 10px 30px;
	border-radius: 50px;
	display: flex;
	margin-bottom: 50px;
}

.winner-date {
	width: fit-content;
	margin-left: 8px;
}

.hall-of-frame-msg,
.send-score-msg {
	font-size: 16px;
	font-weight: 700;
	min-height: 79px;
	display: flex;
	align-items: center;
}

.hall-of-frame-msg,
.send-score-msg {
	margin-bottom: 0;
}

#hall-of-fame-btn[style*="display: none"]+#email-scores-btn {
	background-color: #9b00ff;
}

.error-msg {
	position: relative;
	top: 5px;
	color: red;
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0 8px;
	letter-spacing: 0.3px;
	line-height: 18px;
	display: none;
}
button.thank-scores-btn {
    max-width: 400px;
}
.thank-scores-btn,
button#reset-game-btn,
button#send-scores-btn,
button#submit-hof-btn,
#hall-of-fame-btn {
	background-color: #9b00ff;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 14px;
	border-radius: 8px;
	width: 100%;
	margin-bottom: 28px;
}

button#cancel-reset-btn,
#email-scores-btn {
	background-color: #25003d;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 14px;
	width: 100%;
	display: flex;
	border-radius: 8px;
	align-items: center;
	justify-content: center;

}

#email-scores-btn img {
	margin-right: 8px;
}


.results-actions {
	width: 100%;
}

/* Offcanvas */
div#final-results-offcanvas {
	position: fixed;
	bottom: -500%;
	left: 0;
	display: none;
	width: 100%;
	padding: 0 8px;
	height: 100dvh !important;
	height: 100vh;
	background: #000000b2;
	border-top-left-radius: 20px;
	align-items: flex-end;
	z-index: 200;
	opacity: 0;
	transition: opacity 0.3s ease;
}

div#final-results-offcanvas.show {
	display: flex;
	bottom: 0;
	opacity: 1;
}

div#final-results-offcanvas .winner-result-wrapper {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 30px 16px;
	transition: bottom 0.5s ease-in-out;
	background: #25003d;
	position: relative;
}

.offcanvas.show {
	bottom: 0;
}

.offcanvas-header {
	display: flex;
	justify-content: center;
	align-items: center;
}

button.close-offcanvas {
	background-color: transparent;
	border: none;
	position: absolute;
	top: 21px;
	right: 17px;
}

.offcanvas-header h3 {
	font-size: 35px !important;
	font-weight: 700 !important;
	line-height: 38px !important;
	color: #fff !important;
	margin-top: 0;
	margin-bottom: 22px;
}

.offcanvas-body {
	/* padding:15px; */
	overflow-y: auto;
	max-height: calc(100% - 50px);
}

.ranking-item.winner {
	background-color: #4c1570;
	margin: 0;
	padding: 15px 21px;
	border-radius: 20px;
	border: none;
	margin-bottom: 5px;
}

.ranking-item.winner .ranking-position {
	background-color: #ff008a;
}

.ranking-item {
	display: flex;
	align-items: center;
	margin: 14px 20px;
	margin-bottom: 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #4c1570;
}

.ranking-position {
	font-size: 24px;
	font-weight: 700;
	height: 34px;
	width: 34px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	border-bottom: 1px solid #4c1570;
	background-color: #67308b;
}

.ranking-name {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
}

.ranking-item.winner img.ranking-trophy {
	display: block;
}

img.ranking-trophy {
	margin-left: auto;
	display: none;
}

.ranking-item.winner .ranking-score {
	margin-left: 7px
}

.ranking-score {
	font-size: 22px;
	font-weight: 700;
	margin-left: auto;
}

div#final-results {
	position: fixed;
	bottom: -100%;
	z-index: 150;
	width: 100%;
	padding: 0 8px;
	display: none;
}

div#final-results.show {
	bottom: 0;
	display: block
}

.result-wrapper {
	width: 100%;
	padding: 20px 16px;
	background-color: #25003d;
	position: relative;
	border-radius: 20px 20px 0 0;
}

.final-score-header h2 {
	font-size: 35px !important;
	font-weight: 700 !important;
	line-height: 38px !important;
	color: #fff !important;
	text-align: center;
	margin-bottom: 15px;
}

img.open-modal-btn {
	position: absolute;
	right: 17px;
	top: 24px;
}

.result-total {
	display: flex;
}

.final-results-wrapper .result-total h4 {
	font-size: 14px !important;
	line-height: 32px !important;
	font-weight: 800 !important;
	color: #fff !important;
	margin: 0 !important;
	margin-right: 10px !important;
	display: flex;
	align-items: flex-end;
}

.final-results-wrapper {
	display: flex;
}

.player-score-block {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

div#hall-of-fame-screen {
	z-index: 150;
	background: #000;
	padding: 30px;
	height: calc(var(--vh, 1vh) * 100);
	height: calc(var(--vh, 1dvh) * 100) !important;
	overflow: auto;
}

.photo-placeholder {
	height: 100%;
	width:100%;
	display: flex;
	justify-content: center;
}

.photo-upload {
	height: 128px;
	width: 128px;
	border-radius: 100px;
	display: flex;
	background: #4c1570;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

span#photo-icon {
	display: flex;
	justify-content: center;
}

span#photo-icon img {
	width: 44px;
}

div#hall-of-fame-screen select#hof-country {
	width: 100%;
	background: transparent;
	border: 1px solid #9b00ff;
	appearance: none;
	padding: 13px 21px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	color: #fff;
	height: 44px;
	line-height: 17px;
}

div#hall-of-fame-screen select#hof-country option {
	background: #4c1570;
	padding: 10px;
}

div#hall-of-fame-screen .form-group:has(select#hof-country) {
	position: relative;
}

div#hall-of-fame-screen .form-group .input-field[readonly] {
	background-color: #4c1570;
}

div#hall-of-fame-screen .form-group:has(select#hof-country)::before {
	content: "";
	background-image: url(../assets/images/drop-down-arrow.png);
	position: absolute;
	background-size: contain;
	right: 16px;
	background-repeat: no-repeat;
	height: 10px;
	top: 60px;
	width: 16px;
}

input#staff-code::placeholder,
div#email-screen .form-group .input-field::placeholder,
div#hall-of-fame-screen .input-field::placeholder {
	color: #fff;
}


input#staff-code,
div#email-screen .form-group .input-field,
div#hall-of-fame-screen .input-field {
	background: transparent;
	border: 1px solid #9b00ff;
	padding: 13px 21px;
	font-size: 16px;
	font-weight: 400;
	line-height: 17px;
	border-radius: 8px;
	color: #fff;
	height: 44px;
}

div#hall-of-fame-screen .input-field::placeholder {
	color: #fff;
}

div#confirmation-screen {
	opacity: 0;
	display: none;
	transition: opacity 0.5s ease;
}

div#confirmation-screen.active {
	position: relative;
	opacity: 1;
	z-index: 150;
	height: calc(var(--vh, 1vh) * 100);
	height: calc(var(--vh, 1dvh) * 100) !important;
	display: flex;
	align-items:center;
	justify-content:center;
	background-color: #000;
}

div#wpadminbar~#boxed-wrapper .hof-success-message {
	height: calc(var(--vh, 1vh) * 95 - 50px);
	height: calc(var(--vh, 1dvh) * 95 - 50px) !important;
}

.hof-success-message {
	overflow: auto;
	display: flex;
	height: calc(var(--vh) * 90);
	flex-direction: column;
	align-items: center;
	padding: 30px;
	text-align: center;
}

.success-icon {
	width: 129px;
	margin-bottom: 40px;
}

.deal-offer {
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #fff;
	padding: 20px 18px;
	border-radius: 8px;
	filter: drop-shadow(0px 0px 30px #ac97ba);
}

.deal-heading {
	font-size: clamp(42px, 13vw, 50px) !important;
	font-weight: 900 !important;
	line-height: 50px;
	background: linear-gradient(to right, #8900fa, #e200ff, #ff0034);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: "Montserrat";
	margin-bottom: 40px;
}

.hof-success-message p {
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px;
	margin-bottom: 40px;
}

.want-more-fun-btn {
	background: #f3ebff;
	font-size: 22px;
	color:#000;
	font-weight: 700;
	line-height: 33px;
	border: none;
	padding: 10px 32px;
	border-radius: 12px 12px 0 12px;
	margin-bottom: 20px;
}

h2.deal-off {
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 38px !important;
	background: linear-gradient(to right, #8900fa, #e200ff, #ff0034);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: "Montserrat";
}

.deal-offer p {
	font-size: 16px;
	font-weight: 700;
	padding: 0 20px;
	color: #000;
}

.email-screen-wrapper {
	margin: auto 0;
}

div#email-screen.active {
	z-index: 150;
	background: #000;
	height: calc(var(--vh, 1vh) * 100);
	min-height: 100vh;
	overflow: auto;
	padding: 30px;
}

div#staff-modal {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.5s ease;
	display: none;
}

div#staff-modal.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	position: fixed;
	top: 0;
	display: flex;
	height: calc(var(--vh, 1vh) * 100);
	height: 100dvh !important;
	width: 100%;
	background: #000000b5;
	z-index: 300;
	justify-content: center;
	align-items: center;
}

div#wpadminbar~#boxed-wrapper .staff-modal-wrapper {
	height: calc(var(--vh, 1vh) * 95 - 50px);
	height: calc(var(--vh, 1dvh) * 95 - 50px) !important;
}
body.landscape .staff-modal-wrapper{
	height: calc(var(--vh, 1vh) * 90);
	height: calc(var(--vh, 1dvh) * 90) !important;
}
.staff-modal-wrapper {
	height: calc(var(--vh, 1vh) * 100 - 95px);
	height: 90dvh;
	padding: 15px;
	width: 90%;
	background: #000;
	position: relative;
	border: 1px solid #9b00ff;
	filter: drop-shadow(0px 0px 30px #ac97ba);
	border-radius: 8px;
	overflow: auto;
}

.close-staff-modal {
	position: absolute;
	right: 15px;
	top: 15px;
}

div#drinks-menu-screen {
	height: calc(var(--vh, 1vh) * 100);
	height: calc(var(--vh, 1dvh) * 100) !important;
	background-color: #000;
	z-index: 280;
	padding: 0 10px 0;
	text-align: center;
}

.menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px;
	width: 100%;
	top: 0;
	left: 0;
}
body.landscape div#drinks-menu-screen h1 {
    font-size: clamp(40px, 13vw, 36px) !important;
    line-height: 38px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
body.landscape p.menu-subtitle{
	font-size:14px;
	margin-bottom:10px;
}
div#drinks-menu-screen h1 {
	font-size: clamp(42px, 13vw, 50px) !important;
	font-weight: 900 !important;
	line-height: 50px !important;
	background: linear-gradient(to right, #8900fa, #e200ff, #ff0034);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: "Montserrat";
	margin-bottom: 20px;
	margin-top: 20px;
}

p.menu-subtitle {
	max-width: 290px;
	display: flex;
	justify-self: center;
	font-size: 16px;
	font-weight: 700;
	align-self: center;
}

.drinks-menu {
	margin: 0 -10px;
	overflow: auto;
}

.drink-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 27px;
	margin-bottom: 2px;
	background: #181818;
	border-top: 1px solid #ffffff1f;
}

.drink-name {
	text-align: left;
}

.drink-price {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
}

img.uae-flag {
	margin-right: 5px;
}

img.currency.Img {
	width: 14px;
	height: 12px;
	margin-right: 8px;
}

.numpad {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 8px;
	z-index: 5;
	text-align: center;
}
body.landscape .numpad button img {
    height: 12px;
}
body.landscape .numpad button {
    height: 35px;
    font-size: 12px;
}
body.landscape .numpad-btn-wrapper{
	row-gap: 10px;
	column-gap: 10px;
	padding: 10px 12px 12px;
}
.numpad-btn-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 16.17px;
	row-gap: 12px;
	padding: 12px;
	border-radius: 20px 20px 0 0;
	background: #25003d;
}

.numpad button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	line-height: 32px;
	color: #ffffff;
	background: #3f0962;
	border-radius: 8px;
	height: 76px;
	border: none;
	transition: 0.2s all;
	cursor: pointer;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 500;
}

.numpad button.numpad-next-btn {
	background: #9B00FF;

}

.numpad button:hover {
	background-color: #67308B;
}

.loader {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-top: 2px solid transparent;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
	vertical-align: middle;
	margin-left: 5px;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

.twoForOne-btn,
.want-more-fun-popup-btn {
	display: none;
}

#winner-modal.modal-overlay {
	position:absolute;
	width:100%;
	background:#000000;
	height: calc(var(--vh, 1vh) * 100 - 145px);
	height: calc(var(--vh, 1dvh) * 100 - 145px) !important;
	padding: 20px;
}
#winner-modal.modal-overlay .modal-content {
	padding: 0px;
	height:fit-content !important;
	border: 1px solid #9B00FF;
	box-shadow: 0px 0px 30px 0px #AC97BA;;
	height: 100% !important;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 28px;
}
#winner-modal.modal-overlay .modal-content .modal-content-wrapper {
	padding: 0px;
	margin:0px;
}


