@media ( min-width: 1200px) {}

@media ( min-width: 992px) {}

@media ( min-width: 769px) {}

@media ( max-width: 768px) {}


@font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v12-latin-regular.woff2') format('woff2'); 
}

@font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v12-latin-700.woff2') format('woff2'); 
}
tr {
  border-bottom: 1px solid #ddd;
}
div{
    position: relative;
}

body{
    background: rgb(248,249,250);
    font-family: 'Inter', sans-serif;
}

#register_email_adress, #login_email_adress {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
  
#register_password, #login_password{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
table.table tr td{
  font-size: small;
	padding: 4px;
}

.form-floating:focus-within {
    z-index: 2;
}

.maincol{
    max-width: 480px;
}

.nav-link:hover{
background: rgba(255,255,255,0.3);
}

.dingsbums{
	color: #FCD309;
	font-weight: bold;
}
.gamecard{
    background: #161211;
	border-radius: 20px;
	box-shadow: 4px 4px 10px 10px rgba(0, 0, 0, 0.2);
}
.gamecard-leftcol{
	background: #FCD309;
	font-weight: bold;
	text-align: center;
	border-radius: 20px 0 0 20px;
	margin: -1px  0 0 -1px;
	flex-direction: column;
	justify-content: space-evenly;
}
.gamecard-leftcol mark{
	background-color: #161211;
	color: #FCD309;
	padding: 5px;
}
.gamecard-main{
    color: #FAFDF9;
	padding: 10px 10px;
}
.gamecard-main p{
	margin: 20px 8px 25px 10px;
}
.gamecard-main .up{
	margin-top: -30px;
}
.main{
	padding: 20px;
	margin-bottom: 200px;
}
.answers{

}
.custom-select{
	position: relative;
	width: 100%;
	border: none;
	overflow: hidden;
	background: none;
}
.btn-answer{
	text-align: center;
	padding: 10px;
	margin: 8px;
	border-radius: 8px;
	background: #E2E3E4;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
.btn-answer:hover{
	background: #ffdf54;
}

.radio-buttons input[type="radio"] {
	visibility: hidden;
}

.radio-buttons label {
	border: 3px solid #e2e3e4;
	border-radius: 4px;
	padding: 0.5em;
	margin: 5px;
	background: #fff;
	transition: padding 0.2s;
}

.radio-buttons input:checked + label {
	background: #fcde58;
	color: #996d00;
	box-shadow: none;
	font-weight: bold;
	padding: 0.7em;

}

input:hover + label,
input:focus + label {
	background: #fff6e8;
	padding: 0.7em;
	
}

.together {
	position: relative;
}

.together input {
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}

.together label {
	margin: 0.5em 0;
	border-radius: 0;
}

.together label:first-of-type {
	border-radius: 0.5em 0 0 0.5em;
}

.together label:last-of-type {
	border-radius: 0 0.5em 0.5em 0;
}


