/* @import url(https://client.kwikk.se/fonts/fonts.css); */
@import url('https://fonts.kwikk.se/kwikk3');
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'GTWalsheimPro', sans-serif;
  color: #333;
  /* max-width: 640px; */
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  min-height: 100vh;
  background: black;
}
h1 {
  margin: 10px 0;
  font-size: 40px;
}
#loadingMessage {
  text-align: center;
  padding: 40px;
  background-color: #eee;
}
#canvas,#lineCanvas {
  /* width: 100%;
  height: 100%; */
  /* position: absolute; */
  /* top:0; */
  /* left:0; */
  /* right:0; */
  /* bottom: 20px; */
  z-index: 50;
  /* border: 2px solid blue; */
  box-sizing: border-box;
}
#lineCanvas{
  z-index: 52;
}
#video {
  z-index: 51;
  opacity: 1;
  object-fit: cover;
}
#feedbackPlate {
  width: 100%;
  position: fixed;
  top:10vh;
  left:0;
  right:0;
  bottom: 0;
  z-index: 100;
  background: rgba(0,0,0,0);
  transition: all .3s;
}
#output {
  margin-top: 20px;
  background: #eee;
  padding: 10px;
  padding-bottom: 0;
}
#output div {
  padding-bottom: 10px;
  word-wrap: break-word;
}
#noQRFound {
  text-align: center;
}
#feedbackMsg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 3em;
  box-sizing: border-box;
}
#feedbackMsg span {
  display: block;
  font-weight: bold;
  font-size: 2em;
  color: #fffc 
}
#feedbackMsg span.err:before {
  content: 'Fel:';
  display: block;
  font-size: 20px;
}
#feedbackMsg span.time:before {
  content: 'Tid:';
  display: block;
  font-size: 20px;
}
#feedbackMsg span.order:before {
  content: 'Bokning:';
  display: block;
  font-size: 20px;
}

#feedbackMsg span.orderid:before {
  content: 'Ordernummer:';
  display: block;
  font-size: 20px;
}
#feedbackMsg span.article:before {
  content: 'Artikel:';
  display: block;
  font-size: 20px;
}
#feedbackMsg span.row:before {
  content: 'Biljett:';
  display: block;
  font-size: 20px;
}
#feedbackMsg span.name:before {
  content: 'Namn:';
  display: block;
  font-size: 20px;
}
#feedbackMsg span.city:before {
  content: 'Stad:';
  display: block;
  font-size: 20px;
}
#feedbackMsg span.deadline:before {
  content: 'Giltig till:';
  display: block;
  font-size: 20px;
}
#feedbackMsg span.scans_made:before {
  content: 'Stämpel nummer:';
  display: block;
  font-size: 20px;
}
#feedbackMsg span.scans_left:before {
  content: 'Stämplar kvar:';
  display: block;
  font-size: 20px;
}
#feedbackMsg span.err {
}
#feedbackMsg span.time {
}
#feedbackMsg span.order {
}
#feedbackMsg span.row {
}
#feedbackMsg span.name {
}
#feedbackMsg span.city {
}

#feedbackTimerBar {
  height: 10px;
  background: rgba(0,0,200,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
}
#output {
  display: none;
}
.canvas-wrap, #video {
  /* position: fixed; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: middle;
  flex-direction: column;
  min-height: 90vh;
  position: fixed; top: 10vh; right: 0; bottom: 0; left: 0;
}
.canvas-wrap--white {
  background: white;
}
.canvas-wrap canvas {
  /* flex: 90vh 0 0; */
}
.menu {
  background: #161522;
  padding: .5em .25em;
  box-sizing: border-box;
  width: 100%;
  height: 10vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 999;
}
.menu img {
  height: 6vh;
  padding-bottom: 1vh;
  padding-left: 2.8vw;
}
.menu i.fa {
    margin-top: 0.4em;
}



.seller-form {
  height: 90vh;
  display: flex;
  flex-direction: column;
  padding: 2em;
  justify-content: space-around;
  box-sizing: border-box;
}
.center-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.label {
    font-size: 1.4em;
    font-family: 'GTWalsheimPro', sans-serif;
    font-weight: bold;
    text-align: center;
}
input#seller-input {
    border-radius: .25em;
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 10px -4px black;
    font-size: 1.6em;
    color: #333;
    width: 100%;
    padding: .25em;
    font-family: 'GTWalsheimPro', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0.5em;
    box-sizing: border-box;
    max-width: 250px;
}
button {
    border-radius: .25em;
    border: 1px solid #ddd;
    box-shadow: 0 1px 10px -4px black;
    font-size: 1.6em;
    color: #333;
    width: 100%;
    padding: .25em;
    font-family: 'GTWalsheimPro', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0.5em;
    box-sizing: border-box;
}

button {
    border: 1px solid #ddd;
  border: 2px solid #161522;
    font-family: 'GTWalsheimPro', sans-serif;
    text-align: center;
    margin: 0.5em;
    background: #161522;
    color: white;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 100em;
    width: auto;
    padding: .5em 2em;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.5px;
}


button.btn--smaller {
  font-size: .8em;
}
button.btn-secondary {
  border: 2px solid #161522;
  color: #161522;
  background: none;
}
#settings .btn {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#settings select {
  padding: .25em;
  width: 100%;
}

.menu .fa {
  width: 20px;
  text-align: center;
}

#settings {
  position: fixed;
  top: 15vh;
  left: 10vw;
  width: 80vw;
  height: auto;
  max-height: 70vh;
  background: #fffe;
  z-index: 200;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  display: none;
  padding: 2em;
}
#btn-settings {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 200;
	color: white;
}








.bg-wrap {
	background: url('kwikk-background.svg');
	height: 100vh;
	overflow: hidden;
}

.bg-wrap>.row {
	height: 100vh;
}

* {
	font-family: kwikk3;
}

input.form-control {
	border: 0;
	background: #f7f7f9;
	padding: .4rem .75rem .35rem .75rem;
	max-width: 100%;
}

input.form-control::placeholder {
	border: 0;
	color: #777;
	font-size: .8em;
}

label.form-check-label {
	font-size: .8em;
	line-height: 2em;
}

.form-control:focus,
.form-check-input:focus {
	color: #212529;
	background-color: #fff;
	border-color: rgb(95 105 145);
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(132 145 198 / 45%);
}

.form-check-input:checked {
	background-color: rgb(95 105 145);
	border-color: rgb(95 105 145);
}

a,
a:visited,
a:active {
	color: #3d4461;
	text-decoration: none;
}

a:hover {
	color: rgb(95 105 145);
}

button.btn.btn-primary {
	background: #0D0D14;
	border-color: #3d4461;
	background-color: #0D0D14;
	color: #fff;
	border-radius: 100px !important;
	font-family: kwikk3;
	font-weight: 400;
	font-size: .8em;
	padding: .5em 1.5em;
}

button.btn.btn-primary:hover {
	background-color: #3d4461 !important;
}

h3 {
	font-size: 1.5 rem;
}