.primaryIframe {
	display: block;
	width: 100%;
	*width: 100%;
	min-width: 100%;
	height: 50%;
	*height: 50%;
	background-color: #292526;
}

.secondaryIframe {
	display: block;
	width: 100%;
	*width: 100%;
	min-width: 100%;
	height: 46%;
	*height: 46%;
	margin-top: 46px;
	background-color: #292526;
}

.kioskNoTouchIframe {
	height: 47%;
	*height: 47%;
	margin-top: 0px;
}

/*** TOP BAR ***/
.baseBtn{
	background-image: url('../assets/images/kiosk/topBar/back_btn.png');
	background-size: 100% 100%;
	object-fit: contain;
	background-repeat: no-repeat;
	padding: 0 10px !important;
	transition: all 2s ease !important;
}
.btnBalance{
	margin-left: 0.3%;
	background-image: url('../assets/images/kiosk/topBar/back_btn_balance.png');
	background-size: 100% 100%;
	object-fit: contain;
	transition: all 2s ease !important;
	min-height: 2.3vh !important;
}
.btnAutoPlay{
	background-image: url('../assets/images/kiosk/topBar/back_btn_autoPlay.png');
	background-size: 100% 100%;
	object-fit: contain;
	background-repeat: no-repeat;
	padding: 0 10px !important;
	transition: all 2s ease !important;
}
.btnAutoPlayKioskNoTouch {
	background-image: url('../assets/images/kiosk/topBar/back_btn_autoPlay.png');
	background-size: 100% 100%;
	background-color: #292526 !important;
	object-fit: contain;
	background-repeat: no-repeat;
	padding: 0 10px !important;
	transition: all 2s ease !important;
	width: fit-content;
	min-width: fit-content !important;
	height: 90% !important;
}
.btnAutoPlayKioskNoTouch > span {
	height: 100%;
}
.iconBase{
	background-size: contain;
	background-repeat: no-repeat;
	object-fit: contain;
	margin-left: -4%;
	margin-right: 5px;
}
.iconChange{
	background-image: url('../assets/images/kiosk/topBar/icon_change.png');
}
.iconClose{
	background-image: url('../assets/images/kiosk/topBar/icon_close.png');
}
.iconCash{
	background-image: url('../assets/images/kiosk/topBar/icon_cash.png');
	margin-left: -1%;
}
.iconAutoPlay{
	background-image: url('../assets/images/kiosk/topBar/icon_autoPlay.png');
	margin-left: -1%;
}
.iconKioskNoTouch {
	background-image: url('../assets/images/kiosk/topBar/icon_autoPlay.png');
	width: 2vmin !important;
	height: 2vmin !important;
	min-width: 2vmin !important;
	margin: auto 2px auto -3px;
}

#topBarGame header{
    top: 50%;
	height: 46px !important;
}

#topBarGame{
	top: 50% !important;
	height: 46px !important;
	background-color: #292526;
}

.v-toolbar__content{
	height: 46px !important;
}
/*** END TOP BAR ***/

.emulatorModeLayer{
	bottom: 0px;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	max-height: 10% !important;
	margin: 0px !important;
	padding: 0px !important;
	justify-content: center;
	overflow: hidden;
	display: flex;
	position: absolute;
	z-index: 99999;
}

#terminalInfoLayer {
	position: absolute;
	z-index: 999;
	bottom: 0px;
	width: 100%;
	max-width: 100%;
	height: 3%;
	max-height: 3%;
	background-color: #292526;
	border-color:#292526;
	color: white;
	margin: 0px;
	padding: 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.terminalContentSection {
	width: 33.3%;
	max-width: 33.3%;
	height: 100%;
	max-height: 100%;
	min-height: fit-content;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.terminalContentSection p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#logo {
	width: auto;
	max-width: 30%;
	min-height: 100%;
	background-color: white;
	margin-right: 2%;
}

@keyframes marqueeAnimation {
	from {left: 100%;}
	to {left: -600%;}
}

#marquee {
	width: 100%;
	height: 100%;
	font-size: 1.5vmin;
	overflow: hidden;
}

#marqueeDisplay {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 50%;
	height: 100%;
	white-space: nowrap;
	animation-name: marqueeAnimation;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

#autoplay {
	display: flex;
	justify-content: center;
 }

 #terminalAndTime {
	display: flex;
	justify-content:space-between;
	font-size: 1.5vmin;
}

.subcard {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 5px;
}

.subcard .top-row {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.subcard .bottom-row {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#popup-message {
	font-size: large;
	background-color: #404040;
	padding: 1% 3%;
}

#popup-message
#message-title {
	font-size: large;
	font-weight: 500;
	padding-bottom: 5px;
}

#popup-message
#message-body {
	font-size: small;
	padding-bottom: 5px;
}

.card-info-section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 1% 2%;
}


/* BIG PAYOUT POPUP */


.bigPayoutPopup {
	margin-top: -6% !important;
}

.bigPayoutTitle {
	padding: 10px 20px !important;
}

.bigPayoutTitle p {
	margin-bottom: 10px;
}

.bigPayoutTextDiv #message-title{
	font-size: 1.2vw !important;
}

.bigPayoutTextDiv #message-body{
	font-size: 1.1vw !important;
}

.bigPayoutQRDiv {
    display: flex;
    padding: 0.5vw;
}

.bigPayoutIconDiv {
    display:flex;
    justify-content:space-between;
    border-bottom: 0.2vw solid #303030;
    border-top: 0.2vw solid #303030;
    padding-bottom: 0.5vw;
    padding-top: 0.5vw;
    margin-bottom: 0.5vw;
    text-align: center;
}
.bigPayoutIconDiv span {
    font-size: 1.2vw;
}
.bigPayoutIconDiv img {
    display: block;
    margin: auto;
    max-width: 35%;
    max-height: 60%;
}
.bigPayoutImgSpan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-height: 70%;
}

.bigPayoutQRImg {
    max-width: 24%;
    max-height: 24%;
    margin-right: 1vw
}

#prize-info {
	padding-bottom: 0.5vw;
	font-size: 1vw;
}

#prize-info-prize {
	font-weight: bold;
	background-color: #c9208e;
}

#prize-info-tax {
	font-weight: bold;
	background-color: #e68b3a;
}

#prize-info-total {
	color: #023F39;
	font-weight: bold;
	background-color: #20bcad;
}

#popup-extra-data #wallet,
#popup-extra-data #date,
#popup-extra-data #time,
#popup-extra-data #terminal_alias,
#popup-extra-data #terminal_name {
    font-size: 1vw;
    margin: 0;
    padding: 0.7vw;
}

.ellipsis-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 70%;
}


/* END BIG PAYOUT POPUP */


.grey-division {
	display:block;
	height: 2px;
	background-color: #303030;
}

#popup-extra-data {
	background-color: #404040;
	padding: 1% 3% 3% 3%;
}

#popup-extra-data .extra-data {
	margin: 1% 0%;
	padding: 1% 2%;
	background-color: #303030;
}