
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
  }

  @font-face {
    font-family: RobotoMeduim;
    src: url(../fonts/Roboto-Medium.ttf);
  }

  @font-face {
    font-family: RobotoLight;
    src: url(../fonts/Roboto-Light.ttf);
  }

body{
    font-family: sans-serif;
    left: 0;
    right: 0;
    top: 0;
}

@page { 
	size: auto; 
	margin: 0; 
} 

.print-preview{
background-color: #ECECEC;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0;
}
.print-header{
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 330px;
    width: 100%;
    /* background-color: red;*/
}

.print-header .preview-header-overlay{
position: absolute;
width: 100%;
height: 320px;
margin-top: 0px;
padding-left: 37px;
padding-top: 22.5px;
/* background-color: red;
opacity: 0.2; */
}
.background-offeset{
    margin-top: 0px !important;
    top: 0;
    z-index: -1;
}
.header-table{
    width: 90%;
}
.header-table tr td{
    padding: 0;
    text-align: start;
}
.header-table label{
    color: #E8374B;
    font-weight: 600;
    font-size: 14px;
    font-family: 'RobotoMeduim';
}
.header-table .info-item{
font-family: 'RobotoLight';
margin-top: 6px;
color: #9B9B9B !important;
font-size: 14px;
}

.preview--header--text .preview-title{
    margin-top: 110px;
    text-align: center;
    color: #2C2C2D;
}
.preview--header--text .preview-title .invoice--title{
    font-family: 'Roboto';
    font-size: 37px;
}
.preview--header--text .invoice-profile{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.preview--header--text .invoice-profile .invoice--for{
   padding-left: 10%;
}

.preview--header--text .invoice-profile .invoice--for,
.preview--header--text .invoice-profile .invoice--to
{
    font-family: 'RobotoLight';
    font-size: 17px;
    color: #9B9B9B;
}
.profile--table{
    margin-top: 10px;
    width: 100%;
    font-family: 'Roboto';
    font-size: 14px;
}


.profile--table tr td{
    width: 41%;
}

.profile--table label{
    font-weight: 600;
}

.print-body{
 margin-top: 80px;
}

.print-body .items-table,
.print-body .table-totals{
width: 100%;
left: 0 !important;
right: 0 !important;
margin: 0 !important;
border: none !important;
}
.items-table,
.table-totals{
    border-spacing: 0;
    border-collapse: collapse;
}
.items-table tr,
.print-body tr{
border: none !important;
}
.items-table tr td{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: none;
    font-family: 'RobotoLight';
}

.items-table tr td:nth-child(1){
padding-left: 40px;
}
.items-table thead td{
    font-family: 'Roboto';
}


.items-table tr:nth-child(even) {
    background-color: #D1D2D3;
    border: none !important;
  }

.items-table .items--table-header{
    background-color: #E8374B;
    border: 0px;
    color: white;
}

.table-totals{
margin-left: 40px;
}

.details{
    display: flex;
    justify-content: space-between;
    padding: 40px;
}

.print-footer{
    display: flex;
    justify-content: space-between; 
    padding: 40px;
}