* {
  padding: 0;
  box-sizing: border-box;
 font-family: 'Fira Code', monospace; 
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body {
  background: linear-gradient(90deg, #9437eb 0%, rgba(55,127,235,1) 50%, rgba(148,55,235,1) 100%);
  padding: 0;
  margin: 0;
}
p {
  color:#F15B42;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
code{
  color:#000000;
  background-color: rgba(255, 255, 255, 0.541);
  padding: 1px 3px;
  border-radius: 4px;
}
.container {
  margin-top: 10px;
  width: 900px;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 1px 15px;
}
h1 {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
h2 {
  text-align: center;
  color: #fff;
}
h5 {
  text-align: center;
  color: #777;
}

/* .container > p {
  text-align: center;
  color: #ffffff;
  font-style: italic;
  font-size: 13px;
} */
.content-table {
  border-collapse: collapse;
  margin: auto;
  width: auto!important;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.content-table thead tr {
  background-color: rgb(46, 109, 95);
  color: white;
  text-align: left;
  font-weight: bold;
}
.content-table th, .content-table td {
  padding: 5px 8px;
}
.content-table tbody tr {
  background-color: rgb(255, 253, 253);
  border-bottom: 1px solid #ddd;
}
.content-table tbody tr:last-of-type {
  border-bottom: 8px solid rgb(46, 109, 95);
}
.QRimage {
  display: block; 
  justify-content: center;
  align-items: center;
  text-align: center;
}
.QRimage img{
  border-radius: 8px;
  max-width: 340px;
}
.button {
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 45px;
  border-radius: 30px;
  margin: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  background: #5e5c5c;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
  text-align: center;
  vertical-align: middle;
  border: solid 1px #333;
}
.button:hover {
  background: #6825a7;
  box-shadow: 0 15px 20px rgba(26, 87, 87, 0.4);
  color: white;
}
.button-exit {
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  margin: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  background: #5e5c5c;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
  text-align: center;
  vertical-align: middle;
  border: solid 1px #333;
}
.button-exit:hover {
  background: #F15B42;
  box-shadow: 0 15px 20px rgba(26, 87, 87, 0.4);
  color: white;
}


.button-container {
    text-align: center;
}
footer {
  background-color: #272525;
  text-align: center;
  height: 45px;
  line-height: 45px;
  position: fixed; 
  left: 0; bottom: 0;
  width: 100%;
}
.qform {
  width:400px;  
  margin: 50px auto 0;
  text-align: center;
}
.qform label {
  color: #fff;
  font-size: 20px;
}
.qform input, select {
  text-align: center;
  text-align-last: center;
  outline: none;
  margin: 5px;
  margin-bottom: 15px;
}
.inpu {
  width: 300px;
}
.date {
  width: 70px;
}
.inpu, .date {
  border-radius: 8px;
  height: 30px;
  border: none;
  background: #fffefe; 
}
.but {
  width: 165px;
  height: 40px;
  background-color: #5e5c5c;
  color: #fff;
  border-radius: 30px;
  border: solid 1px #333;
  text-align: center;

}
.but:hover {
  background: #6825a7;
  box-shadow: 0 15px 20px rgba(26, 87, 87, 0.4);
}
header {
  height: 80px;
  background-color: #222;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
header .menu {
  width: 600px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
header a {
  text-decoration: none;
  color: #969696;
  font-size: 20px;
}
header a:hover {
  color: rgb(255, 253, 253);
} 
header span {
  position: relative;
  left: 14%;  
}
.search {
  position: relative;
  width: 250px;
  left: 45%;
}
.search input, .search button {
  border: none;
  outline: none;
  border-radius: 8px;
}
.search input {
  width: 100%;
  height: 42px;
  background: #F9F0DA;
  padding-left: 15px;
}
.search button {
  height: 26px;
  width: 26px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: #F15B42;
  cursor: pointer;
}
.search button::after {
  text-align: center;
  content: "\203A";
  color: #F9F0DA;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}
.minus, .plus {
  border: 1px solid #333;
  background: #5e5c5c;
  color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 8px;
  font-weight: bold;
}
.minus:hover, .plus:hover {
  background: #6825a7;
  box-shadow: 0 15px 20px rgba(26, 87, 87, 0.4);
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  color: #fff;
  cursor: pointer;
}

svg {
  width: 150px;
}


figure:hover, svg:hover {
  fill: #F15B42;
}
