/*================================================================================
    Item Name: Materialize - Material Design Admin Template
    Version: 5.0
    Author: PIXINVENT
    Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.Outline {
    border: 1px solid #2ba681;
    background: none;
    color: #2ba681;
}

.Outline:hover,
.Outline:active,
.Outline:focus {
    background: #2ba681;
    color: #fff;
}

.greenBtn {
    border: 1px solid #2ba681;
    background: #2ba681;
    color: #fff;
}

.greenBtn:hover,
.greenBtn:active,
.greenBtn:focus {
    background: #2ba681;
    color: #fff;
}

.blueBtn {
    border: 1px solid #1f71bc;
    background: #1f71bc;
    color: #fff;
}

.blueBtn:hover,
.blueBtn:active,
.blueBtn:focus {
    background: #1f71bc;
    color: #fff;
}

.card h3.card-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    text-transform: capitalize;
}

.placingOrder {
    padding: 25px;
    text-align: center;
}

.orderPanel {
    background: #efe5ff;
    padding: 15px 20px;
    border-radius: 5px;
    color: #000;
    margin-bottom: 20px !important;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
}

ul.stepper .step .step-content .step-actions {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 30px;
}

@media only screen and (max-width: 767px) {
    .step-content .col.m10.s12 {
        width: 100% !important;
    }
    .placingOrder {
        padding: 10px;
    }
    ul.stepper .step .step-content {
        margin-left: 15px;
        margin-right: 15px;
        padding: 15px;
    }
    .orderPreview .row .col {
        width: 100%;
    }
}

.order-field {
    min-height: inherit !important;
}

.addModal .modal-content {
    padding: 0;
    padding-top: 50px;
}

.addModal .modal-footer {
    height: inherit;
    /* padding: 0 30px 30px 30px; */
    padding: 10px !important;
}

.addModal .modalHeader {
    text-align: center;
    padding: 25px;
}

.addModal .modalHeader h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
}

.addModal .modalHeader p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.addModal .modalContent {
    text-align: center;
    background: #f1f1f1;
    padding: 50px 25px;
    margin-bottom: 25px;
}

.addModal .modalContent h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
}

.addModal .modalContent p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.addModal .modalClose {
    position: absolute;
    right: 0;
    top: 30px;
}

.step-content .app-email .content-area.content-right {
    float: none;
    width: 100% !important;
    margin-top: 0 !important;
}

.step-content .app-email .content-area .app-wrapper .collection .collection-item .list-content {
    width: 90%;
}

.newSamplebtn {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.step-actions-btns {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
}

.step-actions-btns button {
    margin-bottom: 5px;
}

.sampleSize {
    background: #dcdcdc;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
}

.parsley-required {
    color: red !important;
    text-align: left !important;
    font-size: 12px;
}

.parsley-min {
    color: red !important;
    text-align: left !important;
}

.parsley-pattern {
    color: red !important;
    text-align: left !important;
}

.tabInner {
    padding: 20px 0 !important;
}

.text-right {
    text-align: right;
}

.licenceTab th {
    background: #f3f3f3;
}

.addnewModal .select2-container--default .select2-selection--single {
    background: transparent !important;
}

.addnewModal .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 10px;
    text-align: left;
}

.addnewModal .select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    z-index: 99999 !important;
    opacity: 1;
    position: relative;
}

.modal.addnewModal {
    z-index: 9999 !important;
}

.select-action-mobile {
    display: none;
}

@media(max-width: 1136px) {
    .select-action {
        display: none;
    }
    .select-action-mobile {
        display: flex !important;
    }
}

.select-action .dropdown-content {
    /* min-width: 150px !important; */
    /* width: initial !important;
    overflow: hidden; */
    width: fit-content !important;
    height: auto !important;
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    top: 10px;
    line-height: 15px;
    text-indent: -1px !important;
}

.select-action-mobile ul {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.select-action-mobile ul li {}

.select-action-mobile ul li a {
    background: #fff;
    border: 1px solid #3f51b5;
    color: #3f51b5 !important;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding: 6px 12px;
}

.select-action-mobile ul li a i {
    margin-right: 10px;
}

.select-action-mobile ul li a:hover,
.select-action-mobile ul li a:active,
.select-action-mobile ul li a:focus {
    background: #3f51b5;
    border: 1px solid #3f51b5;
    color: #fff !important;
}

.select-action .dropdown-content li>a {
    padding: 10px !important;
}

.select-action .dropdown-content li>a .material-icons {
    margin: 0 10px 0 0 !important;
}

.dataTables_wrapper table.dataTable tbody td {
    white-space: inherit !important;
}

.navbar-list.right li .dropdown-content {
    min-width: 220px !important;
}

.display-flex.media {
    align-items: center;
}

.display-flex.media .media-body {
    padding-left: 15px;
}

.display-flex.media h6 {
    margin: 0;
}

span.uploadImg {
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
}

span.uploadImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.users-view .striped td:first-child {
    /* dynamic width change of first td*/
    width: 250px;
}

.uploadLabel {
    top: -25px !important;
    font-size: 15px !important;
    left: 20px !important;
}

.input-field.select-input {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 10px;
}

.input-field.select-input .parsley-errors-list {
    order: 2;
}

.input-field.select-input .select2.select2-container {
    order: 1;
}

.searchTitle {
    background: #5430a1;
    padding: 10px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.previewInner {
    padding-top: 25px;
}

.previewInner .content-area.content-right {
    width: 100%;
    margin-top: 0;
    float: none;
}


/* 09-02 */

.orderPreviewInner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.orderPreviewInner .cust-tbl {
    padding-left: 50px;
    padding-right: 50px;
    width: 50%;
    border-right: 1px solid #DEDEDE;
    padding-top: 50px;
    background: #0080000a;
}

.cust-tbl .table tr {
    border: none;
}

.cust-tbl .table tr td:first-child {
    padding-left: 0px;
    /* width: 200px; */
    word-wrap: break-word;
    position: relative;
}

.cust-tbl .table tr td:first-child::after {
    content: ":";
    right: 0px;
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translate(-50%, -50%);
}

.cust-tbl .table tr td {
    border: none;
    padding: 10px;
    word-break: break-all;
}

.orderPreviewInner .pymnt-conf {
    padding-left: 50px;
    padding-right: 50px;
    width: 50%;
    padding-top: 30px;
    position: relative;
    background-color: #F2FCFF;
}

.pymnt-conf .inr-sec {
    background: #FFFFFF !important;
    box-shadow: 0px 3px 25px #0000000f;
    border: 1px solid #E4E4E4;
    z-index: 9;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.pymnt-conf .thead {
    position: relative;
    text-align: left;
    color: #000000;
    font-style: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 15px;
    border-top: none;
    text-transform: capitalize;
    padding: 20px;
    border-bottom: 2px dashed #DEDEDE;
}

.pymnt-conf .thead::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 30px;
    height: 3px;
    background-color: #00AEEF;
    left: 20px;
}

.pymnt-conf table {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.pymnt-conf table tbody tr:nth-child(odd) {
    background-color: #ECF4FC;
    border-radius: 4px;
}

.pymnt-conf table tbody tr {
    margin-top: 10px;
}

.pymnt-conf table tbody tr:nth-child(even) {
    border: 2px solid #E8F3F6;
}

.pymnt-conf table tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pymnt-conf table tbody tr td:last-child {
    padding-right: 10px;
    text-align: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pymnt-conf table tbody tr td {
    padding-left: 10px;
    font-weight: 700;
    border: 1px solid #E8F3F6;
    font-size: 13px;
    color: #000;
}

.pymnt-conf .last-line {
    border-bottom: 2px dashed #DEDEDE;
}

.duble-sec .pymnt-conf .table-foter {
    padding: 0px !important;
}

.tabs.tab-demo {
    margin-bottom: 4px;
}

.pymnt-conf .table-pymnt.table-foter {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin: 15px 0;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.pymnt-conf .table-pymnt .cost-sec {
    background-color: #fff;
    color: #5131a1;
    text-align: center;
    padding: 15px 0;
    text-decoration: underline;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 1;
    text-align: center;
    border: 1px solid #8764b5;
}

.pymnt-conf .table-pymnt {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    background: #FFFFFF;
}

.pymnt-conf .table-pymnt .price {
    background-color: #8764b5;
    color: #FFFFFF;
    padding: 15px 0;
    /* padding-right: 10px; */
    text-align: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    flex: 1;
    text-align: center;
}

@media(max-width: 1199px) {
    .orderPreviewInner .cust-tbl {
        padding: 20px;
    }
    .orderPreviewInner .pymnt-conf {
        padding: 20px;
    }
}

@media(max-width: 991px) {
    .orderPreviewInner .cust-tbl {
        width: 100%;
    }
    .orderPreviewInner .pymnt-conf {
        width: 100%;
    }
    .orderPreviewInner {
        flex-direction: column;
    }
    .modal.addnewModal {
        width: 95%;
    }
}

.modal.addnewModal {
    max-height: 85vh;
}

.printlable {
    background-color: #27B0A5;
    color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.orderPreviewInner .collapsible {
    border: none;
    box-shadow: none;
}

.orderPreviewInner .collapsible li .collapsible-header:after {
    content: '+';
    float: right;
    position: absolute;
    right: 20px;
}

.orderPreviewInner .collapsible li.active .collapsible-header:after {
    content: '-';
    float: right;
}

.orderPreviewInner .collapsible li {
    /* margin-bottom: 15px; */
    margin-bottom: 25px;
    border: 1px solid rgb(221, 221, 221);
}

.keyboard-focused .collapsible-header:focus {
    /* background: #5131a0; */
    background: none !important;
    position: relative;
    /* color: #ffff; */
}

.orderPreviewInner .collapsible li.active .collapsible-header {
    background: #5131a0;
    position: relative;
    color: #ffff;
}

.orderPreviewInner .collapsible-header {
    background: #5131a0;
    position: relative;
    color: #ffff;
}

.orderPreviewInner .collapsible li .collapsible-body {
    padding: 10px 20px;
}

.cust-tbl .cust-tblHeader {
    margin-bottom: 15px;
}

.cust-tbl .cust-tblHeader .table tr td {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.orderBadge {
    background: #0080002e;
    padding: 18px 15px !important;
    border-radius: 10px;
    color: #000 !important;
    display: inline-block;
    margin: 0;
    line-height: 0 !important;
}

.previewTab .tabs {
    /* overflow: hidden;
    flex-wrap: wrap; */
    height: inherit !important;
    padding: 10px 15px;
}

.previewTab .tabs::-webkit-scrollbar {
    /* width: 10px; */
    height: 5px;
}

.previewTab .tabs::-webkit-scrollbar-track {
    background: #fff;
}

.previewTab .tabs::-webkit-scrollbar-thumb {
    background: #b5b3b3;
}

.previewTab .tabs::-webkit-scrollbar-thumb:hover {
    background: #b5b3b3;
}

@media only screen and (max-width: 575px) {
    /* .tabs .tab a {
        padding: 0;
    } */
    /* .previewTab .tabs .tab {
        width: 100%;
    } */
    .orderPreviewInner .collapsible li .collapsible-body {
        padding: 5px;
    }
    .cust-tbl .cust-tblHeader .table tr td {
        font-size: 15px;
    }
    .orderPreviewInner .cust-tbl {
        padding: 5px !important;
    }
    .card .card-content {
        padding: 10px !important;
    }
    .orderPreviewInner .pymnt-conf {
        padding: 5px !important;
    }
}

.red-color {
    color: red !important;
}

.roleMngt {}

.roleMngt .collapsible {
    width: 100% !important;
}

.roleMngtInner {
    padding-top: 30px;
}

.roleMngtList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.roleMngtList h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: 500;
}

.roleMngtList .input-field {
    margin: 0;
}

.parsley-type {
    color: red !important;
    text-align: left !important;
}

.parsley-minlength {
    color: red !important;
    text-align: left !important;
}

.menuitemshow {
    cursor: default;
    pointer-events: none;
    color: #9f9f9f !important;
    background-color: #dfdfdf !important;
    box-shadow: none;
}

.userDelete {
    position: relative;
}

.userDelete .deleteBtn {
    position: absolute;
    bottom: 5px;
    right: -5px;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.userDelete .deleteBtn .material-icons {
    font-size: 18px;
}

.parsley-equalto {
    color: red !important;
    text-align: left !important;
}

.nav-expanded .sidenav .menu-title {
    width: 160px;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: inline-block;
    /* text-align: center; */
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* color: #000; */
}


/* 
.select2-container:after {
    content: "*";
    display: block;
    position: absolute;

    top: 5px;
    color: red;
}

.select2-container {
    position: relative;
} */

.dt-buttons .dt-button {
    text-align: center;
    border-radius: 10px;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-right: 10px;
    background-color: #27B0A5;
    color: #FFFFFF;
}


/* 
.dt-buttons .dt-button.buttons-pdf {

}
.dt-buttons .dt-button.buttons-excel {
    background-color: #27B0A5;
    color: #FFFFFF;
    text-align: center;
    
}
.dt-buttons .dt-button.buttons-csv {
    background-color: #27B0A5;
    color: #FFFFFF;
    text-align: center;
} */


/* .dataTables_wrapper table#package-list-datatable.dataTable tbody tr td:nth-child(2) span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    text-decoration: none;
    text-overflow: ellipsis;
    display: inline-block;
} */

.selectLabel {
    top: -28px !important;
    font-size: 12px !important;
}

.cardWrapper h5 {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 500;
}

.cardWrapper.completed {}

.cardWrapperInner {
    padding: 20px 10px;
    text-align: center;
}

.cardWrapperInner h3 {
    /* padding: 10px; */
    font-size: 32px;
    margin: 0;
    line-height: 32px;
    font-weight: 500;
}

.cardWrapperInner p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0;
}

.striped h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 10px;
}

.striped p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
}

.striped td b {
    color: #000;
    font-weight: 900;
}


/* 
.panel-group .panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
}

.panel-group .panel-heading a:after {
    content: '-';
    float: right;
}

.panel-group .panel-heading a.collapsed:after {
    content: '+';
} */

.collapsible.collapsible-accordion li .collapsible-header {
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.collapsible.collapsible-accordion li .collapsible-header::after {
    content: '+';
    float: right;
    background: #6d25a2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}

.collapsible.collapsible-accordion li.active .collapsible-header::after {
    content: '-';
    float: right;
    background: #6d25a2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}

.orderDetails {
    padding: 15px 0;
}

.orderDetails h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
    margin-top: 0;
    font-weight: 500;
}

.orderDetails h5 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    margin-top: 0;
}

.orderDetails p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    font-weight: 300;
    margin-top: 0;
    color: #6b6f82;
}

.orderDetails hr {
    border: 1px solid whitesmoke;
}

.blockListWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blockList {
    padding: 10px;
    flex: 1;
}

.blockListInner {
    text-align: center;
    /* background: red; */
    padding: 10px;
    border: 2px solid #00bcd4;
}

.blockListInner p {
    margin: 0;
}

.cardHead {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    max-height: 52px;
}

.cardInner {
    padding: 15px;
}

.blockListInner h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
}

.collectionBtn {
    display: flex;
}

.collectionBtn a {
    padding: 0 10px !important;
    margin: 0 5px !important;
    font-size: 12px;
    height: 28px;
    line-height: 30px;
}

.cardInner p {
    font-size: 12px;
}

.cardInner h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
}

.cardInner h6 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.h-100 {
    height: 100%;
}

.colRow {
    display: flex;
    flex-wrap: wrap;
}

.colRow .col.xl4 {
    margin-left: 0;
}

.QrcodeIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.QrcodeIcon svg {
    margin-right: 10px;
}

.select-action .dropdown-content li>a {
    white-space: nowrap;
}


/* 05-03 */

.addModal.qrCodeDownload .modal-content {
    padding: 10px !important;
}

.addModal.qrCodeDownload .modalClose {
    position: absolute;
    right: 0;
    top: 10px;
}

.addModal.qrCodeDownload .modalHeader {
    text-align: center;
    padding: 10px;
}

.addModal.qrCodeDownload .modalContent {
    text-align: center;
    background: #f1f1f1;
    padding: 20px 0;
    margin-bottom: 10px;
}

.addModal.qrCodeDownload .modalContent p {
    margin-bottom: 20px;
}

.addModal.qrCodeDownload .modalHeader h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}

.section.section-data-tables .card-content h5 {
    margin: 0;
}

.dropdown-content li>a {
    padding: 14px 10px !important;
}

@media only screen and (max-width: 767px) {
    .section.section-data-tables .row .col.m4,
    .section.section-data-tables .row .col.m8 {
        width: 100%;
    }
    .section.section-data-tables .card-content h5 {
        font-size: 18px;
        line-height: 20px;
        margin: 0;
    }
    .cardWrapperInner h3 {
        font-size: 24px;
        margin: 0;
        line-height: 32px;
    }
    /* 09-03 */
    ul.stepper .step:not(:last-of-type).active {
        padding-bottom: 0;
    }
    ul.stepper>li:not(:last-of-type) {
        padding-bottom: 0;
    }
    .printlable {
        width: 250px;
        overflow: hidden;
        position: relative;
        display: inline-block;
        /* text-align: center; */
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 992px) {
    .tabs .tab {
        flex-grow: inherit !important;
    }
    .card .material-icons {
        font-size: 18px;
    }
}

.sidenav-active-square .sidenav li>a.active span {
    color: #fff;
}

.navbar .sideNav-lock .header-search-wrapper {
    margin: 10px auto 0 270px;
    width: calc(100% - 440px);
}

.step-actions a {
    margin-bottom: 10px;
}

.brand-sidebar .logo-wrapper a.brand-logo img {
    height: 26px;
}

.brand-sidebar .brand-logo {
    display: flex;
    align-items: center;
    padding: 18px 12px 14px 18px;
}

.brand-sidebar span.logo-text {
    color: #0099ff;
    font-weight: 600;
}

.sidenav li>a>i.material-icons svg {
    fill: #b9b9b9;
    max-width: 25px;
    max-height: 20px;
}

.sidenav-active-square .sidenav li>a.active>i svg {
    fill: #fff;
    max-width: 25px;
    max-height: 20px;
}

.actions {
    flex-wrap: wrap;
}

.actions button {
    margin-bottom: 5px;
}

.actions button img {
    max-width: 13px;
}


/* chart */

#total-transaction-line-chart-1 {
    height: 240px;
}

#total-transaction-line-chart-1 .ct-series-a.ct-series .ct-line {
    stroke: url(#lineLinearStats) !important;
    stroke-width: 3px;
}

#total-transaction-line-chart-1 .ct-series-a .ct-point {
    fill: transparent;
    stroke: transparent;
}

#total-transaction-line-chart-1 .ct-series-a .ct-point:hover {
    fill: url(#lineLinearStats) !important;
    stroke-width: 4;
    stroke: #fff;
}

#total-transaction-line-chart-1 .ct-series-a .ct-point-circle {
    fill: #fff;
    stroke-width: 4;
    stroke: #7b1fa2;
}

#total-transaction-line-chart-1 .ct-grid {
    stroke: rgba(0, 0, 0, .05);
    stroke-width: 1px;
    stroke-dasharray: 0;
}

.qrCodeDownload ul.parsley-errors-list {
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.qrCodeDownload ul.parsley-errors-list .parsley-required {
    text-align: center !important;
    font-size: 16px;
}

.section .card.progressInner p {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    line-height: 16px;
}

.section .card.progressInner h5 {
    font-size: 34px;
    font-weight: 800;
    color: #000;
    line-height: 40px;
}

.dataTables_wrapper {
    padding: 10px;
}

#searchForm .card-content .row {
    display: flex;
    flex-wrap: wrap;
}

#searchForm .card-content .row .input-field {
    margin-left: initial !important;
}

#breadcrumbs-wrapper .breadcrumbs .active {
    font-weight: normal;
    color: #fff !important;
}

.select-inner {
    display: flex;
}

.select-inner .input-field {
    margin-bottom: 0;
}

.select-inner .selection .select2-selection {
    padding: 0 10px;
}

.select-inner .selection .select2-selection .select2-selection__arrow {
    margin-right: 5px;
}

#breadcrumbs-wrapper .breadcrumbs>li {
    display: inline-block;
    color: #fff !important;
}

.card-innerhead {
    display: flex;
    margin: 0;
}

.card-innerhead li {
    margin-right: 15px;
}

.card-innerhead li h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
}

.file-field.input-field.uploadInner {
    position: relative;
}

.file-field.input-field.uploadInner .parsley-errors-list {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: left;
    right: 10px;
    top: 60%;
}

.file-field.input-field.uploadInner .parsley-errors-list li {
    text-align: left !important;
    line-height: 1;
}

.file-field.input-field.uploadInner .file-path-wrapper {
    padding-bottom: 20px;
}

.avatar-status img {
    width: 28px !important;
    height: 28px !important;
    object-fit: cover !important;
}

.avatar-status {
    vertical-align: middle !important;
}

.navbar .profile-button span.avatar-status {
    line-height: 0 !important;
}

.avatar-status i {
    bottom: 0 !important;
}
.log-sec {
display: flex;
justify-content: center;
margin-top: 20px;
}
.log-sec img.sign-log {
width: 50px;
}

.log-sec a.brand-logo.darken-1 {
display: flex;
align-items: center;
}

.log-sec span.logo-text {
margin-left: 10px;
font-size: 20px;
font-weight: 500;
}
.bold{
    font-weight: bold;
    /* color: red; */
    font-size: 18px;
}
.cat-details .input-field {
    margin: 4px 0;
}
.cat-details .input-field > label {
    position: initial !important;
}
.parsley-max{
    color: red !important;
}
.parsley-range{
    color: red !important;
}


.radiostatic{
    position: static !important;
}
.step.step-danger::before{
    background-color: #ef525d !important;
}
.input-field > label.required_label
{
    color: #F44336 !important;
}
.step.step-success::before{
    background-color: #008000 !important;
}

.display_inline
{
    display: inline-block!important;
}

input:required, input:required:focus {
    border-bottom: 2px solid #ff4081 !important;
    /*box-shadow: 0 1px 0 0 #ff4081 !important;*/
    outline: none;
}

.select-2-required .select2-container--default .select2-selection--multiple, 
.select-2-required .select2-container--default .select2-selection--single, 
.select-2-required .select2-container--default.select2-container--focus .select2-selection--multiple{
    border-bottom: 2px solid #ff4081 !important;
    /*box-shadow: 0 1px 0 0 #ff4081 !important;*/
}

ul.parsley-errors-list{
    position: absolute;
    top: 100%;
    left: 0px;
}
.input-field
{
    position: relative !important;

}
div#fileUploadModal{
    height: auto !important;
}
div#fileUploadModal .modal-content {
    height: auto !important;
    max-height: unset !important;
    position: relative !important;
}
div#fileUploadModal .modal-footer{
    position: relative !important;
}
.preview img {
    width: 80% !important;
}


.toggleWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate3d(-50%, -50%, 0);
}
.toggleWrapper input {
  position: absolute;
  left: -99em;
}

.toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 200px;
  height: 30px;
  background: #ff5252;
  border-radius: 5px;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before, .toggle:after {
  position: absolute;
  line-height: 30px;
  font-size: 12px;
  z-index: 2;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggle:before {
  content: "Ready";
  left: 3px;
  color: #D21626;
  width: 50%;
  text-align: center;
}
.toggle:after {
  content: "Not Ready";
  right: 20px;
  color: #fff;
}

.toggle__handler {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100px;
  height: 24px;
  border-radius: 3px;
  top: 3px;
  left: 3px;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateX(0px);
}

input:checked + .toggle {
  background: #43a047;
}
input:checked + .toggle:before {
  color: #fff;
}
input:checked + .toggle:after {
  color: #43a047;
}
input:checked + .toggle .toggle__handler {
  width: 100px;
  transform: translateX(95px);
  border-color: #fff;
}
.col.l2.m3.s12.info-content-block {
    position: relative;
    min-height: 40px;
}

.modal ul.parsley-errors-list {
    margin: 5px 0px 0px !important;
}
.report-sample-sec .test-info-table-container .test-info-card:nth-child(even){
    background-color: #e5e5e5 !important;
}
#StaffPopup .col.m12.s12.file-field.input-field.uploadInner .parsley-errors-list {
    position: absolute;
    top: 36px;
    padding: 0px 16px !important;
}
.cardWrapperInner{
    overflow: auto !important;
}
.cust-area{
    margin-bottom: 0px !important;
}
.cust-area .form-group{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    align-items: end;
    flex-wrap: wrap;
}
.modal ul.parsley-errors-list {
    padding: 0px 15px;
}
label.sm-hed {
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
}
.new-btn-sec {
    width: 100%;
    justify-content: end !important;
}
.new-btn-sec .btn-block {
    width: auto !important;
    margin-left: 10px;
}
.new-btn-sec .btn-block .title-btn {
    margin: 0px !important;
}

/*csv css*/

.table-sec-container{
    padding: 0 15px;
}
.table-cover{
    margin-bottom: 30px;
    max-height: 400px;
    overflow: auto;
    border-bottom: solid 1px #EAEAEA;
}
.table-cover .custom-table-report {
    width: 100%;
}
.table-cover .custom-table-report th{
    font-size: 14px;
    padding: 15px 5px;
    background-color: #FCFCFC;
}
.table-cover .custom-table-report th:first-child, .table-cover .custom-table-report td:first-child {
    padding: 15px 5px 15px 25px;
}
.table-cover .custom-table-report th:last-child, .table-cover .custom-table-report td:last-child {
    padding: 15px 25px 15px 5px;
}
.table-cover .custom-table-report td{
    font-size: 14px;
    padding: 15px 5px;
}
.report-sample-sec .report-details-sec-btm .btm-row{
    border-bottom: solid 1px #EAEAEA !important;
}
.table-cover .custom-table-report td.td-head{
    font-weight: bold;
    padding: 15px 25px;
}
.table-filter-sec{
    padding: 15px;
}

.table-filter-sec{
    display: flex;
}

.table-filter-sec .header-search-wrapper{
    width: 250px;
    position: relative;
    align-items: center;
    display: flex;
    padding: 0;
}
.table-filter-sec .header-search-wrapper .header-search-input{
    padding-left: 30px;
    margin-bottom: 0;
    outline:  none !important;
}
.table-filter-sec .header-search-wrapper .search-icon{
    position: absolute;
    height: 25px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.table-filter-sec .select-block{
    margin-left: 25px;
}
.report-details-sec-tab{
    padding-bottom: 10px !important;
}

.dataTables_wrapper table.dataTable tbody {
    height: auto !important;
    max-height: 300px !important;
}
textarea.materialize-textarea:required {
    border-bottom: 1px solid #ff4081 !important;
    box-shadow: 0 1px 0 0 #ff4081 !important;
    outline: none;
}

.card_header
{
    background: #00bcd4;
}
.card_header h5
{
    color: #fff;
    font-weight: 800;
}
.card_header_clps
{
    background: #00bcd4 !important;
    color: #fff !important;
    font-weight: 800 !important;
}
.padg_15
{
    padding: 15px !important;
}
.t-area-main {
    overflow: auto;
    width: 100%;
}
.dataTables_wrapper table.dataTable {
    width: 100% !important;
    min-width: 500px !important;
}
/*additional fixes*/
@media screen and (max-width: 576px) {
    .login-bg {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
  
  @media screen and (max-width: 576px) {
    .login-bg .login-page {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
  
.report-sample-sec .test-info-table-container .test-info-card {
    overflow: auto;
}

.select-wrapper .dropdown-content.select-dropdown{
    top: 16px !important;
}
.image_bdr{
    border: none !important;
}

.modal-footer-row{
    justify-content: center;
    align-items: center;
    display: flex;
    padding-bottom: 40px;
}
#reportSampleModal{
    min-height: 310px;
}



/*new updates july 2022*/
.sidenav li>a span b {
    text-shadow: 0px 0px 0px black
}

ul.parsley-errors-list {
    position: absolute;
    top: calc(100% - 7px);
    left: 12px;
    margin-top: 0;
    margin-bottom: 3px
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below{
    border: 2px solid #ddd;
    box-shadow: 0 0px 14px rgba(0,0,0,0.3);
}

.dataTables_wrapper table.dataTable tbody td:last-child{
    display: table-cell !important
}
@media screen and (max-width: 1200px) {
    .input-field>label {
        font-size: 0.8rem
    }
}

@media screen and (max-width: 600px) {
    .input-field>label {
        font-size: 0.75rem
    }
}

.edit-btn-grup{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.switch label .lever{
    margin: 0;
}

.roleMngtList{
    justify-content: space-between;
    width: 100%;
}

.roleMngtList.row b{
    text-shadow: 0 0 black;
}
.roleMngtList .input-field{ margin-left: auto}

/*order view coureier*/

@media only screen and (min-width: 1200px) {
    .row .col.l2x {
        width: 20%;
        margin-left: auto;
        left: auto;
        right: auto
    }
}

.card-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-data .col.col {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px
}

.card-data .col.col .card {
    margin: 0;
    height: 100%
}

.card-data .col.col .card ul {
    margin: 0
}

.card-data .col.col .card .card_header h5 {
    margin-top: 0;
    min-height: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 1200px) {
    .btn-group {
        padding-top: 20px !important;
        width: 100% !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (max-width: 768px) {
    .btn-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.btn-group .btn {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 768px) {
    .btn-group .btn {
        max-width: calc(50% - 20px)
    }
}

@media screen and (max-width: 440px) {
    .btn-group .btn {
        max-width: 100%
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .btn-group .btn+.btn {
        margin-left: 20px
    }
}

.btn-group .material-icons {
    font-size: 1em
}

.inputs-row{
    display: flex;
}

.valueInfo{
    color: #000;
    text-shadow: 0px 0px 0px black;
}

.sample_info{
    padding: 1rem 1.5rem;
    margin-bottom: 20px;
    border: 1px solid rgba(123,31,162,0.12);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.inputAddWrap{padding-right:100px;position:relative}
.inputAddWrap .addBtn{position:absolute;right:0;bottom:20px}


.inputAddWrap .deleteBtn{
    position:absolute;
    right:10px;
    padding:5px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:0;
    bottom:32px;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height:34px;
    width:34px;
    border-radius:34px;
    margin-bottom: 20px;
}
.card-content input:required, .card-content input:required:focus,textarea.materialize-textarea:required{
        box-shadow: none !important;
}
.row.nameWrap{
    position:relative
}
.padding3{
  padding-right: 0.333rem;
  padding-left: 0.333rem
}
.dataTable.dataTable {
    position: relative
}

.dataTable.dataTable .select-action .dropdown-content {
    right: 64px !important;
    left: auto !important
}
@media screen and (min-width: 993px){
    .t-area-main{
        overflow: unset
    }
}

.edit-testinfo-modal{
    max-height: 90vh !important;
}
.editbuttonsampling {
padding: 0;
background-color: transparent;
border: none;
box-shadow: none;
color: #ff4081;
cursor: pointer;
}
.editbuttonsampling:hover{
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #ff4081;
}
.clientSignature{
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}
.min-sig{
    display: flex;
    flex-direction: column;
}
.repNameinvoice{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.repinvoicesignatirefields{
    flex-grow: 1;
    margin-left: 10px;
}
.courrierSign{
    display: flex;
    align-items: center;
    padding: 0px 15px;
}
.courriersignfield{
    
    margin-left: 10px;

}
.signarea{
    overflow-x: hidden !important;
}
.card-content.label-qrcode {
    display: flex;
    justify-content: space-between;
}

.label_qr {
    display: flex;
}

.coa_dwnld {
    display: flex;
}

a.waves-effect.waves-light.btn.mb-0.mr-1.btn.modal-trigger {
    display: flex;
}

a.waves-effect.waves-light.btn.mb-0.mr-1.btn.modal-trigger span {
    word-break: keep-all;
    white-space: nowrap;
}
.coa_dwnld a {
    background-color: green;
}
.coa_dwnld a span{
    word-break: keep-all;
    white-space: nowrap;
    display: flex;
}
.dataToggleWrp{width:80px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin:auto}.dataToggleWrp .dataNodata{position:absolute;inset:0;z-index:0}.dataToggleWrp label{position:absolute;inset:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#9f9f9f !important;background-color:#dfdfdf !important;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;padding-left:5px !important;padding-right:5px !important;-webkit-box-shadow:none !important;box-shadow:none !important;font-size:12px !important}.dataToggleWrp label .data{display:none !important}.dataToggleWrp label .nodata{display:block !important}.dataToggleWrp input[type=checkbox]:checked ~ label{background-color:#43A047 !important;color:#ffffff !important;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2)}.dataToggleWrp input[type=checkbox]:checked ~ label .data{display:block !important}.dataToggleWrp input[type=checkbox]:checked ~ label .nodata{display:none !important}

.sendingIco{
    display: none;
}
.submitting .sendingIco{
    display: inline-block;
}
.submitting .sendIco{
    display: none;
}
.rotate360{
    animation: 1s linear infinite rotate-con;
}
@keyframes rotate-con {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.btn-share-info {
	background-color: #E1F2E3;
	border: solid 1px #ADE1B3;
	border-radius: 25px;
	padding: 5px 20px;
	font-size: 14px;
	color: #31B942;
	text-align: center;
	margin-left: 5px;
	min-height: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-share-info .ico svg {
	width: 10px
}

.btn-share-info .txt {
	padding-left: 5px
}

.linkContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px
}

.linkContainer .linkURL {
	max-width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 15px;
	border: 1px solid #9e9e9e;
	border-right: none;
	border-radius: 3px 0px 0px 3px
}

.linkContainer .linkBtn {
	border: 1px solid #00bcd4;
	height: inherit;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	background-color: #00bcd4;
	border-radius: 0 3px 3px 0;
	position: relative
}

.linkContainer .linkBtn .copylink {
	height: 100%;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
	background-color: transparent;
	color: #ffffff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	min-width: 120px
}

.linkContainer .linkBtn .copylink .copy,
.linkContainer .linkBtn .copylink .copied {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	inset: 0;
	-webkit-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s
}

.linkContainer .linkBtn .copylink .copied {
	opacity: 0
}

.linkContainer .linkBtn .copylink.done .copy {
	opacity: 0
}

.linkContainer .linkBtn .copylink.done .copied {
	opacity: 1
}

.linkContainer .linkBtn .copylink .ico {
	padding-right: 5px
}

.linkContainer .linkBtn .copylink .ico svg {
	width: 16px
}

.input-field label{ 
    z-index: 1
}
.input-field input, .input-field textarea{ 
    z-index: 2;
    position: relative;
}
.sampleSubtn {
    height: unset;
    padding: 4px 22px;
    font-size: 18px !important;
}
.btn-sec.sampBtnSec {
    align-items: center;
}
.inputs-row.inputchcks {
	flex-wrap: wrap
}

.inputs-row .inputchcks-items {
	flex-wrap: wrap;
    display: flex;
    width: 100%;
}

.inputs-row .checkItem {
	padding-right: 10px;
	flex: auto
}

@media screen and (max-width: 1679px) {
	.inputs-row .checkItem {
		flex: 0 0 33.3333%
	}
}

@media screen and (max-width: 1300px) {
	.inputs-row .checkItem {
		flex: 0 0 50%
	}
}

@media screen and (max-width: 576px) {
	.inputs-row .checkItem {
		flex: 0 0 100%
	}
}
/* 27/10/23 */

.statsCol {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 !important; }
  
  .statsCards {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    flex-direction: column;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 5px 15px; }
    .statsCards .statsImg {
      width: 100%;
      object-fit: contain; }
    .statsCards .value {
      font-weight: bold;
      color: #000000; }
    .statsCards .perc {
      font-style: italic;
      font-size: 12px; }
  
  .passval {
    display: flex;
    padding: 0 !important;
    width: 100%; }
  
  .collapsible-body-tb {
    border: none; }
  
  .acc-card-cover {
    margin: 0.5rem 0 1rem 0 !important; }
    .acc-card-cover .collapsible {
      margin: 0;
      border: none; }
      .acc-card-cover .collapsible .collapsible-header {
        position: relative; }
        .acc-card-cover .collapsible .collapsible-header::after {
          content: 'keyboard_arrow_down';
          font-family: 'Material Icons';
          float: right;
          color: #fff;
          right: 15px;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 18px;
          line-height: 18px;
          font-size: 18px;
          position: absolute;
          transition: transform .3s ease-in-out, opacity .25s ease-in-out .1s, -webkit-transform .3s ease-in-out; }
    .acc-card-cover .card-panel {
      margin: 0; }
  
  .table-h-cutom {
    max-height: 300px;
    overflow-y: auto !important; }
  
  .statsCards-cover .card-panel-col-outer {
    padding: 0 !important;
    height: 100%; }
    .statsCards-cover .card-panel-col-outer .statsCol {
      margin-left: 0; }
    .statsCards-cover .card-panel-col-outer .statsCards {
      min-height: 80px; }
  .statsCards-cover .statsCardsRow {
    height: 100%; }
  .statsCards-cover .card-panel {
    margin: 0; }
  .statsCards-cover .statsCards-img {
    border: none;
    padding: 15px; }
  .statsCards-cover .passval {
    height: 50%; }
  .statsCards-cover .br-0 {
    border-right: 0 !important; }
  .statsCards-cover .bb-0 {
    border-bottom: 0 !important; }
  .statsCards-cover .statsCol .passval {
    height: 100%; }
  
  @media (max-width: 767px) {
    .statsCards-cover .statsCardsRow .col.s6 {
      width: 50%  !important; } }
  .collapse-row .collection {
    overflow: initial; }
  
  /*# sourceMappingURL=orderview.css.map */
  .qrcode_outer{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .qrcode_outer .input-field{
    width: 200px;
  }

  /* add existing sample*/
  #addSampleModal{min-height:48vh;max-width:680px}#addSampleModal .modal-content{height:100%;min-height:48vh;display:flex}.add-sample-modal-conts{max-width:680px;background-color:#fff;padding:40px 50px;flex:1;display:flex;flex-direction:column}.add-sample-modal-conts *{font-family:"Muli",sans-serif}.add-sample-modal-conts .title-wrp{display:flex;flex-direction:column;align-items:flex-start}.add-sample-modal-conts .title-wrp .title{font-size:20px;font-weight:900;margin-bottom:0}.add-sample-modal-conts .title-wrp .btn-addto{margin-top:20px;background-color:#4ab763 !important;font-size:13px;display:flex;align-items:center;justify-content:space-around;padding-left:10px;padding-right:10px}.add-sample-modal-conts .title-wrp .btn-addto .txt{margin-right:24px}.add-sample-modal-conts .inps-title{font-size:14px;color:#000;font-weight:bold;margin-top:20px;margin-bottom:8px}.add-sample-modal-conts .inputs-wrp{border:1px solid #ddd;padding:24px;border-radius:8px;max-height:300px;overflow-y:auto;flex:1}.add-sample-modal-conts .inputs-wrp::-webkit-scrollbar{width:4px;height:4px}.add-sample-modal-conts .inputs-wrp::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.2)}.add-sample-modal-conts .inputs-wrp::-webkit-scrollbar-thumb{background-color:#ccc;outline:1px solid #ccc}.add-sample-modal-conts .inputs-wrp .bth-inp-itm{padding-top:10px;padding-bottom:10px}.add-sample-modal-conts .inputs-wrp .bth-inp-itm+.bth-inp-itm{border-top:1px solid #f3f3f3}.add-sample-modal-conts .inputs-wrp .bth-label{position:relative}.add-sample-modal-conts .inputs-wrp .bth-label .bth-title{font-family:"Muli",sans-serif;font-weight:600;font-size:13px;padding-top:5px;padding-bottom:5px;cursor:pointer;display:flex;align-items:center;line-height:1;color:#6f6f6f}.add-sample-modal-conts .inputs-wrp .bth-label .bth-title:before{width:8px;height:8px;content:"";display:block;background-color:rgba(0,0,0,0);border-radius:8px;margin-right:10px}.add-sample-modal-conts .inputs-wrp .btn-itm{opacity:0;cursor:pointer;pointer-events:all;position:absolute}.add-sample-modal-conts .inputs-wrp .btn-itm:checked~.bth-title{color:#4ab763}.add-sample-modal-conts .inputs-wrp .btn-itm:checked~.bth-title:before{background-color:#4ab763}.add-sample-modal-conts form#batchSampForm{height:100%;display:flex;flex-direction:column;position:relative}.add-sample-modal-conts form#batchSampForm ul.parsley-errors-list{top:calc(100% - 46px);left:0}.add-sample-modal-conts .footers-wrp{padding-top:16px;padding-bottom:16px;display:flex;justify-content:flex-end}.add-sample-modal-conts .footers-wrp .btn{box-shadow:none}.add-sample-modal-conts .footers-wrp .btn.btn-cancel{background-color:#ff2600;color:#fff}.add-sample-modal-conts .footers-wrp .btn.btn-move{margin-left:10px;background-color:#4ab763 !important}/*# sourceMappingURL=add-sample-modal.css.map */