.mb_20 {
    margin-bottom: 20px;
}

.m_0 {
    margin: 0 !important;
}

.p_0 {
    padding: 0px !important;
}

.page-wrapper {
    height: calc(100vh - 81px);
    overflow: auto!important;
}

.project_page .left_section .card_container .list_scroll {
    height: 369px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -7px;
}

.project_page .left_section .card_container .list_scroll .row {
    padding-right: 5px;
}

.project_page .left_section .card_container .list_scroll .card{
    padding: 6px 10px;
}

.project_page .left_section .card_container .form-control {
    margin: 10px 0px;
    font-size: 12px;
    padding: 3px 10px;
    height: 30px;
    padding-left: 30px;
}

.project_page .left_section .card_container .input-sec img {
    float: left;
    width: 13px;
    margin-top: -31px;
    margin-left: 10px;
}

.project_page .left_section .card_container .card {
    margin: 5px 0px;
    background-color: #f0f8ff;
    /* border: 0; */
    border-radius: 6px;
    border: 2px solid #f0f8ff;
}

.project_page .left_section .card_container .card_active {
    border: 2px solid #0091FF;
    background-color: #D6EDFF;
}

.project_page .left_section .card.card_1 {
    cursor: pointer;
}

.project_page .left_section .card_container .card .img-sec {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
    /* background-color: red; */
}

.project_page .left_section .card_container .card .img-sec img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.project_page .left_section .card_container .card .info-sec {
    width: calc(100% - 32px);
}

.project_page .left_section .card_container .card .widget-content-left {
    margin-right: 6px
}

.project_page .left_section .card_container .card .widget-content-left img {
    border-radius: 50%;
}

.project_page .left_section .card_container .card .widget-content-left p {
    font-weight: 600;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0 0px;
}

.project_page .left_section .card_container .card:nth-child(1n) .widget-content-left p{
    background: #B0E538;
}

.project_page .left_section .card_container .card:nth-child(2n) .widget-content-left p{
    background: #9AB4FC;
}

.project_page .left_section .card_container .card:nth-child(3n) .widget-content-left p{
    background: #FDD836;
}

.project_page .left_section .card_container .card:nth-child(4n) .widget-content-left p{
    background: #FF9EA2;
}

.project_page .left_section .card_container .card:nth-child(5n) .widget-content-left p{
    background: #86D8FE;
}

.project_page .left_section .card_container .card:nth-child(6n) .widget-content-left p{
    background: #FC9AED;
}

.project_page .left_section .card_container .card:nth-child(7n) .widget-content-left p{
    background: #FECC86;
}

.project_page .left_section .card_container .card:nth-child(8n) .widget-content-left p{
    background: #8CBABB;
}
.project_page .left_section .card_container .card h3 {
    margin: 3px 0px;
    font-size: 13px;
    color: #131313;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
}

.project_page .left_section .card_container .card h6 {
    margin: 0 !important;
    font-size: 10px;
    color: #131313;
    display: -webkit-box;
    max-height: 35px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}
.bold_black p{
    display: -webkit-box;
    max-height: 35px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    margin-bottom: 0; 
    min-width: 40px;
}
.project_page .left_section .card_container .card .d_space_bet {
    display: flex;
    justify-content: space-between;
}

.project_page .left_section .card_container .card .count_sec h4 {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.project_page .left_section .card_container .card .count_sec h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #131313;
    margin-top: 2px;
}

.project_page .left_section .card_container.project_container .card {
    background-color: #F0F8FF;
}

.project_page .left_section .card_container .card .project_initial {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    /* padding-top: 7px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_page .left_section .card_container .card:nth-child(1n) .project_initial {
    background: #9AB4FC;
}

.project_page .left_section .card_container .card:nth-child(2n) .project_initial {
    background: #FC9AED;
}

.project_page .left_section .card_container .card:nth-child(3n) .project_initial {
    background: #86D8FE;
}

.project_page .left_section .card_container .card:nth-child(4n) .project_initial {
    background: #FECC86;
}

.project_page .left_section .card_container .card:nth-child(5n) .project_initial {
    background: #FF9EA2;
}

.project_page .left_section .card_container .card .info-sec.project_name h3 {
    margin: 0;
    /* justify-content: center; */
    align-items: center;
    /* display: flex;
    height: 32px; */
    margin-top: 8px;
}

.project_page .row_custom {
    margin-left: -5px;
    margin-right: -5px;
}

.project_page .col_custom {
    padding-left: 5px;
    padding-right: 5px;
}

.project_page .filter_row .col-lg-3 {
    width: 25%;
}

.project_page .filter_row .col-lg-2 {
    width: 12.5%;
}

.project_page .indivisual_card_page .select2-container {
    min-width: auto !important;
}

.project_page .select2-container .select2-search--inline .select2-search__field {
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 9px;
    min-width: 100% !important;
    /* width: 100% !important; */
}
.project_page .row_custom .select2-selection__rendered .select2-selection__choice
{
    max-width: 211px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.project_page .indivisual_card_page button {
    margin: 0px;
    width: 100%;
}

.project_page .indivisual_card_page label {
    margin-top: 9px;
    padding: 0;
    margin-left: 0;
}

.project_page .indivisual_card_page .filter_row label {
    margin-right: 6px;
}

.project_page .indivisual_card_page .select2-container--default .select2-selection--multiple {
    border-width: 1px;
    border: 1px solid rgb(128 128 128 / 50%);
    background-color: #F7F6F3;
}

.project_page .select2-container .select2-selection--multiple {
    min-height: 34px;
}

.project_page .filter_row .custom_btn_blue {
    border-radius: 20px;
    font-size: 12px;
    height: 34px;
    font-weight: 500;
}

.project_page .filter_row .custom_btn_blue.apply_filter_btn {
    background-color: #0091FF;
    border: 2px solid #0091FF;
    color: #ffffff;
}
.project_page .filter_row .custom_btn_blue.apply_filter_btn:hover
{
    background-color: #035fa5;
    border: 2px solid #035fa5;
}

.project_page .graph_container {
    height: calc(100vh - 152px);
    overflow-x: hidden;
    overflow-y: auto;
}
.project_page .project_TasksProgress_graph{
    height: 287px;
}
.project_page .graph_container .card-body {
    max-height: 331px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -15px;
    padding-right: 15px;
}

.resourses_chart {
    position: relative;
    height: 331px;
} 

.resourses_chart canvas {
    position: absolute;
    width: auto !important;
    height: 100% !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* .resources_utilization .card-body
{
    height: 331px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    position: relative;
}
.resources_utilization .card-body canvas
{
    position: absolute;
    width: auto !important;
    height: 100% !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.resources_utilization .total_count_resource_graph
{
    width: 100%;
} */

.project_page .task_progress_chart {
    position: relative;
    height: 230px;
}

.project_page .task_progress_chart canvas {
    position: absolute;
    width: auto !important;
    height: 100% !important;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.project_page .status_count_div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 225px;
    padding-left: 20px;
}

.status_count_div ul {
    padding-inline-start: 0px;
}

.status_count_div li {
    list-style-type: none;
    display: inline-block;
    width: 49%;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0px;
}

.status_count_div img.status_img {
    margin-right: 6px;
}

.total_count_div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 225px;
}

.total_count_div .total_count {
    text-align: center;
}

.total_count_div p.p1 {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 22px;
}

.total_count_div p.p2 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}


/* Resource UTILIZATION GRAPH */

.total_count_resource_graph {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: -36%!important;
}

.total_count_resource_graph .total_count {
    text-align: center;
}

.total_count_resource_graph p.p1 {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 3rem;
}

.total_count_resource_graph p.p2 {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 600;
}


/* Resource UTILIZATION GRAPH */

.project_page .project_resourses_graph .sec_head {
    margin-bottom: 20px !important;
}

.project_page .project_resourses_graph .card-body {
    margin-top: 0px;
    height: 319px;
    display: flex;
    align-items: end;
}


/* ..... */

.project_page .right_section .card_container {
    height: 393px;
}

.project_page .right_section .card_container .card-header {
    margin-bottom: 5px;
}

.project_page .right_section .job_title_graph .card-body {
    height: 345px;
    overflow: auto;
    display: flex;
    align-items: center;
}
.project_page .right_section .resource_bar_chart_container
{
    height: calc(50vh - 125px);
    overflow: auto;
}

/* ..... */

.project_page .left_section .list_scroll::-webkit-scrollbar,
.project_page .graph_container .card-body::-webkit-scrollbar,
.profile_graph .card-body::-webkit-scrollbar,
.objectives_container .div_scroll::-webkit-scrollbar,
.custom_div_scroll::-webkit-scrollbar {
    width: 3px;
    height: 6px;
}

.project_page .left_section .list_scroll::-webkit-scrollbar-thumb,
.project_page .graph_container .card-body::-webkit-scrollbar-thumb,
.profile_graph .card-body::-webkit-scrollbar-thumb,
.objectives_container .div_scroll::-webkit-scrollbar-thumb,
.custom_div_scroll::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 10px;
}

.project_page .left_section .list_scroll::-webkit-scrollbar-track,
.project_page .graph_container .card-body::-webkit-scrollbar-track,
.profile_graph .card-body::-webkit-scrollbar-track,
.objectives_container .div_scroll::-webkit-scrollbar-track,
.custom_div_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f0efef;
    border-radius: 10px;
}


/* .objectives_data .table_content_scroll {
    height: calc(100vh - 270px);
} */

.project_page .objectives_container .scroll_objective_list {
    height: calc(100vh - 176px);
    overflow: auto;
    overflow-x: hidden;
    margin-right: -15px;
    padding-right: 11px
}

.project_page .no_data_graph_container {
    height: 310px;
}

.no_data_list_container {
    height: 289px;
}

.project_page .no_data_task_progress {
    height: 210px;
}

.project_page .no_data_resource_utilization {
    height: 318px;
}

.project_page .no_data_obj_list {
    height: calc(100vh - 212px);
}
.resourses_chart.home_doughnut_chart canvas {
    position: unset !important;
    width: 48% !important;
    height: auto !important;
    margin: 30px auto !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
}

/* x-small devices - xs */

@media only screen and (min-device-width:320px) and (max-device-width:479.98px) {
    .project_page .right_section .card_container {
        height: auto;
    }
    .project_page .right_section .job_title_graph .card-body {
        height: auto;
    }
}


/* Small devices - sm  */

@media only screen and (min-device-width:320px) and (max-device-width:768.98px) {
    .page-wrapper {
        height: calc(100vh - 70px);
    }
    .page-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .filter_row .d-flex {
        display: block !important;
    }
    .filter_row .form-group {
        /* margin-bottom: 0px !important; */
    }
    .project_page .left_section .card_container .list_scroll {

    }
    .project_page .filter_row .custom_btn_blue {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .project_page .graph_container {
        height: unset;
        overflow: unset;
        overflow-x: unset;
    }
    .project_page .right_section .card_container {
        margin-bottom: 20px;
    }
    .project_page .right_section .col_custom:last-child .card_container {
        margin-bottom: 0px;
    }
    /* ...Profile detail page... */
    .back_text {
        margin-top: 20px;
    }
    .user_profile .profile_detail .info-sec p {
        font-size: 11px;
    }
    .profile_graph .card-body,
    .status_count_div {
        height: auto;
    }
    .project_resourses_graph .card-body {
        height: auto;
    }
    .project_resourses_graph {
        margin-bottom: 20px;
    }
    .project_page .graph_container .card-body {
        max-height: 250px !important;
        height: 250px !important;
    }
    .content_box{
        width: 1366px;
    }
 
}


/* comman media query for 769 to 1200.98 */

@media only screen and (min-device-width: 769px) and (max-device-width:1200.98px) {
    .filter_row .d-flex {
        display: block !important;
    }
    .filter_row .form-group {
        /* margin-bottom: 0px !important; */
    }
    .project_page .filter_row .custom_btn_blue {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .project_page .graph_container {
        height: 566px;
        overflow: auto;
        overflow-x: hidden;
    }
    .project_page .right_section .card_container {
        height: 273px;
    }
    .project_page .no_data_task_progress {
        height: 160px;
    }
    .project_page .no_data_resource_utilization {
        height: 174px;
    }
    .page-wrapper {
        overflow-x: hidden;
    }
    /* .project_page .right_section .card_container {
        margin-bottom: 20px;
    } */
    .project_page .right_section .col_custom:last-child .card_container {
        margin-bottom: 0px;
    }
    /* Profile details */
    .project_resourses_graph .card-body {
        height: auto;
    }
    /* .project_resourses_graph.card {
        margin-bottom: 20px;
    } */
    /* .user_profile .row.m_lr_10 {
        height: calc(100vh - 122px);
        overflow-y: auto;
    } */
    .objectives_data .scroll_objective_list_div .table_content_scroll {
        max-height: unset;
    }
    .objectives_data .scroll_objective_list_div .card .col-sm-7 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .objectives_data .scroll_objective_list_div .card .col-sm-4 {
        flex: 0 0 35%;
        max-width: 35%;
    }
    .objectives_data .scroll_objective_list_div .card .col-sm-1 {
        flex: 0 0 15%;
        max-width: 15%;
    }
    /* .project_page .objectives_data .scroll_objective_list_div .mobile_scroll {
        height: calc(100vh - 242px);
        overflow: auto;
    } */
    .objectives_data .scroll_objective_list_div .inner_div {
        width: 600px;
    }
    /* Profile details */
}


/* comman media query for 1024 to 1200.98 */
@media only screen and (min-width:992px) and (max-width:1199px) {
    .project_page .left_section .card_container .list_scroll {

    }
    .project_page .right_section .resource_bar_chart_container {
        height: calc(50vh - 135px);
    }
    .project_page .indivisual_card_page .filter_row label {
        margin-top: 0px;
    }
    .project_page .filter_row .col-lg-2 {
        margin-top: 12px;
        width: 25%;
    }
    .project_page .filter_row .custom_btn_blue {
        margin-bottom: 10px;
    }
    .card_container .sec_head, .sec_head {
        margin-bottom: 0px !important;
    }
    .project_page .graph_container {
    }
    .project_page .left_section .card_container .form-control {
        margin: 5px 0px;
    }
    .project_page .filter_row .col-lg-3 {
        width: 50%;
    }
    .no_data_list_container {
        height: 245px;
    }
    .project_page .task_progress_chart {
        height: 160px;
    }
    .project_page .task_progress_chart .total_count_div {
        height: 155px;
        width: 160px;
    }
    .project_page .project_resourses_graph .card-body {
        height: 174px;
    }
    .project_page .card-body .status_count_div {
        height: calc(35vh - 60px);
    }
    .project_page .objectives_container .scroll_objective_list {
        height: calc(100vh - 22px);
    }
    .project_page .user_profile .project_resourses_graph.card {
        margin-bottom: 0;
    }  
    .project_page .objectives_data .scroll_objective_list_div .mobile_scroll {
        overflow: auto;
    }  
    .project_page .objectives_data .scroll_objective_list_div .mobile_scroll .card_header_label .col-md-7{
        width: 50.333333%;
    }
    .project_page .objectives_data .scroll_objective_list_div .mobile_scroll .card .col-sm-1 .small_text{
        text-wrap: nowrap;
    }
    .project_page .objectives_data .table_content_scroll .status_img {
        margin-top: -3px;
    }
}
/* @media only screen and (min-device-width: 1024px) and (max-device-width:1199px) {
    .project_page .filter_row .col-md-6 {
        width: 50%;
    }
    .project_page .filter_row .col-md-3 {
        width: 25%;
    }
    .project_page .filter_row .custom_btn_blue {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .project_page .filter_row {
        margin-bottom: 20px;
    }
    .project_page .graph_container {
        height: calc(100vh - 275px);
    }
    .project_page .right_section .col_custom:nth-last-child(2) .card_container {
        margin-bottom: 0px;
    }
    /* ... Profile Details ... *
    .project_page .status_count_div li {
        width: 100%;
        padding-left: 10px;
    }
    .project_page .project_resourses_graph .card-body {
        height: 222px;
    }
    .project_page .project_resourses_graph.card {
        margin-bottom: 0px;
    }
} */


/* X-Large devices -xl */

@media only screen and (min-width: 1200px) and (max-width:1280px) {
    .project_page .left_section .card_container .list_scroll {
        height: 348px!important;
    }
    .project_page .graph_container {
        height: 730px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .project_page .right_section .card_container {
        height: 345px;
    }
    .no_data_list_container {
        height: 245px;
    }
    .project_page .objectives_container .scroll_objective_list {
        height: 717px;
    }
    .project_page .no_data_task_progress {
        height: 219px;
    }
    .project_page .no_data_resource_utilization {
        height: 273px;
    }

    .filter_row .d-flex {
        display: block !important;
    }
    .project_page .filter_row .form-group {
        margin-bottom: 15px;
    }
    .project_page .filter_row .col-md-6 {
        width: 25%;
    }
    .project_page .filter_row .custom_btn_blue {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .project_page .project_resourses_graph .card-body {
        height: 274px;
    }
    .objectives_data .scroll_objective_list_div .inner_div {
        width: 98%;
    }
    .project_page .task_progress_chart {
        height: 200px;
    }
    .project_page .task_progress_chart .total_count_div {
        height: 190px;
    }
    .project_page .user_profile .profile_info {
        height: calc(100vh - 466px) !important;
    }
    .project_page .right_section .card_container {
        height: 345px;
    }
    .project_page .status_count_div {
        height: 195px;
    }
    .objectives_data .small_text {
        font-size: 10px!important;
    }
    .project_page .right_section .resource_bar_chart_container {
        height: calc(50vh - 0px)!important;
    }
    .resourses_chart.home_doughnut_chart canvas {
        margin: 40px auto !important;
    }
    .resourses_chart.home_doughnut_chart .total_count_resource_graph {
        margin-top: -43%!important;
    }
    .project_page .project_TasksProgress_graph {
        height: 276px!important;
    }
}
@media only screen and (min-width: 1281px) and (max-width:1366px) {
    .project_page .left_section .card_container .list_scroll {
        height: 348px!important;
    }
    .project_page .graph_container {
        height: 730px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .project_page .right_section .card_container {
        height: 345px;
    }
    .no_data_list_container {
        height: 245px;
    }
    .project_page .objectives_container .scroll_objective_list {
        height: 717px;
    }
    .project_page .no_data_task_progress {
        height: 219px;
    }
    .project_page .no_data_resource_utilization {
        height: 273px;
    }

    .filter_row .d-flex {
        display: block !important;
    }
    .filter_row .form-group {
        /* margin-bottom: 0px !important; */
    }
    .project_page .filter_row .col-md-6 {
        width: 25%;
    }
    .project_page .filter_row .custom_btn_blue {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .project_page .project_resourses_graph .card-body {
        height: 274px;
    }
    .objectives_data .scroll_objective_list_div .inner_div {
        width: 98%;
    }
    .project_page .task_progress_chart {
        height: 200px;
    }
    .project_page .task_progress_chart .total_count_div {
        height: 190px;
    }
    .project_page .user_profile .profile_info {
        height: calc(100vh - 466px) !important;
    }
    .project_page .status_count_div {
        height: 195px;;
    }
    .objectives_data .small_text {
        font-size: 10px!important;
    }
    .project_page .right_section .resource_bar_chart_container {
        height: calc(50vh - 0px)!important;
    }
    .resourses_chart.home_doughnut_chart canvas {
        margin: 40px auto !important;
    }
    .resourses_chart.home_doughnut_chart .total_count_resource_graph {
        margin-top: -43%!important;
    }
    .project_page .project_TasksProgress_graph {
        height: 276px!important;
    }
}
@media only screen and (min-width: 1367px) and (max-width:1440px) {
    .project_page .graph_container {
        height: 730px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .project_page .right_section .card_container {
        height: 352px;
    }
    .no_data_list_container {
        height: 238px;
    }
    .project_page .objectives_container .scroll_objective_list {
        height: 731px;
    }
    .project_page .no_data_task_progress {
        height: 219px;
    }
    .project_page .no_data_resource_utilization {
        height: 267px;
    }

    .filter_row .d-flex {
        display: block !important;
    }
    .filter_row .form-group {
        /* margin-bottom: 0px !important; */
    }
    .project_page .filter_row .col-md-6 {
        width: 25%;
    }
    .project_page .filter_row .custom_btn_blue {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .project_page .project_resourses_graph .card-body {
        height: 267px;
    }
    .objectives_data .scroll_objective_list_div .inner_div {
        width: 98%;
    }
    .project_page .task_progress_chart {
        height: 200px;
    }
    .project_page .task_progress_chart .total_count_div {
        height: 190px;
    }
    .project_page .user_profile .profile_info {
        height: calc(100vh - 466px) !important;
    }
    .project_page .status_count_div {
        height: 205px;
    }
    .objectives_data .small_text {
        font-size: 10px!important;
    }
    .project_page .right_section .resource_bar_chart_container {
        height: calc(50vh - 0px)!important;
    }
    .resourses_chart.home_doughnut_chart canvas {
        margin: 40px auto !important;
    }
    .resourses_chart.home_doughnut_chart .total_count_resource_graph {
        margin-top: -43%!important;
    }
}

@media only screen and (min-width: 1441px) and (max-width:1600px) {
    .project_page .left_section .card_container .list_scroll {
        height: 335px!important;
    }
    .project_page .graph_container {
        height: 720px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .project_page .right_section .card_container {
        height: 348px;
    }
    .no_data_list_container {
        height: 259px;
    }
    .project_page .objectives_container .scroll_objective_list {
        height: 722px;
    }
    .project_page .no_data_task_progress {
        height: 193px;
    }
    .project_page .no_data_resource_utilization {
        height: 295px;
    }
    .filter_row .d-flex {
        display: block !important;
    }
    .project_page .filter_row .custom_btn_blue {
        margin-top: 30px;
    }
    .project_page .task_progress_chart {
        height: 210px;
    }
    .total_count_div {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0px;
    }
    .project_page .project_resourses_graph .card-body {
        height: 288px;
    }
    .project_page .row_custom .select2-selection__rendered .select2-selection__choice
    {
        max-width: 170px;
    }
    .project_page .task_progress_chart {
        height: 200px;
    }
    .user_profile .row.m_lr_10 {
        height: calc(100vh - 104px);
    }
    .project_page .user_profile .profile_info {
        height: calc(100vh - 483px) !important;
    }
    .project_page .right_section .card_container {
        height: 384px!important;;
    }
    .project_page .status_count_div {
        height: 200px;
    }
    .objectives_data .small_text {
        font-size: 10px!important;
    }
    .project_page .right_section .resource_bar_chart_container {
        height: calc(50vh - 40px)!important;
    }
    .resourses_chart.home_doughnut_chart canvas {
        margin: 67px auto !important;
    }
    .resourses_chart.home_doughnut_chart .total_count_resource_graph {
        margin-top: -48%!important;
    }
}
@media only screen and (min-width: 1601px) and (max-width:1680px) {
    .project_page .left_section .card_container .list_scroll {
        height: 335px!important;
    }
    .project_page .graph_container {
        height: 720px;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .project_page .right_section .card_container {
        height: 348px;
    }
    .no_data_list_container {
        height: 259px;
    }
    .project_page .objectives_container .scroll_objective_list {
        height: 722px;
    }
    .project_page .no_data_task_progress {
        height: 193px;
    }
    .project_page .no_data_resource_utilization {
        height: 295px;
    }
    .filter_row .d-flex {
        display: block !important;
    }
    .project_page .filter_row .custom_btn_blue {
        margin-top: 30px;
    }
    .project_page .task_progress_chart {
        height: 210px;
    }
    .total_count_div {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0px;
    }
    .project_page .project_resourses_graph .card-body {
        height: 288px;
    }
    .project_page .row_custom .select2-selection__rendered .select2-selection__choice
    {
        max-width: 170px;
    }
    .project_page .task_progress_chart {
        height: 200px;
    }
    .user_profile .row.m_lr_10 {
        height: calc(100vh - 104px);
    }
    .project_page .user_profile .profile_info {
        height: calc(100vh - 483px) !important;
    }
    .project_page .right_section .card_container {
        height: 384px!important;
    }
    .project_page .status_count_div {
        height: 200px;
    }
    .objectives_data .small_text {
        font-size: 12px!important;
    }
    .project_page .right_section .resource_bar_chart_container {
        height: calc(50vh - 40px)!important;
    }
    .resourses_chart.home_doughnut_chart canvas {
        margin: 67px auto !important;
    }
    .resourses_chart.home_doughnut_chart .total_count_resource_graph {
        margin-top: -48%!important;
    }
}
@media (min-width: 1680px) {
    .project_page .custom_col_1 {
        width: 20% !important;
    }
    .project_page .custom_col_2 {
        width: 80% !important;
    }
    .project_page .filter_dropdown .dropdown-menu {
        left: unset !important;
        right: 175px !important;
    }
    /* .project_page .project_resourses_graph .card-body
    {
        height: 222px;
    } */

}

@media only screen and (min-device-width: 1680px) and (max-device-width:1870px) {
    .project_page .row_custom .select2-selection__rendered .select2-selection__choice
    {
        max-width: 180px;
    }
}


/* kavita css End */

.display-none {
    display: none!important;
}