/** BOOTSTRAP **/

h1,
h2,
h3 {
	margin-top: 10px;
}

h4 {
	font-size: 20px;
}

.alert-warning {
	color: #333;
}

.form-control {
	font-size: 16px;
}

.form-control:focus {
	border-color: inherit;
	box-shadow: inherit;
}

.container-centered {
	height: calc(100vh - 120px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow-y: auto;
}

/** SWAL2 POPUP **/

.swal2-popup {
	font-weight: 300;
	/* letter-spacing: 1.1px; */
	letter-spacing: 0.5px;
	width: fit-content !important;
	min-width: 32em;
}

@media (min-width: 600px) {
	.swal2-popup {
		padding: 20px !important;
	}
}

.swal2-popup #swal2-title {
	font-weight: 300;
	/* font-size: 22px; */
	font-size: 30px;
}
.swal2-popup #swal2-content {
	/* font-size: 14px; */
	font-size: 18px;
	max-width: 420px;
}
.swal2-popup .swal2-footer {
	/* font-size: 14px !important; */
	font-size: 18px !important;
}
.swal2-popup .swal2-actions {
	flex-direction: column;
}

.swal2-popup h4 {
	font-weight: 300;
	/* font-size: 16px; */
	margin-bottom: 6px;
	margin-top: 10px;
	/* margin-top: 2px; */
}
.swal2-popup label {
	/* font-size: 12px; */
	color: #333;
	font-weight: bold;
}

.swal2-close {
	z-index: 2;
}

.swal2-actions button {
	min-width: 150px;
	font-size: 14px !important;
	letter-spacing: 1px;
}

/* Button confirm (.swal2-confirm to custom class) */
.swal2-popup .btn-confirm-popup.swal2-styled {
	width: 250px;
	height: 50px;
	box-shadow: 0 0 2px 2px #777;
	transition: 0.2s ease;
}

/* Disable the auto-focus style */
.swal2-popup .swal2-confirm.swal2-styled:focus {
	box-shadow: 0 0 2px 2px #777;
}

.swal2-popup .swal2-confirm.swal2-styled:active {
	box-shadow: 0 0 0 0 #777;
}

#gameSize select {
	font-weight: bold;
	display: inline-block;
	max-width: 110px;
	text-align: center;
}

.popup-params {
	max-width: 320px;
	display: inline-block;
}
