html {
  scrollbar-width: none;
}

body {
  box-sizing: border-box;
  font-family: sans-serif;
  /* overflow: hidden; */
  -ms-overflow-style: none;
}

body::-webkit-scrollbar{
  display: none;
}

div#content {
  margin: auto;
  width: 100%;
}

.flex-container {
  display: flex;
  width: 100%;
  /* flex-wrap: wrap; */
  justify-content:space-between;
  position: absolute;
  bottom: 0px;
  height: 24%;
}

.rb_label {
  display: flex;
  width: 20%;
  justify-content: center;
}

span.symbol {
position: absolute;
bottom: 20px;
visibility: hidden;
font-size: xxx-large;
font-weight: 900;
line-height: 0;
color: red;
}

.center {
  text-align: center;
}

.xxx-large {
  font-size: xxx-large;
}

p.svar {
  font-size: xx-large;
  padding-bottom: 20px;
}

input[type=radio] {
  opacity: 0;
  width: 0px;
  padding-left: -20px;
}

label {
  display: block;
  padding: 10px;
}

label:visited {
  background-color: #000;
}

label:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

#result {
  border-radius: 10px;
  padding: 20px;
  background-color: #ddebeb;
  background-color: #f2f1ef;
  margin-bottom: 50px;
  font-size: xx-large;
}

#overlay {
  width: 300px;
  padding: 10px;
  padding-top: 30px;
  display: none;
  background-color: white;
  margin: auto;
  position: fixed;
  left: 50%;
  margin-left: -150px;
  bottom: 60px; 
  right: 50%;
  color: #000000;
  border: 2px solid black;
  z-index:5;
}


img.closex:hover {
  background-color: #c4dcdc;
}

img.closex {
  width: 30px;
  border-radius: 25px;
}

img.smalfraga {
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}


div#img-container {
  position: relative;
  width: 90%;
  aspect-ratio: 54 / 71; /* or 16 / 9, or whatever ratio you want */
  margin: 0 auto;
  margin-bottom: 35px;
}

.bottomright {
  position: absolute;
  bottom: -15px;
  right: 0px;
  font-size: 18px;
}


div.close {
  float: right;
  position: absolute;
  top: 5px;
  right: 5px;
}

#submitButton {
  display: block;
  margin: 0 auto;
  width: 40%;
  height: 70px;
  font-size: 1.3em;
}

/* fulfix to get rid of vertical scrollbar */
div#workaround {
  height: 20px;
}

hr.dotted {
  border-top: 8px dotted #bbb;
  padding-bottom: 30px;
}

