.alert.alert-success {
    background: #1bc5bd !important;
    border-color: #1bc5bd !important;
}

.alert.alert-success .close {
    color: white !important;
}

#outstakndingtracker_paginate .current{
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #04a29a !important;
}
.filter_sidebar,
.column_filter_sidebar {
    /* width: 0px; */
    width: 0px;
    transition: all 0.3s ease;
    /* box-shadow: none; */
    background-color: #ffffff;
    /* display:none; */
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    /* display: none; */
}

.sub-status-others {
    display: none;
}

.filter_sidebar .submit-group {
    position: fixed;
    margin-left: -7px;
    /* margin-left: -5px; */
    bottom: 15px;
    width: 230px;
    /* width: 220px; */
    background: #ffffff;
    z-index: 1000;
    padding: 15px 0 0px 0;
    margin-bottom: 0px !important;
}

.filter_sidebar_maximize {
    transition: all 0.3s ease;
    /* width: 250px !important; */
    padding: 0px 10px 10px 10px;
    /* padding: 0px 20px 10px 20px; */
}

.filter_col_sidebar_maximize {
    transition: all 0.3s ease;
    padding: 20px;
}

.empty-space {
    height: 50px;
}

@media (min-width: 992px) {
    .filter_sidebar,
    .column_filter_sidebar {
        /* position: fixed;
        top: 0;
        bottom: 0;
        right: 0; */
        z-index: 999;
    }
}
@media (max-width: 1450px) {
    table.common_table_style tbody td {
    
        padding: 15px 15px 15px 15px !important;
        }
        }
@media (min-width: 1100px) and (max-width: 1600px) {
    .filter_sidebar_maximize,
    .filter_col_sidebar_maximize {
        width: 550px !important;
    }
}

@media (min-width: 1600px) {
    .filter_sidebar_maximize,
    .filter_col_sidebar_maximize {
        width: 550px !important;
    }
}

.filter_sidebar::-webkit-scrollbar,
.column_filter_sidebar::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.filter_sidebar::-webkit-scrollbar-track,
.column_filter_sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.filter_sidebar::-webkit-scrollbar-thumb,
.column_filter_sidebar::-webkit-scrollbar-thumb {
    background: #1bc5bd;
    height: 20px !important;
    border-radius: 25px;
}

/* Handle on hover */
/* .filter_sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
} */
.filters #accordion .card-header {
    padding: 0.5rem 1.25rem !important;
}

.filters #accordion .card-header h6 {
    font-size: 14px;
}

.filters #accordion .card-body {
    padding: 1.25rem;
    border: unset !important;
    border-left: unset !important;
    border-right: unset !important;
}

.filter-drop,
.filter-col-drop,
.filter-activity-drop {
    background: rgba(97, 97, 97, 0.24);
        width: 100%;
        position: fixed;
        /* Change to fixed for full viewport height coverage */
        left: 0;
        top: 0;
        height: 100vh;
        /* Full viewport height */
        z-index: 998;
        display: none;
}

.filter-drop,
.filter-col-drop,
.filter-activity-drop-paid {
    background: rgba(97, 97, 97, 0.24);
        width: 100%;
        position: fixed;
        /* Change to fixed for full viewport height coverage */
        left: 0;
        top: 0;
        height: 100vh;
        /* Full viewport height */
        z-index: 998;
        display: none;
}

.filter-drop,
.filter-col-drop,
.filter-activity-drop-outpatient {
    background: rgba(97, 97, 97, 0.24);
        width: 100%;
        position: fixed;
        /* Change to fixed for full viewport height coverage */
        left: 0;
        top: 0;
        height: 100vh;
        /* Full viewport height */
        z-index: 998;
        display: none;
}

.filter-col-drop {
    cursor: pointer;
}

.acc-toggle-icon {
    color: #1bc5bd;
}

.filters .card {
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
}

#loader {
    display: none;
    position: fixed;
    z-index: 1056;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url("../img/loader.gif") 50% 50%
        no-repeat;
    /* background: rgba(255, 255, 255, 0.8) url("http://i.stack.imgur.com/FhHRx.gif")
    50% 50% no-repeat; */
}

.saved_filter {
    padding: 10px;
    border: 1px solid #1bc5bd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.saved_filter_db {
    padding: 10px;
    border: 1px solid #1bc5bd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.validation-error {
    display: none;
}

.add-filter-wrapper {
    display: none;
}

/* .table-striped tbody tr:nth-of-type(odd) {
    background-color: #1bc5bd !important;
} */

/* .table-striped tbody tr:nth-of-type(odd) td {
    color: #ffffff !important;
} */

.muted-font {
    font-weight: normal !important;
    color: #666;
    font-size: 13px;
}

.activity-table {
    padding: 10px !important;
    background: #cccccc2e;
}

.details-control {
    text-align: center;
}

.d-flex form {
    margin-top: 15px;
}

td.details-control {
    /* background: url('../img/details_open.png') no-repeat center center; */
    cursor: pointer;
}

tr.shown td.detaiwidth .due_wrapper label {
    padding: 5px 10px 0px 10px;
}

.filter-wrapper {
    width: 100%;
}

@media (min-width: 1000px) {
    #kt_wrapper {
        width: calc(100vw - 100px);
    }

    #kt_body {
        padding-right: 0px !important;
        overflow-x: hidden;
    }
}

.activity-sidebar {
    width: 0px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    z-index: 999;
}

.activity-sidebar-maximize {
    width: 40% !important;
    transition: all 0.3s ease;
    padding: 20px;
}

.btn-volatile {
    color: #ffffff;
    background-color: #7d29a4;
    border-color: #7d29a4;
}

.assign-message {
    color: #ffffff;
    background-color: #1bc5bd;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 15;
}

.unassign-message {
    color: #ffffff;
    background-color: #7d29a4;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 15;
}

.policy-row {
    position: relative;
}

.fileuploadicon {
    color: grey;
    font-size: 70px;
}

.fileuploadiconafter {
    color: rgb(89, 189, 181);
    font-size: 70px;
}

/* .datatable:not(.table) {
    display: table;
} */

th {
    font-weight: 500 !important;
}

table td,
table thead th {
    text-align: center !important;
}

.btn.btn-info {
    background-color: #1bc5bd !important;
    border-color: #1bc5bd !important;
}

/* table.dataTable > thead > tr > th, table.dataTable > thead > tr > td{
    border-bottom:none !important;
} */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px !important;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

.dataTable > thead > tr > th[class*="sort"]:before,
.dataTable > thead > tr > th[class*="sort"]:after {
    content: "" !important;
}

.filter-block {
    align-items: center;
    padding: 0px 0px 0px 10px;
}

@media (min-width: 768px) {
    .filter-block-mobile {
        align-items: left !important;
        padding: 0px 0px 10px 10px !important;
    }
}

.current {
    background: #1bc5bd !important;
    color: #1bc5bd !important;
    border: none !important;
}

/* tr {
    text-align: center;
} */

.edit-btn {
    background: #1bc5bd;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
}

.edit-btn:hover {
    color: #ffffff;
    background-color: #0bb7af;
    border-color: #0bb7af;
}

.filter-section {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex !important;
}

.fa-spinner {
    display: none !important;
}

.label.label-light-success {
    color: #7e8299 !important;
    background-color: #f3f6f9 !important;
}

.custom-clr {
    color: #b5b5c3;
}

.datepicker tbody tr,
.datepicker tbody tr td {
    padding: 10px !important;
    border-bottom: none !important;
}

.datepicker th {
    border-bottom: none !important;
}

.aside .aside-secondary .aside-workspace {
    border-left: 1px solid #c0c6cb;
}

@media (min-width: 992px) {
    .wrapper {
        transition: all 0.3s ease;
    }

    .aside-fixed .wrapper {
        padding-left: 430px;
    }
}

.list .list-item.active {
    transition: all 0.15s ease;
    background-color: #f0f3f7;
}

.list-item:hover {
    transition: all 0.15s ease;
    background-color: #f0f3f7;
}

.buttons-csv {
    background-color: #758797;
    border: none;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

.buttons-copy {
    background-color: #00b17c;
    border: none;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

.buttons-excel {
    background-color: #3c8dbc;
    border: none;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

.buttons-pdf {
    background-color: #fd7e14;
    border: none;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

.buttons-print {
    background-color: #605eab;
    border: none;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

body {
    font-family: Poppins, Helvetica, "sans-serif";
}

/* cashless claim list start */
/* thead th:first-child {
    color: #1bc5bd !important;
} */

table.common_table_style {
    padding: 1rem 1rem;
    font-size: 13px;
}

table.common_table_style thead th {
    padding-right: 35px;
    vertical-align: top;
    font-weight: 500 !important;
    color: #181c32;
    font-size: 13px;
    padding: 20px 40px;
    border-bottom: 2px solid #ebedf3;
    border-bottom-width: 1px;
}
table.common_table_style_css thead th {
    padding-right: 35px;
    vertical-align: top;
    font-weight: 500 !important;
    color: #181c32;
    font-size: 13px;
    padding: 20px 40px;
    border-bottom: 2px solid #ebedf3;
    border-bottom-width: 1px;
}

table.common_table_style_css tbody td {
    font-weight: 400;
    font-size: 13px;
    border-bottom: 2px solid #ebedf3;
    border-bottom-width: 1px;
    padding: 13px 30px 13px 15px;
}
table.common_table_style tbody td {
    font-weight: 400;
    font-size: 13px;
    border-bottom: 2px solid #ebedf3;
    border-bottom-width: 1px;
    padding: 13px 30px 13px 15px;
}

table.filter_table_style {
    padding: 1rem 1rem;
    font-size: 13px;
}

table.filter_table_style thead th {
    padding-right: 35px;
    vertical-align: top;
    font-weight: 500 !important;
    color: #181c32;
}

table.filter_table_style thead th:first-child {
    color: #b5b5c3 !important;
}

.filter_check_box_label {
    position: relative;
    bottom: 3px;
}

.pagination {
    padding: 30px !important;
    display: flex;
    justify-content: end;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.small-checkbox {
    width: 10px;
    height: 10px;
}

.form-group label,
.form-group {
    font-size: 13px !important;
}

.form-control {
    font-size: 13px !important;
}

.btn {
    font-size: 13px !important;
}

.select2-container--default .select2-results__option {
    font-size: 13px !important;
}

.list-header {
    padding: 1rem 3.25rem !important;
}

.container {
    margin-top: 0% !important;
}

.filter-section {
    padding: 0px !important;
}

.page-link {
    font-size: 13px !important;
}

.text-muted {
    font-size: 13px;
}

.export_to_excel label {
    font-size: 13px;
}

/* cashless claim list end */

#kt_wrapper1 {
    padding-right: 15px !important;
}

.switch input:empty ~ span:before,
.switch input:empty ~ span:after {
    width: 48px !important;
}

.search_filter {
    border-top-right-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
}

.crm_Search {
    border-top-left-radius: 1px !important;
    border-bottom-left-radius: 1px !important;
}

@media (max-width: 768px) {
    .mobile-style {
        padding: 9px !important;
    }

    #kt_wrapper1 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .container {
        padding: 0 0px !important;
    }
    .show_entries {
        display: none !important;
    }

    .form-group .labels {
        font-size: 1rem;
        font-weight: 400;
        color: #333;
        width: 70px;
    }

    .form_group_title_lable_enclosures {
        width: 27px !important;
    }
    .form_group_title_lable_enclosures_edit {
        width: 80px !important;
    }
}
@media (min-width: 340px) and (max-width: 370px) {
    .form_group_title_lable_enclosures {
        width: 27px !important;
    }
    .input_box {
        width: 42px !important;
    }
    .no_of_sheets_common {
        width: 42px !important;
    }
    .total_no_of_sheets_mobile_view {
        width: 42px !important;
    }
    .total_no_of_sheets_label_mobile_view {
        margin-left: 85px !important;
    }
}
@media (min-width: 370px) and (max-width: 400px) {
    .form_group_title_lable_enclosures {
        width: 28px !important;
    }
    .input_box {
        width: 42px !important;
    }
    .no_of_sheets_common {
        width: 42px !important;
    }
    .total_no_of_sheets_mobile_view {
        width: 42px !important;
        width: 52px;
    }
    .total_no_of_sheets_label_mobile_view {
        margin-left: 85px !important;
    }
}
@media (min-width: 400px) and (max-width: 440px) {
    .form_group_title_lable_enclosures {
        width: 40px !important;
    }
    .input_box {
        width: 42px !important;
    }
    .no_of_sheets_common {
        width: 42px !important;
    }
    .total_no_of_sheets_mobile_view {
        width: 42px !important;
    }
    .total_no_of_sheets_label_mobile_view {
        width: 42px !important;
    }
    /* .total_no_sheet_mobile_view{
            margin-right: 7px!important;
    } */
}

@media (max-width: 740px) {
    .mobile-style {
        padding: 4px !important;
    }
}
@media (min-width: 750px) and (max-width: 850px) {
    .enclosureView_model_content {
        width: 90% !important;
        height: 100% !important;
    }
}
.mobile-design {
    display: none !important;
}
.mobile_view_file_btn {
    display: none !important;
}
@media (max-width: 750px) {
    .mobile-design {
        display: block !important;
    }
    .web-design {
        display: none !important;
    }
    .mobile_view_file_btn {
        display: block !important;
    }
    .window_view_file_btn {
        display: none !important;
    }
    #enclosure_file {
        width: 100px !important;
    }
    .enclosureView_model_content {
    }
}
@media (min-width: 750px) {
    .window_view_lab_status_update {
        display: flex !important;
    }
}

@media (max-width: 769px) {
    .logoutModal {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .logoutModal-mobile {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logoutModal {
        position: fixed !important;
        top: 30px !important;
        left: 20px !important;
    }
    .crm-button-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }
}
@media (max-width: 769px) {
    .inward_entry_content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 75% !important;
        pointer-events: auto;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 0 solid rgba(0, 0, 0, 0.2);
        border-radius: 0.42rem;
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
        outline: 0;
    }
    .outward_pdf_content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 75% !important;
        pointer-events: auto;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 0 solid rgba(0, 0, 0, 0.2);
        border-radius: 0.42rem;
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
        outline: 0;
    }
    .submit-btn {
        position: relative !important;
        left: 40% !important;
    }
}

/* Fliter slide css for mobile view starts */
.modal.slide-right .modal-dialog {
    position: absolute;
    bottom: 60px !important;
    margin: 0;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease-out;
    height: 100%;
    width: 100%;
    max-width: 400px;
    /* Adjust as needed */
}


.modal.slide-right.show .modal-dialog {
    transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
    .modal.slide-right .modal-dialog {
        position: absolute;
        max-width: 100%;
        right: auto;
        left: auto;
    }
    
}

/* @media (max-width: 915px) {

.modal.menu-slide-right .modal-dialog {
    position: absolute;
    bottom: 60px !important;
    margin: 0;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease-out;
    height: 100%;
    width: 100%;
    max-width: 200px;
    }

    .modal.menu-slide-right .modal-content {
        position: relative;
        margin-top: 0px!important;
        margin-left: 150px!important;
        margin-right: 0px!important;
    }

} */

@media (max-width: 769px) {
    .crm_filters {
        display: none !important;
    }
}

.dataTables_wrapper
    .dataTables_scroll
    div.dataTables_scrollBody
    > table
    > tbody
    > tr
    > td {
    vertical-align: middle;
    padding: 5px !important;
}

/* table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead .sorting_asc {
    background-image: url() !important;
}


.dataTables_wrapper .dataTable th,
.dataTables_wrapper .dataTable td {
    font-weight: 400;
    font-size: 1rem;
    vertical-align: middle;
    color: #3F4254;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    outline: none !important;
    padding: 1rem 7px !important;
} */
#mobile_loader {
    display: none;
    position: fixed;
    z-index: 1056 !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url("../img/loader.gif") 50% 50%
        no-repeat;
}

.navi {
    padding: 20px !important;
}

.import_export_buttons {
    background-color: #3699ff !important;
    border-color: #3699ff !important;
}
/* Fliter slide css for mobile view ends */
