@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.pi-container {
    width: 800px;
    height: 480px;
    margin: 0px auto;
    border: 1px solid black;
    position: relative;
}
body,html {
    font-family: 'Ubuntu', sans-serif;
    background: #636e72 !important;
}
.pi-header {
    background: #691b33;
    /* padding: 10px; */
    height: 60px;
    color: #fff;
    font-size: 24pt;
    border-bottom: 1px solid #000;
}
.pi-body {
    padding: 5px;
    background: #fff;
    height: 418px;
}
.pi-header img {
    filter: brightness(100.0) drop-shadow(2px 2px 0px #000);
}
.pull-right {
    float: right;
    line-height: 55px;
    padding-right: 10px;
	text-shadow: 2px 2px 0px #000;
}
.panel-section {
    text-align: center;
    display: none;
}
.selection-button {
    padding: 10px;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 5px 5px 0px gray;
    font-size: 32pt;
}
.question-container {
    font-size: 24pt;
    display: none;
}
.question-container input {
    font-size: 20pt;
    padding: 10px;
}
.btn-boomers {
    padding: 15px 50px;
    font-size: 16pt;
}
.input-overlay {
    width: 100%;
    height: auto;
    margin: 0px auto;
    border: 1px solid black;
    position: absolute;
    top: 244px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.covid-danger {
	width: 100%;
	height: auto;
	margin: 0px auto;
	border: 1px solid black;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	padding-top: 50px;
	right: 0px;
	text-align: center;
	background: rgba(255, 0, 0, 0.9);
	color: #fff;
	display: none;
}
.covid-danger h3 {
	font-size: 42pt;
	text-shadow: 3px 3px 0px #000;
}

.input-overlay .btn-boomers {
    padding: 10px 20px;
    width: 99%;
    font-size: 16pt;
    margin: 2px;
}
.counter {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.btn-toggle {
    font-size: 28pt !important;
    filter: brightness(0.7);
}
.btn-toggle[optiontype="bad"] {
    background: red !important;
}
.btn-toggle[optiontype="good"] {
    background: green !important;
}
.btn-toggle.active {
    filter: brightness(1.0) !important;
}