/*data table with filter*/
        .filter_each_column_table.dataTable th,
        .filter_each_column_table.dataTable td {
            font-size: 14px !important;
            min-width: 200px;
        }

        .filter_each_column_table.dataTable th {
            border-bottom: 0px;
            background-color: #f5f8fa !important;
        }

        .filter_each_column_table.dataTable th:hover {
            background-color: #e5f5f8;
        }

        .filter_each_column_table.dataTable tr {
            background-color: #fff !important;
            /*border-top:1px solid rgb(223, 227, 235);*/
            border-bottom: 1px solid rgb(223, 227, 235);
        }

        .filter_each_column_table.dataTable tr:hover {
            background-color: #f5f8fa !important;
            /*border-top:1px solid rgb(223, 227, 235);*/
            border-bottom: 1px solid rgb(223, 227, 235);
        }

        .filter_each_column_table.dataTable td {
            border-left: 0px solid transparent;
            border-right: 0px solid transparent;
            padding: 8px;
            /*border-top: 0px solid transparent;*/
        }

        .filter_each_column_table_outer .bottom,
        .data_table_simple_outer .bottom {
            display: flex;
            justify-content: space-between;
        }

        .filter_each_column_table.DTFC_Cloned th:first-child::after,
        .filter_each_column_table.DTFC_Cloned td:first-child::after,
        .filter_each_column_table.DTFC_Cloned th:first-child::before,
        .filter_each_column_table.DTFC_Cloned td:first-child::before {
            display: none !important;
        }

        .filter_each_column_table.DTFC_Cloned th:first-child,
        .filter_each_column_table.DTFC_Cloned td:first-child {
            padding-right: 0px !important;
        }



        .filter_each_column_table_outer .dataTables_filter label {
            width: auto;
        }

        .filter_each_column_table_outer {
            position: relative;
        }

        .progressbar_td {
            height: 4px;
            margin-bottom: -8px !important;
            /* background: transparent; */
        }

        .filter_each_column_table.dataTable th:first-child,
        .filter_each_column_table.dataTable td:first-child {
            min-width: 25px;
            text-align: center;
        }


        .filter_each_column_table.dataTable th:nth-child(2),
        .filter_each_column_table.dataTable td:nth-child(2) {
            min-width: 240px;
            text-align: left;
        }

        .filter_each_column_table.dataTable th:nth-child(2),
        .filter_each_column_table.dataTable td:nth-child(2) {
            border-right: 1px solid #ccc;
        }



        .filter_each_column_table .DTFC_Cloned th,
        .filter_each_column_table .DTFC_Cloned td {
            background: var(--light);
        }

        .text-success .st_tick {
            border: 1px solid #35c756;
            color: #35c756;
        }

        .st_tick {
            background-color: #f4f7f9;
            border: 1px solid #d1e3f3;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            text-align: center;
            line-height: 25px;
            color: #d1e3f3;

        }

        .table_with_min_width_td.table-striped thead tr {
            background: #f5f8fa;
        }

        .table_with_min_width_td.table-striped tbody tr:nth-of-type(odd) {
            background: #fff;
        }



        .table_with_min_width_td.table-striped tbody tr:nth-of-type(even) {
            background: #fff;
        }


        .edit_task_btn_td:hover .edit_task_btn {
            display: inline-block;
            line-height: 20px;

        }

        .edit_task_btn {
            display: none;
            background-color: #f4f7f9;
            border: 1px solid #d1e3f3;
            padding: 0px 10px;
            border-radius: 5px;
            text-align: center;
            line-height: 25px;
            color: #555;
            cursor: pointer;
            margin-left: 10px;
            line-height: 20px
        }

        .edit_task_btn:hover {
            border: 1px solid #d1e3f3;
            background-color: #e5f5f8
        }



        /*custom table styling starts from here*/
        .table_with_min_width_td th,
        .table_with_min_width_td td {
            font-size: 12px !important;
            min-width: 200px;
            text-align: left;
            padding: 12px 10px;

        }

        .table_with_min_width_td th {
            border-bottom: 0px;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 13px !important;
        }

        .table_with_min_width_td th:hover {
            background-color: #e5f5f8;
        }

        .table_with_min_width_td tr:hover {
            background-color: #f5f8fa !important;
            /*border-top:1px solid rgb(223, 227, 235);*/
            border-bottom: 1px solid rgb(223, 227, 235);
        }

        .table_with_min_width_td td {
            border-left: 0px solid transparent;
            border-right: 0px solid transparent;
            padding: 8px;
            /*border-top: 0px solid transparent;*/
        }


        .table_with_min_width_td_outer {
            text-align: right !important;
        }

        .table_with_min_width_td_outer label {
            width: auto;
        }



        .table_with_min_width_td th:first-child,
        .table_with_min_width_td td:first-child {
            min-width: 25px;
        }

        .table_with_min_width_td th:nth-child(2),
        .table_with_min_width_td td:nth-child(2) {
            min-width: 25px;
        }

        .table_with_min_width_td thead tr {
            background: #f5f8fa;
        }

        .table_with_min_width_td tbody tr:nth-of-type(odd) {
            background: #fff;
        }


        .table_with_min_width_td tbody tr:nth-of-type(even) {
            background: #fff;
        }