@import url(./bootstrap.min.css);
@import url(./jquery.growl.css);
@import url('https://cdn.datatables.net/1.11.5/css/dataTables.bootstrap.min.css');
@import url('https://cdn.datatables.net/responsive/2.2.9/css/responsive.bootstrap.min.css');
@import url(./select2.min.css);
@import url(./jquery-ui.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');
@import url(./custom.css);
@import url(./responsive.css);

body {
    margin: 0;
    background-color: #f4f6f8;
    font-family: 'Inter', sans-serif;
    color: #242424;
    font-size: 14px;
}

/*::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset 0 0 6px rgb(4 162 155 / 3%);*/
/*    background-color: rgb(4 162 155 / 5%);*/
/*}*/

/*::-webkit-scrollbar {*/
/*    width: 7px;*/
/*    background-color: rgb(4 162 155 / 5%);*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background-color: #04765a;*/
/*}*/

/*input[type="search"]::-webkit-search-decoration,*/
/*input[type="search"]::-webkit-search-cancel-button,*/
/*input[type="search"]::-webkit-search-results-button,*/
/*input[type="search"]::-webkit-search-results-decoration {*/
/*    display: none;*/
/*}*/

select {
    appearance: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-input {
    background: url(../images/down.svg) no-repeat 96% center / 11px;
    background-origin: content-box;
    background: url(../images/icon-search.svg) no-repeat 15px center /18px;
    padding-left: 45px !important;
}

a {
    text-decoration: none;
}

button:focus,
a:focus {
    outline: none;
    box-shadow: none !important;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

select {
    background: url(../images/down.svg) no-repeat center right / 11px;
    background-origin: content-box;
}

.color-green {
    color: #018c6a !important;
}

hr {
    margin: 20px 0;
    background-color: #c9c9c959;
    border: 0;
    opacity: 1;
}

.nowwrap-text {
    white-space: nowrap;
}

.form-group textarea {
    min-height: 80px;
    resize: unset;
}

.btn.btn-secondary {
    background: #e9eaec;
    color: #242424;
}

textarea {
    resize: none;
}

.dropdown .dropdown-menu li {
    margin: 0 !important;
}
.dropdown .dropdown-menu li:empty{
    display: none;
}
.dropdown .dropdown-menu li+li {
    border-top: 1px solid #e0e0e0;
}
.dropdown  .dropdown-menu li a svg {
    width: 19px;
    margin-right: 5px;
}
.dropdown .dropdown-menu li a {
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    color: #242424;
}
.dropdown  .dropdown-menu li a:hover {
    background: #f4f6f8;
}
.dropdown ul.dropdown-menu {
    min-width: 150px;
}
/* button css */

.custom-btn {
    line-height: 45px;
    padding: 0 20px;
    border: 0;
    border-radius: 5px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    max-width: 100%;
    transition: 300ms all;
    cursor: pointer;
    background: #05836B;
    text-decoration: none;
    min-width: 130px;
    font-weight: 500;
}

.custom-btn.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.custom-btn.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.custom-btn+.custom-btn {
    margin-left: 20px;
}

.toast {
    z-index: 99999999;
    position: fixed;
    right: 20px;
    top: 8px;
    background: #018c6a;
}

.toast.toast-error {
    background-color: #dc3545;
}

input[type=button]:focus {
    outline: none !important;
}

.btn-primary:hover,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #04765a;
    border-color: #04765a;
}

.custom-btn:hover,
.custom-btn:focus {
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    color: #fff;
    background: #04765a;
}

.btn-sml {
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius:7px;
    width: 40px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid rgb(4 46 58 / 20%);
}

.header-right-w-group {
    display: flex;
    align-items: center;
    color: #242424;
}

.btn {
    transition: 300ms all;
}

.header-right-w-group:hover {
    color: rgb(36 36 36 / 70%);
}

.border-btn,
.border-btn:hover,
.border-btn:focus {
    background: transparent;
    border: 1px solid #018c6a;
    color: #018c6a;
    padding: 0 20px;
    font-weight: 500;
    display: inline-flex;
}

.border-btn img {
    width: 20px;
    margin-right: 5px;
}


/* button css */


/* dataTable css */

.table>:not(:first-child) {
    border-top: 0px solid currentColor;
}

.table {
    margin: 0;
    width: 100% !important;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    overflow: auto;
    border-collapse: separate !important;
    border-bottom: 0;
    border-spacing: 0;
}

.br-table {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.br-table table {
    border: 0;
    border-radius: 0;
    overflow: auto;
}
.c-datatable table td,
.c-datatable table th {
    padding: 0.7rem 1rem;
    position: relative;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 20px;
}

.table td {
    vertical-align: middle;
}

.bill-edit td,
.bill-edit th {
    height: 36px;
}

.table thead th div,
.table thead th {
    color: rgb(4 46 58 / 80%) !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.c-datatable .dataTables_filter {
    text-align: right;
}

.c-datatable .dataTables_filter,
.c-datatable .dataTables_length {
    margin-bottom: 20px;
    font-size: 13px;
}

.c-datatable .dataTables_filter label,
.c-datatable .dataTables_length label {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.c-datatable .dataTables_length label select {
    margin: 0 5px;
    height: 45px;
    width: 70px;
    line-height: 45px;
    min-height: 45px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}


/* table.dataTable tbody tr:hover {
    background: #f9f9f9;
} */

div#exportTable_filter {
    text-align: right;
    min-width: 500px;
}

.c-datatable .dataTables_filter input {
    max-width: 100%;
}

.table>thead {
    vertical-align: middle;
    background: rgb(4 46 58 / 10%);
}

.c-datatable .dataTables_scrollBody thead {
    height: 0;
}

div#exportTable_filter label {
    width: 100%;
    justify-content: flex-end;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
    margin: 0;
    border: 1px solid #a7a7a7;
    color: #383838;
    padding: 6px 10px;
    border-radius: 3px;
    transition: 300ms all;
    min-width: 35px;
    display: inline-block;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
    color: #383838;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
    margin-right: 5px;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-right: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active a,
.dataTables_wrapper .dataTables_paginate .paginate_button.active:hover a,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
    background: #018c6a;
    color: #fff;
    border: 1px solid #018c6a;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover a,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active a {
    cursor: not-allowed;
    opacity: 0.4;
    background: transparent;
    border: 1px solid #a7a7a7;
    color: #383838;
}

.c-datatable .dataTables_scrollBody .table {
    border-top: transparent;
}

.c-datatable .pagination {
    margin: 20px 0 0;
    justify-content: flex-end;
}

.c-datatable .dataTables_scrollBody {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.c-datatable .dataTables_scrollBody tr:last-child {
    border-bottom: transparent;
}

.table>:not(caption)>*>*,
table.dataTable thead th {
    border-bottom: 1px solid #e0e0e0;
}

table.dataTable.no-footer {
    border-bottom: 0;
    border-spacing: 0;
}

.dataTables_wrapper .dataTables_paginate {
    padding: 20px 0 0;
}

.c-datatable {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 5px rgb(23 24 24 / 5%), 0px 1px 2px rgb(0 0 0 / 15%);
}

.overflow-hidden {
    overflow: hidden;
}

table.dataTable thead th,
table.dataTable td {
    padding: 12px !important;
}

.btn-block {
    width: 100%;
}


/* #DataTables_Table_0_paginate {
    display: none;
} */

.dataTables_filter input[type="search"] {
    background: url(../images/icon-search.svg) #fff no-repeat 15px center /25px;
    padding-left: 45px;
    border-radius: 5px;
    margin-left: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    height: 45px;
    min-height: 45px;
    line-height: 45px;
}

.dataTable {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

#DataTables_Table_0_length,
#DataTables_Table_1_length, .dataTables_length {
    float: right;
}

#DataTables_Table_0_filter {
    float: left;
      max-width: 800px;
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-top: 0;
    padding: 8px 11px;
}

.bill-edit .dataTables_empty {
    display: none;
}


/* checkbox css */

.check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
}

.check-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #4040408f;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    height: 18px;
    width: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 3px;
    background: #fff;
}

.check-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.check-group input:checked+label:before {
    background: #05836b;
    border-color: #05836b;
}

.test-list .check-group input:checked+label:after {
    top: 12px;
}

.small_btn,
.small_btn:hover {
    background: #fff;
    color: #242424;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.small_btn:hover {
    box-shadow: 0 2px 5px rgb(0 0 0 /20%);
}

body .select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    height: 45px;
    line-height: 45px;
}

/*body .select2-container--default .select2-results>.select2-results__options>li:first-child {*/
/*    display: none;*/
/*}*/

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #05836b;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #242424b0;
    line-height: 45px;
    padding-left: 0;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

body .select2-container--default .select2-selection--single {
    background: url(../images/down.svg) #fff no-repeat center right / 11px;
    background-origin: content-box;
    padding: 0 15px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

body .select2-dropdown {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

body span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus,
body .select2-container--open .select2-dropdown--below {
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
}

table.dataTable thead .sorting {
    padding-right: 25px !important;
}

.radio-group input {
    position: absolute;
    opacity: 0;
}

.radio-group input+label:before {
    content: "";
    background: #f4f6f8;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio-group input:checked+label:before {
    background-color: #018c6a;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #018c6a;
}

.radio-group input:focus+label:before {
    outline: none;
    border-color: #018c6a;
}

.radio-group input:disabled+label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio-group input+label:empty:before {
    margin-right: 0;
}

/* .radio-wrap span+span {
    margin-left: 20px;
} */

.radio-group label {
    cursor: pointer;
    font-weight: 500;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.radio-group input:checked+label {
    color: #018c6a;
    border: 1px solid;
    background: rgb(1 140 106 / 5%);
}

.radio-group input+label {
    color: rgb(36 36 36 / 80%);
}

.radio-group {
    display: block;
    margin: 5px;
    /* width: 100%; */
}

.radio-wrap {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.radio-group label span {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    font-weight: 600;
}

.radio-group label span img {
    width: 30px;
    height: 30px;
}

.testAmount {
    border: 0;
    pointer-events: none;
}

.remove_this {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 300ms all;
}

.c-datatable .normal-input input,
.c-datatable .normal-input select {
    height: 45px;
    font-size: 14px;
}

#testRequest td {
    font-weight: 500;
}

.c-datatable+.c-datatable {
    margin-top: 20px;
}

.grand_total {
    font-weight: 700;
    font-size: 25px;
}

.ui-autocomplete-input {
    background: url(../images/icon-search.svg) #fff no-repeat 15px center /25px;
    padding-left: 45px !important;
    border-radius: 5px;
    margin-left: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.header-inr .ui-autocomplete-input {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    transition: 300ms all;
}

.header-inr .form-control.ui-autocomplete-input:focus {
    box-shadow: none !important;
    background-color: #efefef;
    border-color: #efefef !important;
}

.ui-menu .ui-menu-item:hover {
    background: #f3f3f3;
}

.modal {
    z-index: 9999;
}

.modal-lg,
.modal-xl {
    max-width: 710px;
}

.c-modal .radio-group label {
    background: #fff;
}

.text-right {
    text-align: right;
}

.test-process {
    display: block;
    white-space: nowrap;
    font-weight: 600;
}

.test-process label:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff9e0f;
    border-radius: 50%;
}
.test-process.text-primary label:after {
    background: #0d6efd;
}

.test-authorised label::after {
    background: #dc3545;
}

.test-process.test-success label:after {
    background: #05836B;
}

.test-process label {
    padding-left: 20px;
    position: relative;
    display: block;
    font-size: 12px;
}

.test-process.test-pending label {
    color: #042e39cc;
}

.test-process label+label,
.test-process+.test-process {
    margin-top: 5px;
}

.accordion-body {
    padding: 0;
}

.accordion-body .table {
    border: 0;
    overflow: auto;
}
.accordion-body .tab-pane {
    overflow:auto;
}
.reportcnt td:nth-child(2) input {
    min-width: 100px;
}
.accordion-button {
    font-weight: 600;
    padding: 15px 12px;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    box-shadow: none;
    vertical-align: middle;
    background: rgb(5 131 107);
    padding: 15px 12px;
}

.accordion-button::after {
    background-image: url(../images/down.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-white.svg);
}

.relative-toast {
    position: initial;
    background: rgb(5 131 107 / 10%);
    border: 0;
    color: #05836b !important;
    box-shadow: none;
}

.width-full {
    width: 100%;
}

.relative-toast .toast-body {
    width: 100%;
    text-align: center;
    border: 1px dashed rgb(5 131 107 / 50%);
    border-radius: 5px;
}

table.dataTable thead .sorting {
    background-image: url(https://phppot.com/demo/responsive-datatables-with-automatic-column-hiding/vendor/DataTables/DataTables-1.10.13/images/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead th.sorting.sorting_asc {
    background-image: url(https://phppot.com/demo/responsive-datatables-with-automatic-column-hiding/vendor/DataTables/DataTables-1.10.13/images/sort_asc.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(https://phppot.com/demo/responsive-datatables-with-automatic-column-hiding/vendor/DataTables/DataTables-1.10.13/images/sort_desc.png);
}

table.dataTable thead .sorting:after {
    opacity: 0;
}

.dataTables_wrapper .row .col-sm-6:first-child {
    order: 2;
    text-align: right;
}
.share_lang_div .btn.btn-secondary {
    background: #f4f6f8;
}

@media(max-width:767px){
    .btn-sml {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .btn-sml svg {
        width: 18px;
    }
    .radio-wrap {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .radio-group {
        width: 100%;
    }
    .dataTables_wrapper .row .col-sm-6 {
        width: 70%;
    }
    .dataTables_wrapper .row .col-sm-6:first-child {
        width: 30%;
    }
    div.dataTables_wrapper div.dataTables_length label {
        font-size: 0;
    }
}

