.container {
  padding: 0px;
  margin: 0px;
}
.menu-images {
  width: 100px;
  font-size: 100px;
}

[v-cloak] {
  display: none;

}

.coolModalBg {
  width: 100vw;
  height: 100vh;
  z-index: 1052;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  align-items: center;
  justify-content: center;
}
.coolModalContainer {
  background-color: white;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 90%;
  max-width: 900px;
}

.v-center {
  vertical-align: center;
}

.qr-label {
  position: relative;
  top:-20px;
}


select { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 24px; 
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') 100% 50% no-repeat #fff; } /* change or remove #fff color if not needed */

  .avatar {
    position :relative;
    right:-10px;
 
  }


  /* On the QR */

* {
    box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */

.main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.sheet .row .column {
    float: left;
    width: 100%;
    height: 100%;
}

/* Clear floats after the columns */
.sheet .row:after {
    content: "";
    display: table;
    clear: both;
}

.sheet .row .column .flier {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px;
    width: 100%;
    height: 100%;

}

.sheet .row .column .flier .logoArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sheet .row .column .flier .logoArea .little-line {
  display:block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:20px;
  color:black;
}

.sheet .row .column .flier .tillArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    justify-content: space-between;
    width: 50%;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size: 55px;
    color: black;
}

.sheet .row .column .flier .tillArea .merchant-image  {
  height:300px;
  width:300px;
  border-radius:10px;
}

.sheet .row .column .flier .qrArea {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    position:relative;
    top:-60px; 
    font-size: 35px;
    color: black;
}

.sheet .row .column .flier .instructions {
    color: #000000;
    width: 100%;
    margin-top: -50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}



.sheet .row .column .flier .instructions .little-line {
  display:block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:20px;
  color:black;
}

.itemInstruction {
    color: #5a5b5c;
    height: 100px;
    width: 110px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.numberView {
    display: flex;
    border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.sheet {
    /* height: 290mm;
    width: 172.37mm; */

    width: 100%;
    position:relative;
    border:1px solid rgb(146, 146, 146);
    padding:0 !important;
}

.l { color:#099948 }
.i { color:#1167ad }
.t { color:#d52028 }
.t2 { color:#edb21f }
.l { color:#099948 }
.e { color:#d52028 }

.merchant-id {
  margin-top:10px;
  font-size: 25px; 
  font-weight: 800; 
  color: #5a5b5c; 
  margin-bottom: 30px; 
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.merchant-till {
  font-family: digital; letter-spacing: 12px;
}

.merchant-image {

  width:100px;
  height:100px;
}
.merchant-id2 {
  font-size: 30px; 
  color: #5a5b5c; 
  font-weight: bold;
}
.instructions {
  margin-top:-100px;
  width:100%
}

.merchant-qr-image {
  height: 320px; width: 320px;
}

  /* XX  On the QR XX */