﻿body {
}

.coaching_commitments {
    background-color: #F1F2F4;
    padding: 7px 10px 7px 15px;
    margin-top: 0px;
    color: rgba(39, 41, 51, .7);
    font-weight: 550;
    font-size: 13px;
    text-transform: capitalize;
}

.coaching_tile {
    padding: 15px 15px 9px 15px;
}

.coaching_session.coaching_box {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
    color: #272933;
    min-height: 145px;
}

.coaching_session:hover {
    outline-offset: 0px;
    outline: rgba(14,126,151,.33) solid 5px;
    border-radius: 5px;
}

.coaching_box h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.coaching_box h4 {
    margin-top: 10px;
    font-weight: 800;
    font-size: 24px;
}

.coaching_tile .commitment {
    color: #7e7e7e;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 2px;
}

.coach_box {
    background-color: #F0F2F4;
    border: 1px solid #eaecf0;
    border-radius: 10px;
    padding: 4px;
    display: flex;
}

.coaching_details {
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .06),0 1px 3px 0 rgba(16,24,40,.1);
    cursor: pointer;
  
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 700;
    display: flex;
}
    .coaching_details.active {
        background-color: #fff;
    }

    .coaching_details.active:hover {
        background-color: #fff !important;
    }
    .coaching_details:hover {
        background-color: #D5D5D8;
    }

.my_coaching_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #344054;
}

.other_coaching_title {
    cursor: pointer;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    font-weight: 700;
    display: flex;
    margin-left: 10px;
}
    .other_coaching_title.active{
        background-color:#fff;
    }
    .other_coaching_title.active:hover {
        background-color: #fff !important;
    }

    .other_coaching_title:hover {
        background-color: #D5D5D8;
    }

.other_coachings {
    color: #585e6c;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.coaching_commitments_library {
    padding: 25px 0px 25px 0px;
    border-bottom: 1px solid #dfe3eb;
}

#coaching_question .question-tooltip {
    align-items: center;
    display: flex;
}

.question {
    position: relative;
}

.question_mark {
    cursor: pointer;
    background-color: rgba(55, 61, 75, .13);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
}

.tooltip_text {
    display: none;
    width: 200px;
    background-color: #101828;
    color: #fff;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 15px;
}

    .tooltip_text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.question:hover .tooltip_text {
    display: block;
    opacity: 1;
}

#coaching_modal .coach_tooltip_hover {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: left;
    text-transform: none;
    flex-direction: column;
    padding: 8px;
    display: flex;
}

#dashboard-search.form-control {
    height: 40px;
    border: 1px solid #CED4DA;
}


.coaching_table_row {
    border-bottom: 1px solid;
    min-height: 40px;
    display: flex;
    border: 0px !important;
}

    .coaching_table_row.coaching_header_row {
        text-transform: uppercase;
        background-color: #f5f8fa;
        border-bottom-style: none;
        align-items: flex-end;
        font-size: 12px;
        font-weight: 700;
        border-top: 1px solid #dbdbdb;
    }

.new_table {
    padding: 15px;
}

    .new_table.header_table {
        background-color: #f5f8fa;
        border-right: 1px solid #dfe3eb;
        align-items: center;
        height: 100%;
        min-height: 48px;
        display: flex;
    }

        .new_table.header_table.bordered_table {
            border-bottom: 1px solid #dfe3eb;
            align-self: stretch;
            align-items: center;
            width: 180px;
            display: flex;
        }

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

.coaching_table_block {
    display: flex;
    grid-column-gap: 10px;
    grid-row-gap: 4px;
}

.coaching_datatable_row {
    border-bottom: 1px #eaecf0;
    min-height: 40px;
    font-size: 13px;
    display: flex;
}

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

/*.coaching_user {
    border-bottom: 1px solid rgba(223, 227, 235, 0);
    align-self: stretch;
    align-items: center;*/
/*    width: 180px;*/
    /*display: flex;
    cursor: pointer !important;
}*/

.profile_name {
    display: flex;
    align-items:center;

}
.coach_between_names{
    padding-left:10px;
}
.profile_user_name {
    background-color: rgba(213, 217, 224, .29);
    border-radius: 100px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 12px;
    display: flex;
}

.coaching_text_line {
    color: #0e7e97;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
}


    .coaching_text_line:hover {
        color: #0e7e97;
        text-decoration: underline !important;
    }

.new_status.coaching_status_bar {
    border-bottom: 1px solid rgba(223, 227, 235, 0);
    align-items: center;
    height: 72px;
    display: flex;
    cursor: pointer !important;
    padding: 0px 10px 0px 10px;
    background-color: transparent;
}

.coaching_table_record {
    padding-bottom: 20px;
    cursor: pointer;
}

.coaching_table_single_record {
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    border-bottom: 1px solid #eaecf0;
}


    .coaching_table_record:hover {
        background-color: #f5f8fa;
    }
.coaching_table_single_record:hover {
    background-color: #f5f8fa;
}
.coaching_table_record .w-100{
    background-color:transparent;
}
.new_status_block {
    width: 100%;
}

.new_status_block1 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}
.new_status_bar {
    /*flex: 1;*/
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    margin-left:15px;
}

.new_status_first_line.coaching_status {
    background-color: #373d4b;
    justify-content: space-between;
    align-items: center;
  /*  width: 60%;*/
    height: 4px;
    display: flex;
    position: relative;
    border-radius: 5px;
}

/*.coaching_value_first_dot .commit-tooltip{
    margin-left:-140px;
}*/

.coaching_value_first_dot {
    background-color: #fff;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 10px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    transition: box-shadow .2s;
    display: flex;
    position: relative;
    margin-left: -10px;
}
    .coaching_value_first_dot:hover::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(180, 179, 179, 0.7);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        opacity: 0.5;
    }
.coaching_value_last_dot {
    position: relative;
    display: inline-block;
}

    .coaching_value_last_dot:hover .coaching_commit_tooltip {
        display: block;
    }

    .coaching_value_last_dot.last_dot_coach:hover .commit-tooltip {
        margin-left: -100px;
    }
    .coaching_value_last_dot.last_dot_coach {
        background-color: #cdced2;
        cursor: pointer;
        border-radius: 10px;
        flex: none;
        justify-content: center;
        align-items: center;
        width: 12px;
        height: 12px;
        transition: box-shadow .2s;
        display: flex;
        position: relative;
    }
        .coaching_value_last_dot.last_dot_coach:hover::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(180, 179, 179, 0.7);
            border-radius: 50%;
            width: 30px;
            height: 30px;
            opacity: 0.5;
        }
.coaching_value_first_dot.red_spot {
    background-color: gray;
    flex: none;
    width: 12px;
    height: 12px;
    border: none;
    margin-left: 2px;
    margin-right: 2px;
}

    .coaching_value_first_dot.red_spot:hover::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #ec716dab;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        opacity: 0.5;
    }
.coaching_value_first_dot.green_spot {
    background-color: #6ccc76;
    flex: none;
    width: 12px;
    height: 12px;
    border: none;
    margin-left: 2px;
    margin-right: 2px;
}
    .coaching_value_first_dot.green_spot:hover::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #6ccc7696;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        opacity: 0.5;
    }
.coaching_top {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    position: absolute;
    bottom: 12px;
/*    margin-left: -60px;*/
}

.coaching_top_center {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    padding-right: 6px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    position: absolute;
    bottom: 12px;
}

.coaching_value_second_dot.coaching_remaining {
    background-color: rgba(55, 61, 75, .25);
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    height: 4px;
    margin-left: 0%;
    display: flex;
    border-radius: 5px;
}

.coaching_status_top {
    color: #9E9E9E;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    display: flex;
    font-weight: 700;
}

.coaching_status_top1 {
    color: #9E9E9E;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    display: flex;
    position: absolute;
    left: 0px;
    right: 0px;
    font-weight: 700;
}

.coaching_status_bottom {
    color: #344054;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    display: flex;
    position: absolute;
    bottom: -22px;
    left: -10px;
    right: 0px;
    font-weight: 700;
    margin-left:15px;
}

.new_status.coaching_end_day {
    text-align: center;
    border-bottom: 1px solid rgba(223, 227, 235, 0);
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 9%;
    padding: 20px;
/*    height: 72px;*/
    display: flex;
    cursor: pointer !important;
}

.coaching_status_message_icon {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: center;
    display: flex;
    
}
    .coaching_status_message_icon svg{
        width:20px;
    }
    .status_icon {
        width: 15px;
        height: 15px;
    }

.new_coaching_block1 {
    padding-top: 0;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}

.coach_below {
    background-color: rgba(239, 83, 80, .1);
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 12px;
    display: flex;
}
   /* .coach_below:hover {
        background-color: #FCE0E2;
    }*/
.coaching_block2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: center;
    display: flex;
}

.coaching_block3 {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    display: flex;
    position: relative;
}

.ring_img {
    width: 30px;
    max-width: none;
    height: 30px;
    display: block;
    position: absolute;
}

.trending_text {
    color: #d92d21;
    font-weight: 700;
    font-size: 12px;
}

.review_text {
    font-weight: 600;
    font-size: 12px;
}

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

#coaching_modal .modal-header {
    border-bottom: 1px solid #e2e2e2;
    justify-content: space-between;
    padding: 10px 24px 10px 15px;
    display: flex;
    align-items: center;
}

#coaching_modal .modal-body {
    padding: 12px 24px;
    overflow:auto;
  
}

.question-tooltip {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    align-items: center;
    display: flex;
}
/*
.coaching_question {
    position: relative;
}*/

/*.coaching_question_mark {
    cursor: pointer;
    background-color: rgba(55, 61, 75, .13);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    padding-left: 0;
    font-size: 12px;
    font-weight: 700;
    transition: background-color .25s, color .25s;
    display: flex;
}*/
.coaching_question_icon {
    position: relative;
    width: 16px;
    height: 16px;
    background-color: rgba(55, 61, 75, .13);
    color: #000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
}

.coaching_question_text {
    position: absolute;
    top: 20px;
    left: 50%;
    /* transform: translateX(-50%); */
    width: 230px;
    background-color: #000;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    font-size: 12px;
    font-weight: 700;
}

.coaching_question_icon:hover .coaching_question_text {
    opacity: 1;
    pointer-events: auto;
}
#coaching_modal .coach_opacity-79 {
    opacity: .79;
    font-weight: 400;
}


#coaching_modal .audio_block {
    align-items: center;
    display: flex;
    justify-content:end;
    width:40%;
}

#coaching_modal .audio_image {
    height: 44px;
}

#coaching_modal .message_block {
    cursor: pointer;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 40px;
    display: flex;
    margin-right: 10px;
}

    #coaching_modal .message_block:hover {
        background-color: #dfe3eb;
        width: 40px;
        height: 40px;
        border-radius: 30px;
    }

#coaching_modal .close {
    background-color: #dfe3eb;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    #coaching_modal .close:hover {
        background-color: #24C6AB;
    }

#coaching_modal .image-close {
    width: 18px;
}

#coaching_modal .modal-body {
   
    padding: 12px 30px 0px 24px;
   
}

#coaching_modal .coaching_metric {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding: 0;
    display: flex;
}

#coaching_modal .coaching_metric_block {
    display: flex;
}

#coaching_modal .metric_box {
   /* grid-column-gap: 100px;
    grid-row-gap: 20px;*/
    justify-content: flex-start;
    align-items: center;
}

#coaching_modal .metric_table {
    min-height: 40px;
    font-size: 13px;
    display: flex;
}

    #coaching_modal .metric_table.metric-details {
        flex: 1;
        border-bottom: 0px;
    }

#coaching_modal .coaching_line {
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
}

#coaching_modal .coaching_metric_line {
    flex: 1;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}

#coaching_modal .coaching_metric_second_line.coaching_status {
    background-color: #373d4b;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    height: 4px;
    display: flex;
    position: relative;
}

#coaching_modal .coaching_dot_1 {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    width: 12px;
    height: 12px;
}

#coaching_modal .coaching_dot_2 {
    cursor: pointer;
    background-color: #cdced2;
    border-radius: 10px;
    width: 12px;
    height: 12px;
}


#coaching_modal .coaching_line {
    border-bottom: 1px #eaecf0;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding-top: 12px;
    padding-bottom: 8px;
    line-height: 1em;
    display: flex;
}

#coaching_modal .text-block-329 {
    margin-right: 12px;
    font-size: 13px;
}

#coaching_modal .no-wrap-text {
    white-space: nowrap;
}

#coaching_modal .coaching_red_dot {
    background-color: #ef5350;
    border-radius: 10px;
    width: 16px;
    height: 16px;
}

#coaching_modal .coaching_metric_third_line.coaching_metric_line {
    background-color: rgba(55, 61, 75, .25);
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    height: 4px;
    margin-left: 0%;
    display: flex;
}

#coaching_modal .coaching_number_top {
    display: flex;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

/*.trending_coach_block_1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
}*/

.trending_below_commitment {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    margin-top: 0px;
    background-color: rgba(239, 83, 80, .1);
    padding: 5px 15px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}
    .trending_below_commitment:hover {
        background-color: rgba(239, 83, 80, .2);
    }
.trending img {
    width: 30px;
    margin-right: 10px;
}
.red {
    color: #d92d21;
    font-weight: 700;
    font-size: 12px;
    margin-right: 10px;
}
.review_coaching_text{
    font-size:12px;
    font-weight:600;
}
/*.coaching_trend_below.trending_below_1 {
    flex: 1;
    margin-bottom: 0;
    padding: 10px 20px;
    background-color: rgba(239, 83, 80, .1);
    border-radius: 4px;
    cursor: pointer;
}

    .coaching_trend_below.trending_below_1:hover {
        background-color: rgba(239,83,80,.2);
    }*/
.alert-coach-below {
    background-color: rgba(239, 83, 80, .1);
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 12px;
    display: flex;
}

.coaching_trend_block_3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: center;
    display: flex;
}

.coaching_trend_block_4 {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    display: flex;
    position: relative;
}

.edit_button {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    cursor: pointer;
    background-color: #ffe5ac;
    border: 1px solid #ffdc90;
    border-radius: 8px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 10px 14px;
    display: flex;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

    .edit_button:hover {
        background-color: #f2d38f;
    }

.coaching-group-data {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    display: flex;
    margin-top: 20px;
}

.coaching_data_101 {
    width: 220px;
}

.coaching_data_102 {
    color: #344054;
    border-radius: 3px;
    margin-bottom: 2px;
    padding-right: 8px;
    font-weight: 700;
}

.coaching_data_101.double {
    width: 488px;
}

.coaching_data_text_field {
    padding: 8px 16px;
    width: 100%;
}

.solving_link {
    color: #0e7e97 !important;
    cursor: pointer;
    font-weight: 700;
}

.coaching_data_group_101 {
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
    padding-bottom: 4px;
}

    .coaching_data_group_101 h4 {
        margin-top: 30px;
        margin-bottom: 10px;
        line-height: 24px;
        font-weight: 600;
    }

.coaching_data_group_102 {
    width: 100%;
    margin-bottom: 24px;
}

.coaching_group_text_field {
    width: 100%;
    padding: 8px 16px;
}

#edit_active_coaching.modal-dialog {
    width: 45%;
    margin-left: 25%;
}

#edit_active_coaching .close {
    background-color: #dfe3eb;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    #edit_active_coaching .close:hover {
        background-color: #24C6AB;
    }

#edit_active_coaching .image-close {
    width: 18px;
}

#edit_active_coaching h1 {
    font-size: 20px;
    font-weight: 600;
}
#edit_coaching_modal .btn {
    background-color: #fff;
    border-color: #e9ecef;
    cursor: pointer;
    font-weight: 500;
    color: #323441;
}

    #edit_coaching_modal .btn:hover {
        background-color: #e9ecef;
    }
.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_coaching_modal .modal-footer {
    border-top: 1px solid #e9ecef !important;
}

#edit_active_coaching.modal-dialog {
    width: 45%;
    margin-left: 25%;
}

#edit_active_coaching .close {
    background-color: #dfe3eb;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    #edit_active_coaching .close:hover {
        background-color: #24C6AB;
    }

#edit_active_coaching .image-close {
    width: 18px;
}

#edit_active_coaching h1 {
    font-size: 20px;
    font-weight: 600;
}

#edit_coaching_modal .btn {
    background-color: #fff;
    border-color: #e9ecef;
    cursor: pointer;
    font-weight: 500;
}

    #edit_coaching_modal .btn:hover {
        background-color: #e9ecef;
    }

#edit_coaching_modal .yes_button {
    background-color: #24C6AB;
    cursor: pointer;
    font-weight: 500;
}

#edit_coaching_modal .modal-footer {
    border-top: 1px solid #e9ecef !important;
}

#yes_modal .modal-footer {
    border-top: 1px solid #e9ecef !important;
}

.coaching_value_first_dot {
    position: relative;
    display: inline-block;
}
.column-border{
    cursor:pointer;
}
.column-border:hover {
    cursor: pointer;
    background-color: #E5EFF8;
}
    .column-border:hover > .w-100 {
        background-color: #E5EFF8;
    }
    .column-border.active {
        background-color: #E5EFF8 !important;
    }
    .column-border.active > .w-100 {
        background-color: #E5EFF8 !important;
    }
.coaching_commit_tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 180px;
    font-size:12px;
}

.coaching_value_first_dot:hover .coaching_commit_tooltip {
    display: block;
}

.coaching_value_second_dot {
    position: relative;
    display: inline-block;
}

.coaching_value_last_dot.last_dot_coach:hover .coaching_commit_tooltip {
    display: block;
}

/*.commit-tooltip {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
    z-index: 1000;
}*/

.coaching_value_first_dot:hover .commit-tooltip,
.coaching_value_first_dot.red_spot:hover .commit-tooltip,
.coaching_value_last_dot:hover .commit-tooltip {
    display: block;
}

#coaching_modal .coaching_box,
.chat_box {
    cursor: pointer;
    padding: 10px;
}

    #coaching_modal .coaching_box.active,
    .chat_box.active {
        background-color: #f0f0f0;
    }

    #coaching_modal .coaching_box:hover,
    .chat_box:hover {
        background-color: #e0e0e0;
    }

#coaching_modal .coach_box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #f9fafb;
    border: 1px solid #eaecf0;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    padding: 4px;
    display: flex;
}

#coaching_modal .chat_box,
#coaching_modal .coaching_box {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    font-weight: 600;
    display: flex;
    border-radius: 5px;
}

#coaching_modal .coaching_box {
    font-weight: 700;
    border-radius: 5px;
}

    #coaching_modal .coaching_box.active {
        background-color: #ffffff;
        font-weight: 700;
        color: #000;
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .06);
        cursor: pointer;
        padding: 10px;
    }

.chat_box.active {
    background-color: #ffffff;
    font-weight: 700;
    color: #000;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .06);
    cursor: pointer;
    padding: 10px;
}

.tooltip.custom-tooltip .tooltip-inner {
    color: #fff;
    background-color: #000;
    font-size: 12px;
    font-weight: 600;
}

.coaching_table_row {
    border-bottom: 1px solid;
    min-height: 40px;
    display: flex;
}

    .coaching_table_row.coaching_header_row {
        text-transform: uppercase;
        background-color: #f5f8fa;
        border-bottom-style: none;
        align-items: flex-end;
        font-size: 12px;
        font-weight: 700;
    }

.new_table {
    padding: 30px;
}

    .new_table.header_table {
        background-color: #f5f8fa;
        border-right: 1px solid #dfe3eb;
        align-items: center;
        height: 100%;
        min-height: 48px;
        display: flex;
    }

        .new_table.header_table.bordered_table {
            border-bottom: 1px solid #dfe3eb;
            align-self: stretch;
            align-items: center;
            width: 180px;
            display: flex;
        }

/*.bar-width {
    width: 500px !important;
    background-color: #fff;
}*/

#coaching_example tbody tr {
    box-shadow: none !important;
    background-color: #fff !important;
    cursor: pointer !important;
}

.new_coaching_block1:hover {
    background-color: #FCE0E2;
}

.coaching_table_example svg:hover {
    color: #0e7e97;
}

.coaching_table_header {
    display: flex;
    justify-content: space-between;
    background-color: #f5f8fa;
}

.table_end {
    width: 10%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding: 15px;
}

.table_chat {
    width: 7%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    padding: 15px;
}

.score_bar {
    width: 45%;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.metric_username {
    width: 20%;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    padding: 15px;
}

.table_username {
    width: 20%;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    padding: 15px;
}

.coaching_Username {
    font-size: 12px;
    font-weight: 700;
    white-space: pre-wrap;
}

.csr_name {
    font-size: 13px;
    white-space: pre-wrap;
}

.score_bar .w-100 {
    background-color: #f5f8fa;
}

.column-border {
    border-right: 1px solid #dfe3eb;
    padding: 17px 25px 17px 25px;
    border-bottom: 1px solid #dfe3eb;
    border-top: 1px solid #dfe3eb;
}

.table_chat:last-child {
    border-right: none;
}

/*.sortable i {
    color: #6c757d;
}

.sortable.asc i {
    color: #6c757d;
}

.sortable.desc i {
    color: #22c6ab;
}*/
.coaching_table_header .sorting::before {
    color: #6c757d;
    content: "\f0dd" !important;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 30px;
}

.coaching_table_header .sorting::after {
    color: #6c757d;
    content: "\f0de" !important;
    font-family: 'FontAwesome' !important;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    right: 30px;
}

.coaching_table_header .start_date {
    position: relative;
}

    .coaching_table_header .start_date::before {
        color: #6c757d;
        content: "\f0dd" !important;
        font-family: FontAwesome;
        font-size: 12px;
        font-weight: normal;
        position: absolute;
        right: -30px;
    }

    .coaching_table_header .start_date::after {
        color: #6c757d;
        content: "\f0de" !important;
        font-family: 'FontAwesome' !important;
        font-size: 12px;
        font-weight: normal;
        position: absolute;
        right: -30px;
    }

.coaching_table_header .sorting_asc::after {
    color: #22c6ab;
    content: "\f0de" !important;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    right: 7px;
}

.coaching_table_header .sorting_asc::before {
    color: #6c757d;
    content: "\f0dd" !important;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    right:7px;
}

.coaching_table_header .sorting_desc::after {
    color: #22c6ab;
    content: "\f0dd" !important;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
}

.coaching_table_header .sorting_desc::before {
    color: #6c757d;
    content: "\f0de" !important;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
}

.coaching_table_header .sorting {
    position: relative;
}

.score_bar .start_date.sorting::before {
    position: absolute;
    right: -30px;
}

.score_bar .commitment.sorting::after {
    position: absolute;
    right: -15px;
}

.score_bar .start_date.sorting::after {
    position: absolute;
    right: -30px;
}

.score_bar .commitment.sorting::before {
    position: absolute;
    right: -15px;
}

.chat_countt {
    display: flex;
    justify-content: center;
    align-items: center;
    width:7% !important;
}

.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;
}

.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: center;
    padding-bottom: 15px;
}

    #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 {
    min-width: 80%;
    padding-left: 20px;
    position: relative;
}

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

#coaching_history_modal .commitmenet_status .coach_metricname {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
}

.edit_coaching {
    padding-left: 15px;
}

.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;
}
/*#left_chat_message[contenteditable="true"] {
    background-color: transparent !important;
}*/
/*#right_chat_message[contenteditable="true"] {
    background-color: transparent !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: 500;
    }

.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: 75%;
        border-radius: 3px;
        margin-top: 10px;
    }

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

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

.person_one_left_chat .grey {
    opacity: .41;
    font-weight: 500;
}

.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 .btn:hover {
        background-color: #007e67;
    }
.chat_send_message_grid textarea {
    width: 100%;
    overflow-y: hidden; /* Hide the scrollbar */
    resize: none;
    min-height:42px;
    padding: 5px 15px;
    /* max-height:5em;*/
    line-height: 21px;
    border-radius: 8px;
}

.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: 500;
    padding-top: 5px;
}

.chat_send_message_grid .form-control:focus {
    border: 2px solid #000 !important;
}

.active_coaching_tab {
    display: flex;
    background-color: #f9fafb;
    border: 1px solid #eaecf0;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 300px;
    padding: 4px;
}


.active_new_coaching_tab,
.coaching_tab_new {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    height: 36px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}


.coaching_tab_new {
    color: #000;
}

/*.coaching_text_semibold {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #344054;
}*/
#coaching_modal .modal-header h5 {
    font-size: 18px !important;
}
.coaching_text_semibold-5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #323441;
}

.active_new_coaching_tab .coaching_text_semibold,
.coaching_tab_new.coaching_text_semibold-5 {
    margin: 0;
}

.nav-pills .nav-link.active {
    background-color: #fff;
    color: #323441 !important;
    box-shadow: 0 0px 5px #ccc;
    font-size: 14px;
    font-weight: 600;
    opacity: 1 !important;
}
#appendactivecoachingdetails .nav-pills .nav-link {
    opacity: 0.6;
    color: #323441;
    font-weight: 600;
    font-size: 14px;
}
.coaching_tab_new:hover {
    background-color: #E8E8E8;
}

.active_new_coaching_tab:hover {
    background-color: #E8E8E8;
}

.coaching_tab_new {
    margin-left: 5px;
}

.coach_active_section {
    background-color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
/*    height:929px;*/
}

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

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

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

.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;
}
.coached_fields .d-flex {
    flex-wrap: wrap;
    flex-direction:row;
}

.coached_fields {
 margin-top:20px;
}

    .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);
    }
.notes_fields .form-control {
    font-size: 12px;
}

.notes_fields label {
    margin-bottom: 1em;
}
#coaching_group1 .form-control:disabled, .form-control[readonly] {
    background-color: #F8F8F8;
}
.notes_text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

.review_learning_text {
    font-weight: 600;
}
.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 #e9ecef;
    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-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: 15px;
}

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%);
}

.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;
}

.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;
    border: none !important;
}

/*.form-control:hover {
    border-color: #0056ff;
    color: #0056ff !important;
}*/
.no-wrap-text{
    white-space:nowrap;
}
.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 #e9ecef;
    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 #e9ecef;
    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;
    border: none !important;
}

.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_trending {
    margin: 0px 20px 0px 20px;
}
.coaching_above_trending_block {
    background-color: rgba(80, 239, 91, .1);
    padding: 10px 15px;
    border-radius: 4px;
       width: 100%;
    cursor: pointer;
    /*   margin-top: 10px;*/
}
    .coaching_above_trending_block:hover {
        background-color: rgba(80, 239, 91, .2);
    }
.div-block-1097 {
    display: flex;
    grid-column-gap: 10px;
    font-size: 12px;
}
#coaching_modal .commitmenet_status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
    #coaching_modal .commitmenet_status .commit_start_date {
        font-size: 12px;
        margin-left: -30px;
    }

    #coaching_modal .commitmenet_status .commit_end_date {
        font-size: 12px;
        margin-right: -30px;
    }
    #coaching_modal .commitmenet_status .coach_metricname {
        text-transform: capitalize;
        font-weight: 600;
        font-size: 12px;
    }
.coach_metricname a {
    color: #0e7e97 !important;
    text-decoration: none !important;
}

    .coach_metricname a:hover {
        text-decoration: underline !important;
    }
#coaching_modal .commitment_progress {
    min-width: 80%;
    padding-left: 20px;
    position: relative;
    padding-right:20px;
}
.pb-7 {
    padding-bottom: 7px;
}
.commit_actual {
    font-size: 12px;
    color: #9E9E9E;
    font-weight: 600;
    margin-right: -40px;
    margin-left: -40px;
}
.commitment_flow .commit-tooltip {
    min-width: 200px;
    width: auto;
}
.modal .commitment_flow .commit-tooltip {
    top: -15px !important;
}
.commitment_flow {
    height: 4px;
    background-color: rgba(55,61,75,.25) !important;
}
    .commitment_flow .tool {
        z-index: 2;
        width: 20px;
        height: 20px;
    }

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



.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;
    padding:10px;
}

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

    .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;
    }
.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);
    }
   
.active_period_line {
    height: 4px;
    position: absolute;
    background-color: #373d4b;
}
.current_bubble {
    position: absolute;
    width: 10px;
    height: 10px;
    top: -3px;
    border-radius: 12px;
    outline: 2px solid #fff;
    /* border: 0px solid #fff; */
}
.below_commitment .current_bubble:hover {
    box-shadow: 0 0 0 10px rgba(239,83,80,.24);
}
.above_commitment .current_bubble:hover {
    box-shadow: 0 0 0 10px rgba(108,204,118,.24);
}
.end_date_bubble {
    position: absolute;
    right: -1px;
    top: -3.5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #cdced2;
    border: 2px solid #cdced2;
    margin-right:-8px;
}

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

.commit_dates {
    padding-top: 7px;
}
.start-date-bubble .commit-tooltip {
    position: absolute;
    top: 16px;
    width: 200px;
    z-index: 1;
    display: none;
    padding: 4px 11px 0px;
    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;
    margin-left: -200px;
}
.start-date-bubble:hover .commit-tooltip {
    display: block;
}
.current_bubble .commit-tooltip {
    position: absolute;
    top: 16px;
    z-index: 1;
    display: none;
    padding: 4px 11px 0px;
    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;
    margin-left: -150px;
}
/*.current_bubble:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(233, 106, 106, 0.7);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.5;
}*/
.current_bubble:hover .commit-tooltip {
    display: block;
}
.end_date_bubble .commit-tooltip {
    position: absolute;
    top: 16px;
    width: 200px;
    z-index: 1;
    display: none;
    padding: 4px 11px 0px;
    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;
    margin-left: -50px;
}

.end_date_bubble:hover .commit-tooltip {
    display: block;
}
.coaching_details,
.other_coaching_title {
    position: relative;
}

.my_coaching_title_text,
.other_coachings_title_text {
    display: none;
    position: absolute;
    top: -36px;
    background-color: #101828;
    padding: 5px 12px 5px 12px;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    pointer-events:none;
}

.coaching_details:hover .my_coaching_title_text,
.other_coaching_title:hover .other_coachings_title_text {
    display: block;
}



.coaching_trend_block {
    display: flex;
    justify-content: end;
    align-items: center;
}
#coachingdetailsview .form-control {
    background-color: #f9f9f9;
    border-color: #cdcdcd;
}
.coaching_metric .metric_name {
    font-size: 12px;
    font-weight: 600;
    white-space: normal;
    margin-top: 10px;
}
.coaching_file_doc {
    padding-right: 15px;
    padding-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 100%;
    cursor:pointer;
}

    .coaching_file_doc:hover {
        background-color: #dfe3eb;
    }
#foldermodal {
    background-color: rgb(0 0 0 / 78%);
}
.modal-footer button.btn.btn-primary {
  background-color: #22c6ab;
    border-color: #22c6ab;
    padding: 8px 15px !important;
    border-radius: 3.2px;
    font-size: 12px !important;
    font-weight: 600;
    margin-right: 12px;
    box-shadow: none;
    border: none !important;
    color: #fff !important;
}
.modal_close {
    background-color: #dfe3eb;
    border-radius: 5px;
    padding: 13px 8px;
    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_close:hover {
        cursor: pointer;
    }
    .w-10{
        min-width:10%;
    }
    .mr-10{
        margin-right:10px;
    }
    .ml-10{
        margin-left:10px;
    }
    .text-right{
        text-align:right;
    }
    .text-left{
        text-align:left;
    }
    .w-5{
        min-width:5%;
    }
.modal .coaching_status_top{
    top:auto;
}
.modal .new_status_block{
    margin-left:10px;
    margin-right:10px;
}
.modal .new_status_block1 {
    margin-left: 10px;
    margin-right: 10px;
}
.modal .new_status.coaching_status_bar{
    position:relative;
}
.mr-12{
    margin-right:12px;
}
.chat_conversation{
    padding-bottom:30px;
}
/*.coaching_user1 {
    width: 20%;
    padding: 10px 20px 10px 20px;
}*/
.coaching_table_body_user {
    width: 18%;
    padding: 10px 10px 10px 20px;
}
.coaching_user2 {
    width: 19%;
    padding: 10px 20px 10px 27px;
}
.coaching_user3 {
    width: 40%;
}
.coaching_user4 {
    width: 10%;
}
.coaching_user5 {
    width: 10%;
}
.coaching_table_body {
    border-bottom: 1px solid #eaecf0;
}
.coaching_audio {
    width: 100%;
    padding-right: 15px;
}
audio {
    width: 100%;
    font-size: 12px;
    padding: 6px;
}
.table_column.follow_up{
    width:8%;
}
.new_status.follow_up{
    width:8%;
}