body{
background-color: #f8f9fa;
}
.row-cols-sm-2 > * {
  width: 100% !important;
}
@media (min-width: 768px){
.d-md-block {
  display: grid !important;
}
}
.container{
margin-top: 28px;
max-width: 400px;
width: 98%;
--bs-gutter-x: 0rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: .5rem;
}
.navbar-toggler{
margin-right: 10px;;
}
.quiz-progress {
	position: fixed;
	bottom: 61px;
	margin: 0;
	width: 100%;
	right: 0;
	left: 0;
	z-index: 1018;
	border-radius: unset;
//	border-bottom: 2px #fff solid;
	border-top: 2px #fff solid;
    transition:  2s ease all;
}
#quiz{
min-width: 300px !important;
}
.card-img {
	height: 220px;
	border-radius: 5px 5px 0px 0px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 2px #bdbcbc solid;
}
.card-body{
min-height: 70px;
}
.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;
}
.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 2px 0px #000 !important;
}
.card.shadow-sm {
background-image: url('../../images/loader.gif');
background-size: 200px;
background-position: center 50px;
background-repeat: no-repeat;
}
.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;
}
.answers-count {
	padding-top: 2px;
	padding-bottom: 2px;
}
.timer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	display: none;
	opacity: 1;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 5px 0px 40px 0px;
	border-right: 2px #939393 solid;
	border-bottom: 2px #939393 solid;
}
.timer svg {
	left: -5px;
	position: relative;
	margin-top: 1px;
}
.path--background {
  fill: var(--main-color);
  stroke: #fff;
  stroke-width: 0px;
}

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

.path--foreground {
  fill: #eee;
  stroke: #eee;
  stroke-width: 0px;
}

.label {
  font: 20px "Open Sans";
  font-weight: 900;
  text-anchor: middle;
  fill: var(--main-color);
}
.list-img {
	width: 97%;
    height: 200px;
	display: inline-block;
	border-radius: 5px;
	box-shadow: 0px 0px 3px 0px #000;
	margin: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.picked{
//filter: sepia(100%) hue-rotate(190deg) saturate(500%);
box-shadow: 0px 0px 5px 3px #00f;
}
