﻿body {
}

.coaching_commitments {
  background-color: #f1f2f4;
  padding: 7px 10px 7px 10px;
  margin-top: 0px;
  color: rgba(39, 41, 51, 0.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, 0.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;
}

.commitment {
  /* color: #7e7e7e; */
  font-weight: 400;
  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, 0.06);
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  display: flex;
}

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

.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: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, 0.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: #555;
  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: 8px;
}

.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 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

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

.text_line {
  color: #0e7e97;
  cursor: pointer;
  font-weight: 700;
}

.new_status.coaching_status_bar {
  border-bottom: 1px solid rgba(223, 227, 235, 0);
  flex: 300px;
  align-self: stretch;
  align-items: center;
  height: 72px;
  display: flex;
  cursor: pointer !important;
  width: 500px;
}

/* .coaching_table_record {
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #eaecf0;
} */

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

/* .new_status_block {
  flex-direction: column;
  flex: 1;
  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;
}

.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 {
  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 0.2s;
  display: flex;
  position: relative;
}

.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 0.2s;
  display: flex;
  position: relative;
}

.coaching_value_first_dot.red_spot {
  background-color: red;
  flex: none;
  width: 12px;
  height: 12px;
  border: none;
  margin-left: 2px;
  margin-right: 2px;
}

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

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

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

.coaching_status_top {
  color: #344054;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  display: flex;
  /* position: absolute;
  top: -20px;
  left: 0;
  right: 0; */
  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: 0;
  right: 0;
  font-weight: 700;
}

.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: 70px;
  /* height: 72px; */
  display: flex;
  cursor: pointer !important;
  font-size: 12px;
  font-weight: 600;
}

.coaching_status_message_icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
  width: 35px;
}

.status_icon {
  width: 15px;
  height: 15px;
}

.new_coaching_block1 {
  padding-top: 0;
  cursor: pointer;
}

.coach_below {
  background-color: rgba(239, 83, 80, 0.1);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
  padding: 10px 20px;
  font-size: 12px;
  display: flex;
}

.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: 500;
  font-size: 12px;
}

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

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

#coaching_modal .modal-body {
  padding: 12px 24px;
  max-height: 500px;
}

.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, 0.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 0.25s,
    color 0.25s;
  display: flex;
}

#coaching_modal .coach_opacity-79 {
  opacity: 0.79;
  font-weight: 400;
}

#coaching_modal .audio_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

#coaching_modal .audio_image {
  height: 44px;
}

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

.hover_text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: black;
  color: white;
  padding: 20px;
}

.audio_wrapper:hover .hover_text {
  opacity: 1;
}

#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 {
  overflow: scroll;
  padding: 12px 0px 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: 20px;
  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, 0.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;
}

.coaching_trend_block {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  margin-top: 10px;
}

.coaching_trend_below.trending_below_1 {
  flex: 1;
  margin-bottom: 0;
  padding: 12px;
  background-color: rgba(239, 83, 80, 0.1);
  border-radius: 4px;
  cursor: pointer;
}

.coaching_trend_below.trending_below_1:hover {
  background-color: #ffcfcb;
}

.alert-coach-below {
  background-color: rgba(239, 83, 80, 0.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: #f2d38f;
  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, 0.05);
}

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

.coaching-group-data {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  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;
  width: 100%;
}

.solving_link {
  color: #0e7e97;
  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: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}

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

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

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

.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;
  width: 150px;
}

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

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

.coaching_value_second_dot: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_second_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, 0.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, 0.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;
}

.table tbody tr td {
  border-bottom: 0 !important;
}

.table.dataTable.no-footer {
  border-bottom: 1px solid #eaeaea !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;
  /* border: 1px solid #ccc; */
}

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

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

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

.metric_username {
  width: 25% !important;
  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;
}

.score_bar .w-100 {
  background-color: #f5f8fa;
  font-weight: 400 !important;
}

.column-border {
  border-right: 1px solid #dfe3eb;
  padding: 20px;
}

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