.dashboard_page .page-wrapper
{
    overflow-y: unset !important;
    height: unset !important;
}
.dashboard_page .main-header
{
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 999;
}
/* .dashboard_page .app-main
{
    margin-top: 70px;
} */

.dashboard_page #chartjs-tooltip {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index:999;
}
.dashboard_page #chartjs-tooltip td p{
    width:150px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:0px;
}
.dashboard_page #chartjs-tooltip .tooltip_value{
    text-align: right;
}
.dashboard_page #chartjs-tooltip-for-escalate {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index:999;

}
.dashboard_page #chartjs-tooltip-for-escalate td p{
    width:150px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:0px;
}
.dashboard_page #chartjs-tooltip-for-escalate .tooltip_value{
    text-align: right;
}
.dashboard_page #chartjs-tooltip-for-talent-pie {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index:999;
}
.dashboard_page #chartjs-tooltip-for-talent-pie td p{
    width:150px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:0px;
}
.dashboard_page #chartjs-tooltip-for-talent-pie .tooltip_value{
    text-align: right;
}

.dashboard_page #chartjs-tooltip-for-people-programs {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index:999;
}
.dashboard_page #chartjs-tooltip-for-people-programs td p{
    width:150px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:0px;
}
.dashboard_page #chartjs-tooltip-for-people-programs .tooltip_value{
    text-align: right;
}
.dashboard_page #chartjs-tooltip-for-retention {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index:999;
}
.dashboard_page #chartjs-tooltip-for-retention td p{
    width:150px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:0px;
}
.dashboard_page #chartjs-tooltip-for-retention .tooltip_value{
    text-align: right;
}
.dashboard_page thead {
    background: transparent;
    margin-bottom: 0px;
}
/* .......................... */
.dashboard_page .dropdown-item
{
    display: none;
}
.dashboard_page .col-pad
{
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.dashboard-container_l.talent_joint_left_chart
{
    margin-bottom: 20px;
}
.dashboard_page .mb-10
{
    margin-bottom: 10px !important;
}
.dashboard_page .m-lr-8
{
    margin-left: -8px;
    margin-right: -8px;
}
.dashboard_page hr 
{
    margin-top: 8px;
    margin-bottom: 8px;
}
.dashboard_page .mt-10
{
    margin-top: 10px !important;
}
.dashboard_page select.form-control
{
    border-radius: 4px;
}

.dashboard_page .app-main {
    flex: 1;
    display: flex;
    z-index: 8;
    position: relative;
}
.dashboard_page .app-page-title {
    padding-top: 0px;
    padding-bottom: 20px !important;
}
.dashboard_page .fixed-sidebar .app-main .app-main__outer {
    z-index: 9;
    /* padding-left: 280px; */
}
.dashboard_page .app-main .app-main__outer {
    flex: 1;
    flex-direction: column;
    display: flex;
    z-index: 12;
}
.dashboard_page .app-main .app-main__inner {
    padding: 0px 0px 30px 0;
    flex: 1;
}
.dashboard_page .dashboard-container .app-main__outer .col-xl-3 {
    flex: 0 0 20%;
    max-width: 20%;
}
.dashboard_page .widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}
.dashboard_page .text-white {
    color: #fff !important;
}
.dashboard_page .widgetfont {
    font-size: 2.5em !important;
    font-weight: lighter!important;
}
.dashboard_page .card .widget-subheading {
    font-size: 1em !important;
}
.dashboard_page .widget-content .widget-content-right {
    margin-left: auto;
}
.dashboard_page .widget-content .widget-numbers {
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
}
.dashboard_page .count-icons i {
    font-size: 1.7em;
}
.dashboard_page  .bg-midnight-bloom {
    background: #36BDC3 !important;
    border: 1px solid #36BDC3;
}
.dashboard_page  .bg-arielle-smile {
    background: #00B69C !important;
    border: 1px solid #00B69C;
}
.dashboard_page  .bg-grow-early {
    background: #3D5FFF !important;
    border: 1px solid #3D5FFF;
}
.dashboard_page  .bg-love-kiss {
    background: #CD5BFF !important;
    border: 1px solid #CD5BFF;
}
.dashboard_page  .bg-talent-org {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0 117 94);
    border-image: initial;
    background: rgb(0 117 94) !important;
}
.dashboard_page  .bg-midnight-bloom img {
    height: 26px;
    margin-top: -19px;
}
.dashboard_page  .bg-arielle-smile img {
    height: 29px;
}
.dashboard_page  .bg-love-kiss img, .dashboard_page  .bg-grow-early img, .dashboard_page  .bg-arielle-smile img {
    height: 26px;
    margin-top: -19px;
}
.dashboard_page  .card.mb-3 {
    margin-bottom: 16px !important;
}
.dashboard_page  .updates p span {
    color: #4f7cfb;
}
.dashboard_page  .card-head {
    font-size: 17px;
    color: #4f7cfb;
    font-weight: 600;
}
.dashboard_page  .border-class {
    border: 1px solid #dfdfdf;
}
.dashboard_page  .card-header.card-header-tab .card-header-title {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 1.3em;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0px;
}
.dashboard_page  .chart-title {
    color: #4475f5;
}
.dashboard_page  .custom_legend {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #eaeaea;
}
.dashboard_page  .custom_legend {
    width: 100%;
    height: 70px;
    overflow-y: hidden;
}
.dashboard_page  .custom_legend>ul {
    padding: 0;
    /* text-align: left; */
    text-align: center;
    margin-bottom: 0px;
}
.dashboard_page  #chart1 .custom_legend, .dashboard_page  #chart5 .custom_legend, .dashboard_page  #chart6 .custom_legend
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashboard_page  [class$="-legend"] {
    list-style: none;
    cursor: pointer;
    padding-left: 0;
}
.dashboard_page  .barchart_legend li {
    font-size: 11px;
    margin-right: 5px;
}
.dashboard_page  .custom_legend li {
    cursor: pointer;
    margin: 2px 0px;
    display: inline-table;
}
.dashboard_page  [class$="-legend"] li {
    display: block;
    padding: 0 5px;
}
.dashboard_page .barchart_legend li span {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0px !important;
    margin-right: 3px;
}
.dashboard_page .custom_legend li span {
    position: relative;
    color: black;
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
}
.dashboard_page .barchart_legend li.hidden1 {
    text-decoration: line-through;
}
.dashboard_page  [class$="-legend"] li {
    display: inline-block;
    padding: 0 5px;
}
.dashboard_page .dashboard-container_l .card-header-tab {
    border-bottom: 1px solid #dfdfdf;
}
.dashboard_page .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.dashboard_page .page-wrapper .card-header
{
    padding: .75rem 1.25rem;
}
.dashboard_page .page-wrapper .card-header {
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: .625rem;
}
.dashboard_page .page-wrapper .card-header.card-header-tab .card-header-title {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 18.30px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0px;
}
.dashboard_page .page-wrapper .dashboard-container_l .card 
{
    padding: 0px;
    height: 474px;
}
.dashboard_page .page-wrapper .dashboard-container_l .card-header-title.chart-title
{
    padding: 12px 9px;
}
.dashboard_page .page-wrapper .tm_play_title
{
    padding: 12px 9px;
}
.dashboard_page .key-team-players.card{
    padding: 0px;
}
.dashboard_page .key-team-players .widget-heading, .dashboard_page .key-team-players .widget-subheading
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1!important;
}
.dashboard_page .dashboard-no-data-img {
    display: flex;
    justify-content: center;
    /* padding-top: 125px; */
    padding: 54px 20px;
}
.dashboard_page .dashboard-no-data-img img {
    width: 100%;
    height: auto;
    /* margin-top: -50px !important; */
    padding-top: 50px;
}
.dashboard_page .custom_legend .legend-circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0px !important;
    margin-right: 3px;
}
.dashboard_page .custom_legend li span.label {
    margin-right: 5px;
    padding: 0px;
    margin-top: -2px;
}
.dashboard_page .custom_legend li span {
    position: relative;
    color: black;
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
    font-weight: unset;
}
.dashboard_page .custom_legend {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #eaeaea;
}
.dashboard_page .custom_legend {
    width: 100%;
    max-height: 70px;
    overflow-y: hidden;
}
.dashboard_page .custom_legend:hover {
    overflow-y: auto;
}
.dashboard_page .key-team-players .widget-content .widget-content-left .widget-heading, .dashboard_page .key-team-players .widget-content .widget-content-left .widget-subheading {
    color: #495057 !important;
}
.dashboard_page .widget-content .widget-content-left .widget-heading {
    opacity: 1;
    font-weight: bold;
    font-size: 12px;
}
.dashboard_page .team_player_left_body .widget-subheading {
    font-size: 12px !important;
}
.dashboard_page .avatar-wrapper-overlap .avatar-icon-wrapper {
    z-index: 5;
    margin-left: -18px;
}
.dashboard_page .avatar-icon-wrapper {
    display: inline-block;
    margin-right: .1rem;
    position: relative;
}
.dashboard_page .avatar-icon-sm .avatar-icon {
    width: 30px;
    height: 30px;
}
.dashboard_page .avatar-icon-add .avatar-icon i {
    line-height: 26px;
    font-size: 13px;
    text-align: center;
}
.dashboard_page .avatar-icon-add .avatar-icon {
    background: #e0f3ff;
    border: #7f9be5 dashed 1px;
    color: #3f6ad8;
    text-align: center;
}
.dashboard_page .avatar-icon
{
    transition: all .2s;
    opacity: 1;
    border-radius: 50px;
}
.dashboard_page .widget-content-right b {
    padding-right: 5px;
    font-size: 11px;
}
/* .......... Select 2 ............. */
.dashboard_page .select2-container {
            min-width: 100%;
        }
        
        .dashboard_page .select2-results__option {
            padding-right: 20px;
            vertical-align: middle;
        }
        
        .dashboard_page .select2-results__option:before {
            content: "";
            display: inline-block;
            position: relative;
            height: 20px;
            width: 20px;
            border: 2px solid #e9e9e9;
            border-radius: 4px;
            background-color: #fff;
            margin-right: 15px;
            vertical-align: middle;
        }
        
        .dashboard_page .select2-dropdown {
            position: relative!important;
        }
        
        .dashboard_page .select2-container--default .select2-selection--multiple .select2-selection__choice {
            margin-right: 3px;
        }
        
        .dashboard_page .select2-results__option[aria-selected=true]:before {
            font-family: fontAwesome;
            content: "\f00c";
            color: #fff;
            background-color: #4374ff;
            border: 0;
            display: inline-block;
            padding-left: 3px;
        }
        
        .dashboard_page .select2-container--default .select2-results__option[aria-selected=true] {
            background-color: #fff;
        }
        
        .dashboard_page .select2-container--default .select2-results__option--highlighted[aria-selected] {
            background-color: #eaeaeb;
            color: #272727;
        }
        
        .dashboard_page .select2-container--default .select2-selection--multiple {
            background-color: #ffffff;
            border: 1px solid #eef9ff;
            border-radius: 4px;
            cursor: text;
        }
        
        .dashboard_page .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
            border-radius: 4px;
        }
        
        .dashboard_page .select2-container--default.select2-container--focus .select2-selection--multiple {
            border-color: #4374ff;
            border-width: 2px;
        }
        
        .dashboard_page .select2-container--default .select2-selection--multiple {
            border-width: 2px;
            border: 1px solid #ced4da!important;
            max-height: 78px;
            overflow: auto;
            height: 100%;
        }
        
        .dashboard_page .select2-container--open .select2-dropdown--below {
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }
        
        .dashboard_page .select2-selection .select2-selection--multiple:after {
            content: 'hhghgh';
        }
        /* select with icons badges single*/
        
        .dashboard_page .select-icon .select2-selection__placeholder .badge {
            display: none;
        }
        
        .dashboard_page .select-icon .placeholder {
            display: none;
        }
        
        .dashboard_page .select-icon .select2-results__option:before,
        .dashboard_page .select-icon .select2-results__option[aria-selected=true]:before {
            display: none !important;
            /* content: "" !important; */
        }
        
        .dashboard_page .select-icon .select2-search--dropdown {
            display: none;
        }
        
        .dashboard_page .select2-container--default .select2-selection--multiple .select2-selection__choice {
            background-color: #e8f4ff;
            border: 1px solid #fff;
            border-radius: 4px;
            cursor: default;
            float: left;
            margin-right: 5px;
            margin-top: 5px;
            padding: 3px 30px 0px 15px;
            height: 30px;
            font-weight: 400;
            color: #495057;
        }
        
        .dashboard_page .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
            color: #999;
            cursor: pointer;
            display: inline-block;
            font-weight: 200;
            margin-right: 0px;
            float: right;
            font-size: 25px;
            position: relative;
            left: 20px;
            bottom: 10px;
        }
        
        .dashboard_page .select2-container--default .select2-selection--multiple .select2-selection__rendered {
            box-sizing: border-box;
            list-style: none;
            margin: 0;
            padding: 0 5px;
            width: 100%;
        }
        .dashboard_page .select2-container .select2-search--inline .select2-search__field
        {
            font-size: 12.3px;
            letter-spacing: 0.3px;
            padding: 4px 30px 0px 6px;
            background: transparent;
            width: 100% !important;
        }
/* ...........Select 2............. */
.dashboard_page .card-blue {
    background: #bfe0ff;
    padding: 15px;
}
.dashboard_page .border-class {
    border: 1px solid #dfdfdf;
}
.dashboard_page .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.dashboard_page .tm_play_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.dashboard_page .tm_play_title img {
    margin-right: 18px;
}
.dashboard_page [ng\:cloak], [ng-cloak], .dashboard_page [data-ng-cloak], [x-ng-cloak], .dashboard_page .ng-cloak, .dashboard_page .x-ng-cloak, .dashboard_page .ng-hide:not(.ng-hide-animate) {
    display: none !important;
}
.dashboard_page .tm_play_title img {
    margin-right: 18px;
}
.dashboard_page .team_player_loader {
    position: absolute;
    z-index: 1;
    width: 20px;
    right: 0px;
    top: 18px;
}
.dashboard_page .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.dashboard_page .new-border-class {
    border-right: none;
    border-left: none;
    border-bottom: none;
}
.dashboard_page .list-group-item {
    position: relative;
    display: block;
    padding: .0rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #efefef;
}
.dashboard_page .widget-content {
    padding: 10px 10px 20px 10px;
    flex-direction: row;
    align-items: center;
}
.dashboard_page .widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}
.dashboard_page a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.dashboard_page .team_player_left_body {
    width: 60%;
}
.dashboard_page .d-flex {
    display: flex !important;
}
.dashboard_page .mr-3, .dashboard_page .mx-3 {
    margin-right: 1rem !important;
}
.dashboard_page .team_player_img {
    width: 42px;
    height: 42px;
    object-fit: cover;
}
.dashboard_page .rounded-circle {
    border-radius: 50% !important;
}
.dashboard_page .tm_play_list {
    height: 1682px;
    overflow: auto;
}
.dashboard_page .select2.select2-container.select2-container--default.select2-container--focus,
.dashboard_page .select2-selection.select2-selection--multiple,
.dashboard_page .select2.select2-container.select2-container--default
{
    width: 100% !important;
}
.dashboard_page #chart1 canvas
{
    width: 90% !important;
    height: auto !important;
    margin: 5% auto !important;
}
.dashboard_page #chart3 canvas
{
    width: 66% !important;
    height: auto !important;
    margin: 10% auto !important;
}
.dashboard_page #chart5 canvas
{
    width: 73% !important;
    height: auto !important;
    margin: 11% auto !important;
}
.dashboard_page #chart6 canvas
{
    width: 75% !important;
    height: auto !important;
    margin: 0% auto !important;
}
.dashboard_page .talent_worldwide_chart canvas
{
    width: 100% !important;
    height: auto !important;
}
.dashboard_page #chart4 canvas
{
    width: 100% !important;
    height: auto !important;
    margin: 7% auto !important;
}
.dashboard_page .talent_joint_left_chart .graph_height
{
    height: 278px;
    padding:10px;
}
.dashboard_page .escalated_matrix-graph .graph_height
{
    height: 350px;
    padding:10px;
}
.dashboard_page .talent_woldwide_chart .graph_height
{
    width: 100%; 
    height: 388px;
}
.dashboard_page .skill_set_chart .graph_height
{
    height: 318px; 
    width: 70%;
    position: relative;
    margin: auto;
    padding:10px;
}
.dashboard_page .top_tag_chart .graph_height
{
    height: 350px; 
    width: 100%;
    padding:10px;
}
.dashboard_page .timezone_chart .graph_height
{
    height: 350px; 
    width: 70%;
    position: relative;
    margin: auto;
    padding:10px;
}
.dashboard_page .custom_style_project
{
    height: 387px; 
    width: 90%;
    position: relative;
    margin: auto;
    padding:10px;
}
/* ......... Graph Css .......... */
.dashboard_page .custom_style_graph
{
    height: 350px; 
    width: 100%;
    position: relative;
    margin: auto;
    padding: 10px;
}
.dashboard_page .custom_style_horz_graph
{
    padding: 54px 20px;
    /* padding: 10px; */
}
.dashboard_page .dashboard_div .widget-content
{
    height: 106px;
}
/* .card-height 
{
    height: 473px;
} */
.dashboard_page .talent_worldwide_graph 
{
    width: 100%; 
    height: 388px;
}
.dashboard_page .d_flex
{
    display: flex;
}
.dashboard_page .pr-5
{
    padding-right: 5px;
}
.dashboard_page .pl-5
{
    padding-left: 5px;
}
.dashboard_page .updates .d_flex p 
{
    white-space: nowrap;
}
.dashboard_page .float-right
{
    float: right;
}
.dashboard_page .people_programs-chart .dashboard-no-data-img img
{
    width: 500px;
    height: 277px;
}
.dashboard_page .people_programs-chart .dashboard-no-data-img
{
    padding-top: 60px;
}
.dashboard_page .updates .download-icon .team_player_loader
{
    position: unset;
}
/* ...................................... */
.dashboard_page .custom_style_graph, .dashboard_page .custom_style_horz_graph
{
    height: 350px;
}
.dashboard_page img#downloadpdf
{
    margin-right: 10px;
}
/* Talent popup css */
.dashboard_page .user_list_popup, .dashboard_page .flag_list_popup
    {
        position: absolute;
        margin-left: -245px;
        background: #e0f0ff;
        z-index: 1049;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        width: 235px;
        padding: 9px;
        display: none;
        transform: translateY(-53%);
    }
    .dashboard_page .avatar-icon-wrapper:hover .user_list_popup{
    display: block;
    }
    .dashboard_page .flag_popup_wrapper li
    {
        color: #495057;
    }
    .dashboard_page .flag_popup_wrapper:hover .flag_list_popup
    {
        display: block !important;
    }
    .dashboard_page .avatar-icon-wrapper:hover .avatar-icon
    {
        background-color: #3f6ad8;
    }
    .dashboard_page .avatar-icon-wrapper:hover .avatar-icon i
    {
        color: #ffffff;
    }
    .dashboard_page .user_list_popup:first-child, .dashboard_page .flag_list_popup:first-child
    {
        display: block;
    }
    .dashboard_page .user_list_popup ul, .dashboard_page .flag_list_popup ul
    {
        padding-inline-start: 30px;
        min-height: 125px;
        height: 150px;  
        overflow-y: auto;
    }
    .dashboard_page .user_list_popup ul li, .dashboard_page .flag_list_popup ul li{
        font-size: 13px;
        font-weight: 400;
        padding: 5px 10px 5px 0px;
        list-style-type: disc;
        border-bottom: cornsilk;
        text-transform: capitalize;
    }
    .dashboard_page .user_list_popup ul li:hover, .dashboard_page .flag_list_popup ul li:hover
    {
        text-decoration: underline;
        cursor: pointer;
    }
    .dashboard_page .user_list_popup ul li:last-child, .dashboard_page .flag_list_popup ul li:last-child
    {
        border-bottom: 0px solid transparent;
    }
    .dashboard_page .user_list_popup::before, .dashboard_page .flag_list_popup::before
    {
        content: "";
    border-top: 10px solid #e0f0ff;
    border-right: 10px solid transparent;
    border-bottom: 0;
    border-left: 10px solid transparent;
    position: absolute;
    right: -15px;
    transform: rotate(270deg);
    /* margin-top: 17px; */
    top: 43%;
    }
    .dashboard_page .user_list_popup ::-webkit-scrollbar-thumb, .dashboard_page .flag_list_popup ::-webkit-scrollbar-thumb
    {
        background: #dee0e1;
    border-radius: 10px;
    border: 2px solid #eaf5ff;
    }
    .dashboard_page .user_list_popup ::-webkit-scrollbar-track, .dashboard_page .flag_list_popup ::-webkit-scrollbar-track
    {
        box-shadow: inset 0 0 5px #ffffff;
    border-radius: 10px;
    }
    .dashboard_page .user_list_popup p, .dashboard_page .flag_list_popup p
    {
        padding: 0px 15px 7px 5px;
        text-transform: capitalize;
        font-weight: 500;
        color: #79a0ff;
        letter-spacing: 0.5px;
        border-bottom: 1px solid #c4d0dd;
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .dashboard_page .list-group-item:last-child .user_list_popup, .dashboard_page .list-group-item:last-child .flag_list_popup
    {
        transform: translateY(-97%) !important;
    }
    .dashboard_page .list-group-item:last-child .user_list_popup::before, .dashboard_page .list-group-item:last-child .flag_list_popup::before
    {
        top: 87% !important;
    }
    .dashboard_page .list-group-item:nth-last-child(2) .user_list_popup, .dashboard_page .list-group-item:nth-last-child(2) .flag_list_popup
    {
        transform: translateY(-71%) !important;
    }
    .dashboard_page .list-group-item:nth-last-child(2) .user_list_popup::before, .dashboard_page .list-group-item:nth-last-child(2) .flag_list_popup::before
    {
        top: 61% !important;
    }
    .dashboard_page .list-group-item:first-child .user_list_popup, .dashboard_page .list-group-item:first-child:first-child .flag_list_popup
    {
        transform: translateY(-19%) !important; 
    }
    .dashboard_page .list-group-item:first-child .user_list_popup::before, .dashboard_page .list-group-item:first-child .flag_list_popup::before
    {
        top: 9% !important;
    }
    .dashboard_page .list-group-item:nth-child(2) .user_list_popup, .dashboard_page .list-group-item:nth-child(2) .flag_list_popup
    {
        transform: translateY(-45%) !important; 
    }
    .dashboard_page .list-group-item:nth-child(2) .user_list_popup::before, .dashboard_page .list-group-item:nth-child(2) .flag_list_popup::before
    {
        top: 35% !important;
    }
    .dashboard_page .list-group-item:nth-child(3) .user_list_popup, .dashboard_page .list-group-item:nth-child(2) .flag_list_popup
    {
        transform: translateY(-45%) !important; 
    }
    .dashboard_page .list-group-item:nth-child(3) .user_list_popup::before, .dashboard_page .list-group-item:nth-child(2) .flag_list_popup::before
    {
        top: 35% !important;
    }

     /* Talent popup css end */
     .dashboard_page .pointer_none
     {
        cursor: not-allowed !important;
        
     }

     .dashboard_page .curser_not_allowed
    {
        cursor: not-allowed;
    }
    .dashboard_page .tooltiphide{
        pointer-events: none;
    }
    .dashboard_page .tooltiphide .user_list_popup
    {
        display: none !important;
    }
    .dashboard_page .flag_popup_wrapper.tooltiphide:hover .flag_list_popup {
    display: none !important;
}
.dashboard_page .risk-tooltip:hover .flag_list_popup
{
   display: block;
}
.dashboard_page .widget-chart .label
{
    line-height: 1.5;
    white-space: break-spaces;
}
.comment-field{
    float: left;
    width: 100%;
}

/* ........ Media Query Start ........... */
@media only screen and (min-width:240px) and (max-width:768px) {
    .dashboard_page .app-main
    {
        display: unset;
    }
    .dashboard_page .dashboard-container .app-main__outer .col-xl-3
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dashboard_page .app-page-title {
    padding-top: 0px;
    padding-bottom: 20px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.dashboard_page .card-head {
    font-size: 15px;
    color: #4f7cfb;
    font-weight: 600;
    text-align: center;
}
.dashboard_page .updates p {
    margin-top: 5px;
}
.dashboard_page .talent_joint_left_chart .graph_height
{
    height: 160px;
}
.dashboard_page #chart1 canvas
{
    width: 100% !important;
    margin: 0% auto !important;
}
.dashboard_page .dashboard-no-data-img
{
    padding-top: 22px;
}
.dashboard_page #chart3 canvas
{
    margin: 3% auto !important;
}
.dashboard_page #chart4 canvas
{
    margin: 0% auto !important;
}
.dashboard_page #chart5 canvas
{
    margin: 0% auto !important;
}
.dashboard_page #chart6 canvas
{
    width: 100% !important;
}
.dashboard_page .tm_play_list
{
    height: calc(100vh - 202px);
    overflow: auto;
}
.dashboard_page .d_flex
{
    display: block;
}
.dashboard_page .float-right
{
   float: unset;
}
.dashboard_page .text-right
{
    text-align: unset;
}
.dashboard_page .download-icon
{
    position: absolute;
    right: 15px;
    margin-top: -23px !important;
}
.dashboard_page .download-icon .team_player_loader 
{
    position: unset !important;
}
.dashboard_page .app-main .app-main__inner
{
   margin-top: 65px;	
}
.dashboard_page .row.m-lr-8 .col-md-8.col-xl-8.col-pad.dashboard-container_l.talent_joint_left_chart
{
    order: 2;
}
.dashboard_page .row.m-lr-8 .col-md-4.col-xl-4.col-pad
{
    order: 1;
}
.dashboard_page #talentWorldWide
{
    height: 419px;
}
.dashboard_page .talent_worldwide_chart canvas {
    width: auto !important;
    height: 100% !important;
}
.dashboard_page .user_list_popup, .dashboard_page .flag_list_popup
{
    margin-left: -153px;
    width: 143px;
}
.dashboard_page .user_list_popup ul, .dashboard_page .flag_list_popup ul
{
    padding-inline-start: 20px;
}
.dashboard_page .tm_play_list {
    height: 283px;
}
}
/* .................. */
@media only screen and (min-width:595px) and (max-width:768px) 
{
    .dashboard_page .col-md-6.col-sm-6.col-lg-6
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dashboard_page .custom_style_horz_graph {
        padding: 106px 20px;
    }
    .dashboard_page .dashboard-container .app-main__outer .col-xl-3
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/* .................. */
@media only screen and (min-width:768px) and (max-width:1024px)
{
    .dashboard_page .dashboard-container .app-main__outer .col-xl-3
    {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .dashboard_page .talent_joint_left_chart .graph_height
    {
        height: 200px;
    }
    .dashboard_page #chart2 .dashboard-no-data-img
    {
        padding-top: 25px;
    }
    .dashboard_new_page .hire_content {
        height: calc(50vh - 160px);
    }
    .dashboard_new_page .hire_content h4{
        margin-top: 0px;
    }
    .dashboard_new_page .hire_content p{
        line-height: 18px;
    }
    .dashboard_new_page .profile_warpper .user_image {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }
    .dashboard_new_page .holiday_date_container .date {
        height: 75px;
    }
    .dashboard_new_page .holiday_date_container {
        height: calc(50vh - 278px);
    }
    .dashboard_new_page .holiday_date_container ul li {
        align-items: center;
        justify-content: flex-start;
    }
    .dashboard_new_page .holiday_date_container ul li span {
        margin-bottom: 0px;
    }
    .dashboard_page .page-wrapper .card-header.card-header-tab .card-header-title
    {
        font-size: 14px;
    }
    .dashboard_page .row
    {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .dashboard_page .row .p-0, .dashboard_page .row .col-pad
    {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .dashboard_page .row.m-lr-8 .col-md-8.col-xl-8.col-pad.dashboard-container_l.talent_joint_left_chart
    {
        order: 2;
    }
    .dashboard_page .row.m-lr-8 .col-md-4.col-xl-4.col-pad
    {
        order: 1;
    }
    .dashboard_page #talentWorldWide
    {
        height: 419px;
    }
    .dashboard_page .card-blue .mb-10 {
        margin-bottom: 10px !important;
    }
    .dashboard_page .col-md-12.col-lg-12.col-sm-6.col-xs-12:last-child .select2 
    {
        margin-top: 10px !important;
    }
    .dashboard_page .card-blue .mb-10
    {
        margin-bottom: 0px !important;
    }
    .row.dashboard_div 
    {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }
    .row.dashboard_div .col-md-6.col-sm-4.col-xl-3.col-pad
    {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .dashboard_page .tm_play_list
    {
        height: 283px;
    }
    .dashboard_page .dashboard-container .row
    {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }
    .dashboard_page .dashboard-container .col-pad
    {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1366px) {
    .holi-slider-item {
        flex: 0 0 98%!important;
    }
    .dashboard_new_page .card_holiday2 img {
        height: 45%!important;
    }
    .page-wrapper {
        height: calc(100vh - 100px);
        overflow-x: hidden;
        overflow-y: auto!important;
    }
    .dashboard_new_page .bday_anniv_container.mb_20 {
        padding: 4px 12px;
        height: calc(25vh - -35px)!important;
    }
    .dashboard_new_page .left_section .card_container {
        height: calc(50vh - -90px)!important;
    }
    .dashboard_new_page .appriciation_container .appriciation_list_container {
        height: calc(50vh - 13px)!important;
    }
    .dashboard_new_page .slide {
        padding-top: 35px;
    }

    .dashboard_new_page .bday_anniv_container.mb_20 .p_lr_10.col-lg-2 {
        width: 18.66666667%;
    }
    .dashboard_new_page .users_list .avtar_img {
        width: 35px;
        height: 35px;
    }
    .dashboard_new_page .users_list p {
        margin-top: 2px;
    }
    .dashboard_new_page .bday_anniv_container .date_txt {
        margin-bottom: 0px;
    }
    .dashboard_new_page .bday_anniv_container h4 {
        font-size: 14px;
    }
    .dashboard_new_page .bday_anniv_container p {
        font-size: 12px;
    }
    .anvr-slider-item img{
        /* width: 50%!important;; */
    }
    .anvr-slider-item {
        flex: 0 0 25%!important;
    }
    .birth-slider-item {
        flex: 0 0 25%!important;
    }
}
@media only screen and (min-width: 1367px) and (max-width:1440px) {
    .dashboard_new_page .bday_anniv_container.mb_20 {
        padding: 4px 12px;
        height: calc(25vh - 0px)!important;
    }
    .badge-wish {
        background-color: #0091FF;
        width: 100px!important;
    }
    .anvr-slider-item img{
        /* width: 50%!important; */
    }
    .page-wrapper {
        height: calc(100vh - 100px);
        overflow-x: hidden;
        overflow-y: auto!important;
    }
    
}
@media only screen and (min-width: 1441px) and (max-width:1680px) {
    .dashboard_new_page .bday_anniv_container.mb_20 {
        padding: 9px 12px;
        height: calc(25vh - 10px)!important;
    }
    .dashboard_new_page .left_section .card_container {
        height: calc(40vh - -78px)!important;
    }
    .dashboard_new_page .bday_anniv_container.mb_20 .p_lr_10.col-lg-2 {
        width: 18.66666667%;
    }
    .dashboard_new_page .users_list .avtar_img {
        width: 45px;
        height: 45px;
    }
    .dashboard_new_page .users_list p {
        margin-top: 2px;
    }
    .dashboard_new_page .bday_anniv_container .date_txt {
        margin-bottom: 0px;
    }
    .dashboard_new_page .bday_anniv_container h4 {
        font-size: 15px;
    }
    .anvr-slider-item img{
        /* width: 50%!important;; */
    }
}
@media only screen and (min-width:1024px) and (max-width:1440px)
{
    .dashboard_page .row.m-lr-8 .col-md-8.col-xl-8.col-pad.dashboard-container_l.talent_joint_left_chart
    {
        order: 1;
    }
    .dashboard_page .row.m-lr-8 .col-md-4.col-xl-4.col-pad
    {
        order: 2;
    }
    .dashboard_page .key-team-players .p-0
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .dashboard_page .key-team-players .list-group-item
    {
        padding: 0px 5px;
    }
    .dashboard_page .main-card.mb-3.card.card-blue .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dashboard_page .card-blue .mb-10 {
        margin-bottom: 10px !important;
    }
    .dashboard_page .user_list_popup, .flag_list_popup
    {
        margin-left: -169px;
        width: 158px;
    }
}
@media only screen and (max-width: 768px) and (min-width:375px)
{
    .dashboard_page #chart1 canvas
    {
        width: 87% !important;
    }
    .dashboard_page #chart3 canvas
    {
        width: 57% !important;
    }
    .dashboard_page #chart4 canvas
    {
        width: 84% !important;
    }
    .dashboard_page .timezone_chart .graph_height
    {
        width: 59%;
    }
    .dashboard_page #chart6 canvas
    {
        width: 94% !important;
    }
}
@media only screen and (max-width: 768px) and (min-width:425px)
{
    .dashboard_page #chart1 canvas
    {
        width: 76% !important;
    }
    .dashboard_page #chart3 canvas
    {
        width: 52% !important;
    }
    .dashboard_page #chart4 canvas {
        width: 74% !important;
    }
    .dashboard_page #chart5 canvas
    {
        width: 64% !important;
    }
    .dashboard_page #chart6 canvas {
        width: 81% !important;
    }
}

.dashboard_page #chartjs-tooltip-for-people-programs {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999;
}




*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
@keyframes fade{
    from{
        opacity:0.4;
    }
    to{
        opacity:1;
    }
}

/*body{*/
/*    background:#eeeee;*/
/*}*/

#slider{
    margin:0 auto;
    width:80%;
    overflow:hidden;
}

.slides{
    overflow:hidden;
    animation-name:fade;
    animation-duration:1s;
    display:none;
}

#slider img{
    width:100%;
}

#slider #dot{
    margin:0 auto;
    text-align:center;
}
#slider .dot{
    display:inline-block;
    border-radius:50%;
    background:#d3d3d3;
    padding:8px;
    margin:10px 5px;
}

#slider .active{
    background:black;
}

@media (max-width:567px){
    #slider{
        width:100%;

    }
}

#heading{
    display:block;
    text-align:center;
    font-size:2em;
    margin:10px 0px;

}



/*-------------------*/

.slide.ng-hide-add,
.slide.ng-hide-remove {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    display: block!important;
}
.slide.ng-hide-add.ng-hide-add-active,
.slide.ng-hide-remove {
    opacity: 0;
}
.slide.ng-hide-add,
.slide.ng-hide-remove.ng-hide-remove-active {
    opacity: 1;
}
.arrows{
    z-index: 10000;
    position: absolute;
    right: 50%;
    bottom: 5px;
}


 /*------new-----------------*/

.slideshow {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
}

.slide.active {
    opacity: 1;
}

.dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
}

.dot.active {
    background-color: #333;
}

/* Holiday slider*/
.holidayContainer .arrow.left img, .holidayContainer .arrow.right img{
    width: 10px;
}
.holidayContainer h4, .certification_container .sec_head, .indivisual_card_page .sec_head{
    margin-bottom: 15px;
    font-weight: 500;
}
.holiday-slider-section{
    width: 100%;
    margin: 0 auto; 
}
.holiday-slider-section p{
    font-weight: 500;
}
.holiday-slider-section h3{
    color: #0091FF;
    margin: 0;
    font-size: 20px;
}
.holi-slider-container {
    position: relative;
    overflow: hidden;
}

.holi-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

    .slider {
        display: flex;
    }

.holi-slider-item {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 0px;
    text-align: center;
}
/* .birth-slider-item {
    flex: 0 0 20%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
} */

.holidayContainer.arrow.left img, .holidayContainer.arrow.right img{
    width: 10px;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.left {
    left: 5px;
}

.right {
    right: 5px;
}
.slider-holi{
    max-width: 100%;
}
/* Holiday slider */

/* Add specific styles for birthday and anniversary sliders if needed */
.birthday-slider-section,
.anniversary-slider-section {
    width: 100%;
    margin: 0 auto;
}

.birthday-slider-section p,
.anniversary-slider-section p {
    font-weight: 500;
}

.birthday-slider-section h3,
.anniversary-slider-section h3 {
    color: #0091FF;
    margin: 0;
    font-size: 20px;
}

/* Birth Slider  */
.slider-birth, .slider-anvr{
    max-width: 100%;
    height: 134px;
    display: flex;
    justify-content: flex-start;
}
.birthContainer .arrow.left img, .birthContainer .arrow.right img{
    width: 10px;
}
.birth-slider-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 20%;
    align-items: center;
    margin: 0 8px;
}
.birth-slider-item img{
    width: 38%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
}
/* Anniversary Slider  */
/* .slider-anvr{
    max-width: 100%;
    height: 134px;
    display: flex;
    justify-content: flex-start;
    margin: 10px 30px 0px 32px;
} */
.anvrContainer .arrow.left img, .anvrContainer .arrow.right img{
    width: 10px;
}
.anvr-slider-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 19%;
    align-items: center;
    margin: 0 8px;
}
.anvr-slider-item img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.today-activity{
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 5px 15px;
    height: 82px;
}
.today h3{
    margin-top: 5px;
    color: #131313;
}
.today h4{
    margin-bottom: 5px;
    color: #0091FF;
}
.welcome-note{
    height: 92px;
}
.welcome-note h2{
    margin: 0 0 5px 0;
}
.welcome-note p{
    margin-bottom: 15px;
}
.login{
    margin-right: 14px;
    padding-right: 10px;
    border-right: 1px solid #bfbfbf;
}
.logs p{
    margin-top: 10px;
    margin-bottom: 10px;
}
.logs h4{
    margin-top: 10px;
    margin-bottom: 10px;
}
.notallow{
    cursor: not-allowed;
}
.completed_wn{
    font-weight: 600;
    color: #9900db;
}
/* .dashboard_new_page .card_holiday img 
{
    width: 65%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 5px 5px;
} */
