body {
    font-weight: normal;
    direction: rtl;
    text-align: right !important;
}

.print-invice {
    font-size: 20px;
}

.print-invice .gry-color *,
.print-invice .gry-color {
    color: #878f9c !important;
}

.print-invice table {
    width: 100%;
}

.print-invice table th {
    font-weight: normal !important;
}

.print-invice table.padding th {
    padding: .25rem .7rem !important;
}

.print-invice table.padding td {
    padding: .25rem .7rem !important;
}

.print-invice table.sm-padding td {
    padding: .1rem .7rem !important;
}

.print-invice .border-bottom td,
.print-invice .border-bottom th {
    border-bottom: 1px solid #eceff4 !important;
}

.print-invice .text-left {
    text-align: left !important;
}

.print-invice .text-right {
    text-align: right !important;
}

.parent-dev {
    background: #eceff4 !important;
    padding: 1.5rem !important;
}

.p-t-2 {
    padding: 1.5rem !important;
}

.invoice-container {
    padding: 30px;
}

.invoice {
    position: relative;
    background-color: #fff;
    padding: 15px;
}

.invoice header {
    padding: 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #16ae94;
    border: 1px solid #16ae94;
    border-radius: 25px;
}

.invoice .company-details {
    text-align: right;
}

.invoice .company-detail-left {
    text-align: left;
}

.invoice .company-detail-logo {
    text-align: center;
    width: 100%;
}

.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0;
}

.invoice .contacts {
    margin-bottom: 20px;
}

.invoice .invoice-to {
    text-align: left;
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0;
}

.invoice .invoice-details {
    text-align: right;
}

.invoice-id {
    color: #16ae94;
}

.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #16ae94;
}

.invoice main {
    padding: 10px 10px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #16ae94;*/
    /* border: 1px solid #16ae94;*/
    border-radius: 25px;
}

.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px;
}

.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #16ae94;
}

.invoice main .notices .notice {
    font-size: 1.2em;
}

.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

.invoice table td,
.invoice table th {
    padding: 5px;
    border-bottom: 1px solid #fff;
}

.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    background: #eee;
}

.invoice table td h3 {
    font-weight: 400;
    color: #16ae94;
    font-size: 1.2em;
}

.invoice table .qty,
.invoice table .total,
.invoice table .unit {
    text-align: right;
    font-size: 1.2em;
}

.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: #16ae94;
}

.invoice table .unit {
    background: #ddd;
}

.invoice table .total {
    background: #16ae94;
    color: #fff;
}

.invoice table.bg-grey {
    background: #eee;
}

.invoice table tfoot td {
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa;
}

.invoice table tfoot tr:last-child td {
    color: #16ae94;
    font-size: 1.4em;
    border-top: 1px solid #16ae94;
}

.invoice footer {
    text-align: center;
    border-top: 1px solid #16ae94;
    padding: 10px 10px;
    border-bottom: 1px solid #16ae94;
    border: 1px solid #16ae94;
    border-radius: 25px;
}

.invoice>div:last-child {
    page-break-before: always;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.strong {
    font-weight: bold;
}

.table.dataTable {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 2px;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.invoice-subtotal .invoice-calc {
    margin: 0.2rem 0;
}

.invoice-subtotal .invoice-calc .invoice-title {
    width: 171px;
}

.invoice-subtotal .invoice-calc .invoice-value {
    color: #304156;
    margin-bottom: 0;
}

.no-margin {
    margin: 0 !important;
}

.small,
small {
    font-size: 85%;
}

.row:after,
.row:before {
    display: table;
    content: " ";
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    float: right;
}

.col-sm-4 {
    width: 33.33333333%;
}

.col-sm-5 {
    width: 41.66666667%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

body {
    overflow-x: hidden;
    padding-bottom: 100px;
    padding-top: 50px;
}

.invoice table th.small {
    font-size: 85% !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.print-invice {
    font-size: 20px;
}

.print-invice .gry-color *,
.print-invice .gry-color {
    color: #878f9c !important;
}

.print-invice table {
    width: 100%;
}

.print-invice table th {
    font-weight: normal !important;
}

.print-invice table.padding th {
    padding: .25rem .7rem !important;
}

.print-invice table.padding td {
    padding: .25rem .7rem !important;
}

.print-invice table.sm-padding td {
    padding: .1rem .7rem !important;
}

.print-invice .border-bottom td,
.print-invice .border-bottom th {
    border-bottom: 1px solid #eceff4 !important;
}

.print-invice .text-left {
    text-align: left !important;
}

.print-invice .text-right {
    text-align: right !important;
}

.parent-dev {
    background: #eceff4 !important;
    padding: 1.5rem !important;
}

.p-t-2 {
    padding: 1.5rem !important;
}

.invoice-container {
    padding: 30px !important;
}

.invoice {
    position: relative;
    /*    background-color: #fff;*/
    padding: 15px !important;
}

.invoice header {
    padding: 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #16ae94;
    border: 1px solid #16ae94;
    border-radius: 25px;
}

.invoice .company-details {
    text-align: right;
}

.invoice .company-detail-left {
    text-align: left;
}

.invoice .company-detail-logo {
    text-align: center;
    width: 100%;
}

.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0;
}

.invoice .contacts {
    margin-bottom: 20px;
}

.invoice .invoice-to {
    text-align: left;
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0;
}

.invoice .invoice-details {
    text-align: right;
}

.invoice-id {
    color: #16ae94;
}

.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #16ae94;
}

.invoice main {
    padding: 10px 10px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #16ae94;*/
    /* border: 1px solid #16ae94;*/
    border-radius: 25px;
}

.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px;
}

.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #16ae94;
}

.invoice main .notices .notice {
    font-size: 1.2em;
}

.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

.invoice table td,
.invoice table th {
    padding: 15px;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #fff !important;
}

.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
}

.table>tbody>tr>td.th,
.table>tbody>tr>th {
    color: black !important;
    font-weight: 700;
    background: #edf9f6 !important;
    border-right: 1px solid;
}

.table-bordered>:not(caption)>*>* {
    border-width: 1px 1px;
}

.invoice table td h3 {
    margin: 0;
    font-weight: 400;
    color: #16ae94;
    font-size: 1.2em;
}

.invoice table .qty,
.invoice table .total,
.invoice table .unit {
    text-align: right;
    font-size: 1.2em;
}

.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: #16ae94;
}

.invoice table .unit {
    background: #ddd;
}

.invoice table .total {
    background: #16ae94;
    color: #fff;
}

.invoice table tbody tr:last-child td {
    border: none;
}

.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: c;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa;
}

.invoice table tfoot tr:first-child td {
    border-top: none;
}

.invoice table tfoot tr:last-child td {
    color: #16ae94;
    font-size: 1.4em;
    border-top: 1px solid #16ae94;
}

.invoice table tfoot tr td:first-child {
    border: none;
}

.invoice footer {
    text-align: center;
    border-top: 1px solid #16ae94;
    padding: 10px 10px !important;
    border-bottom: 1px solid #16ae94;
    border: 1px solid #16ae94;
    border-radius: 25px;
}


/*   .invoice > div:last-child {
        page-break-before: always;
    }*/

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.strong {
    font-weight: bold;
}

.table.dataTable {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 2px;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.invoice-subtotal .invoice-calc {
    margin: 0.2rem 0;
}

.invoice-subtotal .invoice-calc .invoice-title {
    width: 171px;
}

.invoice-subtotal .invoice-calc .invoice-value {
    color: #304156;
    margin-bottom: 0;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    border: 0 solid #DFE3E7;
    border-radius: 0.267rem;
}

.card {
    margin-bottom: 2.2rem;
    box-shadow: 8px 12px 18px 0 rgb(25 42 70 / 13%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-2 {
    width: 16.66666667%;
}

.col-md-8 {
    width: 66.66666667%;
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.7rem;
}

.mt-75,
.my-75 {
    margin-top: 0.75rem !important;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.mr-md-25,
.mx-md-25 {
    margin-left: 0.25rem !important;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

#comleft {
    /* float: left; */
    text-align: left;
    /* direction: ltr; */
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    text-align: center !important;
    border: 1px solid #16ae94 !important;
}

.table>thead>tr>th {
    color: #16ae94 !important;
    font-weight: 700;
    background: #edf9f6 !important;
    border-right: 1px solid;
}

tfoot tr,
tfoot tr td,
tfoot tr th {
    background: #d1eeff !important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #ffffff !important;
}

img {
    border-radius: 50%;
}
.qfooter{
    font-size: 10px;
   font-weight: bold;
}
.qcolor{
   color: #16ae94 !important; 
}
