* {
	-webkit-appearance:none;
  outline: none;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body {
  justify-content: center;
  margin: auto;
  display: block;
  background-color: #fcfcfc;
  margin: 0px;
  display: block;
}
body {
  padding-top: 72px;
  background-color: #efeff4;
}

.top-nav {
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0px;
  left: 0px;
  right: 0px;
  background: white;
  color: gray;
  line-height: 70px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease;
}
.grid-container {
  display: grid;
  grid-template-columns: auto 210px;
}
.top-nav img {
  height: 60px;
  margin: 5px;
}
.top-nav a {
  margin-right: 2px;
  text-decoration: none;
}

.sidebar {
  position: fixed;
  width: 180px;
  height: 100%;
  background: #28282b;
  padding: 5px;
  left: 0px;
  top: 70px;
}

.sidebar-btn {
  display: block;
  width: 100%;
  max-width: 160px;
  height: 30px;
  margin: 10px;
  justify-content: center;
  color: white;
  border-radius: 5px;
  border: none;
  text-align: left;
  line-height: 30px;
  font-size: 13px;
  padding-left: 5px;
}

.sidebar-btn:hover {
  background: #1e62ff;
}

.sidebar img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.content {
  padding-left: 200px;
  padding-bottom: 50px;
  margin: auto;
  display: block;
  min-width: 1100px;
  max-width: 1300px;
}

.title {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 0px;
  padding-right: 0px;
}
.title h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #484848;
  font-weight: 300px;
  margin: 0px;
  padding: 0px;
}

.title a {
  color: #1e62ff;
  background-color: transparent;
  border-collapse: collapse;
  border-width: 1px;
  border-color: gray;
  border-radius: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}

.item h1 {
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.contact-information {
  display: grid;
  grid-template-columns: 16% 16% 16% 16% 16% 16%;
  column-gap: 5px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.contact-information input {
  width: 90% !important;
  max-height: 40px;
  border: none;
  border-radius: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 18px;
  padding: 8px;
}

input[type="number"] {
  width: 40px;
}

table {
  margin-left: auto;
  margin-right: auto;
}

.grid-1 {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
}

.grid-1 input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.grid-1 h1 {
  font-size: 12px;
  margin: 0px;
  font-weight: 500;
}

#tot_af6, #tot_af5, #tot_af4{
  text-align: center;
  display: block;
  font-size: 12px;
  margin: 0px;
  font-weight: bold;
}

.toHide {
  display: none;
}


.grid-2 {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
}

.grid-2 input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.grid-2 h1 {
  font-size: 12px;
  margin: 0px;
  font-weight: 500;
}

#tot_sf6, #tot_sf5, #tot_sf4, #tot_sf3 {
  text-align: center;
  display: block;
  font-size: 12px;
  margin: 0px;
  font-weight: bold;
}

#tot_cb10x4, #tot_cb10x2, #tot_cb7x4, #tot_cb7x2, #tot_cb5x4, #tot_cb5x2, #tot_cb4x4, #tot_cb4x2 {
  text-align: center;
  display: block;
  font-size: 12px;
  margin: 0px;
  font-weight: bold;
}




.grid-3 {
  display: grid;
  grid-template-columns: 33.3% auto;
}

.correctIncorrect {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.correctIncorrect P {
  margin-top: 40px;
  font-weight: 400;
  font-size: 25px;
}
.correctIncorrect h1{
  display:none;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  color:white;
  font-size: 20px;
  font-weight: 300;
  background-color: rgb(51, 182, 25);
  padding: 10px 20px 10px 20px;
  border-radius: 15px;
}


.totalBags {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
}
.totalBags p{
  text-align: center;
  display: inline-block;
  font-size: 12px;
}



.right-sidebar {
  background-color: white;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  color: gray;
  position: fixed;
  bottom: 0px;
  right: 10px;
  width: 300px;
  height: 20px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 10px;
  overflow-y: scroll;
}

.right-sidebar h1 {
  text-align: center;
  padding: 5px;
  color: gray;
  font-size: 30px;
  font-weight: 500;
}
.right-sidebar h2 {
  font-size: 15px;
  font-weight: 400;
  display: inline;
  text-align: center;
}

.right-sidebar table {
  width: 100%;
  margin: 2px;
  border-bottom: 1px solid lightgray;
}

.right-sidebar td {
  padding: 3px;
}

.quantity {
  width: 30px;
}

.quantity {
  text-align: center;
}
.right-sidebar tr:hover {
  border-radius: 15px;
  background-color: #1e62ff;
  color: white;
}

.btns-rightSideBar {
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 5px;
}
#show {
  text-align: left;
  color: gray;
}
#hide {
  text-align: right;
  color: gray;
  visibility: hidden;
}

.btn-submit {
  background-color: #1e62ff;
  width: 300px;
  height: 40px;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-size: 25px;
  border: none;
  border-radius: 15px;
}

.btn-submit:hover {
  background-color: transparent;
  border: 3px solid #1e62ff;
  color: #1e62ff;
  font-weight: 300;
}

/* Hidding arrow in inputs */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

form {
  width: 100%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box-confirmation {
  visibility: hidden;
  position: fixed;
  height: 400px;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 27px 2000px rgba(0, 0, 0, 0.33);
  text-align: center;
  justify-content: center;
  padding: 30px;
}

.box-confirmation img {
  width: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.box-confirmation h1 {
  margin: 0px;
  padding: 0px;
  color: gray;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 200;
}

.box-confirmation a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 70%;
  height: 50px;
  line-height: 50px;
  background-color: #1e62ff;
  color: white;
  font-weight: 300;
  border-radius: 10px;
}
