﻿.time_frame_block {
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
}

.time_frame_block .right_tile {
    font-weight: normal;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.datepicker table tr td.today {
    background-color: #22c7a9 !important;
}

.datepicker .datepicker-days {
    padding: 18px 10px;
}

.org_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 10px 20px;
    border-right: 1px solid #dfe3eb;
    border-bottom: 1px solid #dfe3eb;
}

.border-bottom {
    border-bottom: 1px solid #dfe3eb;
}

.border-bottom.metric_block {
    pointer-events: none !important;
    cursor: none !important;
    min-width: 130px;
    justify-content: start;
}

.border-bottom.metric_block .metric_name {
    font-weight: normal !important;
}

.border-bottom.metric_block:hover {
    background-color: transparent !important;
}

.border-bottom.metric_block .bold {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.month_selector img {
    width: 20px;
    height: 20px;
}

.time_frame_block .tab-content li {
    padding: 10px;
    cursor: pointer;
}

.time_frame_block .month_selector {
    padding: 10px 0px 0px 5px;
}

.w-32 {
    width: 32%;
}

.time_frame_block .form-select {
    color: #667085 !important;
    border-radius: 8px;
    height: 42px;
    line-height: 28px;
    border: 1px solid #d0d5dd !important;
    font-size: 14px;
    align-items: center;
    background-color: #fff;
}

body {
    background-color: #f5f8fa;
}

.block {
    display: block;
}

.ticker_block {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    height: 88px;
}

.js-marquee {
    margin-right: 0px !important;
}

.ticker_block {
    height: 60px;
    /* border-right: 1px solid #dfe3eb; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: static;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    height: 60px;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #dfe3eb;
    background-color: hsla(0, 0%, 100%, .03);
}

.ticker-wrap .ticker {
    display: flex;
    box-sizing: content-box;
}

div#lotie {
    /*background-color: #7460ee;*/
    border-radius: 4px;
    background-image: linear-gradient(180deg, rgba(92, 107, 192, .71), rgba(92, 107, 192, .71));
    width: 200px;
    height: 200px;
}

.ticker-wrap .ticker {
    display: flex;
    box-sizing: content-box;
}

.coaching_history_image:hover {
    cursor: pointer;
}

.ticker:hover {
    cursor: pointer;
}

.icPlay:hover {
    cursor: pointer;
}

.ticker-wrap .ticker__item {
    height: 60px;
    max-width: 220px;
    min-width: 220px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 24px;
    border-right: 1px solid #dfe3eb;
}

.metric_block {
    border-right: 1px solid #dfe3eb;
    /* border-left: 1px solid #dfe3eb; */
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 25px;
    cursor: pointer;
}

.metric_block {
    height: 89px;
    justify-content: start;
    /* min-width:55%;*/
}

.metric_block .metric_name {
    text-transform: capitalize !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.metric_block .bold {
    font-size: 14px;
    white-space: nowrap;
}

.commit-tooltip {
    position: absolute;
    top: 16px;
    width: 200px;
    z-index: 1;
    display: none;
    padding: 4px 11px;
    border: 1px solid #dfe3eb;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 12px 0 rgb(0 0 0 / 19%);
    color: #272933;
    font-size: 12px;
    line-height: 1.25em;
    font-weight: 400;
}

.modaltitle {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.metric_detail_formula {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #e4e7eb;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 10px;
    font-size: 12px;
}

.metric_detail_formula:hover {
    background-color: #ff5722;
    color: #fff;
}

.metric_detail_formula img {
    width: 11px;
    height: 11px;
}

.btn.btnclose {
    width: 44px;
    height: 44px;
    cursor: pointer;
    background-color: #dfe3eb;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
}

.btnclose:hover {
    background-color: #22c6ab !important;
}

.btnclose img {
    width: 18px;
}

.modal-header {
    padding: 10px 30px 10px 15px;
}

.table tr {
    border-color: transparent;
}

.table tbody tr td {
    background-color: #fff;
    padding: 15px 20px !important;
}

.table thead tr th {
    padding: 15px 20px !important;
    border-right: 1px solid #dfe3eb;
    background-color: #f5f8fa;
    border-bottom-color: #dfe3eb !important;
    border-top: 1px solid #dfe3eb !important;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.table tbody tr td {
    border-right-color: transparent;
    border-bottom: 1px solid #dfe3eb !important;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border-left-color: transparent;
}

.balance_scorecard_table .card-body {
    padding: 0;
}

.intrday_table {
    height: 78vh;
    overflow: auto;
}

.marquee {
    border-bottom: 1px solid #dfe3eb;
}

.org_block .form-group {
    margin-bottom: 0px;
}

.agent_profile {
    padding: 20px 20px 20px 40px;
    height: 200px;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/agent_bg.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 4px;
    /* background-image: url('../images/agent_bg.png')*/
}

.agent_image img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    margin-right: 24px;
}

.agent_name {
    font-weight: 600;
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
}

.left_dashboard {
    width: calc(100% - 300px);
    border-right: 1px solid #dfe3eb;
}

.agent_name {
    font-size: 18px;
}

.agent_title {
    font-size: 14px;
}

.glidepath_title {
    font-size: 13px;
    background-color: #fff !important;
    color: #323441 !important;
    margin-left: 10px;
    font-weight: normal !important;
    padding: 2px 6px;
    border-radius: 6px;
}

.agent_profile .badge {
    display: flex;
    justify-content: start;
    flex: 2;
    margin-top: 1em;
}

.badge_count {
    position: absolute;
    top: -1px;
    right: -4px;
    background-color: #22c7a9 !important;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 10px;
}

.badge_icon {
    width: 35px;
    height: 38px;
    cursor: pointer;
}

.ml-20 {
    margin-left: 20px;
}

.medal {
    width: 37px;
}

.badge_icon .tool .commit-tooltip {
    position: absolute;
    top: 30px;
    /* min-width: 20px !important; */
    /* width: auto; */
    /* max-width: 1000px; */
    background-color: rgba(39, 41, 51, .95);
    color: #fff;
    padding: 12px 15px;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    left: 0px;
    /*display: block;*/
    font-weight: 600;
    z-index: 1;
    border-radius: 3px;
    width: 230px;
    word-break: break-word;
    white-space: normal;
}

.agent_scorecard {
    background-color: rgba(0, 0, 0, .34);
    border-radius: 150px 4px 4px 150px;
    /* align-items: center; */
    padding-left: 8px;
    padding-right: 0px;
    height: 160px;
    width: 35%;
}

.coached_fields .form-control {
    background-color: #f8f8f8;
    opacity: 1;
    border-color: #cdcdcd;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 15px;
    line-height: 21px;
}

@media screen and (max-width:1489px) {
    .agent_scorecard {
        width: 45%;
    }
}

.ticker_block {
    height: 89px;
    /* border-right: 1px solid #dfe3eb; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.metric_block {
    border-right: 1px solid #dfe3eb;
    /* border-left: 1px solid #dfe3eb; */
    height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 25px;
    cursor: pointer;
}

#intraday_metrics .modal-content {
    border-radius: 5px !important;
}

#intraday_metrics .intraday_heading {
    padding: 15px 10px !important;
}

#table_scroll {
    overflow: auto;
    height: 79vh;
}

#table_scroll .table {
    margin-top: 5px;
}

#intraday_metrics .modal-dialog {
    max-width: 90% !important;
}

.metric_block:hover {
    background-color: #dbe9e1;
}

.metric_block .metric_name {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 0px;
    font-weight: normal;
    white-space: nowrap;
}

.metric_block .bold {
    font-weight: 700;
    color: #272933;
    text-align: left;
    font-size: 18px;
    white-space: nowrap;
    padding-top: 1px;
    /* width: 120px; */
    /* padding-right: 24px; */
    /* padding-left: 24px; */
}

.metric_block .slash {
    padding: 0px 5px;
}

.cu-iframe {
    width: 100%;
    height: 100%;
}

.ml_content {
    height: 75vh;
}

.review_learning h6 {
    font-weight: 700;
    font-size: 16px;
}

.review_learning ul {
    list-style: none;
    padding: 0;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    flex-wrap: wrap;
}

.review_learning ul li {
    padding: 0px 15px 0px 0px;
}

.review_learning ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #0b7d97 !important;
}

.review_learning ul li a:hover {
    color: #0b7d97 !important;
}

html {
    font-family: "Lato", sans-serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.pointer {
    display: none;
}

.dis {
    font-size: 12px;
    padding: 10px 0px 5px 0px;
    font-weight: 600;
}

.disclaim {
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 5px;
    color: #000;
}

.last_updated {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 45px 8px 45px;
    border-right: 1px solid #dfe3eb;
    border-bottom: 1px solid #dfe3eb;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0px;
}

.block {
    display: block !important;
}

/*.dataTables_scrollHeadInner {
    width: 100% !important;
}*/

.incentive-tile {
    background-color: #90b433;
    text-align: left;
    font-size: 14px;
}

.justify-content-center {
    justify-content: center;
}

div#nps-incentive.dropdown-menu.show {
    transform: none !IMPORTANT;
    top: 8em !IMPORTANT;
    z-index: 1 !important;
    left: 0 !important;
    right: 0 !important;
}

.m-0 {
    margin: 0px !important;
}

.above_goal:hover {
    background-color: #dbe9e1;
}

.below_goal:hover {
    background-color: #f3e0e0;
}

.last_updated_date {
    font-size: 14px;
}

strong {
    font-weight: 700;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    position: static;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    height: 60px;
    padding: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #dfe3eb;
    background-color: hsla(0, 0%, 100%, .03);
}

#agent_recognition_modal .modal-dialog {
    max-width: 45%;
}

#agent_recognition_modal .modal-content {
    padding: 50px 30px;
    border: 1px solid #000;
    border-radius: 4px !important;
    background-color: rgba(0, 0, 0, .5);
}

#agent_recognition_modal.show {
    background-color: rgba(0, 0, 0, .70);
}

/*#agent_recognition_modal .position-relative{
    margin:1em;
}*/
#agent_recognition_modal .w-60 {
    width: 60% !important;
}

#agent_recognition_modal .w-40 {
    width: 40% !important;
    display: flex;
    justify-content: center;
}

#agent_recognition_modal .anim-close {
    z-index: 999;
}

#agent_recognition_modal .position-relative {
    padding: 0px 15px;
}

.like_bg {
    background-color: hsla(0, 0%, 100%, .1);
    margin: 0 5px;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.like_unlike_thumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.like_unlike_thumb img {
    width: 18px;
    cursor: pointer;
}

.anim-close img {
    width: 23px;
}

.thumb_up:hover {
    background-color: rgba(108, 204, 118, .5);
}

.thumb_up {
    position: relative;
    cursor: pointer;
}

.thumb_down:hover {
    background-color: rgba(239, 83, 80, .5);
}

.thumb_down {
    cursor: pointer;
}

.anim-close:hover {
    background-color: rgba(255, 255, 255, .46);
}

.like_unlike_thumb i {
    color: #fff;
    cursor: pointer;
}

.appreciation {
    color: #fff;
    padding: 0px 0px 0px 0px;
}

.appreciation .datee {
    font-size: 14px;
    margin-bottom: 10px;
}

.appreciation p {
    font-weight: 600;
    padding: 10px 0px;
    line-height: 1.5em;
    font-size: 18px;
}

.text-center {
    text-align: center;
}

.bg-darkk {
    background-color: rgb(30 30 30 / 90%);
}

.ticker-wrap .ticker {
    display: flex;
    box-sizing: content-box;
}

div#lotie {
    /*background-color: #7460ee;*/
    border-radius: 4px;
    background-image: linear-gradient(180deg, rgba(92, 107, 192, .71), rgba(92, 107, 192, .71));
    width: 200px;
    height: 200px;
}

.ticker-wrap .ticker {
    display: flex;
    box-sizing: content-box;
}

.coaching_history_image:hover {
    cursor: pointer;
}

.ticker:hover {
    cursor: pointer;
}

.icPlay:hover {
    cursor: pointer;
}

.ticker-wrap .ticker__item {
    height: 60px;
    max-width: 220px;
    min-width: 220px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 24px;
    border-right: 1px solid #dfe3eb;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.scorecard_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.scorecard_circle_center {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    /* stroke-width: 9px; */
    background-color: #fff;
    position: absolute;
}

.activity-tracker {
    position: relative;
    width: 150px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ring-bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.25);
    stroke-width: 3;
}

.ring-progress {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dasharray 0.6s ease-out, stroke-dashoffset 0.6s ease-out;
}

.score_val {
    font-size: 34px;
    font-weight: 700;
}

.score_range {
    font-size: 18px;
    font-weight: 700;
}

.score_progress {
    opacity: 0.6;
    white-space: nowrap;
}

.scorecard_data {
    padding-left: 10px;
}

.show_more_options {
    position: absolute;
    bottom: 0;
    right: 0;
}

.show_more_options {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.6;
}

.show_more_options:hover {
    opacity: 1;
}

.show_more_options .commit-tooltip {
    padding: 0;
    font-size: 14px;
}

.show_more_options .commit-tooltip li:hover {
    background-color: rgba(0, 0, 0, .08);
}

.edit_profile {
    opacity: 0.6;
    cursor: pointer;
    top: 0px;
    position: absolute;
    right: 0px;
}

.edit_profile:hover {
    background-color: #000;
    opacity: 1;
    border-radius: 20px;
}

#edit_profile_modal .modal-dialog {
    max-width: 90%;
}

.question_icon.tool .commit-tooltip {
    position: absolute;
    top: 0px;
    /* min-width: 20px !important; */
    /* width: auto; */
    /* max-width: 1000px; */
    background-color: rgba(39, 41, 51, .95);
    color: #fff;
    padding: 12px 15px;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    left: 0px;
    /*display: block;*/
    font-weight: 600;
    z-index: 1;
    border-radius: 3px;
    min-width: 200px;
    max-width: 200px;
    word-break: break-word;
    white-space: normal;
}

.question_icon.tool {
    background-color: rgba(55, 61, 75, .13);
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 16px;
    margin-left: 10px;
    position: relative;
    font-weight: 600;
    color: #212529;
}

.question_icon:hover {
    color: #fff;
    background-color: #ff5722 !important;
}

#edit_profile_modal .modal-header>div {
    font-size: 18px;
    font-weight: 600;
}

.question_icon .commit-tooltip>div {
    /* opacity: 0.6;*/
    margin-bottom: 5px;
}

.question_icon.tool:hover .commit-tooltip {
    display: block !important;
}

#background-pills-tab {
    background-color: #f9fafb;
    border: 1px solid #eaecf0;
    padding: 4px;
    font-size: 12px;
    margin-left: 15px;
    max-width: 100%;
    border-radius: 10px;
    flex-wrap: nowrap;
}

#v-pills-tab {
    background-color: #f9fafb;
    border: 1px solid #eaecf0;
    padding: 4px;
    font-size: 12px;
    margin-left: 15px;
    max-width: 335px;
    border-radius: 10px;
    flex-wrap: nowrap;
}

#v-pills-badge-tab {
    background-color: #f9fafb;
    border: 1px solid #eaecf0;
    padding: 4px;
    font-size: 12px;
    margin-left: 15px;
    max-width: 335px;
    border-radius: 10px;
    flex-wrap: nowrap;
}

#background-pills-tab .nav-link.active {
    box-shadow: 0 0px 5px #ccc;
    padding: 8px 15px;
    background-color: #fff;
    color: #323441;
    font-weight: 600;
    font-size: 14px;
    width: 120px;
    opacity: 1;
}

#v-pills-tab .nav-link.active {
    box-shadow: 0 0px 5px #ccc;
    padding: 8px 15px;
    background-color: #fff;
    color: #323441;
    font-weight: 600;
    font-size: 14px;
    width: 150px;
    opacity: 1;
}

#v-pills-badge-tab .nav-link.active {
    box-shadow: 0 0px 5px #ccc;
    padding: 8px 15px;
    background-color: #fff;
    color: #323441;
    font-weight: 600;
    font-size: 14px;
    width: 150px;
    opacity: 1;
}

#background-pills-tab .nav-link {
    padding: 8px 12px;
    opacity: 0.6;
    color: #323441;
    font-weight: 600;
    font-size: 14px;
    width: 150px;
    margin: 0px 0px 0px 5px;
    white-space: nowrap !important;
}

#background-pills-tab li {
    padding: 0;
    margin: 0;
}

#background-pills-tab .nav-link:hover {
    background-color: rgba(0, 0, 0, .07);
}

#background-pills-tab .nav-link.active:hover {
    background-color: #fff;
}

#v-pills-tab .nav-link {
    padding: 8px 15px;
    opacity: 0.6;
    color: #323441;
    font-weight: 600;
    font-size: 14px;
    width: 150px;
    text-align: left;
    margin: 0px 5px 5px 5px;
}

#v-pills-tab .nav-link:hover {
    background-color: rgba(0, 0, 0, .07);
}

#v-pills-tab .nav-link.active:hover {
    background-color: #fff;
}



#v-pills-badge-tab .nav-link {
    padding: 8px 15px;
    opacity: 0.6;
    color: #323441;
    font-weight: 600;
    font-size: 14px;
    width: 150px;
    text-align: left;
    margin: 0px 5px 5px 5px;
    white-space: nowrap;
}

#v-pills-badge-tab .nav-link:hover {
    background-color: rgba(0, 0, 0, .07);
}

#v-pills-badge-tab .nav-link.active:hover {
    background-color: #fff;
}

.modal_close {
    background-color: #dfe3eb;
    border-radius: 5px;
    padding: 13px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}

.modal_close:hover {
    background-color: #22c6ab;
}

.modal_close img {
    width: 18px;
    height: 18px;
}

.modal-footer button .btn.btn-secondary {
    background-color: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    padding: 10px 15px;
    color: #323441;
}

.modal-footer button.btn.btn-primary {
    background-color: #22c6ab;
    border-color: #22c6ab;
    padding: 10px 15px;
    border-radius: 10px;
}

.modal-footer .btn {
    font-weight: 600;
}

.agent-bg img {
    width: 240px;
    height: 150px;
    border-radius: 5px;
    background-color: #f9fafb;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.agent-bg {
    margin: 0px 15px 15px 0px;
    padding: 5px;
    border: 3px solid transparent;
    cursor: pointer;
    pointer-events: auto;
}

.agent-bg:hover {
    padding: 5px 5px 5px 5px;
    border: 3px solid #22c6ab;
    margin: 0px 15px 15px 0px;
    border-radius: 5px;
}

.agent-bg.bgselected {
    padding: 5px 5px 5px 5px;
    border: 3px solid #22c6ab;
    margin: 0px 15px 15px 0px;
    border-radius: 5px;
}

.modal-footer .btn {
    font-size: 14px !important;
    padding: 10px 14px !important;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.modal-footer .btn-secondary {
    background-color: #fff !important;
    border: 1px solid #d0d5dd !important;
    color: #323441;
}

.modal-footer .btn-primary {
    background-color: #22c7a9 !important;
    border-color: #e2e1e1 !important
}

.modal-footer .btn-primary:hover {
    background-color: #0c6857 !important;
}

.modal-footer .btn-secondary:hover {
    background-color: #e2e1e1 !important;
}

div#pills-tabContent {
    height: 68vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.pill-badge img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

#v-pills-badge-tab .nav-link {
    text-align: left;
    color: #667085 !important;
    font-size: 14px;
    font-weight: 600;
    margin: 2px;
}

.pill-badge-icon .pill-badge img {
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    border-radius: 8px;
    margin: 0px 5px 5px 0px;
    padding: 5px;
}

.pill-badge-icon .pill-badge img:hover {
    cursor: pointer;
    border: 3px solid #22c7a9;
    border-radius: 8px;
}

.pill-badge-icon .selected img {
    cursor: pointer;
    border: 3px solid #22c7a9;
    border-radius: 8px;
}

.show_more_options .commit-tooltip {
    top: auto;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 9;
}

#balancescorecard_modal .modal-dialog {
    max-width: 90% !important;
}

.modal-content .btn-bordered {
    color: #272933;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, .11);
    border-radius: 2px;
    margin-right: 1em;
    padding: 10px;
    font-weight: 600;
}

.modal-content .btn-bordered:hover {
    background-color: rgba(0, 0, 0, .11);
}

#balancescorecard_modal .card-header {
    background-color: #fff;
    font-weight: 600;
    border-bottom: none !important;
}

#balancescorecarddetails .card-header {
    height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #dfe3eb !important;
}

.highcharts-button.highcharts-contextbutton.highcharts-button-normal {
    display: none;
}

.trend_chart .card-header {
    height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
}

#balancescorecard_modal .card-body {
    padding: 0;
}

#balancescorecard_modal .table {
    margin: 0;
}

#balancescorecard_modal .display-block {
    width: 65%;
    padding-right: 15px;
}

.scorecard_ranking {
    width: 35%;
}

.score_profile {
    margin-right: 5px;
}

.score_profile img {
    width: 30px;
    height: 30px;
    border-radius: 35px;
    margin-left: -9px;
    margin-right: 6px;
}

.score_rank {
    background-color: #dfe3eb;
    border: 1px solid #cbd6e2;
    padding: 0px 5px;
    margin-right: 5px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.table thead tr th:first-child {
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr td {
    text-align: center;
}

.scorecard_ranking .table tbody tr td:first-child {
    border-left: 5px solid;
}

.scorecard_ranking .table td {
    padding: 8px 20px !important;
}

/* multi month*/
.scorecard_type i.fa.fa-circle {
    color: #dee2e6;
    margin-right: 3px;
    font-size: 5px;
}

.scorecard_type>.d-flex {
    line-height: 12px;
}

.show_scorecards {
    position: absolute;
    right: 0;
    white-space: nowrap;
    background: #fff;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px;
    /* top:23px;*/
}

.show_scorecards ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.show_scorecards {
    display: none;
}

.show_scorecards ul li {
    padding: 3px 5px;
}

.show_scorecards ul li:hover {
    background-color: #e9e8f3;
    border-radius: 3px;
}

.scorecard_type:hover .show_scorecards {
    display: block !important;
}

#multimonth_scorecardmodal h3 {
    text-align: center;
    font-size: 13px;
    padding: 15px 0px;
    font-weight: normal;
    margin: 0;
}

#multimonth_scorecardmodal .monthly_scorecard .table thead th {
    text-align: center;
}

#multimonth_scorecardmodal .modal-content {
    border: none;
    border-radius: 5px !important;
}

#multimonth_scorecardmodal .modal-dialog {
    max-width: 38%;
}

#multimonth_scorecardmodal .modal-footer {
    border-top: 1px solid rgb(248 248 248) !important;
}

.start_end_time .table th {
    font-size: 13px;
    text-transform: capitalize;
    padding: 15px 20px 20px 20px !important;
    text-align: left;
    border-bottom: 1px solid rgb(240 240 240) !important;
}

.start_end_time .table td {
    padding: 8px 20px !important;
    border-right: 1px solid #dfe3eb !important;
    border-bottom: 0px solid transparent !important;
}

.start_end_time .table {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border-top: 3px solid #e8e8e8 !important;
    border-bottom: none !important;
}

.start_end_time select.form-control {
    font-size: 14px;
    height: 36px !important;
    border-radius: 5px;
    color: #323441;
    text-align: center;
    padding: 5px;
    font-weight: normal;
    border-color: #dee2e6;
}

#multimonth_scorecardmodal button.btn.btn-bordered {
    font-size: 13px;
    margin-right: 1em;
    font-weight: 600;
    background: #fff;
    border: 1px solid #c7cdd5;
    padding: 5px 20px;
    border-radius: 10px !important;
}

#multimonth_scorecardmodal button.btn.btn-primary {
    padding: 5px 20px;
    font-size: 13px;
    border-color: #c7cdd5;
    background: #c7cdd5;
    font-weight: 600;
    color: #323441;
}

#multimonth_scorecardmodal button.btn.btn-primary:hover {
    color: #fff !important;
}

select {
    appearance: none;
}

.monthly_scorecard img {
    width: 20px;
    height: 20px;
}

.modal_top {
    background: #262933;
    color: #fff;
    font-weight: normal;
    padding: 12px 15px;
    text-transform: uppercase;
}

.module_2 {
    background: #f6f8fa;
    padding: 20px 20px;
}

.agent_scorecard_details h3 {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
}

.agent_details_block {
    padding: 20px 15px 15px 15px;
    border: 1px solid #e4e7eb;
    border-radius: 5px;
    margin: 15px 0px 0px 0px;
    white-space: nowrap;
}

.agent_name {
    font-weight: 600;
}

.agent_detail {
    font-size: 13px;
    font-weight: normal;
    padding: 2px 0px 0px 0px;
}

.agent_details_block .mb-1 {
    margin-bottom: 15px !important;
}

.module_2 .agent_scorecard_details {
    max-width: 100%;
}

.right_block_top_module button.btn.btn-primary {
    background: #30c5ab;
    border-color: #30c5ab;
    font-size: 13px;
    border-radius: 5px;
}

#monthly_scorecard_weights .modal-content {
    height: calc(100vh - 67px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

#monthly_scorecard_weights .modal-footer {
    width: 95%;
    height: 67px;
    background: rgb(238, 238, 238);
    position: fixed;
    bottom: 0;
    z-index: 9;
}

.monthly_scorecard th:first-child {
    width: 50%;
}

.monthly_scorecard th {
    text-transform: uppercase;
    font-weight: 600;
}

.monthly_scorecard tbody {
    background-color: transparent;
}

#monthly_scorecard_weights .modal-footer button.btn.btn-primary {
    background-color: #ccd6e2 !important;
    border-color: #ccd6e2 !important;
    color: #323441;
    font-weight: 600;
}

#monthly_scorecard_weights .modal-content {
    background: #f6f8fa;
    border-radius: 0 !important;
    border: 0;
}

#monthly_scorecard_weights .modal-dialog {
    margin: 0 auto;
    max-width: 95%;
}

.monthly_scorecard .table {
    border-radius: 5px;
}

.monthly_scorecard .table tbody {
    background: #fff;
}

.monthly_scorecard .table tbody td {
    border-bottom: 1px solid #f6f6f6 !important;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

.monthly_scorecard .table thead th {
    border-right-width: 0px !important;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    font-size: 13px;
}

.monthly_scorecard .btn-primary {
    font-size: 12px !important;
    padding: 3px 12px;
    border-radius: 3px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.top_module {
    height: 45px;
}

.multiple_score_red {
    background: #fff6f8;
}

.multiple_score_green {
    background: #f4faf6;
}

#edit_monthly_weights_modal {
    background: rgb(0 0 0 / 74%);
}

#edit_monthly_weights_modal .dataTables_scrollBody .table {
    margin-top: -32px !important;
}

#edit_monthly_weights_modal h3 {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 15px;
}

#edit_monthly_weights_modal .modal-content {
    padding: 15px 0px 0px 0px;
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px #000;
}

#edit_monthly_weights_modal .monthly_scorecard .table {
    box-shadow: none;
    margin: 0;
    border-top: 2px solid #c7cdd5 !important;
}

#edit_monthly_weights_modal .monthly_scorecard .table th {
    white-space: nowrap;
    font-weight: bold;
    border-right: 1px solid #dfe3eb !important;
    border-top: 1px solid #dfe3eb !important;
    border-bottom: 1px solid #f6f6f6 !important;
}

#edit_monthly_weights_modal .monthly_scorecard .table td {
    border-right: 1px solid #dfe3eb !important;
    font-size: 0.9rem;
    padding: 5px 20px !important;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

#edit_monthly_weights_modal .col-md-12 {
    padding: 0;
}

#edit_monthly_weights_modal .modal-dialog {
    max-width: 70%;
    display: block;
}

#edit_monthly_weights_modal .modal-footer {
    border-top: 0 !important;
}

#edit_monthly_weights_modal .btn-primary {
    font-size: 12px !important;
    padding: 3px 12px;
    border-radius: 3px !important;
}

button.btn.btn-primary.btn-edit-weightage {
    background-color: #ffbcbb;
    border-color: #ffbcbb;
    color: #323441;
    font-weight: 600;
}

#edit_monthly_weights_modal .table .form-control {
    height: 28px;
    font-size: 0.9rem;
}

#edit_monthly_weights_modal input::-webkit-input-placeholder {
    color: #323441;
    text-align: center;
}

#edit_monthly_weights_modal input::-moz-placeholder {
    color: #323441;
    text-align: center;
}

#edit_monthly_weights_modal input::-ms-input-placeholder {
    color: #323441;
    text-align: center;
}

#edit_monthly_weights_modal button.btn.btn-primary {
    padding: 5px 15px;
    font-size: 13px !important;
    border-color: #ccd6e2;
    background: #ccd6e2;
    font-weight: 600;
    color: #323441;
    margin-left: 0px;
}

#edit_monthly_weights_modal button.btn.btn-bordered {
    padding: 5px 15px;
    font-size: 13px !important;
    border: 1px solid #ccc;
    background: none;
    font-weight: 600;
    color: #323441;
    margin-left: 15px;
    width: auto;
    height: auto;
}

/* #edit_monthly_weights_modal .table tr:nth-child(even) {
        border-bottom: 2px solid #c7cdd5 !important;
    }
*/
#edit_profile_modal .table td {
    white-space: nowrap;
}

.monthly_weight_status_bg {
    background: #fadbd8;
    border-radius: 20px;
    text-align: center;
    padding: 1px 5px;
    width: 60%;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0px 0px 1px #cf445c;
}

.monthly_weight_status_bg_green {
    background: #ceeed9;
    border-radius: 20px;
    text-align: center;
    padding: 1px 5px;
    width: 60%;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0px 0px 1px #ceeed9;
}

.alert-warning {
    color: #323441;
    background-color: #fadbd8;
    border-color: #88a38e;
    border-radius: 3px;
    text-align: center;
    margin: 8% 30%;
    font-size: 13px;
    padding: 12px 5px;
}

button.btn-primary.btn-edit-weightage:hover {
    background-color: #ffbcbb !important;
    border-color: #ffbcbb !important;
}

.btn-export {
    padding: 5px 15px;
    font-size: 13px !important;
    border-color: #22c7a9;
    background: #22c7a9;
    font-weight: 600;
    color: #fff;
    margin-left: 15px;
}

#monthly_scorecard_weights .btn-close {
    background: #ccd6e2;
    border-color: #ccd6e2;
    color: #323441;
    font-weight: 600;
    font-size: 14px !important;
    width: auto;
    height: auto;
    opacity: 1;
}

.mulitple_scorecard .mr-5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ── DataTable sort icons — FontAwesome \f0dd / \f0de, active colour #22c7a9 ──────────
   ::before = \f0dd (down-caret) sits below centre
   ::after  = \f0de (up-caret)   sits above centre
   Active sort direction turns teal (#22c7a9); inactive stays grey (#c5c8d0).
   These rules are authoritative — all previous scattered overrides removed.
*/

/* 1. Shared: font, size, positioning anchor */
table.dataTable thead th.sorting::before,
table.dataTable thead th.sorting_asc::before,
table.dataTable thead th.sorting_desc::before,
table.dataTable thead th.sorting_asc_disabled::before,
table.dataTable thead th.sorting_desc_disabled::before,
table.dataTable thead th.sorting::after,
table.dataTable thead th.sorting_asc::after,
table.dataTable thead th.sorting_desc::after,
table.dataTable thead th.sorting_asc_disabled::after,
table.dataTable thead th.sorting_desc_disabled::after {
    font-family: FontAwesome !important;
    font-size: 10px !important;
    font-weight: normal !important;
    right: 10px !important;
    opacity: 1 !important;
}

/* 2. ::before — \f0dd down-caret, lower half of header */
table.dataTable thead th.sorting::before,
table.dataTable thead th.sorting_asc::before,
table.dataTable thead th.sorting_desc::before,
table.dataTable thead th.sorting_asc_disabled::before,
table.dataTable thead th.sorting_desc_disabled::before {
    content: "\f0dd" !important;
    bottom: calc(50% - 9px) !important;
    top: auto !important;
    color: #c5c8d0;
}

/* 3. ::after — \f0de up-caret, upper half of header */
table.dataTable thead th.sorting::after,
table.dataTable thead th.sorting_asc::after,
table.dataTable thead th.sorting_desc::after,
table.dataTable thead th.sorting_asc_disabled::after,
table.dataTable thead th.sorting_desc_disabled::after {
    content: "\f0de" !important;
    top: calc(50% - 9px) !important;
    bottom: auto !important;
    color: #c5c8d0;
}

/* 4. Ascending active — up-caret teal, down-caret grey */
table.dataTable thead th.sorting_asc::after {
    color: #22c7a9 !important;
}

table.dataTable thead th.sorting_asc::before {
    color: #c5c8d0 !important;
}

/* 5. Descending active — down-caret teal, up-caret grey */
table.dataTable thead th.sorting_desc::before {
    color: #22c7a9 !important;
}

table.dataTable thead th.sorting_desc::after {
    color: #c5c8d0 !important;
}

/* 6. Hover and sorted-column background */
table.dataTable thead>tr>th.sorting:hover {
    background-color: #E5EFF8;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
    background-color: #E5EFF8 !important;
}

table.dataTable.nowrap td {
    white-space: nowrap !important;
    text-transform: capitalize !important;
    vertical-align: middle;
    font-weight: 600;
    padding: 5px !important;
}

/* sorting_desc rules consolidated above */
/* metric commitment block*/
.metric_commitment_block {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 30px 30px 50px 30px;
}

.metric_commitment_block .card-header {
    background-color: #fff;
    min-height: 40px;
}

.metric_commitment_block .card-body {
    padding: 0;
}

.min-hei-40 {
    min-height: 40px;
}

.metric_block,
.commitment_learning_block {
    width: 100%;
}

.metric_block {
    padding-right: 15px;
}

.metric_commitment_block .card {
    min-width: 100%;
    margin: 0;
}

.metric_commitment_block .card-body .table {
    margin: 0 !important;
}

.metric_table {
    min-height: 70vh;
    overflow: auto;
}

.metrics_block {
    width: 100%;
    background-color: #fff;
}

@media screen and (max-width:1279px) {
    .metrics_block {
        width: 100% !important;
    }

    .metric_commitment_block {
        display: block;
    }

    .agent_scorecard {
        width: 50%;
    }

    .commitment_learning_block {
        width: 100% !important;
        margin-left: 0px;
        margin-top: 1em;
    }
}

@media screen and (min-width:1280px) {
    .metrics_block {
        width: 50% !important;
    }

    .metric_commitment_block {
        display: flex;
    }

    .commitment_learning_block {
        width: 50% !important;
    }
}

.metrics_block .gray-text {
    color: #667085;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
}

.metrics_block .grey-text {
    color: #667085;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
}

.metric_title b {
    font-size: 14px;
    font-weight: 600;
}

.transparent_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75)
}

.performance-bar {
    height: 4px;
    /* width: 100%; */
    /* background-color: #000; */
    border-radius: 20px;
}

.performance-bar .regular {
    height: 4px;
}

.performance-bar .inverse {
    height: 4px;
}

.team.position-absolute {
    z-index: 1;
    width: 8px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 4px;
    background: #6ccc76;
    top: -7px;
}

.tean_icon {
    position: absolute;
    top: 16px;
    color: #fff;
    background-color: #6ccc76;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7px;
    font-size: 12px;
    font-weight: bold;
}

.program.position-absolute {
    width: 8px;
    height: 38px;
    border: 3px solid #fff;
    border-radius: 4px;
    background: #6ccc76;
    top: -7px;
    /* z-index: 0; */
}

.program_icon {
    position: absolute;
    top: 35px;
    color: #fff;
    background-color: #6ccc76;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7px;
    font-size: 12px;
    font-weight: bold;
}

.agent.position-absolute {
    width: 8px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 4px;
    background: #6ccc76;
    top: -7px;
}

.agent_icon {
    position: absolute;
    bottom: 2px;
    color: #fff;
    background-color: #6ccc76;
    border-radius: 20px;
    width: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -13px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.persona img {
    width: 12px;
    height: 12px;
}

.persona.position-absolute {
    background-image: linear-gradient(rgba(100, 181, 246, .45), rgba(100, 181, 246, .45));
    border-radius: 20px;
    outline: 2px solid #fff;
    left: calc(100% - 12px);
    /* right: -41px; */
    top: -8px;
    padding: 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 5px;
    background-color: #fff;
    z-index: 1;
}

.actual_goal .actual {
    font-size: 14px;
    font-weight: normal;
}

.actual_goal .goal {
    font-size: 12px;
    text-align: right;
}

.updated_through_dropdown {
    position: absolute;
    top: -30px;
    right: 0;
    background-color: #fff;
    z-index: 2;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .19);
    border-radius: 5px;
    display: none;
    min-width: 200px;
}

.updated_through_dropdown ul {
    margin: 0;
    padding: 0;
}

.updated_through_dropdown ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    text-align: left;
}

.updated_through_dropdown ul li b {
    font-weight: 600;
    color: #323441 !important;
    font-size: 16px;
}

.updated_through_dropdown ul li .btn {
    background-color: #22c7a9 !important;
    border-color: #22c7a9 !important;
    padding: 7px 15px !important;
    width: 100%;
    z-index: 99999;
}

.ledaer .btn {
    font-size: 14px;
}

.updated_through:hover .updated_through_dropdown {
    display: block;
}

.updated_through {
    cursor: pointer;
}

.metric_table>.table tbody tr {
    height: 100px;
}

#leaderboard_modal .modal-dialog {
    max-width: 90%;
}

.hover_description b {
    color: #fff;
    font-weight: 600;
}

.hover_description a {
    color: #fff !important;
    padding-top: 5px;
}

.timeframe_lable {
    top: -7px;
    left: 15px;
    color: #344054;
    font-weight: normal;
    position: absolute;
    font-size: 11px;
    background-color: #fff;
}

#leaderboard_modal #background-pills-tab {
    padding: 0;
}

#leaderboard_modal .time_frame_block {
    padding-bottom: 0px !important;
    margin-left: 15px;
}

.links_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

button.btn.btn-coach-modal {
    background-color: #ffe79d;
    font-weight: 600;
    padding: 10px 15px;
    margin-right: 1em;
    font-size: 14px;
}

#leaderboard_modal .btn-bordered {
    font-size: 14px;
    padding: 10px 15px !important;
}

.leader_board_details {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

#pills-leaderboard .team_program_rank {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
}

#pills-leaderboard .leader_board_progress {
    width: 60%;
    padding: 30px;
}

#pills-leaderboard .team_program_rank .team_rank_tile {
    width: 50%;
    margin-right: 15px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    padding: 15px;
    line-height: 27px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #dfe3eb;
}

#pills-leaderboard b {
    font-weight: 600;
}

#pills-leaderboard .team_program_rank .program_rank_tile {
    width: 50%;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    padding: 15px;
    border: 1px solid #dfe3eb;
    line-height: 27px;
    font-size: 14px;
    border-radius: 4px;
}

#pills-leaderboard .games_won .card-header {
    background-color: #fff;
    font-size: 14px;
    height: 65px;
}

.games_won_table .game_img {
    width: 30px;
    height: 30px;
    background-color: rgba(213, 217, 224, .64);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
}

.games_won_table .game_img img {
    width: 20px;
    height: 20px;
}

.games_won_table .game_name {
    white-space: normal;
    margin-left: 10px;
}

.games_won_table .table td,
th {
    font-size: 14px;
}

.games_won_table .table td:last-child {
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap;
}

.games_won_table .game_name a {
    color: #0e7e97;
    text-decoration: none;
}

.games_won_table a:hover {
    text-decoration: underline;
}

#games_won_table_wrapper .dataTables_scrollBody .table {
    margin-top: -30px !important;
}

#games_won_table_wrapper .dataTables_scrollHeadInner {
    padding-right: 0px !important;
}

#games_won_table_wrapper .table th:first-child {
    padding-left: 72px !important;
}

#games_won_table_wrapper th:last-child {
    text-align: left !important;
}

/*#leaderboard_modal .games_won #games_won_table_wrapper .dataTables_scrollHeadInner table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 10px !important;
}*/
a.previous {
    color: #949494;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 13px;
}

a.paginate_button.current {
    border: 1px solid #0e7e97;
    background-color: rgba(34, 198, 171, .17);
    color: #0e7e97;
    padding: 4px 8px;
    font-weight: 700;
    border-radius: 3px;
}

a.text-secondary {
    text-decoration: underline;
    cursor: pointer;
    color: #5c6bc0 !important;
}

a.paginate_button {
    padding: 4px 8px;
    color: #0e7e97;
}

a.paginate_button.disabled {
    color: #949494;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    font-size: 13px !important;
    display: flex;
    justify-content: center !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-item.disabled .page-link {
    color: #949494 !important;
    border: 0;
}

.page-link:not(:disabled):not(.disabled),
summary {
    cursor: pointer;
    color: cadetblue;
}

.page-link {
    border: 0px !important;
    padding: 4px 8px !important;
    margin-left: 0px !important;
}

.page-item.active .page-link {
    border: 1px solid #0e7e97 !important;
    background-color: rgba(34, 198, 171, .17);
    color: #0e7e97;
    font-weight: 700;
    border-radius: 3px;
    font-size: 13px;
    padding: 4px 8px;
}

.page-link:hover {
    border: 1px solid #0e7e97 !important;
    background-color: rgba(34, 198, 171, .17);
    color: #0e7e97;
    font-weight: 700;
    border-radius: 3px;
    font-size: 13px;
    padding: 4px 8px;
}

.m-l-0 {
    margin-left: 0px !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding: 16px 0px;
}

li.paginate_button.page-item a {
    border: 1px solid transparent !important;
}

li.paginate_button.page-item a:hover {
    border: 1px solid cadetblue !important;
}

.page-item a {
    border: 1px solid transparent !important;
}

.page-item a:hover {
    border: 1px solid cadetblue !important;
}

.leader_board_progress {
    background-color: #f9fafb;
    border: 1px solid #e9e9e9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    border-radius: 4px;
}

.team_rank_description {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 1em;
}

.team_rank_description h3 {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.top_rank {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    margin-bottom: 1em;
}

.ranked_person {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_rank .ranked_person {
    width: 40%;
    padding: 0px 0px;
}

.top_rank .rank_progress {
    width: 30%;
}

.current_progress {
    position: absolute;
    left: 0;
}

.rank_progress .position-relative {
    background-color: #e5e7eb;
    width: 100%;
    height: 10px;
    border-radius: 4px;
}

.rank_progress .position-absolute {
    background-color: red;
}

.rank_number>div {
    font-size: 12px;
    background-color: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    min-width: 39px;
}

.top_rank .rank_number {
    width: 15%;
}

.top_rank .rank_value {
    width: 15%;
    text-align: right;
}

.modal_close:hover {
    cursor: pointer;
}

.first_last_name {
    background-color: #495057 !important;
    color: #fff !important;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600 !important;
    margin-right: 1em;
    letter-spacing: 1px;
}

.ranked_person_name {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #373D4B !important;
    text-align: left;
}

.ranked_person_title {
    font-size: 10px !important;
    color: #00B9FF !important;
    font-weight: 700 !important;
    text-align: left;
}

.rank_progress {
    width: 100%;
    height: 10px;
    border-radius: 4px;
    background-color: transparent;
}

.current_progress {
    border-radius: 10px;
    height: 10px;
}

#leaderboard_table_wrapper div.dataTables_scrollBody table {
    margin-top: -30px !important;
}

div#leaderboard_table_wrapper {
    padding: 0;
}

#leaderboard_table_wrapper .table thead tr th {
    background-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-width: 1px !important;
    text-align: left;
}

#leaderboard_table_wrapper .table tbody tr:hover {
    background-color: rgba(0, 0, 0, .02);
}

#leaderboard_table_wrapper .dataTables_scrollHeadInner .table thead tr th {
    background-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    padding: 15px 20px !important;
}

#leaderboard_table_wrapper .table tbody tr td {
    background-color: transparent;
    border-right-color: transparent !important;
}

#leaderboard_table_wrapper .table {
    border-color: transparent !important;
}

/*#leaderboard_table_wrapper .dataTables_scrollHeadInner table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    bottom:10px !important;
}*/

.rank_value b {
    font-size: 1rem;
    font-weight: 700 !important;
}

tr.least {
    background-color: #fff !important;
    box-shadow: 0 2px 13px rgba(0, 0, 0, .09);
}

/* metric detail*/
#metric_detailmodal .btn {
    font-size: 14px !important;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, .11);
    padding: 11px 16px;
    border-radius: 3px;
    margin-left: 16px;
    background: #fff;
    color: #272933;
}



#metric_detailmodal .disabled-link {
    font-size: 14px !important;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, .11);
    padding: 11px 16px;
    border-radius: 3px;
    margin-left: 16px;
    color: #cccccc;
    background-color: #fff;
    cursor: default;
}

#metric_detailmodal .adn-link-btn:hover {
    outline-offset: 0px;
    outline: rgba(14, 126, 151, .33) solid 4px;
}



#metric_detailmodal .btn-coach {
    color: #272933;
    background-color: #ffe79d;
    border: none !important;
    height: 48px;
}

#metric_detailmodal .non-coachable-btn {
    color: #cccccc;
    background-color: #fff;
    border: none;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, .11);
}

#metric_detailmodal .btn-close {
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-color: #dfe3eb;
    border-radius: 5px;
    border: none !important;
}

#metric_detailmodal .btn-close:hover {
    background-color: #22c6ab;
}

#metric_detailmodal .btn-coach:hover {
    background-color: #e4d095;
    outline-offset: 0px;
    outline: rgba(14, 126, 151, .33) solid 4px;
}

.metricname {
    font-size: 18px;
    margin: 10px 0px;
    font-weight: 600;
}

#metric_detailmodal .modal-header {
    padding: 15px 20px;
    display: flex;
}

#metric_detailmodal .modal-body {
    padding: 15px 20px;
    min-height: 75vh;
}

#metric_detailmodal .form-control {
    border-radius: 3px;
    border: 1px solid #dfe3eb;
    height: 42px;
    font-size: 14px;
}

#metric_detailmodal .modal-dialog {
    max-width: 100% !important;
    margin: 23px 0px 0px 70px !important;
}

input.typeahead:focus-visible {
    outline: 2px solid black;
    border-radius: 3px;
}

/*input.typeahead::placeholder{
    color:#ccc;
}*/
.metric_details {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    overflow: auto;
}

.metric_detail_card {
    min-width: 240px;
    width: 240px;
    cursor: pointer;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid #dfe3eb;
    border-radius: 4px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #dfe3eb;
}

.metric_detail_card span {
    font-weight: 600;
    font-size: 15px;
}


.metric_detail_card.active {
    background-color: #f5f8fa;
    outline: 3px solid #22c6ab;
}

.metric_detail_card:hover {
    background-color: #f5f8fa;
    outline: 3px solid #22c6ab;
    /*outline:0;*/
}

.metric_details {
    padding: 15px 0px 0px 3px;
}

.metric_detail_card>div {
    font-weight: 600;
    margin-bottom: 10px;
    white-space: nowrap;
    color: #15161d;
    font-size: 14px;
}

.metric_detail_formula {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #e4e7eb;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.metric_detail_formula .commit-tooltip {
    top: 15px;
    min-width: 20px !important;
    width: auto;
    max-width: 1000px;
    background-color: rgba(39, 41, 51, .95);
    color: #fff;
    padding: 12px 15px;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    left: 20px;
    z-index: 99999 !important;
}

.metric_detail_formula .commit-tooltip div {
    padding-top: 5px;
    text-transform: none;
}

.metric_detail_formula img {
    width: 12px;
    height: 12px;
}

.metric_trend_block h3 {
    font-size: 14px;
    font-weight: 600;
}

.metric_trend_block {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.metric_detail_trend_block h3 {
    font-size: 14px;
    font-weight: 600;
}

.metric_detail_trend_block {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    border: 3px solid #22c6ab;
}

.pd-5 {
    padding-right: 5px;
}

.pr-5 {
    padding-right: 5px !important;
}

.metric_detail_formula heading {
    opacity: 0.7;
}

#metric_detailmodal .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom-color: transparent;
    background-color: transparent;
    color: #fff;
}

a#pills-list-tab img {
    opacity: 0.2;
}

a#pills-list-tab img:hover {
    opacity: 1;
}

a#pills-list-tab.active img {
    opacity: 1;
}

a#pills-grid-tab img {
    opacity: 0.2;
}

a#pills-grid-tab img:hover {
    opacity: 1;
}

a#pills-grid-tab.active img {
    opacity: 1;
}

#metric_detailmodal .table thead tr th {
    min-height: 48px;
    background-color: #f5f8fa;
    border-right: 1px solid #dfe3eb !important;
    border-top: 1px solid #dfe3eb !important;
    text-align: left;
}

#metric_detailmodal .table tbody tr td {
    font-size: 14px;
    text-align: left;
}

#metric_detailmodal .table {
    box-shadow: none;
}

#metric_detailmodal .table td:last-child {
    background-color: rgba(182, 197, 213, .24);
}

#metric_detailmodal .table tbody tr:hover {
    background-color: #f5f8fa;
}

#metric_detailmodal .table tbody tr:nth-child(even) {
    background-color: #f5f8fa;
}

#metric_detailmodal table.dataTable thead>tr>th.sorting_asc {
    background-color: inherit !important;
}

#list_view_wrapper {
    overflow-y: auto;
    overflow-x: hidden;
}

a#pills-list-tab img {
    opacity: 0.2;
}

a#pills-list-tab img:hover {
    opacity: 1;
}

a#pills-list-tab.active img {
    opacity: 1;
}

a#pills-grid-tab img {
    opacity: 0.2;
}

a#pills-grid-tab img:hover {
    opacity: 1;
}

a#pills-grid-tab.active img {
    opacity: 1;
}

#metric_detailmodal .table thead tr th {
    min-height: 48px;
    background-color: #f5f8fa;
    border-right: 1px solid #dfe3eb !important;
    border-top: 1px solid #dfe3eb !important;
}

#metric_detailmodal .table tbody tr td {
    font-size: 14px;
}

#metric_detailmodal .table {
    box-shadow: none;
}

#metric_detailmodal .table td:last-child {
    background-color: rgba(182, 197, 213, .24);
}

#metric_detailmodal .table tbody tr:hover {
    background-color: #f5f8fa;
}

#metric_detailmodal .table tbody tr:nth-child(even) {
    background-color: #f5f8fa;
}

#metric_detailmodal table.dataTable thead>tr>th.sorting_asc {
    background-color: inherit !important;
}

#list_view_wrapper {
    overflow-y: auto;
    overflow-x: hidden;
}

div#pills-grid.hid {
    display: none !important;
}

.metric_detail_graph {
    width: 50%;
    padding-left: 15px;
}

.metric_detail_search {
    width: 50%;
    padding-right: 15px;
}

.list_tile_view {
    padding-right: 15px;
}

.list_tile_view .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #eaecf0;
    cursor: pointer;
    pointer-events: auto;
}

.commitment_flow {
    height: 4px;
    background-color: rgba(55, 61, 75, .25);
}

.start-date-bubble {
    position: absolute;
    left: 0;
    top: -3.5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #373d4b;
    z-index: 1;
    margin-left: -10px;
}

.start-date-bubble:hover {
    box-shadow: 0 0 0 10px rgba(55, 61, 75, .24);
}

.end_date_bubble {
    position: absolute;
    right: 0;
    top: -3.5px;
    width: 11px;
    height: 10px;
    border-radius: 10px;
    background-color: #cdced2;
    border: 2px solid #cdced2;
    margin-right: -11px;
}

.end_date_bubble:hover {
    box-shadow: 0 0 0 10px rgba(205, 206, 210, .45);
}

.current_bubble {
    position: absolute;
    width: 10px;
    height: 10px;
    top: -3.5px;
    border-radius: 12px;
    outline: 2px solid #fff;
    /* border: 0px solid #fff; */
    margin-left: 0px;
}

.below_commitment .current_bubble:hover {
    box-shadow: 0 0 0 10px rgba(239, 83, 80, .24);
}

.new_row {
    border-bottom: 1px solid rgb(223 227 235 / 100%);
    cursor: pointer;
}

.new_row:hover {
    background-color: #f5f8fa;
    cursor: pointer;
}

.metric_table tbody tr:hover {
    background-color: #f5f8fa;
}

.active_period_line {
    height: 4px;
    position: absolute;
    background-color: #373d4b;
}

.commit_start_date {
    color: #373d4b;
}

.commit_end_date {
    color: #373d4b;
}

.commit_dates b {
    font-weight: 600;
}

.commit_dates {
    padding-top: 7px;
    margin-left: -10px;
    margin-right: -10px;
}

.commit_actual {
    font-size: 12px;
    color: #9E9E9E;
    font-weight: 600;
    margin-left: -10px;
    margin-right: -10px;
}

.pt-5 {
    padding-top: 5px !important;
}

.commitment_table .actual {
    font-weight: normal;
    text-transform: capitalize;
}

.commitment_block {
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    background-color: #fff;
    /* margin-bottom: 25px; */
    min-height: 30vh;
    overflow: auto;
}

.metrics_block {
    margin-right: 7px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.learning_block {
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.commitment_learning_block {
    margin-left: 7px;
}

.coach_metricname a {
    color: #0e7e97 !important;
    text-decoration: none !important;
}

.coach_metricname a:hover {
    text-decoration: underline !important;
}

.start-date-bubble .commit-tooltip {
    background-color: #fff;
}

.commitment_flow .tool {
    z-index: 2;
    width: 20px;
    height: 20px;
}

.commitment_flow .commit-tooltip {
    top: -35px;
}

.start-date-bubble .commit-tooltip {
    left: 0;
}

.end_date_bubble .commit-tooltip {
    right: 0;
}

.commitment_flow .commit-tooltip li:first-child {
    margin: 0;
    border-top: 1px solid #dfe3eb;
    border-bottom: 1px solid #dfe3eb;
}

.commitment_flow .commit-tooltip li {
    margin: 0;
    border-bottom: 1px solid #dfe3eb;
}

.commitment_flow .commit-tooltip li:hover {
    background-color: transparent;
}

.commitment_flow .commit-tooltip .val {
    padding-left: 15px;
}

.commitment_flow .commit-tooltip .val b {
    font-weight: bold;
}

.commitment_table .col {
    background-color: #f5f8fa;
    border-right: 1px solid #dfe3eb !important;
    border-bottom: 1px solid #dfe3eb !important;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.w-25 {
    min-width: 25%;
    max-width: 25%;
}

.w-60 {
    min-width: 60%;
    max-width: 60%;
}

.w-15 {
    min-width: 15%;
    max-width: 15%;
}

.pd-15 {
    padding: 15px;
}

.trending_below_commitment {
    background-color: rgba(239, 83, 80, .1);
    padding: 5px 15px;
    border-radius: 4px;
    margin: 0px 15px 15px 15px;
    font-size: 12px;
}

.trending_below_commitment1 {
    background-color: rgba(80, 239, 91, .1);
    padding: 10px 15px;
    border-radius: 4px;
    margin: 0px 15px 15px 15px;
    font-size: 12px;
}

.trending_below_commitment .red {
    font-weight: 700;
}

.trending img {
    width: 30px;
    margin-right: 5px;
}

.trending_below_commitment:hover {
    background-color: rgba(239, 83, 80, .2);
}

.trending_below_commitment1:hover {
    background-color: rgba(80, 239, 91, .2);
}

.trending_below_commitment .red {
    color: #d92d21;
    padding-right: 5px;
}

.coaching_audio {
    width: 100%;
    padding-right: 15px;
}

audio {
    width: 100%;
    font-size: 12px;
    padding: 6px;
}

.coaching_file_doc {
    padding-right: 15px;
    padding-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 100%;
    margin-right: 1em;
    cursor: pointer;
}

.coaching_file_doc:hover {
    background-color: #dfe3eb;
}

.w-45 {
    width: 45%;
}

#coaching_history_modal .modal-body {
    /*   height:80vh;*/
    overflow: auto;
}

#coaching_history_modal .modal-header .title {
    font-size: 18px;
    font-weight: 600;
}

#coaching_history_modal .modal-dialog {
    max-width: 85% !important;
}

.coached_fields .d-flex {
    flex-wrap: wrap;
}

.coached_fields {
    padding: 15px;
}

.coached_fields .form-group {
    margin-right: 30px;
    min-width: 220px;
    margin-bottom: 30px;
}

.coached_fields .form-group label {
    text-transform: capitalize;
    font-size: 14px;
}

.coached_fields .form-group input {
    font-size: 14px;
    border-radius: 2px;
}

.coached_fields input[readonly] {
    background-color: rgba(239, 239, 239, 0.3);
}

.reviews_learning a {
    color: #0e7e97 !important;
    text-decoration: none;
    font-weight: 600 !important;
}

.reviews_learning a:hover {
    text-decoration: underline;
}

.reviews_learning {
    padding: 0px 15px 15px 15px;
}

.reviews_learning a {
    font-weight: 600 !important;
    font-size: 14px;
}

.reviews_learning b {
    font-weight: 600 !important;
    font-size: 14px;
}

.notes h3 {
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding-bottom: 15px;
}

.notes_fields textarea {
    font-size: 14px;
}

.notes {
    padding: 0px 15px 15px;
}

.commit-tooltip {
    font-size: 13px;
}

/*.commit-tooltip b{
    color:#fff;
}*/
.color-white {
    color: #fff;
}

table.dataTable {
    margin-top: -1px !important;
}

.notes_fields label {
    margin-bottom: 2px;
}

.time_frame_block .btn-bordered:hover {
    background-color: #d3d3d3;
}

.notes_fields .form-control {
    font-size: 12px;
    min-height: 40px;
    background-color: #f8f8f8;
    border-color: #cdcdcd;
    display: flex;
    justify-content: start;
    align-items: center;
}

.afni_check {
    padding: 0px 15px 15px;
}

.notes_fields {
    padding: 0px 15px 15px;
}

.notes_fields textarea {
    margin-bottom: 2em;
    min-height: 60px;
}

.above_commitment .current_bubble:hover {
    box-shadow: 0 0 0 10px rgba(108, 204, 118, .24);
}

.viewed_learning {
    display: flex;
    justify-content: start;
    align-items: start;
}

.new_learning {
    background-color: #6ccc76;
    background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
    padding: 12px 25px;
    font-size: 14px;
    line-height: 34px;
    margin-right: 2em;
    font-weight: normal;
    cursor: pointer;
    pointer-events: auto;
    border-radius: 5px;
}

.new_learning:hover {
    background-color: #6ccc76;
    background-image: none;
}

.viewed {
    padding: 12px 25px;
    font-size: 14px;
    line-height: 34px;
    margin-right: 2em;
    font-weight: normal;
    color: #667085;
    cursor: pointer;
    pointer-events: auto;
    border-radius: 5px;
}

.viewed:hover {
    background-image: linear-gradient(to bottom, #f9fafb, #f9fafb);
}

.new_learning strong {
    font-size: 30px;
}

.viewed strong {
    font-size: 30px;
}

.pd-30 {
    padding: 30px;
}

.learning_block .btn-bordered {
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    padding: 10px 14px;
    background-color: #fff;
    font-weight: 600;
}

.learning_block .btn-bordered:hover {
    background-color: #e2e1e1;
}

.learning_resouce img {
    border-radius: 4px;
    margin: 0px 0px 10px 0px;
    width: 240px;
    padding-right: 15px;
    object-fit: cover;
    aspect-ratio: 16/9;
    cursor: pointer;
}

.learning_resouce a {
    color: #0e7e97;
    font-weight: 600;
    text-decoration: none;
}

.learning_resouce a:hover {
    text-decoration: underline !important;
}

.learning_resouce:hover {
    text-decoration: none;
    border: 3px solid #22c6ab;
    border-radius: 10px;
}

#learning_resource_modal .modal-dialog {
    max-width: 85%;
}

.learning_resouce {
    font-size: 14px;
    white-space: normal;
    text-align: left;
    margin-bottom: 30px;
    margin-right: 30px;
    border: 3px solid transparent;
    padding: 5px;
    width: 240px;
    font-weight: normal;
}

#learning_resource_modal div#pills-tabContent {
    height: auto;
}

#learning_resource_modal .modal-body {
    height: 80vh;
    overflow: auto;
}

#learning_resource_modal #background-pills-tab .nav-link.active {
    width: 80px;
}

#learning_resource_modal #background-pills-tab .nav-link {
    width: 80px;
}

.expand_bg {
    background-color: #dfe3eb;
    padding: 5px 5px;
    border-radius: 3px;
}

a.view_all.cei {
    font-weight: 700;
    padding-left: 15px;
    cursor: pointer;
    pointer-events: auto;
    font-size: 14px;
    color: #0e7e97 !important;
}

.coaching_history {
    padding: 35px 30px 35px 30px;
    border-bottom: 1px solid #dfe3eb;
    border-top: 1px solid #dfe3eb;
}

.activity_history {
    padding: 35px 30px 35px 30px;
    border-bottom: 1px solid #dfe3eb;
    border-top: 1px solid #dfe3eb;
}

.agent_coaching_history {
    margin-bottom: 35px;
}

.agent_activity_history {
    padding-bottom: 35px;
}

.coach_comparision1 {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
}

.coach_comparision1 h4 {
    padding: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 0px;
}

.expand_bg img {
    width: 18px;
}

#coachingHistory_wrapper div.dataTables_scrollBody table {
    margin-top: -30px !important;
}

#coachingHistory_wrapper .table th {
    white-space: nowrap !important;
}

#coachingHistory_wrapper .table td {
    background-color: #fff;
    white-space: nowrap !important;
    font-weight: normal;
    cursor: pointer !important;
}

tr.border-left {
    border-left: 5px solid !important;
}

.time_frame_blockk .card {
    margin-bottom: 0;
}

.time_frame_blockk .card .table {
    margin-bottom: 0px;
}

.ack_thumb img {
    opacity: 0.4;
}

.ack_thumb:hover img {
    opacity: 1;
    cursor: pointer;
}

#coachingHistory_wrapper .table td a {
    color: #0e7e97 !important;
    font-weight: 600;
    cursor: pointer;
    pointer-events: auto;
    pointer-events: auto;
}

.audio_img {
    width: 18px;
}

.ack_thumb img {
    width: 18px;
}

td a {
    text-decoration: none;
}

td a:hover {
    text-decoration: underline;
}

li.paginate_button {
    padding: 0;
    z-index: 1;
}

.ack_symbols {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 20%;
    padding-left: 30px;
}

.ack_dialog_box {
    background-color: rgb(39, 41, 51);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
    padding: 25px 20px;
    margin: 0px 15px 0px 15px;
    border-radius: 4px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

.ack_comment {
    width: 50%;
}

.ack_comment textarea {
    background-color: rgba(0, 0, 0, .25);
    border: 1px solid rgba(0, 0, 0, .45);
    border-radius: 4px;
    padding: 8px 16px 0;
    font-size: 14px;
    color: #fff !important;
}

.ack_comment textarea.form-control:focus {
    background-color: rgba(0, 0, 0, .25);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 8px 16px 0;
    font-size: 14px;
    color: #fff !important;
    box-shadow: none !important;
}

.ack_comment textarea::placeholder {
    color: #fff !important;
}

.ack_symbols .thumb {
    background-color: #fff;
    padding: 5px 15px !important;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
    margin: 0px 10px;
}

button.btn.btn-ack-cancel {
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
}

.ack_symbols .btn-ack-cancel {
    margin: 0px 15px;
}

#coachingHistory_wrapper .table thead tr th {
    padding: 15px 30px !important;
}

#recognition_table_wrapper div.dataTables_scrollBody table {
    margin-top: -30px !important;
}

.coaching_history_image {
    width: 20px;
}

#activityHistory_wrapper div.dataTables_scrollBody table {
    margin-top: -30px !important;
}

#activityHistory_wrapper .table td a {
    color: #0e7e97 !important;
    font-weight: 600;
    cursor: pointer;
    pointer-events: auto;
    pointer-events: auto;
}

.badge_card_header {
    display: flex;
    justify-content: start;
    align-items: center;
}

.collapse .card-body {
    padding: 0;
    margin: 0;
}

#badge_acheivement_table td img {
    width: 30px;
    height: 30px;
}

#badge_acheivement_table_wrapper {
    padding: 0;
}

#recognition_table_wrapper {
    padding: 0;
}

#recognition_table_wrapper .table td a {
    color: #0e7e97 !important;
    font-weight: 600;
    cursor: pointer;
    pointer-events: auto;
    pointer-events: auto;
}

#recognition_table_wrapper div.dataTables_scrollBody table {
    margin-top: -30px !important;
}

#badge_acheivement_table_wrapper div.dataTables_scrollBody table {
    margin-top: -30px !important;
}

.agent_profile_block {
    padding: 30px;
}

.card-header {
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-weight: 600;
}

#badges_collapse {
    margin-top: 50px;
}

#recognition_badges_collapse {
    margin-top: 50px;
}

#recognition_table_wrapper .table td {
    text-transform: capitalize;
}

.collapse .btn-bordered {
    border: 1px solid #dfe3eb;
    border-radius: 4px;
    font-weight: 600;
    color: #272933;
    cursor: pointer;
    font-size: 14px;
}

.scorecard_range_tooltip {
    position: absolute;
    left: -295px;
    background-color: #000;
    padding: 15px;
    border-radius: 4px;
    color: #fff;
    display: none;
    min-width: 290px;
    z-index: 9;
}

.scorecard_circle:hover .scorecard_range_tooltip {
    display: block;
}

.scorecard_range_tooltip li {
    white-space: nowrap;
    padding: 8px 10px;
    text-transform: capitalize;
}

.scorecard_range_tooltip li:hover {
    background-color: transparent;
}

.high-range {
    background-color: rgba(255, 255, 255, .18);
    border-radius: 4px;
}

.scorerange_color {
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.scorerangetext {
    margin-left: 5px;
}

.org_prog_header .metric_block {
    width: 15%;
}

.ticker_block .metric_block {
    min-width: 230px;
    padding: 5px 24px 5px 24px;
    text-align: left;
    justify-content: start;
}

.table tbody tr:hover {
    background-color: #f5f8fa !important;
    cursor: pointer !important;
}

.table tbody tr:hover td {
    background-color: #f5f8fa !important;
    cursor: pointer !important;
}

.ticker_block .metrics_block:hover {
    background-color: #dbe9e1;
}

.hover_description {
    min-width: 215px;
}

/* right dashboard */
.right_dashboard {
    padding: 30px 10px 0px 30px;
    width: 300px;
}

.tile_bottom {
    padding: 10px 15px;
    color: rgba(39, 41, 51, .7);
    background-color: rgba(227, 231, 235, .52);
}

.right_dashboard li {
    padding: 0;
    margin-bottom: 20px;
}

.tile_value {
    margin-top: 15px;
    font-size: 24px;
}

.tile_content {
    padding: 15px;
    font-size: 14px;
    height: 120px;
}

.tile_content .calendar {
    margin-top: 15px;
}

.right_tile {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    margin-bottom: 20px !important;
    border-radius: 4px;
    min-height: 160px;
}

.agent_incentive {
    display: flex;
    justify-content: start;
    align-items: center;
}

.agent_alpha {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #9e9e9eba;
    margin-right: 1em;
    letter-spacing: 0px;
    box-shadow: 0px 0px 5px #616161;
}

.agent_incentive_name {
    text-transform: capitalize;
}

.agent_incentive_name strong {
    font-weight: 600;
    font-size: 14px;
}

.agent_incentive_name {
    font-size: 13px;
    line-height: 21px;
}

.current_payout {
    border-radius: 4px;
    background-color: rgba(39, 41, 51, .55);
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
    border-radius: 4px;
    flex: none;
    margin-top: 0px;
    margin-right: 48px;
    padding: 24px;
    box-shadow: 1px 1px 12px transparent;
}

#incentive_modal {
    background-color: rgba(0, 0, 0, .85);
}

#incentive_modal .modal-dialog {
    max-width: 93%;
    margin-top: 0px;
    margin-bottom: 0px;
}

#incentive_modal .left_incentive {
    width: 50%;
}

.current_payout strong {
    font-weight: 600;
}

.payout_val {
    font-size: 18px;
    margin-top: 10px;
}

#incentive_modal .modal-body {
    background-color: #fafbfd;
    padding: 0;
    height: 85vh;
    overflow: auto;
}

.custom-padding {
    padding: 15px 0px 0px 15px;
}

.incentive_table {
    margin-top: 132px;
}

.incentive_table .table thead tr th {
    padding: 10px 20px !important;
    border-right: 1px solid transparent;
    background-color: transparent;
    border-bottom-color: #dfe3eb !important;
    border-top: 1px solid #dfe3eb !important;
    text-transform: capitalize;
    font-size: 14px;
    text-align: left;
}

.incentive_table .table-bordered,
.incentive_table .table-bordered td,
.incentive_table .table-bordered th {
    border: 1px solid transparent;
    font-size: 14px;
    text-align: left;
}

.incentive_table .table-bordered td {
    font-weight: normal;
    text-align: left;
    padding: 10px 20px !important;
    background-color: transparent !important;
}

.incentive_table .table-bordered td.green {
    color: #047a11;
    font-weight: 700;
}

.incentive_table .table th:first-child {
    text-align: left;
}

.right_incentive_header {
    border-bottom: 1px solid #dfe3eb;
    padding: 10px 15px;
    font-size: 14px;
}

.poteantial_payout {
    margin: 15px 15px 0px 15px;
    height: 185px;
}

.transform {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.incentive_close {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 15px 20px 0px 0px;
}

.incentive_close .close_icon:hover {
    background-color: #22c6ab;
    cursor: pointer;
    pointer-events: auto;
}

.incentive_close .close_icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .16);
    display: flex;
    justify-content: center;
    align-items: center;
}

.payout_bg {
    padding: 15px;
    background-color: #6ccc76;
    background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8));
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.right_incentive {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .36);
    width: 50%;
}

.right_incentive_header strong {
    font-weight: 600;
}

.sub_layout {
    height: 200px;
    position: relative;
}

.poteantial_payout {
    padding: 15px;
}

.incentive_loader img {
    position: absolute;
    left: 25%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show_money {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.show_money .btn {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.show_money:hover {
    background-color: #f5f8fa;
}

.show_money .btn:hover {
    background-color: #ff8a65;
}

.show_money .btn:hover .show_money {
    background-color: #f5f8fa;
}

.incentive_input {
    border: 1px solid rgba(0, 0, 0, .23);
    border-radius: 4px;
    height: 20px;
}

.incentive_righttable {
    margin-top: 14px;
}

.btn-show-money {
    background-color: #ff5722;
    border: 2px #fff;
    border-bottom: 2px solid #c3421a;
    border-radius: 5px;
}

.border-bottom {
    border-bottom: 1px solid #dfe3eb !important;
}

.money_after_payout {
    padding: 8px 0px;
    font-weight: normal;
}

#incentive_modal .modal-dialog {
    border-radius: 4px;
}

#incentive_modal .modal-content {
    /* min-height:90vh;*/
    height: 90vh;
    background-color: transparent;
}

.incentive_loader {
    background-color: #2d3e52;
    position: relative;
    height: 200px;
    width: 100%;
}

.incentive_loader img {
    height: 200px;
}

.incentive_bottom {
    /*width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    margin-top: -81px;
    padding-right: 10px;*/
    position: absolute;
    z-index: 9999999;
    right: -10px;
    bottom: -10px;
}

.incentive_bottom_popup {
    background-color: #ff5722;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border-bottom-right-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .31);
}

.incentive_bottom_popup img {
    width: 35px;
    height: 35px;
}

.incentive_count {
    position: absolute;
    bottom: -6px;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #ff5722;
    left: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.incentive_count span {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.incentive-bottom-tooltip {
    background-color: #fff;
    padding: 0;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .22);
    border: 1px solid #e4e4e4;
}

.incentive_bottom_tooltip_close {
    display: flex;
    justify-content: end;
    align-items: end;
    cursor: pointer;
    pointer-events: auto;
}

.incentive_bottom_tooltip_close img {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    padding: 5px;
    border-right: 0;
    border-top: none;
    border-radius: 5px;
}

.incentive-bottom-tooltip {
    background-color: #fff;
    padding: 0px;
    bottom: 80px;
    right: 10px;
    width: 215px;
    height: auto;
    color: #101828;
}

.space-box {
    padding: 15px 20px;
}

.incentive_highlight {
    font-size: 14px;
    font-weight: 600;
}

.incentive_text {
    font-size: 14px;
    padding: 15px 0px;
}

.incentive_text b {
    background-color: #c5f1ca;
    font-weight: 600;
    padding: 2px 5px;
    border: 2px;
}

.incentive_gain ul {
    font-size: 14px;
    padding-bottom: 20px;
}

.game_start .btn {
    background-color: #22c7a9 !important;
    border-color: #22c7a9 !important;
    font-size: 14px;
    font-weight: 600;
}

.game_start {
    display: flex;
    justify-content: center;
}

.btn-primary:hover {
    background-color: #1e6d60 !important;
    border-color: #1e6d60 !important;
}

.incentive_bottom_popup:hover {
    background-color: #ffa386;
    cursor: pointer;
    pointer-events: auto;
}

.incentive-bottom-tooltip:hover .incentive_bottom_popup {
    background-color: #ffa386;
}

.new_game_tile {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
    border-radius: 3px;
    background: #fff;
    margin: 0px;
    white-space: nowrap;
    text-decoration: none;
}

.tile_block .yellow {
    background: #F6BE00;
    width: 18px;
    height: 18px;
    display: flex;
    padding: 5px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.game_status_indication .position_absolute .yellow img {
    width: 8px !important;
    height: 8px !important;
}

.tile_bottom b {
    font-weight: 700;
}

.game_status_indication .position_absolute {
    /* padding: 10px; */
    position: absolute;
    top: -5px;
    left: 32px;
}

.tile_block {
    padding: 20px 20px 16px;
    height: 120px;
    white-space: normal;
}

.game_metric_name {
    width: calc(100% - 45px);
    padding-right: 5px;
}

.new_game_tile .game_name {
    font-size: 14px !important;
    color: #323441 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.new_game_tile .metric_name {
    color: #7e7e7e;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: normal;
    white-space: nowrap;
}

.game_status_indication .med {
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 100%;
}

.game_status_indication img {
    width: 24px;
    height: 24px;
}

.game_status_indication .position_absolute img {
    width: 18px !important;
    height: 18px !important;
}

.chat_count {
    display: flex;
    font-size: 14px;
    padding: 20px 0px 10px 0px;
    color: rgba(39, 41, 51, .7);
    /* font-weight: bold; */
    opacity: 0.7;
}

.chat_count>div {
    color: #323441;
    font-weight: bold;
    padding-right: 10px;
}

.chat_count div {
    padding-right: 5px;
}

.chat_count img {
    height: 14px;
    width: 100%;
    opacity: 0.5;
}

.pr-2 {
    padding-right: 2px !important;
}

.absolute-s {
    font-size: 10px;
    margin-top: -5px;
}

.chat_count img {
    height: 14px;
    width: 100%;
    opacity: 0.5;
}

.tile_bottom {
    color: rgba(39, 41, 51, .7);
    background-color: rgba(227, 231, 235, .52);
    font-size: 13px;
    padding: 8px 0px 8px 20px;
    height: 40px;
    /* opacity: 0.5; */
}

.right_tile:hover {
    outline: 5px solid rgba(14, 126, 151, .33);
}

#btnUpload {
    color: #fff;
    background-color: #22c7a9;
    border-color: #22c7a9;
    font-size: 14px;
    margin-bottom: 10px;
}

#v-pills-upload {
    font-size: 12px;
}

.input_fields_wrap {
    padding-top: 10px;
}

a.remove_field {
    color: #fff;
    text-decoration: none;
    background-color: #22c7a9;
    border-radius: 3px;
    padding: 3px 10px;
}

a.remove_field:hover {
    background-color: #1e6d60 !important;
    border-color: #1e6d60 !important;
}

#btnUpload:hover {
    background-color: #1e6d60 !important;
    border-color: #1e6d60 !important;
}

.ledaer .btn-primary:hover {
    background-color: #1e6d60 !important;
    border-color: #1e6d60 !important;
}

#agent_scheduling_modal h3 {
    font-size: 14px;
}

#agent_scheduling_modal .agent_schedule_date {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.metric-number-tile-header {
    font-size: 14px;
}

.disclaim {
    font-size: 12px;
}

#opendoor_incentivemodal .modal-dialog {
    max-width: 80%;
}

.preselect a {
    text-decoration: none !important;
}

.samp.metric-numbers.text-center {
    white-space: nowrap;
    font-size: 16px;
    margin-top: 14px;
    color: #323441;
}

#agent_scheduling_modal .modal-dialog {
    max-width: 55%;
}

.org_prog_header {
    position: sticky;
    top: 115px;
    z-index: 3;
    background-color: #f5f8fa;
}

#rank_table {
    overflow-y: auto;
    overflow-x: hidden;
}

#foldermodal {
    background-color: rgb(0 0 0 / 78%);
}

#balancescorecard_modal .modal-body {
    height: 80vh;
    overflow: auto;
}

.dropdown_block ul li a {
    text-decoration: none;
}

#activity_history_table td {
    font-weight: normal;
}

.highcharts-button-symbol {
    display: none;
}

.font-light {
    font-weight: normal;
}

.leader_board_details .left_block {
    width: 38%;
}

/* bottom:15px overrides removed — positioning now handled by the
   consolidated sort-icon rules (calc(50% - 9px)) above. */

ul.cu-nav li:hover>ul,
ul.cu-nav li ul:hover {
    z-index: 9 !important;
}

.cursor-pointer {
    /*pointer-events:auto;*/
    cursor: pointer !important;
}

.cursor-pointer:hover {
    /*pointer-events:auto;*/
    cursor: pointer !important;
}

.agent_scorecard li a {
    color: inherit !important;
    text-decoration: none;
}

.agent_scorecard li a:hover {
    color: inherit !important;
    text-decoration: none;
}

.games_won_table .table td {
    font-size: 13px;
}

.save_footer .btn-primary:hover {
    background-color: #1e6d60 !important;
    border-color: #1e6d60 !important;
    pointer-events: auto;
    cursor: pointer !important;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
    background-color: #23c7a9 !important;
    background-image: none !important;
}

.pb-7 {
    padding-bottom: 7px;
}

.time_frame_block .dropdown-menu.show {
    height: auto !important;
    overflow: inherit !important;
}

/*.datepicker .table-condensed > tbody > tr > td, .table-condensed > thead > tr > th {
    padding: 8px 8px;
}*/
.time_frame_block .timeframe-scrollable {
    height: 58vh;
    /* overflow-y: auto !important;*/
}

.table tr:hover {
    background-color: #f5f8fa !important;
}

.table tbody tr td a {
    color: #0e7e97 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    font-weight: 600;
}

.table tbody tr td a:hover {
    color: #0e7e97 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

#time_frame_dropdown .dropdown-menu {
    min-width: 29rem;
    font-weight: 600;
}

#time_frame_dropdown .datepicker .datepicker-days {
    padding: 18px 20px !important;
}

#modal_time_frame_dropdown .dropdown-menu.show {
    min-width: 29rem;
}

#modal_time_frame_dropdown .datepicker .datepicker-days {
    padding: 18px 18px !important;
}

.border-transaprent {
    border-color: transparent !important;
}

#modal_time_frame_dropdown .scroll {
    max-height: 55vh;
    overflow-y: auto !important;
}

.space_name {
    letter-spacing: 0px;
}

.org_block td.day:first-child {
    z-index: 0 !important;
}

td a {
    text-decoration: none !important;
}

td a:hover {
    text-decoration: none !important;
}

.modal_date {
    font-size: 13px;
    margin-bottom: 20px;
}

#games_won_table td:last-child {
    text-transform: capitalize !important;
}

.bg-white {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important;
    background-color: #fff !important;
}

.bg-white:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important;
    background-color: #fff !important;
}

a.new_game_tile {
    text-decoration: none !important;
}

a.new_game_tile:hover {
    text-decoration: none !important;
}

.dataTables_scrollBody #scorecard_ranking_table.table {
    margin-top: -30px !important;
}

.dataTables_scrollBody #scorecard_details_table.table {
    margin-top: -30px !important;
}

#scorecard_details_table_wrapper {
    padding: 0;
}

#scorecard_ranking_table_wrapper {
    padding: 0;
}

#scorecard_details_table_wrapper th {
    white-space: nowrap;
}

#scorecard_ranking_table_wrapper th {
    white-space: nowrap;
}

.time_frame_block .dropdown-menu .border-left {
    height: 58vh;
    overflow-y: auto;
}

#badge_acheivement_table th {
    white-space: nowrap;
}

#recognition_table th {
    white-space: nowrap;
}

.current_bubble .commit-tooltip {
    right: 0;
}

#currentcommitmenets .current_bubble .commit-tooltip {
    right: unset;
}

.start-date-bubble .commit-tooltip {
    left: 10px;
}

.commit-tooltip li {
    white-space: nowrap;
}

.commitment_flow .commit-tooltip {
    min-width: 200px;
    width: auto;
}

#sticky-2 {
    z-index: 9 !important;
}

.game_won_block.hid {
    display: none !important;
}

.game_notwon_block.hid {
    display: none !important;
}

#gamesnot_won_table tr {
    height: 50px;
}

#gamesnot_won_table tbody tr td {
    /*border-color:transparent !important;*/
}

#gamesnot_won_table thead tr th {
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    text-transform: capitalize !important;
    text-align: center !important;
    background-color: transparent !important;
    border-bottom-width: 1px;
}

#gamesnot_won_table thead tr th:hover {
    background-color: transparent !important;
}

.game_notwon_block .card-body {
    padding-top: 0px;
}

.game_notwon_block .card-header {
    border-bottom-color: transparent !important;
}

.game_notwon_block {
    border-color: transparent;
}

.dataTables_scrollBody #gamesnot_won_table {
    margin-top: -30px !important;
}

#gamesnot_won_table_wrapper table.dataTable thead>tr>th.sorting_desc {
    background-color: transparent !important;
}

#gamesnot_won_table_wrapper .table thead tr th {
    background-color: transparent !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    text-align: center !important;
    text-transform: capitalize !important;
    border-bottom-width: 1px;
}

#gamesnot_won_table_wrapper .table {
    border-color: transparent !important;
}

.line-control-menu-bar a.btn {
    position: relative;
    margin-bottom: 3px;
    background-color: #22c7a9;
    color: #fff;
}

#ackbtn {
    background-color: #22c7a9;
    border-color: #22c7a9;
}

.notes_ack .form-group label {
    margin-bottom: 5px;
}

#leaderboard_table tbody tr {
    cursor: default !important;
}

#leaderboard_table tbody tr:hover {
    cursor: default !important;
}

#leaderboard_table tbody tr:hover td {
    cursor: default !important;
}

.bg-white:hover {
    background-color: #fff !important;
}

#activity_history_table tbody tr:hover {
    cursor: text !important;
}

#activity_history_table tbody tr {
    cursor: text !important;
}

#activity_history_table tbody tr:hover td {
    cursor: text !important;
}

#activity_history_table tbody td:hover {
    cursor: text !important;
}

tbody tr a {
    cursor: auto !important;
    /*pointer-events:auto !important;*/
}

.table tbody tr.no-cursor {
    cursor: default !important;
}

.table tbody tr.no-cursor:hover td {
    cursor: default !important;
}

.table th:hover {
    cursor: default !important;
}

.table th:before {
    cursor: pointer !important;
}

.table th:after {
    cursor: pointer !important;
}

.dataTables_scrollHeadInner table.dataTable thead .sorting::before,
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::before,
table.dataTable thead .sorting_desc_disabled::after {
    cursor: pointer !important;
}

.show_more_options .commit-tooltip li a {
    display: block;
}

#scorecard_details_table td {
    white-space: nowrap;
}

.highcharts-credits {
    display: none;
}

.scorecard_ranking .card {
    margin-bottom: 0;
}

.trend_chart .card {
    margin-bottom: 0;
}

#modal_time_frame_dropdown .form-select {
    white-space: nowrap;
}

#pills-tab {
    flex-wrap: nowrap;
}

.datepicker table tr td.today:hover:hover {
    color: #fff !important;
    background-color: #22c7a9 !important;
}

.datepicker table tr td.disabled.day:hover {
    background: transparent !important;
}

.datepicker table tr td.active.today.day {
    background-color: #22c7a9 !important;
}

#quadrant3cards a {
    text-decoration: none !important;
}

/*#activity_history_table tr td:first-child {
    color: #0e7e97 !important;
    font-weight:600;
}*/
#activity_history_table .dataTables_empty {
    font-weight: normal !important;
    color: #000 !important;
}

.third-col .actual_goal {
    margin-right: 1em;
}

#IntradayTicker_modal th {
    white-space: nowrap;
}

#monthly_scorecard_weights .agent_name {
    font-size: 14px;
}

.monthly_scorecard .scorecard_text_note_table {
    padding: 2px 10px;
    font-size: 12px;
    background-color: #ed4734;
    display: flex;
    font-weight: 600;
    justify-content: end;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    max-width: 350px;
}

.scorecard_text_note {
    font-size: 12px;
}

#recognition_table_wrapper tr td:first-child {
    pointer-events: none;
}

#recognition_table_wrapper .table.table-bordered.dataTable td:last-child {
    pointer-events: none;
}

.swal2-container .swal2-title {
    font-size: 16px;
    line-height: 24px;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #22c7a9 !important;
}

.w-50 {
    width: 50%;
}

.w-20 {
    width: 20%;
}

.w-45 {
    width: 45%;
}

.chat_countt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat_icon {
    padding-right: 3px;
}

.chat_countt svg {
    width: 20px;
    padding-right: 0px;
}

.chat_countt svg:hover {
    color: #067f98;
    cursor: pointer;
}

.chat_count_int {
    color: #9E9E9E;
}

.btn-editcoaching {
    background-color: #ffe5ab;
    border-color: #ffdb8a !important;
}

.btn-editcoaching:hover {
    background-color: #eecc82 !important;
}

#coaching_history_modal .trending_below_commitment {
    margin: 0;
    width: 100%;
    cursor: pointer;
}

#coaching_history_modal .trending_below_commitment1 {
    margin: 0;
    width: 100%;
    cursor: pointer;
}

.btn-editcoaching {
    background-color: #ffe5ab;
    border-color: #ffdb8a !important;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
}

#coaching_history_modal .commitmenet_status {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 25px 0px 15px 0px;
}

#coaching_history_modal .commitmenet_status .commit_start_date {
    font-size: 12px;
}

#coaching_history_modal .commitmenet_status .commit_end_date {
    font-size: 12px;
}

#coaching_history_modal .commitment_progress {
    width: 100%;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.commit_actual_today {
    position: absolute;
    left: 31%;
    font-size: 12px;
    font-weight: 600;
    top: -23px;
}

#coaching_history_modal .commitmenet_status .coach_metricname {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    margin-top: -7px;
}

.edit_coaching {
    padding-left: 15px;
    margin-top: 10px;
}

.footer-right .btn {
    font-size: 14px;
    font-weight: normal;
    border-radius: 8px;
    padding: .375rem .75rem;
}

.footer-right .btn-coaching-save {
    margin-right: 1em;
}

[contenteditable="true"] {
    background-color: #fff !important;
}

.hid {
    display: none;
}

#confirm_coaching_edit_modal {
    background-color: rgb(0 0 0 / 77%);
}

#confirm_coaching_edit_modal .modal-dialog {
    max-width: 50%;
}

#confirm_coaching_edit_modal h3 {
    font-size: 18px;
    margin: 0;
}

#confirm_coaching_edit_modal .modal-body {
    text-align: left;
    padding: 15px 24px 50px 24px;
}

#confirm_coaching_edit_modal .modal-header {
    align-items: center;
    padding: 15px 24px;
}

#confirm_coaching_edit_modal .modal-footer .btn {
    border-radius: 5px;
}

.person_one_right_chat {
    display: flex;
    justify-content: end;
}

.person_one_right_chat .text-end {
    background-color: #ffede8;
    font-size: 12px;
    padding: 15px;
    min-width: 25%;
    max-width: 50%;
    border-radius: 3px;
    margin-top: 10px;
}

.person_one_right_chat .grey {
    opacity: .41;
    font-weight: 600;
}

.person_one_left_chat {
    display: flex;
    justify-content: start;
}

.person_one_left_chat .text-left {
    background-color: #eff3f7;
    font-size: 12px;
    padding: 15px;
    min-width: 25%;
    max-width: 50%;
    border-radius: 3px;
    margin-top: 10px;
}

.person_one_left_chat .pt-12 {
    font-weight: 600;
    text-align: left;
    word-break: break-word;
}

.person_one_right_chat .pt-12 {
    font-weight: 400;
    text-align: left;
    word-break: break-word;
}

.person_one_left_chat .grey {
    opacity: .41;
    font-weight: 600;
}

.pt-12 {
    padding-top: 12px;
}

.chat_send_message_grid {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 5px;
}

.chat_send_message {
    font-size: 14px;
}

.chat_footer {
    border-top: 1px solid #dbdbdb;
    padding-top: 8px;
}

/*.chat_conversation {
    padding-bottom: 20px;
}*/
.pr-15 {
    padding-right: 15px;
}

.chat_send_message_grid .btn {
    background-color: #22c7a9;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
    padding: 10px 14px;
    font-weight: 600;
}

.chat_send_message_grid textarea {
    width: 100%;
    overflow-y: hidden;
    /* Hide the scrollbar */
    resize: none;
    padding: 5px 15px;
    /* max-height:5em;*/
    line-height: 21px;
    border-radius: 8px;
    /*    overflow:hidden;*/
}

.chat_conversation {
    position: relative;
    overflow: auto;
}

.chat_footer {
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
}

#appendcoachinghistory .tab-content {
    height: auto !important;
}

.char_count {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    padding-top: 5px;
}

.chat_send_message_grid .form-control:focus {
    border: 2px solid #000 !important;
}

.commit-tooltip ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.commit-tooltip ul li {
    padding: 10px;
}

.modal .commitment_flow .commit-tooltip {
    top: -15px !important;
}

.inc_name_letters .fs {
    width: 45px !important;
    line-height: 23px;
    height: 45px !important;
    font-size: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 45px !important;
    font-weight: 600;
    box-shadow: 0px 0px 5px #ccc;
    letter-spacing: 1px;
    /* margin-right: 1em; */
    background-color: #e3e4e5;
}

.btn.gate_met {
    background-color: #6baf88;
    border-color: #6baf88 !important;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 15%);
    color: #fff !important;
}

.btn.gate_met:hover {
    background-color: #6baf88;
    border-color: #6baf88 !important;
    box-shadow: 0 2px 2px 2px rgb(0 0 0 / 15%);
    color: #fff !important;
}

.namee {
    font-size: 23px;
    font-weight: 500;
}

.inc_name_details p {
    font-size: 12px;
    margin-bottom: 0px;
}

.learning_resouce a {
    cursor: pointer;
}

.learning_resouce a:hover {
    cursor: pointer;
}

.required_block {
    font-size: 12px;
    padding: 10px 0px;
    font-weight: 600;
}

span.red {
    color: red;
}

.required_block {
    font-size: 12px;
    font-weight: normal;
    color: #323441;
    padding-bottom: 10px;
    padding-top: 15px;
}

#coachingblock .tab-pane {
    padding: 20px 0px;
}

.reason_block .dropdown-menu>li>a {
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    color: #323441;
    padding: 5px 12px;
}

.Editor-editor {
    background: #fff;
}

.Editor-container {
    margin-top: 5px !important;
}

.reason_block label {
    display: inline-block;
    font-size: 14px;
    font-weight: 550;
    margin-bottom: 5px;
    color: #585a6a;
    width: 100%;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.form-control {
    font-size: 14px;
    /*   height: 45px !important;*/
}

.form-group {
    margin-bottom: 20px;
}

.w-50 {
    width: 50%;
}

.line-control-menu-bar {
    padding: 0px !important;
    background-color: #f5f8fa !important;
    background-image: linear-gradient(to bottom, #ffffff, #f5f8fa) !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #cbd6e2 !important;
}

.Editor-container {
    border: 1px solid #cbd6e2;
}

.datepick input {
    height: 45px !important;
    margin: 0;
    padding: 15px;
    border: 1px solid #ccc;
    border-left-color: transparent;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.w-50.mr-5 {
    margin-right: 5px !important;
}

.w-50.ml-5 {
    margin-left: 5px !important;
}

.reason_block textarea {
    min-height: 60px;
}

.input-group-text {
    background: #fff;
    border-right: 0px !important;
}

.input-group img {
    width: 18px;
}

.input-group .form-control {
    border-left: 0px;
}

.left_pane {
    overflow: auto;
}

#coachingblock {
    overflow: auto;
}

td.day {
    font-size: 14px;
}

th.dow {
    font-size: 14px;
}

th.datepicker-switch {
    font-size: 14px;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-image: none;
    background: none !important;
}

.datepicker table tr td.today.day {
    background: none !important;
    color: inherit !important;
}

.datepicker table tr td.day.active.today {
    background-color: #22c7a9 !important;
    color: #fff !important;
}

.datepicker-dropdown {
    box-shadow: 1px 1px 12px 0 rgb(0 0 0 / 19%);
    border: 1px solid rgb(203 214 226);
}

input.followup {
    display: block !important;
}

.complete_sesssion h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: brandon-grotesque, sans-serif !important;
    color: #272933;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

.complete_sesssion p {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 2em;
    font-size: 14px;
}

.complete_sesssion strong {
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    white-space: normal;
    max-height: 50px;
    overflow: auto;
    font-size: 14px;
    padding: 6px 15px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #cbd6e2 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 3px;
    background-color: #ddd;
    text-transform: capitalize;
    color: #323441;
    border: none;
    margin-right: 12px;
    margin-left: 0px;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: none;
    border: none;
    margin-left: 10px;
    font-size: 25px;
}

span.select2-selection__choice__remove {
    float: right;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: auto;
}

.selection span.select2-selection.select2-selection--multiple.select2-selection--multiple--custom {
    height: 40px;
}

.selection .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    max-height: 40px;
}

.selection .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.input-group .form-control {
    padding-left: 0px;
}

span.select2-dropdown.select2-dropdown--below {
    border: 1px solid silver;
    border-radius: 5px;
    background-color: #fff;
    top: 5px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 16%);
    z-index: 9999;
}

.select2-results__option {
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /*  background-color: #5897fb;
    color: white;*/
    background-color: #f1f1f1;
    color: #0056ff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1f1f1;
    color: #0056ff;
}

.form-control:focus {
    background-color: #fff;
}

[contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block;
    color: #989898;
}

/*#left_chat_message[contenteditable="true"] {
    background-color: transparent !important;
}

#right_chat_message[contenteditable="true"] {
    background-color: transparent !important;
}*/
.Editor-editor {
    font-size: 14px;
    border-radius: 4px;
    padding: 12px;
}

.select2 .selection .select2-container--default .select2-selection--multiple {
    border: 1px solid #cbd6e2 !important;
    color: #0056ff !important;
}

span.select2-selection.select2-selection--multiple.select2-selection--multiple--custom:hover {
    border-color: #0056ff !important;
    color: #0056ff !important;
    cursor: pointer;
}

.input-group-text:hover {
    border-color: #0056ff !important;
    cursor: pointer;
}

/*.form-control:hover {
    border-color: #0056ff;
    color: #0056ff !important;
}*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 10px;
}

span.comp_highlight {
    font-weight: 700;
    color: #323441;
}

button.btn.btn-save {
    border: 1px solid #afafaf;
    font-size: 18px;
    padding: 10px 30px;
    background: #fff;
    margin-right: 15px;
    border-radius: 5px;
}



.hid {
    display: none;
}

.active_session {
    color: #22c6ab;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

.active_session .text {
    margin-left: 4px;
}

.active_session .dot {
    width: 5px;
    height: 5px;
    background: #22c6ab;
    border-radius: 5px;
}

.recording_block {
    display: flex;
}

.nav-pills {
    cursor: pointer;
}

.record {
    background: #ef5350;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    box-shadow: 1px 1px 20px 0 rgb(0 0 0 / 1%), 0 3px 7px 0 rgb(0 0 0 / 18%);
    cursor: pointer;
}

.recording_block {
    display: flex;
    padding: 15px;
    justify-content: center;
}

.pause {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    box-shadow: 1px 1px 20px 0 rgb(0 0 0 / 1%), 0 3px 7px 0 rgb(0 0 0 / 18%);
    cursor: pointer;
}

.resume {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    box-shadow: 1px 1px 20px 0 rgb(0 0 0 / 1%), 0 3px 7px 0 rgb(0 0 0 / 18%);
    cursor: pointer;
}

.pause_resume_block {
    position: relative;
}

.recording {
    display: flex;
    color: red;
    padding: 5px 5px;
}

.check {
    background: #46d382;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    box-shadow: 1px 1px 20px 0 rgb(0 0 0 / 1%), 0 3px 7px 0 rgb(0 0 0 / 18%);
    cursor: pointer;
    margin-left: 10px;
}

.mp3 {
    position: absolute;
    left: -50%;
    bottom: 0px;
    padding: 3px 6px;
    border-radius: 20px;
    background-color: #aaa;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    opacity: .5;
}

.completed_rec {
    background: #e0e0e0;
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    box-shadow: 1px 1px 20px 0 rgb(0 0 0 / 1%), 0 3px 7px 0 rgb(0 0 0 / 18%);
    cursor: pointer;
}

.recording {
    display: flex;
    color: #ef5350;
    padding: 5px 5px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.recording .dot {
    background: #ef5350;
    width: 7px;
    border-radius: 7px;
    height: 7px;
    align-items: center;
    margin-right: 5px;
}

.paused {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    font-size: 12px;
    color: #939eaa;
}

.paused img {
    margin-right: 5px;
}

.btn-join {
    font-size: 12px;
}

.record_block {
    border-bottom: 1px solid #dfe3eb;
    padding: 10px 15px 15px 15px;
    height: 150px;
}

.final_block {
    padding: 15px 0px;
}

.final_block .nav.nav-pills {
    padding: 0px 15px;
}

.best_practice {
    display: flex;
    padding: 0px 15px;
}

.best_practice img {
    width: 100%;
}

.best_practice_text h3 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    text-transform: capitalize;
}

.best_practice_text p {
    font-size: 13px;
    text-transform: capitalize;
}

.w-30 {
    width: 30%;
}

.bestpractice_block a {
    text-decoration: none;
    color: #272933;
}

.bestpractice_block a:hover {
    text-decoration: underline !important;
    color: #0e7e97;
}

.bestpractice_block {
    padding: 15px 0px;
    border-bottom: 1px solid #dfe3eb;
}

.coaching_period select.form-control {
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 38px !important;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    height: 45px !important;
    color: #4f5860 !important;
}

button.btn.btn-go {
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    font-size: 14px;
}

.coaching_period {
    padding: 15px 15px;
}

.mr-5 {
    margin-right: 8px !important;
}

.coach_effective_val {
    padding: 0px 15px;
}

.coach_effective_val h4 {
    font-size: 14px;
    white-space: normal;
    font-weight: 700;
    margin-bottom: 5px;
}

.coach_effective_val h3 {
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 900;
}

.coach_effective_val p {
    color: #818181;
}

.coach_count {
    padding-right: 10px;
}

.effectiveness_count {
    padding-left: 10px;
}

.no-items {
    padding: 10px;
    background-color: #ddd;
}

.disciplinary_block {
    padding: 15px;
}

.right_pane {
    overflow: auto;
}

.coaching_history {
    /* border-bottom: 1px solid #dfe3eb;*/
}

select.form-control {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
}

.select2.select2-container--default .select2-selection--multiple:before {
    content: "\f107";
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    right: 10px;
    top: 25%;
    font-size: 20px;
    cursor: pointer
}

.select2.select2-container--open .select2-selection--multiple:before {
    content: "\f107";
    display: block;
    position: absolute;
    font-family: 'FontAwesome';
    right: 10px;
    top: 25%;
    font-size: 20px;
    /*width: 0;*/
    cursor: pointer
}

.coach_date {
    background: #f3f3f3;
    border-radius: 4px;
    font-weight: 600;
    padding: 8px 8px;
    width: auto;
    min-width: 90px;
    max-width: 150px;
    text-align: center;
    position: relative;
    white-space: nowrap;
}

#defaultnotes .required_block {
    display: none;
}

.reason_block.defaultmetric {
    padding: 0px 10px;
}

.perf {
    display: flex;
    align-items: center;
}

.input-group.datepick {
    align-items: center;
}

.perf span {
    padding: 0px 8px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ced4da;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0px;
    background: #fff;
}

.perf input {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
}

.notes_block .input-group-addon {
    padding: 0px 8px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 12px;
    background: #fff;
    border: 1px solid #ced4da;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.perf img {
    width: 20px;
}

span.important {
    color: #f70101;
    font-weight: bold;
}

.input-group:hover .input-group-text {
    border-color: #0056ff !important;
    cursor: pointer;
}

.cancel_edit {
    display: flex;
    justify-content: end;
    padding: 15px 0px;
}

.cancel_edit .btn {
    font-size: 14px;
    background-color: #22c7a9 !important;
    border-color: #22c7a9 !important;
}

.hid {
    display: none;
}

.coaching_above_trending_block {
    background-color: rgba(80, 239, 91, .1);
    padding: 10px 15px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.review_text {
    font-weight: 600;
    font-size: 12px;
}

.coaching_above_trending_block:hover {
    background-color: rgba(80, 239, 91, .2);
}

.div-block-1097 {
    display: flex;
    grid-column-gap: 10px;
    font-size: 12px;
}

#coachingdetailseditview .btn-primary.btn-cancel {
    background-color: #22c7a9;
    border-color: #22c7a9;
    font-size: 14px;
    margin-right: 1em;
}

.trending_coaching_session {
    display: flex;
    justify-content: end;
    align-items: self-end;
}

.w-20 {
    width: 20%;
}

.w-55 {
    width: 55%;
    max-width: 55%;
}

.w-15 {
    width: 15%;
    max-width: 15%;
}

.w-16 {
    width: 16%;
    max-width: 16%;
}

.w-68 {
    width: 68%;
    max-width: 68%;
}

.w-10 {
    width: 10%;
    max-width: 10%;
}

.commitment_progress .commit_actual {
    margin-top: -7px;
}

.commitment_progress .mr-5 {
    margin-right: 15px !important;
}

.commitment_progress .ml-5 {
    margin-left: 15px !important;
}

.modal-body .commitment_progress .commit_actual {
    margin-top: -26px;
}

#edit_coaching_modal .btn {
    background-color: #fff;
    border-color: #e9ecef;
    cursor: pointer;
    font-weight: 500;
    padding: 5px 15px !important;
    border-radius: 3px;
    color: #323441;
}

#edit_coaching_modal .btn:hover {
    background-color: #e9ecef;
}

#edit_coaching_modal .yes_button {
    background-color: #24C6AB;
    cursor: pointer;
    font-weight: 500;
}

.button_coaching {
    border-radius: 5px;
    background-color: #22C6AB;
    cursor: pointer;
    width: 55px;
    height: 35px;
    border: none;
    color: #fff;
    outline: none;
}

.button_coaching:hover {
    background-color: #009980;
}

.button_coaching:focus,
.button_coaching:active {
    outline: none;
}

#edit_coaching_modal .yes_button {
    background-color: #24C6AB;
    cursor: pointer;
    font-weight: 500;
}

#edit_active_coaching.modal-dialog {
    max-width: 45%;
    margin-left: 25%;
}

#edit_active_coaching h1 {
    font-size: 20px;
    font-weight: 600;
}

#edit_active_coaching .close {
    background-color: #dfe3eb;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0px;
}

#edit_active_coaching .close:hover {
    background-color: #24C6AB;
}

#edit_active_coaching .image-close {
    width: 18px;
}

#edit_active_coaching .before_confirm {
    font-size: 14px;
    font-weight: 400;
    color: #323441;
}

.w-34 {
    width: 34%;
    margin-right: 1em;
}

.metric_detail_card div {
    word-break: break-word;
}

#current_date {
    white-space: normal;
    overflow: hidden;
}

.date_selector .datepicker {
    width: 305px;
}

.existing_task_coach_popup .modal_close {
    background-color: transparent;
    border-radius: 5px;
    padding: 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
    border: 1px solid #ccc;
}

.existing_task_coach_popup .modal-header {
    justify-content: end;
    padding-bottom: 0px !important;
    padding-top: 1rem !important;
    border-bottom-color: transparent !important;
}

.existing_task_coach_popup .modal-body {
    padding-top: 0px !important;
}

.existing_task_coach_popup .modal-dialog {
    max-width: 42%;
}

.existing_task_coach_popup .modal-content {
    border-radius: 5px !important;
    background-color: #fff !important;
    margin: auto;
    padding: 20px !important;
    border: 1px solid #888 !important;
    width: 100% !important;
}

.existing_task_coach_popup .modal-body p {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 2em;
}

.existing_task_coach_popup .modal-body div {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.existing_task_coach_popup .context {
    margin-bottom: 2em !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.existing_task_coach_popup .modal-footer {
    border-top-color: transparent;
}

.existing_task_coach_popup .modal-footer .btn-primary {
    border-color: #1ab9a1 !important;
    margin-right: 1em;
    pointer-events: auto !important;
}

.existing_task_coach_popup .modal-footer .btn-primary:hover {
    background: #077669 !important;
    border-color: #077669 !important;
    cursor: pointer !important;
    color: #fff !important;
}

.existing_task_coach_popup .btn-primary:hover,
.existing_task_coach_popup .btn-primary:active,
.existing_task_coach_popup .btn-primary:focus {
    background: #077669 !important;
    border-color: #077669 !important;
    cursor: pointer !important;
    color: #fff !important;
}

.existing_task_coach_popup .modal_close:hover {
    background-color: #e3e2e2 !important;
}

.existing_task_coach_popup .modal_close img {
    width: 15px;
    height: 15px;
}

.existing_task_coach_popup .modal-footer div:first-child {
    margin-right: 1em;
}

.existing_task_coach_popup .modal-footer .btn {
    font-weight: normal !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    padding: 7px 12px !important;
    line-height: inherit !important;
}

#existing_task_coach_popup {
    background-color: rgb(0 0 0 / 49%);
}

#task_completion_drive .btn-close {
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    background-color: #dfe3eb;
    border-radius: 5px;
    border: none !important;
}

#task_completion_drive .btn-close img {
    width: 15px;
    height: 15px;
}

#task_completion_drive .btn-close:hover {
    background-color: #22c6ab;
}

.pr-5 {
    padding-right: 8px !important;
}

#task_completion_drive .modal-header {
    font-size: 16px !important;
    font-weight: normal;
    border-bottom-color: transparent !important;
}

#task_completion_drive .modal-dialog {
    max-width: 50%;
}

#task_completion_drive .modal-header {
    padding: 20px;
}

#task_completion_drive h4 {
    font-size: 14px;
    color: #323441;
    text-transform: none;
    padding: 0px 0px 22px 0px;
}

#task_completion_drive .task_record {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dfe3eb;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #272933;
    height: 60px;
    min-height: 42px;
}

#task_completion_drive .task_record:hover {
    background-color: #fff;
}

#task_completion_drive .btn-followup {
    font-size: 12px;
}

#task_completion_drive .modal-body {
    padding: 36px;
}

#task_completion_drive .task_record img {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    margin-right: 10px;
}

#task_completion_drive .role {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25em;
}

#task_completion_drive .context span {
    opacity: .5;
    padding-left: 5px;
    font-weight: normal !important;
}

.context {
    font-weight: normal;
    padding: 25px 0px 0px 0px;
    font-size: 14px;
    text-transform: none;
    /* line-height: 1.7; */
}

#task_completion_drive .btn-primary {
    z-index: 1;
    min-width: 100px;
    color: #fff;
    line-height: 1.5 !important;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #22c6ab;
    border-radius: 3px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 700;
    transition: background-color .2s;
    cursor: pointer !important;
    pointer-events: auto !important;
}

#task_completion_drive .btn-primary:hover {
    background-color: #1e6d60;
    border-color: transparent;
}

#task_completion_drive .btn-primary span {
    font-size: 12px;
    font-weight: 300;
}

#task_completion_drive .btn-bordered {
    color: #272933;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(0, 0, 0, .11);
    margin-right: 1em;
    font-size: 14px !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

#task_completion_drive .btn-bordered:hover {
    background-color: rgba(0, 0, 0, .11);
    cursor: pointer;
}

#task_completion_drive .modal-footer {
    border-top: 1px solid transparent !important;
}

.initials_tm {
    background: #323441;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 30px;
    margin-right: 8px;
    letter-spacing: 1px;
}

.record_scroll {
    max-height: 30vh;
    overflow-y: auto;
}

.task_record .manager_name {
    white-space: normal;
}

.task_record .w-20 {
    width: 20%;
}

.task_record .w-40 {
    width: 40%;
}

.w-34 {
    width: 34%;
    margin-right: 1em;
}

@media screen and (min-width:1537px) and (max-width:1921px) {
    .time_frame_block .dropdown-menu .border-left {
        height: 47vh !important;
    }

    .time_frame_block .timeframe-scrollable {
        height: 47vh !important;
    }
}

/* High Five css */

.high_five_container {
    height: 30px;
    width: 40px;
}

.high_five_block {
    background-color: #323338;
    border-radius: 4px;
    position: relative;
    left: 30px;
    bottom: 41px;
    z-index: 9;
    max-width: 140px;
    height: 32px;
    width: 35px;
    display: none;
}

.high_five_container:hover .high_five_block {
    display: block;
}

.high_five_tooltip {
    height: 32px;
    width: 35px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.high_five_tooltip:hover {
    background-color: #22c7a9 !important;
}

.high_five_text {
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    left: -20px;
    top: -30px;
    z-index: 9;
    color: #fff;
    padding: 5px 15px;
    display: none;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.high_five_tooltip:hover .high_five_text {
    display: block;
}

#high_five_modal .modal-dialog {
    border-radius: 10px;
    max-width: 45%;
}

#high_five_modal h3 {
    font-size: 14px;
    font-weight: 700;
}

#high_five_modal .modal-header {
    display: flex;
    justify-content: end;
    border: none;
    padding: 20px 30px 0px 60px;
}

#high_five_modal .modal-body {
    border: none;
    padding: 20px 20px 0px 60px;
}

#high_five_modal .modal_close {
    border-radius: 8px !important;
    padding: 10px 10px !important;
}

.high_five_button {
    display: flex !important;
    justify-content: end !important;
    gap: 15px !important;
    padding: 20px 50px 35px 60px !important;
}

#high_five_modal .high_send_button {
    padding: 10px 15px !important;
    background-color: #22C6AB !important;
    border-color: #22C6AB !important;
    border-radius: 8px;
}

#high_five_modal .high_send_button:hover {
    background-color: #107569 !important;
}

#high_five_modal .high_cancel_button {
    padding: 10px 15px !important;
    background-color: #22C6AB !important;
    border-color: #22C6AB !important;
    border-radius: 8px;
    font-size: 12px;
}

#high_five_modal .high_cancel_button:hover {
    background-color: #107569 !important;
}

.message_box_container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.high_five_message_box {
    position: relative;
    width: 88%;
    max-width: 100%;
}

.high_five_mesg_block {
    width: 100%;
    box-sizing: border-box;
    resize: none;
    overflow-y: auto;
    padding: 10px;
    line-height: 1.5em;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: border-color 0.3s;
    max-height: calc(1.5em * 5);
}


.high_five_mesg_block.highlight {
    border-color: #000;
    border: 2px solid #000;
}

#char_count {
    text-align: right;
    font-size: 12px;
    color: #687287;
    font-weight: 600;
}

#high_five_ok_modal .modal-dialog {
    border-radius: 10px;
    max-width: 45%;
}

#high_five_ok_modal h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: inherit;
}

#high_five_ok_modal .modal-header {
    display: flex;
    justify-content: end;
    border: none;
    padding: 20px 30px 0px 60px;
}

#high_five_ok_modal .modal-body {
    border: none;
    padding: 20px 20px 0px 60px;
}

#high_five_ok_modal .modal_close {
    border-radius: 8px !important;
    padding: 10px 10px !important;
}

.high_five_main_button {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    padding: 20px 50px 35px 60px !important;
}

#high_five_ok_modal .high_send_button {
    padding: 10px 15px !important;
    background-color: #22C6AB !important;
    border-color: #22C6AB !important;
    border-radius: 8px;
}

#high_five_ok_modal .high_send_button:hover {
    background-color: #107569 !important;
}

#high_five_ok_modal .high_cancel_button {
    padding: 10px 15px !important;
    background-color: #22C6AB !important;
    border-color: #22C6AB !important;
    border-radius: 8px;
    font-size: 12px;
}

#high_five_ok_modal .high_cancel_button:hover {
    background-color: #107569 !important;
}

.high_five_ok_box {
    position: relative;
    width: 96%;
    max-width: 100%;
}

.highF_ok_button {
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
}

.HF_metric_container {
    height: 40px;
    width: 55px;
}

.HF_metric_container:hover .high_five_block {
    display: block;
}

.HF_agent_block {
    background-color: #323338;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    max-width: 140px;
    height: 32px;
    width: 35px;
    display: none;
}

#HF_star_image img {
    width: 20px;
    height: 20px;
    margin: 0px;
}

.HF_agent_container {
    position: relative;
    display: inline-block;
}

.HF_agent_container:hover .HF_agent_block {
    display: block;
}

#high_five_modal {
    z-index: 1065 !important;
    background-color: #00000073;
}

#high_five_modal .modal-backdrop {
    z-index: 1060 !important;
    background-color: #00000073;
}

#high_five_ok_modal {
    z-index: 1065 !important;
    background-color: #00000073;
}

#high_five_ok_modal .modal-backdrop {
    z-index: 1060 !important;
    background-color: #00000073;
}

/* HF icon is hidden by default */
.HF {
    position: absolute;
    left: 38px;
    bottom: 30px;
    display: none;
    /* hidden by default */
    align-items: center;
    background-color: #323338;
    border-radius: 4px;
    box-shadow: 2px 0px 5px #ccc;
    z-index: 9;
    max-width: 140px;
    height: 32px;
    padding: 0 4px;
}

.score_profile:hover .HF {
    display: flex;
}

.HF:hover {
    background-color: #22c7a9 !important;
}

.HF_tooltip .HF_text {
    position: absolute;
    bottom: 41px;
    left: 20px;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    display: none;
    font-weight: 600;
}

.HF_tooltip:hover .HF_text {
    display: block;
}

.high-five-icon {
    width: 20px !important;
    margin: 4px !important;
}

.leader_board_image_L1 {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin-right: 1em;
    display: flex;
}

tr:first-child .high_five_text {
    top: 100%;
    bottom: auto;
    margin-top: 2px;
}

tr:first-child .HF_text {
    top: 100%;
    bottom: auto;
    margin-top: -3px;
    font-weight: 600;
    font-size: 12px;
}

tr:first-child .HF {
    top: 0px;
    left: 35px;
    position: absolute;
    display: none;
    align-items: center;
    background-color: #323338;
    border-radius: 4px;
    z-index: 9;
    cursor: pointer;
    bottom: 15px;
}

/*#HF_table_wrapper table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-size: 10px;
    top: 17px !important;
}

#HF_table_wrapper table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    font-size: 10px;
    bottom: 16px !important;
}*/
#high_five_textarea:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);

}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    content: "\f0dd" !important;
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: normal;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "\f0de" !important;
    font-family: 'FontAwesome' !important;
    font-size: 10px;
    font-weight: normal;
}

/* help_tooltip  */

.link-container a {
    display: flex;
    text-decoration: underline;
    color: #fff !important;
}

.commit_badge {
    text-align: left;
}

.HT_tooltip_header {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    margin-bottom: 6px;
}

.balance_score_img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 20px !important;
    margin-left: -9px;
    margin-right: 6px;
}

#list_view tbody td a {
    color: #323441 !important;
    font-weight: normal !important;
    text-decoration: none !important;
    pointer-events: auto !important;
}

#list_view tbody td a:hover {
    color: rgba(50, 141, 232, 1) !important;
    text-decoration: underline !important;
    cursor: pointer;
    pointer-events: auto !important;
}

.copyy {
    margin-right: 15px;
}

.editt,
.copyy {
    cursor: pointer;
}

#pills-aisummary .card,
#pills-aisummary .card-header {
    background-color: rgba(249, 250, 251, 1) !important;
}

#pills-aisummary .card {
    padding: 15px;
    font-weight: normal;
}

#pills-aisummary .card-header {
    height: 51px !important;
    border-bottom: 1px solid rgba(223, 227, 235, 1) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pills-aisummary .card-header h3 {
    font-size: 24px;
    font-weight: 600;
}

#pills-aisummary .card-body {
    font-size: 12px;
}

#pills-aisummary .card-body h3 {
    font-size: 14px;
    font-weight: 600;
}

.sub_list div {
    padding-bottom: 5px;
    font-size: 13px;
}

.discussion_summary h3 {
    padding: 25px 0px 20px 0px;
    text-transform: capitalize;
}

.discussion_summary ol li {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;

}

.discussion_summary ol li ul li {
    font-size: 13px;
    font-weight: normal;
}

.discussion_summary ul {
    padding-left: 15px;
}

.discussion_summary ol ul {
    padding-top: 10px;
}

.discussion_summary ol span {
    text-transform: capitalize;
}

.discussion_editor {
    border: 1px solid transparent !important;
    padding-top: 10px;
}

.discussion_editor[contenteditable="true"] {
    border: 1px solid #dee2e6 !important;
    border-radius: 5px;
    cursor: pointer;
}

.after_edit .btn {
    background-color: rgba(34, 198, 171, 1) !important;
    padding: 11px 17px !important;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-right: 15px;
}

.acck img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#pills-aisummary .tool {
    margin-left: 7px;
    cursor: pointer;
    position: relative;
}

#pills-aisummary .commit-tooltip {
    position: absolute;
    top: 30px !important;
    max-width: 200px !important;
    width: auto !important;
    z-index: 1;
    display: none;
    padding: 4px 11px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #323441;
    box-shadow: 1px 1px 12px 0 rgb(0 0 0 / 19%);
    color: #fff;
    font-size: 12px !important;
    line-height: 1.25em;
    font-weight: 400;
    right: -50px;
    white-space: nowrap;
}

#pills-aisummary .hid {
    display: none !important;
}

#pills-aisummary .coppyy.tool .commit-tooltip,
#pills-aisummary .editt.tool .commit-tooltip {
    right: -25px !important;
}

.redirect_new {
    font-weight: 600 !important;
    cursor: pointer;
}

.redirect_new:hover {
    color: rgba(50, 141, 232, 1) !important;
    text-decoration: underline !important;
}

#list_view tbody tr.no_redirection td:first-child {
    pointer-events: none !important;
}

#list_view tbody tr.no_redirection:hover {
    background: none !important;
}

.acck .selected {
    display: none;
}

.acck.selected .unselected {
    display: none !important;
}

.acck.selected .selected {
    display: flex !important;
}

.acck.selected {
    background-color: rgba(102, 112, 133, 0.1);
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    /* width: 25px; */
    /* height: 20px; */
    padding: 5px;
    border-radius: 5px;
}

#pills-aisummary .tool {
    padding: 8px 10px;
    line-height: 16px;
}

#pills-aisummary .tool:hover {
    background-color: rgba(102, 112, 133, 0.1);
    border-radius: 5px;
}

.il_title {
    font-size: 14px;
    margin-bottom: 20px;
}

.il_value {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
}

.il_bottom {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #686a71;
}

.il_table {
    padding: 0px 40px;
}

.il_table thead tr th {
    font-weight: 600 !important;
}

.il_table tbody tr td {
    font-weight: normal !important;
}

.dataTables_scrollBody #il_table thead th {
    height: 0 !important;
}

#interactive_learning_modal .modal-dialog {
    max-width: 98% !important;
}

#interactive_learning_modal .modal-header {
    border-bottom-color: transparent !important;
}

#interactive_learning_modal thead tr th {
    white-space: nowrap !important;
    text-align: center !important;
    font-weight: 600 !important;
    background-color: #ECF0F6 !IMPORTANT;
    border-color: #dee2e6 !important;
    color: rgba(71, 84, 103, 1);
    text-transform: uppercase !important;
}

#interactive_learning_modal tbody td .btn {
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    background: #22C6AB;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 11px 17px !important;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

#interactive_learning_modal tbody td {
    text-align: left !important;
    white-space: nowrap;
    font-weight: normal !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#interactive_learning_modal tbody tr td .btn:hover {
    background-color: #107569 !important;
    cursor: pointer;
}

#interactive_learning_modal .agent-circle {
    width: 15px;
    height: 15px;
    border-radius: 15px !important;
    margin-right: 5px;
}

#interactive_learning_modal tbody tr td {
    border-right-color: #dee2e6 !important;
    padding-left: 12px !important;
}

#interactive_learning_modal .first_last_name {
    background-color: #485057 !important;
    color: #fff !important;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    font-weight: normal !important;
}

#interactive_learning_modal .ranked_person_name {
    font-size: 12px;
}

#interactive_learning_modal .ranked_person_name,
#interactive_learning_modal .ranked_person_title {
    white-space: nowrap !important;
    font-weight: normal;
}

#interactive_learning_modal .ranked_person_title {
    font-size: 10px !important;
    color: #00B9FF !important;
    text-align: left;
    font-weight: 700;
    padding-left: 5px;
}

div#il_table_wrapper {
    padding: 0;
}

#il_table_wrapper .col-sm-12 {
    padding: 0;
}

#interactive_learning_modal .dataTables_scrollBody {
    max-height: 65vh !important;

}

#interactive_learning_modal .dataTables_scrollBody .table {
    padding-bottom: 20px !important;
}

#interactive_learning_modal table.dataTable thead>tr>th.sorting_desc {
    background-color: #E5EFF8 !important;
}

#interactive_learning_modal .dataTables_scrollBody thead tr th {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

#interactive_learning_modal .dataTables_scrollBody thead tr {
    height: 0 !important;
}

#interactive_learning_modal div.dataTables_wrapper div.dataTables_info {
    display: none;
}

#interactive_learning_modal .committ-tooltip {
    display: none;
    background-color: #323338;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 8px 10px;
    z-index: 9999;
}

#interactive_learning_modal .tool:hover .committ-tooltip {
    display: block;
}

#interactive_learning_modal .tool .committ-tooltip .committ-text:hover .commit_child_tooltip {
    display: block;
    top: -37px;
    right: -50px;
}

.commit_child_tooltip {
    display: none;
    background-color: #323338;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 5px;
    position: absolute;
    top: -10px;
    right: 5px;
    padding: 8px 10px;
    z-index: 9999;
    color: #fff;
}

#interactive_learning_modal tbody tr:first-child .commit_child_tooltip {
    top: 27px !important;
    right: -45px;
}

#interactive_learning_modal .tool:hover .committ-tooltip:hover {
    background-color: #22c7a9;
}

#interactive_learning_modal .tool .committ-tooltip .committ-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

#interactive_learning_modal .tool .committ-tooltip img {
    width: 15px;
    height: 15px;
}

.il_title {
    font-size: 14px;
    padding-bottom: 30px;
}

#interactive_chart_modal .modal-dialog {
    max-width: 60%;
}

#interactive_chart_modal .modal-header {
    border-color: transparent;
    padding-top: 15px !important;
    padding-right: 15px !important;
}

#interactive_chart_modal .modal-header h6 {
    font-weight: 600;
    padding-left: 15px;
    margin: 0;
}

#interactive_chart_modal .modal_close img,
#interactive_learning_modal .modal_close img {
    width: 20px !important;
    height: 15px !important;
}

#interactive_chart_modal {
    background-color: rgb(0 0 0 / 30%) !important;
}

#interactive_learning_modal .modal-content {
    border-color: transparent;
}

.right_tile a {
    text-decoration: none !important;
}

/* Overlay */
.image-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(217, 217, 217, 0.5);
    /* overlay color */
    z-index: 1;
}

/* Child should stay above overlay */
.image-container>* {
    position: relative;
    z-index: 2;
}

.avatar_circle {
    width: 114px;
    height: 114px;
    opacity: 1;
    border-radius: 50%;
    border-width: 1px;
    border-style: dashed;
    border-color: rgba(209, 215, 220, 1) !important;
    position: relative;
    background-color: rgba(247, 249, 251, 1);
    cursor: pointer;
}

.avatar_circle img {
    width: 116px;
    height: 116px;
    position: absolute;
    left: -2px;
    right: 0;
    top: -2px;
    bottom: 0;
    border-radius: 50%;
}

.upload_icon {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 5px);
}

.upload_icon img {
    width: 14px;
    height: 14px;
}

.upload_white {
    margin-right: 5px;
}

.upload_image_button .btn {
    padding: 11px 15px !important;
    border-radius: 8px !important;
    background-color: rgba(34, 198, 171, 1);
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    height: unset !important;
}

.upload_image_button .btn img {
    margin-right: 5px;
}

.upload_text {
    color: rgba(21, 49, 72, 1);
    font-size: 11px !important;
    font-weight: normal !important;
    text-align: center;
}

.upload_text div {
    padding-bottom: 5px;
}

.upload_instrution_text {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 17%;
    padding-right: 17%;
    padding-top: 30px;
}

.upload_instrution_text ul {
    list-style: disc;
}

.upload_instrution_text ul li {
    padding-bottom: 10px !important;
}

.editProfilePic .img-container {
    position: relative;
    width: 100%;
    max-width: 500px;
}

#mainProfileImg {
    width: 100%;
    height: auto;
}

#mainProfileImg[data-isavatar="true"] {
    width: 206px !important;
    height: 128px !important;
}

.lens {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(217, 217, 217, 0.5);
    inset: 0;
    width: 100%;
}

.mask-lens {
    position: relative;
    /* opacity:0.5;*/
}

.circle-lens {
    position: absolute;
    width: 110px;
    height: 112px;
    inset: 0;
    border-width: 1px;
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 1;
    top: 7px;
    left: 47px;
    border-radius: 50%;
    z-index: 9999 !important;
    background: none !important;
}

#edit_profile_photo_modal h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0px 15px 8px;
}

#edit_profile_photo_modal .modal-footer .btn {
    font-weight: normal !important;
}

#edit_profile_photo_modal .modal-dialog {
    max-width: 25% !important;
}

.editProfilePic .img-container {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    cursor: grab;
    width: 206px;
    height: 128px;
    object-fit: cover
}

.editProfilePic .img-container img {
    object-fit: cover
}

/* Overlay */
.editProfilePic .img-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(217, 217, 217, 0.5);
    z-index: 9;
    /* punch hole */
    -webkit-mask: radial-gradient(circle 56px at 50% 50%, transparent 99%, black 100%);
    mask: radial-gradient(circle 56px at 50% 50%, transparent 99%, black 100%);
}

/* Child should stay above overlay */
.editProfilePic .img-container>#mainProfileImg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    cursor: grab;
    user-select: none;
    /* Prevent text/image selection while dragging */
    object-fit: contain;
    transform-origin: center center;
}

.zoom-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.zoom-btn {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #22c6ab;
    user-select: none;
}

#zoomRange {
    -webkit-appearance: none;
    width: 98px;
    height: 2px;
    background: #22c6ab;
    border-radius: 10px;
    outline: none;
    margin: 0;
    padding: 0;
}

#zoomRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #22c6ab;
    border-radius: 50%;
    cursor: pointer;
}

#edit_profile_photo_modal .modal-footer {
    border: none;
    padding-top: 0px;
}

.upload_image_button .btn-upload-edit {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: rgba(16, 24, 40, 0.05);
    margin-left: 1em;
    background: #fff !important;
    color: rgba(50, 52, 65, 1) !important;
}

.upload_image_button .btn-upload-delete {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: rgba(16, 24, 40, 0.05);
    background: #fff !important;
    color: rgba(50, 52, 65, 1) !important;
    margin-left: 1em;
}


#delete_profile_photo_modal h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

#delete_profile_photo_modal .modal-header,
#save_profile_photo_modal .modal-header {
    border-bottom-color: transparent;
}

#delete_profile_photo_modal .modal-footer {
    border-top-color: transparent;
}

#delete_profile_photo_modal .modal-body {
    padding: 25px 25px;
    font-size: 14px;
    font-weight: 400;
}

#delete_profile_photo_modal .btn {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-weight: normal !important;
}

#delete_profile_photo_modal .modal-dialog {
    max-width: 25% !important;
}

#save_profile_photo_modal .modal-dialog {
    max-width: 500px !important;
}

#delete_profile_photo_modal,
#edit_profile_photo_modal,
#save_profile_photo_modal,
.modal-bg {
    background: #000000b8;
}

#edit_profile_photo_modal .btn,
#delete_profile_photo_modal .btn {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#save_profile_photo_modal .modal-body {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 1rem;
    padding-bottom: 50px;

}

#save_profile_photo_modal .modal-content {
    padding: 0 !important;
}

.mb-1 {
    margin-bottom: 1em;
}

#save_profile_photo_modal .modal-header {
    border-bottom-color: transparent;
    padding: 10px 24px;
    padding-top: 25px;
}

#save_profile_photo_modal .modal-body h5 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
}

#save_profile_photo_modal .mb-1 {
    margin-bottom: 20px !important;
}

#edit_profile_photo_modal .btn {
    pointer-events: auto !important;
}

.dialog-max-width {
    max-width: 500px !important;
}

.dialog-max-width {
    max-width: 500px !important;
}

.modal-bg .modal-body {
    padding: 20px 0px 60px 20px;
    font-size: 14px !important;
    text-align: center;
    white-space: normal;
}

.modal-bg .modal-content {
    padding-right: 20px;
}

span.user_alphabets {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.modal-bg .modal-header {
    border-bottom-color: transparent !important;
}

#pills-aisummary .tool:hover .commit-tooltip {
    display: block !important;
}

.right_tile a:hover {
    text-decoration: none !important;
}

.modal #pills-aisummary .btn {
    pointer-events: auto;
}

.pl-24 {
    padding-left: 24px !important;
}

.agent_image img {
    height: 121px !important;
}

#il_table_wrapper .dataTables_scrollBody .table {
    margin-top: -3px !important;
}


/* ── bar_main_block — progress bar block in metric details ── */
.bar_main_block {
    border: 1px solid #dee2e6;
    padding: 15px 20px !important;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    gap: 30px;
    height: 100px;
}

.Actual_value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.Goal_value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.bar_main_block .tean_icon,
.bar_main_block .program_icon {
    left: -9px;
}

.metric_details_block {
    padding: 15px 0px 25px 0px;
}

/* ── Header title "light-text" — "performance on" in normal weight ── */
.light-text {
    font-weight: 400 !important;
}

/* ── metric_chart_css.css: padding fixes ── */
#leaderboard_modal .metric_detail_serach {
    padding-left: 0px !important;
}

#leaderboard_modal .metric_details_block {
    padding-left: 0px !important;
}

/* ── Inline styles from _partialgetallmetricdetailsandchartspermetric_ExecAgent ── */
body:has(#leaderboard_modal .agent_icon) {
    height: auto !important;
}

#fixed-scrollbar {
    z-index: 999;
}

/* ── main_header1 / main_header2 — two-row modal header structure ── */
#leaderboard_modal .modal-header.metric_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    background: #fff;
    flex-wrap: nowrap;
}

#leaderboard_modal .main_header1 {
    border-bottom: 1px solid #dee2e6;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #323441;
}

#leaderboard_modal .main_header1 .d-flex {
    gap: 8px;
    white-space: nowrap;
    flex-shrink: 1;
}

#leaderboard_modal .main_header2 {
    border-bottom: 1px solid #dee2e6;
}

#leaderboard_modal .main_header2>.d-flex {
    align-items: center;
    gap: 0;
    flex: 1;
}


.bar_main_block .performance-bar {
    flex: 1;
    min-width: 0;
}

/* header title: agent name and metric name in semi-bold (600) not full bold */
#leaderboard_

/* TF wrapper in metric modal (uses modal_timeframe, not time_frame_block) */
#leaderboard_modal .modal_timeframe {
    padding-bottom: 0px !important;
    margin-left: 15px;
    width: auto;
}

/* main_header1 title: semi-bold not full bold */
#leaderboard_modal .main_header1 b,
#leaderboard_modal .main_header1 strong {
    font-weight: 600 !important;
}

.question_icon.position-relative.tool>.commit-tooltip.intraday-tooltip {
    z-index: 99999 !important;
}

/* HF_agent_block dynamic positioning — mirrors prod jQuery behaviour:
   big icon (photo img present)  → left:100 / top:-15
   small icon (initials fallback) → left:45  / top:-22
   !important required to override the hardcoded inline style in L1Dashboard.jsx */
.HF_agent_container:has(.agent_image img) .HF_agent_block {
  left: 100px !important;
  right: auto !important;
  top: -15px !important;
}
.HF_agent_container:has(.agent_alpha) .HF_agent_block {
  left: 45px !important;
  right: auto !important;
  top: -22px !important;
}