@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@font-face {
  font-family: "Verdana";
  src: url("../font/Verdana.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Verdana";
  src: url("../font/Verdana-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../font/HelveticaNeueRoman.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
*,  ::after,  ::before  {
    box-sizing:  border-box;
}
html {
  font-family: "Verdana", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
   color: #333333;
}

body {
  margin: 0;
  background-color: #EFEFEF;
}

._container{
  width: 100%;
  max-width: 710px;
  margin: auto;
}

img{
  max-width: 100%;
}

._primaryBtn{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  display: inline-block;
  text-align: center;
  padding: 8px 10px;
  background-color: #003875;
  border: solid 1px #333333;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

._secondaryBtn{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  display: inline-block;
  text-align: center;
  padding: 8px 10px;
  background-color: #DDDDDD;
  border: solid 1px #333333;
  border-radius: 5px;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}



p{
  margin-bottom: 5px;
  margin-top: 0;
}

._cols-wrap{
  display: flex;
  width: 100%;
  gap: 20px;
}
._col{
  flex: 1 1 50%;
}
._bold{
  font-weight: 700;
}
._ttu{
  text-transform: uppercase;
}
@media (min-width: 655px) {
  ._items-sm-end{
    align-items: flex-end;
    display: flex;
  }
  ._text-sm-right{
    text-align: right;
  }
}

#wrapper{
  max-width: 850px;
  margin: auto;
  border: solid 1px #CCCCCC;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}

.header{
  background-color: #06284C;
  border-bottom: solid 5px #CC3333;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.header-container{
  background-color: #053A73;
  position: relative;
  min-height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 1;
}
.header-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.header-logo__wrap{
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 390px;
}
.header-logo{
  flex-shrink: 0;
}
.header-logo__txt1,
.header-logo__txt2{
  display: inline-block;
}
.header-logo__txt1{
  font-size: 19.995px;
  line-height: 110%;
  padding-bottom: 4px;
}
.header-logo__txt2{
font-weight: 400;
font-size: 12px;
padding-top: 4px;
border-top: solid 1px #fff;
line-height: 125%;
}


.invoice{
  padding: 20px 70px 20px 70px;
  background-color: #fff;
}
.invoice-head{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #EEEEEE;
}
.invoice-number{
  font-family: "HelveticaNeue";
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  align-self: flex-end;
}
.invoice-status__wrap{
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.invoice-status{
  font-family: 'Verdana';
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #CC3333;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.invoice-status__date{
  font-family: "HelveticaNeue";
  font-weight: 400;
  font-size: 13px;
  line-height: 125%;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.invoice-details{
  font-weight: 400;
  font-size: 13px;
  line-height: 125%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #EEEEEE;
}
.invoice-details ._bold{
  font-size: 14px;
}
.invoice-details:last-of-type{
  margin-bottom: 0;
  border: none;
  padding-bottom: 15px;
}
.invoice-items__wrap{
  display: inline-block;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  overflow: hidden;
}
.invoice-items__head{
  padding: 10px 15px;
  font-family: 'HelveticaNeue';
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  background-color: #F5F5F5;
}
.invoice-table__wrap{
  padding: 10px 15px 20px 15px;
}
.invoice-table{
  font-size: 13px;
  line-height: 125%;
  width: 100%;
}
.invoice-table thead th{
  text-align: left;
  padding-bottom: 5px;
  border-bottom: solid 1px #EEEEEE;
}
.invoice-table th:last-of-type,
.invoice-table tr td:last-of-type{
  padding-right: 25px;
}

.invoice-table__wrap .desc{
  max-width: 85%;
}
.invoice-table td{
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}
.invoice-table__result-wrap{
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
}
.invoice-table__result-item{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 20px;
  padding: 7px 5px;
  background-color: #F8F8F8;
  border-top: solid 1px #EEEEEE;
}
.invoice-table__result-item-field{
  text-align: right;
}
.invoice-table__result-item-price{
  text-align: right;
  min-width: 135px;
  padding-right: 25px;
}
.invoice-transaction__wrap{
  margin-top: 15px;
}
.invoice-transaction__table{
  width: 100%;
    font-weight: 400;
  font-size: 13px;
  line-height: 125%;

}
.invoice-transaction__table thead th{
    border-bottom: solid 1px #EEEEEE;
    font-weight: 700;
}
.invoice-transaction__table th{
  text-align: center;
  padding: 5px;
}
.invoice-transaction__table ._noFound{
  padding: 5px;
  border-bottom: solid 1px #EEEEEE;
}
.invoice-foot{
  padding-top: 15px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 850px) {
  #wrapper{
    margin: 15px;
  }
}
@media (max-width: 654px) {
  ._cols-wrap{
    flex-wrap: wrap;
  }
  ._mob-overflow{
    overflow: auto;
  }
  ._mob-overflow__inner{
    width: 514px;
  }
  .header-container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .invoice{
    padding-left: 45px;
    padding-right: 45px;
  }
  .invoice-head{
    text-align: center;
  }
  .invoice-status__wrap{
    margin-left: auto;
    margin-right: auto;
  }
  .invoice-transaction__table{
    border: solid 1px #EEEEEE;
  }
}

@media print {
   * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

 
 
}

