.date_filter_child {
    display: flex;
    justify-content: flex-start;
}

.date_filter_child .custom_filter {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}

.date_filter_child .custom_filter .square-button {
    height: 38px !important;
}

.select_date {
    min-width: 130px;
}

.select_date select {
    -webkit-appearance: auto !important;
    -moz-appearance: initial !important;
}

.select_group {
    min-width: 100px;
}

.select_group select {
    min-width: 100px;
    -webkit-appearance: auto !important;
    -moz-appearance: initial !important;
}

.s_data {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.show_report_container {
    margin-top: 25px;
}

.label,
.counter-label {
    color: #76838f;
}

.counter-number-group {
    font-size: 30px;
}

.green-600 {
    color: #11c26d !important;
}

.green-600 {
    color: #11c26d !important;
}

.orange-600 {
    color: #eb6709 !important;
}

/* .form-report-loader-class {
    width: 90px;
    margin: auto;
} */

.show_graph_data_container {
    /* border: 1px solid #eee; */
    background-color: #fff;
    align-items: center;
    /* padding: 13px 19px; */
    /* margin-bottom: 5px; */
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.show_graph_data_container .canvas_container {
    /* margin: auto; */
    /* width: fit-content; */
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .graph_data {
        border: 1px solid #eee;
        min-height: 125px;
        /* flex: 0 0 50%; */
        /* max-width: 50%; */
        padding: 20px 0;
        width: 100%;
    }
}

.graph_data {
    border: 1px solid #eee;
    min-height: 125px;
    /* flex: 0 0 50%; */
    /* max-width: 50%; */
    padding: 20px 0;
    width: 100%;
}

.show_table_data_container {
    margin-top: 25px;
}


.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

.table thead:first-child th {
    border-top: none;
}

.table td,
.table th {
    padding: .572rem;
    vertical-align: top;
    border-top: 1px solid #e4eaec;
}

.w_100 {
    width: 100% !important;
}


.d_flex {
    display: flex;
}

.flex_wrap {
    flex-wrap: wrap;
}

.ml_10 {
    margin-left: 10px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_20 {
    margin-right: 20px;
}

.mt_20 {
    margin-top: 20px;
}

.custom_panle {
    border: 1px solid #eee;
    background-color: #fff;
    align-items: center;
    padding: 13px 19px;
    /* margin-bottom: 5px; */
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.criteria_container_div {
    display: block;
}

.criteria_container_div .col-md-3 {
    display: inline-block;
}

.criteria_container_div .btn {
    padding: 7px 1rem !important;
}

.criteria_container_div .segment {
    width: 200px;
}

.criteria_container_div .segment_value {
    height: 36px !important;
    border-radius: 0 !important;
}

.required {
    color: #ff4c52 !important;
}

.btn-success {
    color: #fff;
    background-color: #11c26d;
    border-color: #11c26d;
    box-shadow: none;
}

.btn-success:hover {
    color: #fff;
    background-color: #28d17c;
    border-color: #28d17c;
    box-shadow: none;
}

.report_btn_container_div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}



.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

/* .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
} */

.fade.show {
    opacity: 1;
}

.modal {
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
}

.modal-dialog {
    min-width: 550px;
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto;
        margin: 30px auto;
    }
}

@media (min-width: 480px) {
    .modal-dialog {
        margin: 30px;
    }
}

@media (min-width: 480px) {
    .modal-dialog {
        /* max-width: 600px; */
        margin: 30px auto;
    }
}


.modal-content {
    font-size: 12px;
    color: var(--theme-gray);
    margin-bottom: 24px;
    box-shadow: none;
    border: none;

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .286rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    outline: 0;
}

@media (min-width: 480px) {
    .modal-content {
        box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    }
}

.modal-header {
    padding: 15px 20px;
    padding-right: 40px;
    border-bottom: none;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    padding: 15px;
    border-bottom: 1px solid #e4eaec;
    border-top-left-radius: .286rem;
    border-top-right-radius: .286rem;
}

.modal-body {
    padding: 10px 20px !important;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}



.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4049;
    background-color: #000;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
}


/* ----- custom widget css ---- */
.show_custome_widget_container,
.summary_widget_container {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-left: -10px;
    margin-right: -10px;
}

.show_custome_widget_container .custom_panle {
    height: 310px;
}

.show_custome_widget_container .widget_child {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}

.show_custome_widget_container .canvas_container {
    max-height: 250px;
    /* margin: auto; */
    /* width: fit-content; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.show_custome_widget_container .counts .canvas_container {
    height: 100vh;
}

.show_custome_widget_container .widget_child .title {
    display: flex;
    justify-content: space-between;
}

.show_custome_widget_container .widget_child .title .sub_title {
    font-size: 11px;
    font-weight: 500;
    color: #696868;
}

.show_custome_widget_container .widget_child .title a {
    font-size: 18px;
}

.summary_widget_container .summary_widget {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 10px;
}

.summary_widget_container .data_wrapper {
    display: flex;
    align-items: flex-start;
}

.summary_widget_container .widget_icon {
    font-size: 34px;
    color: #808087;
}

.summary_widget_container .widget_content {
    margin-left: 10px;
}

.summary_widget_container .widget_data {
    font-size: 26px;
    font-weight: 600;
}

.summary_widget_container .widget_title {
    font-size: 13px;
    color: #808087;
    margin-bottom: 0;
}

/* @media (min-width: 480px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
} */

@media screen and (max-width: 600px) {
    .show_custome_widget_container .widget_child {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 0;
        position: relative;
        width: 100%;
        min-height: 1px;
    }

    .show_custome_widget_container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .summary_widget_container .summary_widget {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }
}


.loader_chart_container,
.summary_widget {
    display: inline-block;
    position: relative;
    width: 100%;
}

.loader_chart_container .form-report-loader-class,
.summary_widget .form-report-loader-class {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    width: 100%;
    opacity: 0.9;
    z-index: 1;
}

.summary_widget .form-report-loader-class {
    width: calc(100% - 20px) !important;
    margin: 10px;
    overflow: hidden;
}

.loader_chart_container .form-report-loader-class>img,
.summary_widget .form-report-loader-class>img {
    width: 99px;
    height: 99px;
}

.load_more_lead_container {
    text-align: right;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}