.total_amount{
    width: 280px !important;
}
.notification_btns{
    visibility: none !important;
}

.printInvoice{
    border: solid 2px black;
}
.printInvoice .table-bordered{
    border: solid 2px black !important;
    margin-bottom: 0 !important;
}
.bl-none{
    border-left: none !important;
}
.top-heading{
    padding: 20px;
    text-align: center;

}
.main_head{
    text-align: center;
    background-color: #c7c7c7;
    padding: 5px;
    border-top: solid 2px black !important;
    -webkit-print-color-adjust: exact; 
}
.billing-shipping-heading{
    display: flex;
    justify-content: center;
    background-color: #c7c7c7;
    border-top: solid 2px black !important;
    -webkit-print-color-adjust: exact; 
}
.billing-shipping-heading h5{
    display: flex;
    width: 50%;
    justify-content: center;
    text-align: center;
    padding: 5px;
}
.th_product_des{
    background-color: #c7c7c7;
    -webkit-print-color-adjust: exact; 
}
.total_amount{
    background-color: #c7c7c7 !important;
    -webkit-print-color-adjust: exact; 
}
.bg_cmn{
    background-color: #c7c7c7 !important;
    -webkit-print-color-adjust: exact; 
}
.w-50{
    width: 50%;
}
.col-height{
    height: 30px !important;
}
.signature_img{
    width: 100px;
    text-align: center;
    margin: 5px auto !important;
    display: block;
}
.sig_col .text-bold{
    font-weight: bold;
}
.bb-white{
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
}
.w-auto{
    width: 50px !important;
}
.terms-col{
    height: 50px;
    text-align: center;
    vertical-align: baseline;
}
.mr-20{
    margin-right: 20px;
}
.bt-w{
    border-top: solid 2px #fff !important;
}
.br-w{
    border-right: solid 2px #fff !important;
}
.bl-w{
    border-left: solid 2px #fff !important;
}
.bb-w{
    border-bottom: solid 2px #fff !important;
}
.br-1{
    border-right: 1px solid black !important;
}
.w-696{
    width: 696px;
}
.w_60 input{width:60px !important;}
.w_70 input{width:70px !important;}
.w_80 input{width:80px !important;}
.w_90 input{width:90px !important;}
.w_100 input{width:100px !important;}


@media print {
	@page {
		margin-top: 0;
		margin-bottom: 0;
	}
	body {
		padding-top: 72px;
		padding-bottom: 72px ;
	}
}
@media print {
	@page :footer {
		display: none
	}

	@page :header {
		display: none
	}
    .header-top
    {
        display: none !important;
    }
    .hidemobile
    {
        display: none !important;
    }
    .btn-toast
    {
        display: none !important;
    }
    body * {
        visibility: hidden;
      }
      .page, .page * {
        visibility: visible;
      }
      .page {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
      }
}
@page {
	size: auto;
	margin: 0;
}
@media print {
    .footer,
    #non-printable {
        display: none !important;
    }
    #printable {
        display: block;
    }
    body,
    html {
      margin: 0;
      padding: 0;
    }
    .printInvoice
    {
        width:95% !important;
        
    }
    .page
    {
        display: flex;
        justify-content: center;
        padding-top: 10px !important;
    }
    img {
        display: block !important;
      }
      .signature_img
      {
        display: block !important;
      }
}


.login-bx {
    padding: 10px 60px 10px 60px !important;
}

.text-primary {
    color: #337ab7;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-add {
    background: none;
    border: none;
    text-align: center;
    font-size: 25px;
}

table.table.table-bordered.m-0.printtable tr:nth-last-child(2) td {
   
    /* height: 460px !important; */
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    /* Hide table headers on smaller screens */
    .mobile.table.table-bordered thead {
      display: none;
    }
  
    /* Make table rows stack vertically */
    .mobile.table.table-bordered tbody tr {
      display: block;
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc;
    }
  
    /* Display table cells as block elements */
    .mobile.table.table-bordered td {
      display: block;
      text-align: left;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }
  
    /* Add a label to each table cell */
    .mobile.table.table-bordered td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px;
    }
    .mobile.total
    {
        width: 100% !important;
        margin: 0px;
        padding: 0px;
    }
  
    .mobile.totalamount
    {
        width:100% !important;

    }
  
    .mobile.totalqty
    {
        width:100% !important;
        
    }

    .mobile.w-50
    {
        width:100% !important;
        
    }
    .mobile.d-flex
    {
        display: block !important;
    }
    .footer_text_size
    {
        font-size:10px !important;
    }
    
    .text_size
    {
        font-size:12px !important;
    }
    body {
        font-size: 10px !important;
    }


    @media print {
        @page :footer {
            display: none
        }
    
        @page :header {
            display: none
        }
        .header-top
        {
            display: none !important;
        }
        .hidemobile
        {
            display: none !important;
        }
        .btn-toast
        {
            display: none !important;
        }
        body * {
            visibility: hidden;
          }
          .page, .page * {
            visibility: visible;
          }
          .page {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
          }
    }
  
  }

  .total
  {
      width: 46.8%;
      margin: 0px;
      padding: 0px;
  }
  
  .totalamount
  {
      width:20%;

  }
  
  .totalqty
  {
      width:29.3%;
      
  }

  .footer_text_size
  {
      font-size:12px;
  }

  .text_size
  {
    font-size:14px;
  }

  .rowtable {
    display: flex;
    justify-content: space-between;
    width:100%;
  }
  
  .celltable {
    flex: 1;
    
  }