

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:active{
    outline: none;
    border: none;
}
button:focus {
    outline: none;
    border: none;
}

.btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    background-image: url('./../wrapper/assets/image/kiosk/lobby/btn_back_home.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.btn-modal {
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
    color: #02010e;
    background-color: #fbe892;
    border: 1px solid #02010e !important;
    border-radius: 3px;
	background: -moz-linear-gradient(180deg, rgba(251,232,146,1) 0%, rgba(232,197,105,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(251,232,146,1) 0%, rgba(232,197,105,1) 100%);
	background: linear-gradient(180deg, rgba(251,232,146,1) 0%, rgba(232,197,105,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbe892",endColorstr="#e8c569",GradientType=1);
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

dialog {
	display: block;
}

.modal-open {
	overflow: hidden;
}

.modal, .modalChangeGame {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10002;
	overflow: hidden;
	outline: 0;
	display: none;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	top: 55%;
	width: 60%;
	margin: 0.5rem 20%;
	pointer-events: none;
	font-size: 1em;
	background-image: url('../assets/images/dialog.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.withoutBackground{
	background-image: none !important;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
}

.modal-content-background {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 20px !important;
    pointer-events: auto;
    -webkit-box-shadow: 0 0 6px #000000;
	-moz-box-shadow: 0 0 6px #000000;
	box-shadow: 0 0 6px #000000;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10002;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5em;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem 1rem -1rem auto;
}

.modal-title {
	font-family: 'Nunito-Bold';
	font-size: 1.5em;
	text-transform: lowercase;
    margin: 0.3em 0 0 0.5em;
    color: #ffffff;
    line-height: 1.5;
    text-transform: capitalize;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.modal-body {
    margin: 0px 4px 4px 10px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5em;
    min-height: 6em;
    color: #ffffff;
	font-family: 'Nunito-Regular';
	text-transform: lowercase;
    font-size: 1.2em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.modal-body:first-letter{
	text-transform: uppercase;
}
.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (max-width: 576px) {
	.modal-dialog {
		margin: 1.75rem auto;
	}
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
	.modal-sm {
		max-width: 300px;
	}
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}
