@font-face {
  font-family: Vodafone Lt;
  src: url(./Fonts/vodafone-light.woff);
  font-weight: lighter;
}

@font-face {
  font-family: Vodafone Rg;
  src: url(./Fonts/vodafone-regular.woff);
  font-weight: normal;
}

@font-face {
  font-family: Vodafone Rg Bold;
  src: url(./Fonts/vodafonergbd-webfont.woff);
  font-weight: 700;
  font-style: normal
}

body {
  height: 100vh;
}

#root {
  height: 100%;
}

#root >:first-child {
  height: 100%;
}


:focus-visible {
  outline-width: 0;
}
.invoiceContainer {
  border-radius: 6px;
  border: 1px solid rgb(153, 153, 153, 0.3);
}

.header {
    padding: 20px 45px;
    border-bottom: 1px dashed rgb(153, 153, 153, 1);
}

.logo {
    width: 120px;
    object-fit: contain;
}

.bussinessName {
    font-size: 20px;
    color: rgb(51, 51, 51, 100);
    font-weight: bold;
    margin-bottom: 5px;
}

.bussinessLocation {
    font-size: 16px;
    color: rgb(51, 51, 51, 100);
    margin-bottom: 5px;
    width: 300px;
}

.bussinessLocationContainer {
    display: flex;
    justify-content: center;
}

.bussinessNIPT {
    font-size: 16px;
    color: rgb(51, 51, 51, 100);
    margin-bottom: 5px;
}

.receiptNumber {
    font-size: 16px;
    color: rgb(51, 51, 51, 100);
    margin-bottom: 5px;
}

.dateTime {
    font-size: 16px;
    color: rgb(51, 51, 51, 100);
}

.kupon {
    font-size: 24px;
    color: rgb(51, 51, 51, 100);
}

.totali {
    font-size: 24px;
    color: rgb(51, 51, 51, 100);
    font-weight: bold;
    float: right;
}

.tableHeader {
    background-color: rgb(153, 153, 153, 0.15);
    padding: 7px 20px;
}

.headerText1 {
    font-size: 18px;
    color: rgb(51, 51, 51, 100);
}

.headerText2 {
    float: right;
    font-size: 18px;
    color: rgb(51, 51, 51, 100);
}

.kuponHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.itemsList {
    padding: 0px 20px;
}

.item {
    padding: 8px 0;
    border-bottom: 1px solid rgb(153, 153, 153, 0.3);
}

.product {
    font-size: 16px;
    color: rgb(51, 51, 51, 100);
}

.pricePerProduct {
    font-size: 14px;
    color: rgb(102, 102, 102, 100);
}

.price {
    float: right;
    font-size: 16px;
    color: rgb(51, 51, 51, 100);
}

.product1 {
    font-size: 14px;
    color: rgb(51, 51, 51, 100);
    margin-left: 16px;
    width: 100%;
}

.ulje {
    color: rgb(230, 0, 0);
    font-size: 16px;
}

.uljeAmount {
    color: rgb(230, 0, 0);
    float: right;
    font-size: 16px;
}

.totalFature {
    font-size: 28px;
    color: rgb(51, 51, 51, 100);
    font-weight: bold;
}

.shuma {
    font-size: 28px;
    color: rgb(51, 51, 51, 100);
    font-weight: bold;
    float: right;
}

.totalContainer {
    padding: 20px;
}

.footerContainer {
    border-top: 1px dashed rgb(153, 153, 153, 1);
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.primaryInvoiceContainer {
    padding: 15px;
    display: flex;
}

.money {
    font-size: 13px;
    color: rgb(51, 51, 51, 100);
    margin-bottom: 5px;
}

.resto {
    font-size: 13px;
    color: rgb(51, 51, 51, 100);
    margin-bottom: 5px;
}

.seller {
    font-size: 13px;
    color: rgb(51, 51, 51, 100);
    margin-bottom: 5px;
}

.thankNote {
    font-size: 24px;
    color: rgb(51, 51, 51, 100);
    font-weight: bold;
    margin-bottom: 20px;
}

.qrcode {
    float: right;
    width: 80px;
}

.data {
    font-size: 16px;
    color: rgb(51, 51, 51, 100);
    margin-bottom: 5px;
}

.data1 {
    font-size: 16px;
    color: rgb(51, 51, 51, 100);
    margin-bottom: 5px;
    float: right;
}

.tvshdata {
    font-size: 16px;
    color: rgb(51, 51, 51, 100);
    margin-top: 20px;
    margin-bottom: 5px;
}

.tvshdata1 {
    font-size: 16px;
    color: rgb(51, 51, 51, 100);
    margin-top: 20px;
    float: right;
    margin-bottom: 5px;
}

.businessData {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.validationLink {
    text-align: center;
    padding: 0 5px;
}

.qrContainer {
    margin-top: 10px;
    justify-content: center;
}

.iicNumber {
    font-size: 13px;
    color: rgb(51, 51, 51, 100);
    margin-bottom: 5px;
}

.dateTime {
    font-size: 13px;
    color: rgb(51, 51, 51, 100);
    margin-bottom: 5px;
}

.footerSubContainer {
    flex: 0.5;
}

.itemInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.clientTitle {
    font-size: 17px;
    font-weight: 600;
}
.receiptButton {
  border-radius: 10px;
  background-color: #007C92;
  padding: 10px 20px;
  border-color: #007C92;
}

body > iframe[style*="2147483647"]:not([id="webpack-dev-server-client-overlay"]) {
    display: none;
}