@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.invoice_title{
    margin-bottom: 1rem;
}
.invoice_title h5 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.invoic_formans {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 34px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-5px {
    margin-bottom: 5px;
}

.mr-5px {
    margin-right: 5px !important;
}

.mr-10px {
    margin-right: 10px !important;
}

.mb-10px {
    margin-bottom: 10px;
}

.margin-left-5px {
    margin-left: 5px !important;
}
.itemTable td:nth-child(1) {
    width: 45%;
}
.itemTable td:nth-child(2) {
    width: 15%;
}
.itemTable td:nth-child(3) {
    width: 17.5%;
}
.itemTable td:nth-child(4) {
    width: 17.5%;
}
.itemTable td:nth-child(5) {
    width: 5%;
}
.desc_textarea {
    width: 100%;
    display: inline-block;
}
.itemTitleInput{
    margin-bottom: 10px;
}
.actionbtn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    padding: 0;
    font-size: 13px;
}

.w-115px {
    width: 115px;
}

.w-130px {
    width: 130px;
}
.itemTable .w-115px,
.itemTable .w-130px{
    width: 100%
}
.amt_totalul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amt_totalul li {
    border-bottom: 1px solid #ccc;
    padding: 1.4rem 0;
}

.amt_totalul li:last-child {
    border-bottom: 0;
}

.amt_totalul li p {
    margin-bottom: 0;
}

.dis_column {
    width: calc(100% - 70px);
}

.sugamt_input {
    width: calc(100% - 220px);
    display: flex;
    margin-right: 15px;

}

.sugamt_input input {
    border-radius: 4px;
}

.rate_input {
    width: 100px;
    text-align: center;
}

.sugamt_input input.name_input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sugamt_input input.rate_input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.remove_tax {
    margin-right: 1rem;
}

.taxes_div a {
    margin-left: 1rem;
}

.pb-4rem {
    padding-bottom: 4rem;
}

.py-3rem {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.py-2rem {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.py-0rem {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
}

.tax_checkbox {
    margin-bottom: 0;
    font-weight: 500;
}

.tax_checkbox input {
    margin-right: 0.5rem;
}

.m-w-140 {
    min-width: 140px;
}

.add_invoicebtn {
    background-color: #337ab7;
    border-color: #2e6da4;
    border: 2px solid #2e6da4;
    color: #ffffff;
    border-radius: 0;
    outline: 0 !important;
}
.add_invoicebtn:hover{
    border: 2px solid #dddddd;
    background: #f1f1f1;
    color: #000000;
}
.closeBtn{
    border-width: 2px;
    border-radius: 0;
    background: #f1f1f1;
    outline: 0 !important;
}
.invoice_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.invoice_ul li.invoice_li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;

}
.invoice_ul li.invoice_li:last-child{
    margin-right: 0;
}
.invoice_ulfilter,
.invoice_ul li.invoice_li select,
.invoice_ul li.invoice_li input[type="text"],
.dateRangePickerInput{
    background: #f1f1f1;
    border: 2px solid #dddddd;
    color: #000000;
    min-width: 60px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    height: 35px;
    cursor: pointer;
    padding: 0 10px;
    display: inline-block;
    outline: 0;
}
.dateRangePickerInput {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' width='10' height='10'%3E%3Cpath d='M9.5176 2.26022H0.482354C0.0547936 2.26022 -0.16302 2.77652 0.143533 3.08308L4.66116 7.6007C4.8467 7.78624 5.15325 7.78624 5.33888 7.6007L9.8565 3.08308C10.163 2.77652 9.94516 2.26022 9.5176 2.26022Z' fill='%23000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: 96% 50%;
    padding-right: 3rem;
    width: 25rem;
}
.dateRangePickerInput .dateRangeSpan{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.invoice_ul li.invoice_li select{
    min-width: 190px;
}
.invoice_ul li.invoice_li input[type="text"]{
    text-align: left;
}
.clear_btn{
    position: relative;
    top: 1px;
}
.invoice_ulfilter:hover,
.invoice_ulfilter:focus {
    text-decoration: none;
}

label.invoice_ulfilter {
    margin-bottom: 0;
    font-weight: 500;
}

.sorting_dropdown .dropdown-menu {
    padding: 0;
    margin-top: -10px;
}

.sorting_dropdown .dropdown-menu a i {
    width: 30px;
    background: #dcefff;
    color: #337ab7;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.sorting_dropdown .dropdown-menu > li > a {
    padding: 0 0 0 14px;
}

.sorting_dropdown .sorting_name {
    margin-right: 10px;
}

.mw-155 {
    min-width: 155px;
}

.mw-120 {
    min-width: 120px;
}

.mw-100 {
    min-width: 100px;
}

.mw-80 {
    min-width: 80px;
}

.mb-1rem {
    margin-bottom: 1rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.invoice_checkbox {
    width: 50px;
}

.table.invoice_table > tbody > tr > td {
    vertical-align: middle;
}

.table.invoice_table > tbody > tr > td.invoice_checkbox {
    background: #f1f1f1;
}

.table.invoice_table > thead {
    display: none;
}

/*.invoice_no{
    width: 150px;
}*/
/*.invoice_detail{
    width: 500px;
}
.invoice_status{
    width: 300px;
}*/
.invoice_status {
    text-align: right;
}
.invoice_status.text-center {
    text-align: center;
}
.invoice_status.text-right .in_status{
    text-align: right;
}

.invoice_status .in_status {
    display: inline-block;
    min-width: 300px;
    text-align: left;
}
.invoice_status.invoiceAction .in_status{
    min-width: 200px;
}

.invoice_number a {
    margin: 0;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.table.invoice_table a {
    color: #000000;
}

.inv_date {
    background: #ccc;
    color: #6f6f6f;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.inv_decs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    font-size: 13px;
    line-height: 24px;
    display: inline-block;

}

.inv_price {
    font-size: 20px;
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}

.become_text {
    color: #a0a0a0;
    font-size: 12px;
}

.filter_btn {
    text-align: left;
    position: relative;
}

.filter_btn .caret {
    position: absolute;
    right: 8px;
    top: 14px;
}

.inv_to {
    margin-bottom: 0;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    display: inline-block;
}

.due_date {
    font-size: 13px;
}
.pay_destination{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 210px;
}

.inv_to a {
    font-weight: 600;
}

.inv_inrprice {
    margin-bottom: 0;
}


.invoice_ans {
    margin-bottom: 0;
    font-size: 14px;
    word-break: break-word;
}
pre.invoice_ans {
    word-break: break-word;
    white-space: break-spaces;
}

.invoice-container {
    max-width: 980px;
}

.invoice_tobox {
    background-color: #eeeeee;
    border: 1px solid #ccc;
    padding: 10px 20px 10px 10px;
    position: relative;
}

.invoice_tobox .remove_client {
    position: absolute;
    top: 3px;
    right: 5px;
}

.w-85px {
    width: 85px;
    margin-left: auto;
}

.w-95px {
    width: 95px;
    margin-left: auto;
}

.w-140px {
    width: 140px;
    margin-left: auto;
}

.w-450px {
    width: 450px;
}

.invoice_table_style {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 0 0 0 0;
}

.notFound {
    padding: 100px 0;
    display: block;
    align-items: center;
    justify-content: center;
}

.invoice_table_style table {
    width: 100% !important;
    margin-bottom: 0;
}

.invoice_table_style .dataTables_length,
.invoice_table_style div.dataTables_info {
    padding-left: 8px;
}

.invoice_table_style .dataTables_filter,
.invoice_table_style div.dataTables_paginate {
    padding-right: 8px;
}

.invoice_table_style .table > tbody > tr:last-child > td {
    border-bottom: 1px solid #ddd;
}

.invoice_tabs.nav-tabs > li {

    margin-bottom: 0;
}

.invoice_tabs.nav-tabs {
    border-bottom: 0;
    display: inline-block;
    position: relative;
    top: auto;
}

.invoice_tabs.nav-tabs > li > a {
    margin-right: 0;
    background: #f1f1f1;
    border: 2px solid #dddddd;
    border-right-width: 1px !important;
    border-left-width: 1px !important;
    color: #000000;
    border-radius: 0;
    min-width: 100px;
    text-align: center;
    padding: 6px 5px;
    line-height: 1.4;
}

.invoice_tabs.nav-tabs > li:first-child > a {
    border-left-width: 2px !important;
}

.invoice_tabs.nav-tabs > li:last-child > a {
    border-right-width: 2px !important;
}

.invoice_tabs.nav-tabs > li.active > a,
.invoice_tabs.nav-tabs > li.active > a:focus,
.invoice_tabs.nav-tabs > li.active > a:hover {
    background-color: #dddddd;
    border: 2px solid #dddddd;
    border-bottom-color: #dddddd;
}


.invoice-panel {
    border: 1px solid #999999;
}

.invoice-panel .panel-body {
    padding: 50px;
}

.invoice-panel .panel-heading {
    border-bottom: 1px solid #999999;
}

.invoice-panel .amt_totalul li {
    padding: 1.4rem 0;
}

.invoice-panel table {
    margin-bottom: 0;
}

.invoice_btn {
    background: #f1f1f1;
    border: 2px solid #dddddd;
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    height: 35px;
    cursor: pointer;
    padding: 0 10px;
    display: inline-block;
    border-radius: 0;
}

.btn_invoice {
    background: #2e6da4;
    border: 2px solid #2e6da4;
    color: #ffffff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    outline: 0 !important;
}
.btn_invoice:hover{
    background: #f1f1f1;
    border: 2px solid #dddddd;
    color: #000000;
}

.m-w-100 {
    min-width: 100px;
}

.invoice_buttons a.btn {
    margin-right: 10px;
}

.invoice_sts_due {
    background: #e35256;
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 10px;
}

.invoice_sts_paid {
    background: #3da07b;
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 10px;
}

.statu_paid {
    color: #fff;
    background-color: #3da07b;
    border-color: #3da07b;
}

.invoic_title {
    font-size: 18px;
    font-weight: 600;
}

.mt-5rem {
    margin-top: 5rem;
}

.action_dropdown.dropdown-menu {
    min-width: 170px;
}

.action_dropdown.dropdown-menu > li > a {
    padding: 10px 14px;
}

.action_dropdown.dropdown-menu > li > a i {
    margin-right: 5px;
}

.table_rows {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    position: relative;
}

.one_table_line {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    text-align: left;
}

.table__row {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-row;
    border-collapse: collapse;
    border-bottom: 1px solid #E7E7E7;
    width: 100%;
}

.table_area .table__row {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    text-align: left;
}

.table_column .table_inner {
    padding: 10px 0;
}

.table_column {
    margin: 0;
    padding: 0;
    display: table-cell;
    border-collapse: collapse;
    vertical-align: top;
}

.table_column_heading {
    margin: 0;
    padding: 0 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #E7E7E7;
    font-size: 14px;
    color: #333;
    background: #ffffff;
    white-space: nowrap;
    font-weight: 600;
    padding-right: 0;
    padding-left: 0;
}

.table_column.quantity_column {
    width: 85px;
    text-align: right;
}

.table_column.rate_column {
    width: 95px;
    text-align: right;
}

.table_column.amt_column {
    width: 140px;
    text-align: right;
}

.no-border {
    border: 0 !important;
}

.totals_amt {
    overflow: hidden;
}

.total_container {
    width: auto;
    min-width: 50%;
    float: right;
}

.total_container .amt_totalul {
    width: 100%;
    float: left;
}

.invoice_section {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

.invoice_contact {
    width: 40%;
    float: left;
    margin: 26px 20px 0 0;
}

.invoice_section .invoice_details {
    margin: 25px 0 0;
    width: 50%;
    float: right;
}

.invoice_header {
    position: relative;
}

.invoice_logo {
    position: absolute;
    top: 0;
    right: 0;
}
.create_invoice_logo img{
    max-height: 70px;
    width: auto;
    max-width: 100%;
}

.invoice-panel .invoice_logo img {
    width: 160px;
    object-fit: contain;
    height: auto;
}

.invoide_ansDesc {
    width: 62%;
}
@media (max-width: 991.98px) {
    .invoice_logo{
        position: relative;
        text-align: left;
    }
}
@media screen and (max-width: 800px) {
    .invoice-panel .panel-body {
        padding: 15px;
    }

    .invoice_lable {
        display: block;
        background: rgba(0, 0, 0, .05);
        border-radius: 3px;
        padding: 5px;
    }

    .invoice_contact, .invoice_section .invoice_details {
        width: 100%;
        float: none;
        margin: 0 0 0 0;
    }

    .table__row {
        display: block;
        background: rgba(0, 0, 0, .05);
        padding: 10px;
        border-radius: 3px;
    }

    .table_area .table_row {
        display: block;
        background: rgba(0, 0, 0, .05);
        padding: 10px;
        border-radius: 3px;
    }

    .table_area .table__row {
        display: block;
        background: rgba(0, 0, 0, .05);
        padding: 10px;
        border-radius: 3px;
        margin-bottom: 14px;
    }

    .table_column {
        margin: 0;
        padding: 0;
        display: block;
        margin-bottom: 15px;
    }

    li.table_column:before {
        display: block;
        border-bottom: 2px solid #d7d7d9;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .table_column.quantity_column,
    .table_column.rate_column,
    .table_column.amt_column {
        width: 100%;
        text-align: left;
    }

    .table_column.desc_column:before {
        content: "Title & Description";
    }

    .table_column.quantity_column:before {
        content: "Quantity";
    }

    .table_column.rate_column:before {
        content: "Rate";
    }

    .table_column.amt_column:before {
        content: "Amount";
    }

    .table_column .table_inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .table_heading {
        display: none;
    }

    .total_container {
        min-width: 100%;
        float: none;
    }

    .invoice-panel .invoice_title {
        display: block !important;
    }

    .invoice_buttons {
        display: block !important;
    }

    .invoice_buttons a.btn {
        display: none;
    }

    .invoice-panel .invoice_logo {
        display: none;
    }

    .invoice-panel .invoice_title .text-left {
        text-align: right;
    }

    
}
@media screen and (max-width: 767px) {
    .invoice_table_style .table-responsive{
        margin-bottom: 0;
    }
    .mb-mob-10px{
        margin-bottom: 10px !important;
    }
    .mb-mob-0{
        margin-bottom: 0 !important;
    }
    .container.py-3rem{
        padding-bottom: 2rem;
        padding-top: 2rem;
    }
}
.pdf_body {
    background-color: #f1f1f1;
}

.pdf_invoicetitle {
    background-color: #ffffff;
    padding: 1rem 0;
}

.pdf-contianer {
    max-width: 980px;

}

.pdf_body .invoice-container {
    padding-top: 4rem;
}

/*Business page css Start*/
.form-card {
    position: relative;
    border: 1px solid #dddddd;
    border-radius: .25rem;
}

.formcard-header {
    background: #f1f1f1;
    color: #000000;
    padding: 1rem 1.25rem;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    border-bottom: 1px solid #dddddd;
}

.formcard-header h5 {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}

.formcard-body {
    padding: 1.25rem;
}

.select_dropdown .select2-container .select2-selection--single,
.select_dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select_dropdown .select2-container .select2-selection--single {
    border-color: #ccc;
    outline: 0;
}

.select_dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    padding-left: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
}

.select_dropdown .select2-container .select2-selection--multiple{
    min-height: 34px;
}

.remove_filed {
    position: relative;
    top: -10px;
}

.page-container {
    padding: 2rem 0;
}

.input-group.inno_group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0 4px 4px 0;
}

.d-inline-block {
    display: inline-block;
}
.vertical_middle{
    vertical-align: middle;
}

.lastthisMonth{
    margin-bottom: 20px;
}
.lastthisMonth .tab-content{
    border: 1px solid #ddd;
    padding: 10px 14px;
}
.lastthisMonth .nav>li{
    display: inline-block;
}
.lastthisMonth ul li a{
    background: #f1f1f1;
    border: 1px solid #dddddd;
    color: #555;
    min-width: 150px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    margin-right: 0;
    padding: 5.5px 15px;
}
.lastthisMonth .nav-tabs>li.active>a,
.lastthisMonth .nav-tabs>li.active>a:focus,
.lastthisMonth .nav-tabs>li.active>a:hover{
    color: #000000;
    font-weight: 600;
}
.lastthisMonth .nav-tabs{
    border-bottom: 0;
}
.lableAmt{
    display: inline-block;
    text-align: left;
}
.lableAmt label{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
}
.lableAmt span{
    display: block;
    font-size: 22px;
    font-weight: bold;
}
.lableAmt span sub{
    color: #8e8e8e;
    font-weight: 400;
    bottom: 0;
    font-size: 14px;
}

.mt-10px{
    margin-top: 10px;
}
.itemCount{
    height: auto;
    min-width: auto;
    padding: 5px 5px;
}
.position-relative{
    position: relative;
}
/*Mobile View*/ 
@media (max-width:991.98px) {
    .d-block-ipad{
        display: block !important;
    }
    .d-block-ipad .dropdown-menu.pull-right{
        right: auto;
        left: 0;
    }
    .itemTitleInput,
    .desc_textarea{
        width: 300px;
    }
    .itemTable .w-115px{
        width: 100px;
    } 
    .itemTable .w-130px{
        width: 140px;
    }
    .sugamt_input.mobile_sugamtinput{
        width: calc(100% - 130px);
        margin-right: 5px;
    }
    .addin_column{
        margin-top: 1rem;
    }
    .addin_column .form-group {
        margin-bottom: 0;
    }
}
@media (max-width:575.98px) {
    .lastthisMonth .nav>li{
        width: 50%;
    }
    .lastthisMonth .text-right,
    .lastthisMonth .text-center{
        text-align: left;
    }
    .lableAmt label{
        font-size: 12px;
    }
    .lableAmt span{
        font-size: 14px;
    }
    .lableAmt span sub{
        font-size: 10px;
    }
    .lableAmt{display: block;margin-bottom: 0;}
    .d-block-mobile{
        display: block !important;
    }
    .filterInvoice .invoice_ul li.invoice_li,
    .dateRangePickerInput{
        width: 100%;margin-right: 0;
    }
    .filterInvoice .invoice_ulfilter, 
    .filterInvoice .invoice_ul li.invoice_li select,
    .filterInvoice .invoice_ul li.invoice_li input[type="text"]{
        min-width: 100%;
        width: 100%;
    }
    .invoice_ul li.invoice_li{
        margin-right: 5px;
    }
    .invoice_tabs.nav-tabs > li{
        width: 33.33%;
    }
    .invoice_logo{
        position: relative;
    }
    .addin_column{
        margin-top: 1rem;
        /* position: absolute;
        right: 0;
        top: 0; */
    }
    
    .addin_column .invoice_logo img{
        width: 130px;
        height: auto;object-fit: contain;
    }
    .sugamt_input.mobile_sugamtinput{
        width: calc(100% - 130px);
        margin-right: 5px;
    }
    .rate_input{
        width: 55px;
        padding: 0;
    }
    .remove_tax{
        margin-right: 5px;
    }
    .tax_checkbox{
        display: flex;
    }
    .page-container{
        padding: 0;
    }
    .invoice_title h5{
        font-size: 22px;
    }
    .btn_invoice.m-w-140{
        min-width: 120px;
    }
}

.invoicePagination .pagination{
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width:575.98px) {
    .paginationRow{
        display: block !important;
        text-align: center;
    }
    .paginationRow .text-right{
        text-align: center;
    }
    .paginationRow .col-sm-4{
        margin-bottom: 14px;
    }
}

.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0.5rem;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 2rem;
}
.radio-container span{

}
/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f1f1f1;
    border-radius: 50%;
    border: 1px solid #ccc;
}


.radio-container:hover input ~ .checkmark {
    background-color: #ffffff;
}


.radio-container input:checked ~ .checkmark {
    background-color: #ffffff;
    border-color: #337ab7;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.radio-container input:checked ~ .checkmark:after {
    display: block;
}
.radio-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #337ab7;
}

.auto-expand-textarea,.desc_textarea {
    overflow: hidden;  
    resize: none;      
}
.form-control.auto-expand-textarea,
.form-control.desc_textarea{
    min-height: 33.99px;
}

.back-btn{
    display: inline-block;
    line-height: 0;
    margin-right: 10px;
}

.flex-wrap {
    flex-wrap: wrap;
}
.ms-auto {
    margin-left: auto !important;
}
.gap-2 {
    gap: 0.5rem !important;
}

.top-action-btn,.table-action-btn{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
    background-color: #337ab7;
    border-color: #2e6da4;
    border: 2px solid #2e6da4;
}
.align-middle-td .table>tbody>tr>td{
    vertical-align: middle;
}

@media (max-width: 575.98px) {
    .ca_DateRange{
        width: 100%;
        margin-top: 10px;
    }
    .mr-mb-0{
        margin-right: 0 !important;
    }
}


/* Invoice Theme  */
.invoice_theme_list{
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 2rem;
}
.invoice-card{
/* width: 162px; */
    max-width: 100%;
}
.invoice-card-body{
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 1rem;
}
.invoice-card-body::before{
    content: '';
    padding-top: 142%;
    display: block;
}
.invoice-card-body img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.invoice-card-body iframe {
    position: absolute;
    left: 0 ;
    top: 0  ;
    width: 100%;
    height: 100%;
}

.invoiceIframe{
    height: 42rem;
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    width: 80%;
    margin-left: auto;
}
.invoiceIframe iframe {
    transform: scale(0.5) translateX(-50%) translateY(-50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 56rem;
    height: 82rem;
}
/* Invoice Theme  */