.d-inlineFlex {
    display: inline-flex;
}

.timesheet_page .nav-tabs {
    margin-bottom: 15px;
    border-bottom: none;
}

.timesheet_page .nav-tabs .nav-link {
    padding: 8px 0px;
    border-bottom: 2px solid transparent;
    margin-right: 20px;
    color: #131313;
    font-size: 15px;
    cursor: pointer;
}

.timesheet_page .nav-tabs .nav-link.active {
    border-bottom: 2px solid #0091FF;
    font-weight: 600;
    color: #131313;
}

.timesheet_page .status_count_div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    padding: 0px 30px;
}

.status_count_div li {
    list-style-type: none;
    display: inline-block;
    width: 100%!important;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0px;
}

.timesheet_page .task_progress_chart {
    position: relative;
    height: 161px;
    width: 314px;
}

.timesheet_page .task_progress_chart canvas {
    position: absolute;
    width: auto !important;
    height: 100% !important;
    margin: 0% 25% !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.total_count_div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 139px;
}

.timesheet_page .nav-tabs>li>a:hover {
    border-color: transparent;
}


/* Task Progress GRAPH */

.count_total_tasks_graph {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.count_total_tasks_graph .total_count_2 {
    text-align: center;
    padding-right: 10px;
}

.count_total_tasks_graph p.p1 {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 2rem;
}

.count_total_tasks_graph p.p2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.info_icon {
    width: 15px;
    margin-left: 0px;
    margin-bottom: 4px;
}


/* Task Progress GRAPH */


/* ..... */

.timesheet_page .filter_dropdown .dropdown-menu {
    right: -3px !important;
}


/* ..... */

.profile_detail .profile_dropdown .dropdown-menu li {
    background: #ffffff;
    color: #131313;
}


/* ..... */

.timesheet_page .objectives_container .add_obj_btn {
    height: 25px;
    padding: 0px 12px;
    font-size: 12px;
    width: 127px;
}

.add_white {
    margin-right: 4px;
    padding-bottom: 3px;
    height: 14px;
}

.timesheet_page .objectives_container .filter_dropdown {
    margin-top: 0px;
}

.timesheet_page .objectives_container .add_task_btn_bg {
    /* background-color: #F0F8FF;  */
    position: relative;
    /* width: 100%; */
    z-index: 999;
    right: 28px;
    margin-top: -36px;
    padding-bottom: 10px;
}

.timesheet_page #teamtalent .objectives_container .add_task_btn_bg {
    margin-top: -29px;
    padding-bottom: 6px;
}

.timesheet_page .objectives_container .add_task_btn {
    /* margin-bottom: 20px; */
    width: 106px;
    margin-right: -20px;
}

.timesheet_page #teamtalent .objectives_container .add_task_btn {
    margin-right: -3px;
}

.timesheet_page .objectives_container .d_spac_bet {
    display: flex;
    justify-content: space-between;
    margin-right: 33px;
}

.timesheet_page .objectives_container .d_spac_bet img {
    margin-top: -5px;
}

.timesheet_page .objectives_container .dropdown .btn,
.timesheet_page .objectives_container .dropdown .btn:active {
    padding: 0;
    height: auto;
    background: none !important;
    box-shadow: unset !important;
}

.timesheet_page .objectives_container .filter_dropdown .dropdown-menu {
    min-width: 153px;
    padding: 4px 8px;
    left: -128px !important;
}

.timesheet_page .objectives_container ul.dropdown-menu {
    min-width: 80px;
    padding: 0;
}

.timesheet_page .objectives_container ul.dropdown-menu li {
    padding: 2px 8px;
    font-size: 12px;
    cursor: pointer;
}


/* ..... */

.timesheet_page .object_list_section_scroll {
    height: calc(100vh - 204px);
    overflow: auto;
    overflow-x: hidden;
    margin-right: -15px;
    padding-right: 11px;
}

.timesheet_page .project_resourses_graph .card-body {
    height: calc(100vh - 585px);
    margin-top: 0px;
}

.timesheet_page .objectives_data .table_content_scroll {
    max-height: calc(100vh - 301px) !important;
    height: auto;
}
.timesheet_page .flags_image
{
    margin-right: 10px;
}
.timesheet_page .flags_image img 
{
    width: 11px;
    margin-left: 9px;
}
.timesheet_page .approval_pending 
{
    color: red;
    font-weight: 600;
    font-size: 12px;
}

/* ..... */


/* ..... Team Talent Tab start ..... */

.team_talent_section {
    background-color: #F7F6F3;
}

.team_talent_section .c2c_search_input {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 300px;
}

.team_talent_section .talant_card {
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid rgb(128 128 128 / 50%) !important;
    border-radius: 6px !important;
    cursor: pointer;
}

.team_talent_section .talant_card img {
    width: 75px;
    border-radius: 50%;
}

.team_talent_section .talant_card .info-sec h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0px;
}

.team_talent_section .talant_card .info-sec h6 {
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    height: 13.19px;
}

.team_talent_section .talant_card .progress_div {
    margin-top: 20px;
    margin-bottom: 20px;
}

.team_talent_section .talant_card .progress_div span {
    display: block;
}

.team_talent_section .talant_card .status_wrapper span {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

.team_talent_section .talant_card .status_wrapper label {
    margin-bottom: 0;
    color: #131313;
    font-weight: 400;
    font-size: 12px;
}

.team_talent_section .talent_scroll .m_lr_10 {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
}

.team_talent_section .talent_scroll .p_lr_10 {
    padding-left: -7.5px !important;
    padding-right: -7.5px !important;
}

.team_talent_section .talent_scroll {
    height: calc(100vh - 289px);
    overflow: auto;
    overflow-x: hidden;
    margin-right: -15px;
    padding-right: 15px;
}

.team_talent_section .talent_scroll .main_col:nth-child(1n) .talant_card h6 {
    color: #0091FF;
}

.team_talent_section .talent_scroll .main_col:nth-child(2n) .talant_card h6 {
    color: #B620E0;
}

.team_talent_section .talent_scroll .main_col:nth-child(3n) .talant_card h6 {
    color: #F8C822;
}

.team_talent_section .talent_scroll .main_col:nth-child(4n) .talant_card h6 {
    color: #6F64F8;
}
.timesheet_page .tab-content .profile-sec .img-sec {
    border-radius: 50%;
    border: 2px solid #4174ff;
    padding: 2px;
}
.timesheet_page .tab-content .profile-sec .img-sec p {
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0 0px;
    background-color: #0091FF;
}

/* ...... Team Talent Tab End ...... */

#teamtalent .project_resourses_graph .card-body {
    height: 318px !important;
}

#teamtalent .object_list_section_scroll {
    height: calc(100vh - 301px);
}

.timesheet_page .export_report_row {
    line-height: 0;
}

.timesheet_page .export_report_row .export_report_btn {
    margin-top: -71px;
}

.timesheet_page .no_data_task_progress {
    height: 160px;
}

.timesheet_page .no_data_resource_utilization {
    height: 335px;
}

.timesheet_page .no_data_obj_list {
    height: calc(100vh - 243px);
}

.timesheet_page .no_data_talent_list {
    height: calc(100vh - 299px);
}

.timesheet_page #teamtalent .no_data_resource_utilization {
    height: 300px;
}
.access_control_page .menu_list_sec .smml_left_section_inner
{
    top: 63px;
    left: 6px;
}

/* Media Query Start */

.c2cttm_modal .indivisual_card_page .select2-container {
    width: 100% !important;
}
.c2cttm_modal .modal_info_image
{
    cursor: pointer;
}

.timesheet_page .no_data_objective_list_container {
    height: calc(100vh - 220);
}

#info_modal .blue_text {
    color: #4374ff;
}

.user_profile .img-sec img {
    width: 94% !important;
    height: 94% !important;
}

/* comman media query for 320 to 767.98 */

@media only screen and (min-device-width:320px) and (max-device-width:768.98px) {
    .timesheet_page .export_report_btn {
        margin-bottom: 10px;
    }
    .timesheet_page .project_resourses_graph .card-body {
        height: auto !important;
    }
    .timesheet_page .card_container .sec_head {
        margin-bottom: 15px;
    }
    .timesheet_page .d_spac_bet .small_text {
        white-space: nowrap;
    }
    .objectives_data .inner_div {
        width: 510px;
    }
    .objectives_data .table_content_scroll .card {
        padding: 5px 0px;
    }
    .objectives_data .pl_15 {
        padding-left: 5px;
    }
    .timesheet_page .objectives_container .d_spac_bet {
        margin-right: 5px;
    }
    .objectives_data .table_content_scroll {
        max-height: initial !important;
        height: unset !important;
    }
    /* Team Talent Tab */
    .team_talent_section .talant_card .progress_div {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .team_talent_section {
        padding: 0;
        background-color: transparent;
        border: none;
    }
    .team_talent_section .c2c_search_input {
        width: auto;
    }
    .team_talent_section .talant_card {
        padding: 20px 10px;
    }
    #teamtalent .object_list_section_scroll {
        height: auto;
    }
    #teamtalent .project_resourses_graph .card-body {
        height: unset !important;
    }
}


/* x-small devices - xs */

@media only screen and (min-device-width:320px) and (max-device-width:479.98px) {
    .timesheet_page .objectives_container .filter_dropdown .dropdown-menu {
        left: -48px !important;
        transform: translate3d(-85px, 21px, 0px) !important;
    }
}


/* Small devices - sm  */

@media only screen and (min-device-width: 480px) and (max-device-width:768.98px) {
    .objectives_data .inner_div {
        width: 100%;
    }
    .timesheet_page .profile_graph .col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .timesheet_page .profile_graph .col-xs-12 {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .timesheet_page .task_progress_chart {
        position: relative;
        height: 146px;
    }
    .timesheet_page .status_count_div {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 146px;
    }
    .timesheet_page .objectives_container .filter_dropdown .dropdown-menu {
        left: -48px !important;
        transform: translate3d(-85px, 21px, 0px) !important;
    }
}


/* comman media query for 575 to 767.98 */

@media only screen and (min-device-width: 575px) and (max-device-width:768.98px) {
    .team_talent_section .col-xs-12.main_col {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .timesheet_page .objectives_container .filter_dropdown .dropdown-menu {
        left: -48px !important;
        transform: translate3d(-85px, 21px, 0px) !important;
    }
}


/* comman media query for 769 to 1200.98 */

@media only screen and (min-device-width: 769px) and (max-device-width:1200.98px) {
    .timesheet_page .page-wrapper {
        height: calc(100vh - 60px);
    }
    .status_count_div li {
        width: 100% !important;
    }
    .timesheet_page .status_count_div {
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 146px; */
    }
    .timesheet_page .card.project_resourses_graph {
        margin-bottom: 0px;
    }
    /* .timesheet_page .project_resourses_graph .card-body {
        height: 201px !important;
    } */
    .timesheet_page .objectives_data .table_content_scroll .card {
        padding: 5px 0px;
    }
    .timesheet_page .objectives_data .pl_15 {
        padding-left: 5px;
    }
    .timesheet_page .objectives_container .scroll_objective_list .mobile_scroll {
        max-height: calc(100vh - 242px);
        overflow: auto;
    }
    /* .timesheet_page .objectives_data .small_text {
        white-space: nowrap;
    } */
    .timesheet_page .objectives_data .col-sm-4 {
        flex: 0 0 24.33333% !important;
        max-width: 24.33333% !important;
        width: 24.33333% !important;
    }
    .timesheet_page .objectives_data .table_content_scroll {
        height: unset;
    }
    /* Team talent Tab */
    #teamtalent .project_resourses_graph .card-body {
        height: 172px !important;
    }
}


/* Medium devices - md */

@media only screen and (min-device-width: 768px) and (max-device-width:991.98px) {
    .timesheet_page .task_progress_chart canvas {
        margin: 0% 5% !important;
        height: 100% !important;
    }
    .count_total_tasks_graph {
        justify-content: start;
        height: 90%;
        margin-left: 15%;
    }
    .timesheet_page .project_resourses_graph .card-body {
        height: calc(100vh - 535px);
    }
    .timesheet_page .status_count_div {
        height: 115px;
    }
    .timesheet_page .objectives_container .filter_dropdown .dropdown-menu {
        left: -48px !important;
        transform: translate3d(-85px, 21px, 0px) !important;
    }
    .timesheet_page .objectives_container .profile_graph .card-body {
        height: calc(18vh - 6px);
    }
    .timesheet_page .objectives_container .status_count_div li {
        padding: 5px 0px;
    }
    .timesheet_page .task_progress_chart {
        height: 120px;
    }
    .timesheet_page .objectives_data .col-sm-4 {
        flex: 0 0 20.33333% !important;
        max-width: 20.33333% !important;
        width: 20.33333% !important;
    }
    .timesheet_page .objectives_container .dropdown .btn, .timesheet_page .objectives_container .dropdown .btn:active {
        height: 15px;
        line-height: 15px;
    }
    .timesheet_page .objectives_container .dropdown.edit_dropdown {
        height: 15px;
        display: flex !important;
    }
    .timesheet_page .objectives_data .small_text {
        margin-bottom: 0px !important;
    }
    /* .timesheet_page .objectives_container .filter_dropdown .dropdown-menu {
        left: -48px !important;
        transform: translate3d(-85px, 21px, 0px) !important;
    } */
}


/* Large devices - lg */

@media only screen and (min-device-width: 992px) and (max-device-width:1199px) {
    .timesheet_page .objectives_container .filter_dropdown .dropdown-menu {
        left: -48px !important;
        transform: translate3d(-85px, 21px, 0px) !important;
    }
    .timesheet_page .task_progress_chart canvas {
        margin: 0% 5% !important;
    }
    .count_total_tasks_graph {
        height: 90%;
        width: 48%;
    }
    .timesheet_page .status_count_div {
        height: 110px;
    }
    .timesheet_page .task_progress_chart {
        height: 110px;
    }
    .timesheet_page .project_resourses_graph .card-body {
        height: calc(100vh - 511px);
    }
    .user_profile .d_space_bet {
        margin-bottom: 5px !important;
    }
    .user_profile .profile_detail .info-sec h6 {
        margin-top: 0 !important;
    }
    .objectives_data .scroll_objective_list_div .card .dropdown {
        position: absolute;
        top: -28px;
        right: 10px;
    }
    .objectives_data .scroll_objective_list_div .show .dropdown {
        position: absolute;
        top: -4px;
        right: -12px;
    }
    .timesheet_page .objectives_data .col-sm-4 {
        flex: 0 0 16.33333% !important;
        max-width: 16.33333% !important;
        width: 16.33333% !important;
    }
    .objectives_data .scroll_objective_list_div .card .col-sm-4 {
        margin-top: 4%;
    }
    .timesheet_page .objectives_data .small_text {
        font-size: 11px;
    }
    .objectives_data .collapse .card p {
        font-size: 10px;
    }
    .objectives_data .table_content_scroll .card .col_first {
        margin-left: 20px !important;
    }
}


/* X-Large devices -xl */

@media only screen and (min-device-width: 1200px) and (max-device-width:1399.98px) {
    .timesheet_page .card.project_resourses_graph {
        margin-bottom: 0px;
    }
    /* .timesheet_page .project_resourses_graph .card-body {
        height: 201px !important;
    } */
    .timesheet_page .team_talent_section .talant_card {
        padding: 20px 12px;
    }
    .timesheet_page .objectives_data .table_content_scroll {
        height: unset;
    }
    /* Team talent Tab */
    #teamtalent .project_resourses_graph .card-body {
        height: 171px !important;
    }
    .timesheet_page .objectives_data .table_content_scroll .card .card-header .col-lg-6{
        width: 65%;
    }
    .timesheet_page .objectives_data .table_content_scroll .card .card-header .col-lg-3{
        width: 35%;
    }
    .timesheet_page .objectives_container .filter_dropdown .dropdown-menu {
        left: -48px !important;
        transform: translate3d(-85px, 21px, 0px) !important;
    }
    .count_total_tasks_graph .total_count_2 {
        padding-right: 0px;
    }
    .user_profile .d_space_bet {
        margin-bottom: 5px !important;
    }
    .count_total_tasks_graph {
        height: 90%;
    }
    .timesheet_page .task_progress_chart canvas {
        margin: 0% 15% !important;
    }
    .timesheet_page .task_progress_chart {
        width: 185px;
        position: relative;
        height: 132px;
    }
    .timesheet_page .status_count_div {
        height: 130px;
    }
    .timesheet_page .project_resourses_graph .card-body {
        height: calc(100vh - 546px);
    }
}


/* XX-Large devices - xxl */

@media only screen and (min-device-width: 1400px) and (max-device-width:1680px) {
    .timesheet_page .card.project_resourses_graph {
        margin-bottom: 0px;
    }
    /* .timesheet_page .project_resourses_graph .card-body {
        height: 201px !important;
    } */
    .team_talent_section .talant_card .status_wrapper label {
        white-space: nowrap;
    }
    .timesheet_page .objectives_data .table_content_scroll {
        height: auto;
    }
    .team_talent_section .talant_card {
        padding: 20px 10px;
    }
    /* Team talent Tab */
    #teamtalent .project_resourses_graph .card-body {
        height: 171px !important;
    }
    /* ..... */
    /* .timesheet_page .no_data_objective_list_container {
        height: calc(100vh - 32px);
    }
    .timesheet_page .object_list_section_scroll
    {
        height: calc(100vh - 32px);
    } */
    .timesheet_page .objectives_container .filter_dropdown .dropdown-menu {
        left: -48px !important;
        transform: translate3d(-85px, 21px, 0px) !important;
    }
}


/* @media (min-width: 1680px)  */

@media only screen and (min-device-width: 1680px) and (max-device-width:1870px) {
    /* .timesheet_page .project_resourses_graph .card-body {
        height: 201px !important;
    } */
    .timesheet_page .objectives_data .table_content_scroll {
        height: auto;
    }
    /* Team talent Tab */
    #teamtalent .project_resourses_graph .card-body {
        height: 171px !important;
    }
    .timesheet_page .objectives_container .filter_dropdown .dropdown-menu {
        left: -48px !important;
        transform: translate3d(-85px, 21px, 0px) !important;
    }
}

.display-none {
    display: none!important;
}

.dateErrorMessage {
    /* background-color: #fad0d0; */
    color: red;
    font-weight: 600;
    margin-top: -10px;
    font-size: 12px;
}
.profile_detail .info-sec .card-subtitle{
    display: -webkit-box;
    max-height: 35px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}