.container {
    max-width: 1170px;
}
.paid_partial_color{
    color: #fb0d0c;
}
#invoice-main {
    box-shadow: 0 0 0 3px #196abc;
    margin: 0px 0 40px 0;
    border-radius: 5px;
}
.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-stripe {
    background-image: url("../images/stripe-s-icon.png");
    background-position: left 12px center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.brd-right {
    border-right: 1px solid #dde5f1;
}
.brd-left {
    border-left: 1px solid #dde5f1;
}
.bdr-bottom {
    border-bottom: 1px solid #dde5f1;
}
.invoice-header-text p {
    line-height: 23px;
    margin: 0;
    padding: 20px 0;
}
.address-block {
    padding: 20px 1rem;
}
.invoiceInfo .address-block {
    padding: 20px 1rem 0;
}
.invoiceInfo .address-block:last-child {
    padding-bottom: 20px;
}
.invoiceInfo .address-block div:first-child i {
    position: relative;
    font-size: 20px;
    top: -15px;
}
.invoiceInfo .address-block div:first-child p {
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 0;
}
.address-block i.bi-upc{
    font-size: 28px !important;
}
.address-block i.bi-currency-dollar{
    font-size: 22px !important;
}
.invoice-heding-block {
    color: #fff;
    font-weight: bolder;
    font-size: 15px;
}
.invoice-heding-block > div,
.invoice-heding-block > td{
    background-color: #196abc;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
}
.invoice-detail > div,
.invoice-detail > td{
    padding: 10px 0;
}
.total {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}
.invoiceActionBtns {
    padding: 50px 0;
}
.yellow-Bg{
    background-color: #fcffb9;
    color: #196abc;
}
.yellow-Bg .total {
    font-size: 16px;
    color: #196abc;
    font-weight: bold;
}
.bg-light-gry {
    background-color: #f5f5f5;
}
.invoice-heding-block > tr{
    background-color: #196abc;
}
.invoiceActionContainer > .btn{
    margin: .25rem .125rem;
}

.tblRecurringPayments {
    table-layout: fixed;
    border: 0;
}
.tblRecurringPayments thead th{
    background-color: #196abc;
    border: 0;
    color: #FFF;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tblRecurringPayments td {
    padding: .625em;
}
.tblRecurringPayments tbody td {
    border-bottom: 1px solid #dde5f1;
}
.tblRecurringPayments .recurringTotal {
    text-align: right
}
.tblRecurringPayments tbody {
    border: 0 !important;
}
.tblRecurringPayments tbody .recurringTotal {
    background-color: #fcffb9;
    color: #196abc;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
}
.invoiceUsers .col-sm-6{
    flex: 0 0 auto;
    width: 50%;
}


@media screen and (max-width: 600px) {
    /*     .tblRecurringPayments {
              border: 0;
         }
         .tblRecurringPayments thead {
              border: none;
              clip: rect(0 0 0 0);
              height: 1px;
              margin: -1px;
              overflow: hidden;
              padding: 0;
              position: absolute;
              width: 1px;
         }
         .tblRecurringPayments tr {
              border-bottom: 3px solid #ddd;
              display: block;
              margin-bottom: .625em;
         }
         .tblRecurringPayments td {
              border-bottom: 1px solid #ddd;
              display: block;
              text-align: right;
         }
         .tblRecurringPayments td::before {
              content: attr(data-label);
              float: left;
              font-weight: bold;
              text-transform: uppercase;
         }
         .tblRecurringPayments td:last-child {
              border-bottom: 0;
         }*/
}

.swiftCloudTabs.nav-tabs li.nav-item a.nav-link{
    width: auto
}
.paymentOptContainer .tab-content {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding: 15px;
    float: right;
    width: 100%;
    position: relative;
}
.payNowOrderTotal {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    color: #1464b2;
    font-weight: bold;
}
.paid-stamp img{
    max-width: 110px;
}
.paid_partial_span{
    font-size: 18px;
    font-weight: bold;
    width: 110px;
    text-align: center;
    display: inline-block;
}


.chatDockSwitch {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.chatDockSwitch input[type=checkbox] {
    display: none;
}
.chatDockSwitch input[type=checkbox] + label {
    background: var(--bs-blue-color);
    color: #FFF;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 26px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.chatDockSwitch input[type=checkbox] + label:before {
    content: "\F24B";
}
.chatDockSwitch input[type=checkbox] + label:before {
    font-family: bootstrap-icons;
    display: inline-block;
}

.companylogo {
    max-width: 100% !important;
  }

@media (max-width:767px) {
    #invoice-main{
        margin: 0px 0px 30px;
    }
}
@media (max-width:575px) {
    .invoice-detail > div, .invoice-detail > td{
        padding: 3px 10px 3px 100px;
        position: relative;
        text-align: left !important;
    }
    .invoice-detail .col-sm-6:before,
    .invoice-detail .col-sm-4:before,
    .invoice-detail .col-sm-2:before{
        content: attr(data-label);
        float: left;
        width: 100px;
        font-weight: bold;
        position: absolute;
        left: 10px;
    }
    .invoice-heding-block + .invoice-detail{
        border-top: 1px solid #dde5f1;
    }
    .subtotalCol .col-sm-6{
        flex: 0 0 auto;
        width: 50%;
    }
    .invoiceInfo .address-block{
        padding: 10px 1rem 0;
    }
    .invoiceInfo .address-block:last-child{
        padding-bottom: 10px;
    }
}
@page :left {
    margin: 0.1cm;
}
@page :right {
    margin: 0.1cm;
}
@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}

@media (max-width:480px) {
    .invoiceUsers .col-sm-6{
        flex: 0 0 auto;
        width: 100%;
    }
    .paymentOptContainer ul.swiftCloudTabs li a.nav-link span{
        display: none;
    }
    .payNowOrderTotal{
        position: relative;
        display: block;
        text-align: center;
        padding-bottom: 10px;
        right: auto;
        left: auto;
    }
}