body{
background-color: #f8f9fa;
}
.row-cols-sm-2 > * {
  width: 100% !important;
}
@media (min-width: 768px){
.d-md-block {
  display: grid !important;
}
}
.container {
	margin: 50px auto 50px auto;
//	position: fixed;
	--bs-gutter-x: 0rem;
	right: 0;
	left: 0;
	height: 100%;
	background-color: #fff;
}
.navbar-toggler{
margin-right: 10px;;
}
.top-section {
	position: fixed;
	height: 220px;
	z-index: 999;
	top: 50px;
	display: inline-grid;
	text-align: center;
	margin-top: 2px !important;
	max-width: 420px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 98%;
	box-shadow: 0px 0px 0px 2px #939393;
	border-radius: 5px 5px 0px 0px;
}
.scroll-section {
	position: absolute;
	top: 272px !important;
	padding-bottom: 10px;
	max-width: 420px;
	overflow-y: auto;
	padding-top: 0px;
	height: calc(100% - 385px);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 99%;
}
.antiClick {
	width: 100%;
	height: 222px;
	position: fixed;
	z-index: 9999;
	cursor: not-allowed;
	top: 50px;
}
.card-img {
	height: 220px;
	border-radius: 5px 5px 0px 0px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.card-body {
	min-height: 70px;
	padding: 2px 2px 20px 2px;
	box-shadow: 0px 0px 3px 1px #939393;
	width: 99%;
	margin: 0 auto;
    background-color: #fff;
}
.list-group-item {
	padding: 10px;
	border-radius: 5px;
    margin: 5px 2px;
}
.list-group-item:first-child{
border-radius: 5px;
overflow: hidden;
text-overflow: ellipsis;
padding-top: 5px;
}
.card-text{
font-weight: bold;
line-height: 25px;
margin: 0px auto 5px auto;
}
.list-group {
	margin: 5px auto 15px auto;
	width: 100% !important;
	display: inline-block !important;
	right: 0;
	left: 0;
	position: relative;
	padding: 5px 5px;
	box-shadow: 0px 0px 3px 0px #000;
}
.px-1 {
	padding-left: unset !important;
	padding-right: unset !important;
}
.g-3, .gy-3 {
	--bs-gutter-y: unset;
    padding-bottom: 80px;
}
.g-3, .gx-3 {
  --bs-gutter-x: .5rem;
}
.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable .list-group-item {
  cursor: pointer;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-light);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-blue);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}
.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}
.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-light);
}

.list-group-radio .form-check-input:checked + .list-group-item {
  background-color: var(--bs-body);
  border-color: var(--bs-blue);
  box-shadow: 0 0 0 2px var(--bs-blue);
}
.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.disabled {
	cursor: not-allowed;
	background-color: #cfcfcf !important;
//	border: unset;
//	box-shadow: inset 0px 0px 3px 0px #000;
}
.d-grid{
cursor: pointer;
max-width: 400px;
margin: 5px auto;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
padding-left: unset !important;
padding-right: unset !important;
}
.card{
box-shadow: 0px 0px 1px 0px #000 !important;
}
#player{
background-image: url('../../images/loader.gif');
background-size: 200px;
background-position: center;
background-repeat: no-repeat;
background-color: #fff;
}
.answers-count {
	padding-top: 2px;
	padding-bottom: 2px;
}
.fixed-alert, .fixed-result {
	position: fixed;
	height: 97%;
	width: 95%;
    min-width: 300px !important;
	z-index: 99999;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: 1.5%;
	box-shadow: 0px 0px 5px 1000px #000000b0 !important;
	text-align: center;
	max-width: 400px;
    display: none;
}
.timerStrap {
	width: 99%;
	background-color: #fff;
	display: inline-block;
	height: 35px;
	position: relative;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: -18px;
	z-index: 2;
	border-bottom: 3px #939393 double;
	border-radius: 50%;
}
.timer {
	width: 70px;
	height: 70px;
	top: -60px;
	background-color: #fff;
	border-radius: 50%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../../images/loader.gif');
	z-index: 4;
	position: relative;
	border: 2px #93939380 solid;
    box-shadow: 0px 0px 5px -2px #000 !important;
    overflow: hidden;
}
.timer svg {
	background-color: #fff;
	border-radius: 50%;   
    margin-top: 5px; 
}
.path--background {
	fill: var(--main-color);
	stroke: var(--main-color);
	stroke-width: 4px;
}

.pulse {
  fill: rgb(255, 74, 74) !important;
}

.path--foreground {
	fill: #fff;
	stroke: #fff;
	stroke-width: 6px;
}

.label {
  font: 18px "Open Sans";
  font-weight: 900;
  text-anchor: middle;
  fill: var(--main-color);
}
.btn-skip, .btn-report {
	line-height: 28px;
	font-size: .9em;
	height: 20px;
	margin: -3px 0px 0px 0px;
	padding: 0px 10px 30px 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
	position: absolute;
	width: 100px;
	left: 5px;
}
.btn-skip:hover {
color: #fff !important;
text-shadow: 0px 0px 2px #000 !important;
}
#setMute {
	position: absolute;
	left: 0;
	top: 235px;
	cursor: pointer;
	height: 30px;
//	min-width: 300px !important;
	margin: 4px auto;
	max-width: 420px;
	right: 0;
	text-align: left;
	padding-left: 8px;
	z-index: 99999;
}
#unmute{
display: none;
}
.text-row {
	max-width: 140px;
	display: inline-flex;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 25px;
	line-height: 25px;
}
