﻿.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0px;
}

.follow_up .fa {
  color: #495057;
  font-size: 4px !important;
  margin: 0px 1px;
  opacity: 0.3;
}

.smartpak {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 22px !important;
  text-align: center;
  text-align: center;
}

.smartpak a {
  cursor: pointer;
  pointer-events: auto !important;
  text-align: center !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.table_column.follow_up {
  width: 8%;
}

.new_status.follow_up {
  width: 8%;
}

.new_status.follow_up .btn-follow-up {
  background-color: #22c7a9 !important;
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
  padding: 8px 15px;
}

.follow_up .commit-tooltip {
  right: 0;
  padding: 12px;
  top: 0px;
  max-width: 165px;
}

.dataTables_wrapper {
  padding: 0px !important;
}

.commit-tooltip .btn-follow-up:disabled {
  background-color: #bac1cc !important;
  color: #fff;
  cursor: not-allowed !important;
}

.commit-tooltip .btn-follow-up:disabled:hover {
  background-color: #bac1cc !important;
  color: #fff;
  cursor: not-allowed !important;
  pointer-events: inherit !important;
}

.coaching_table_record .btn-follow-up:disabled {
  background-color: #bac1cc !important;
  color: #fff;
  cursor: not-allowed !important;
  pointer-events: inherit;
}

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

.leaderboard_table .table tbody tr td {
  background-color: transparent !important;
}

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

td.dataTables_empty {
  font-weight: 400 !important;
  cursor: none !important;
  pointer-events: none !important;
}

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

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

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

.no-cursor {
  pointer-events: none !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

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

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

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

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.w-45 {
  width: 45%;
}

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

.dataTables_scrollBody th {
  border-color: transparent;
}

.org_block {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0px 40px 20px 0px;
  border-right: 1px solid #dfe3eb;
  /* border-bottom: 1px solid #dfe3eb;*/
}

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

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

.border-bottom.metric_block {
  pointer-events: none !important;
  cursor: none !important;
}

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

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

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

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

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

.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: 16px;
  align-items: center;
  background-color: #fff;
  white-space: nowrap;
}

.time_frame_block .form-control {
  color: #667085 !important;
  border-radius: 0px !important;
  height: 36px !important;
  line-height: 28px;
  border: 1px solid #d0d5dd !important;
  font-size: 12px !important;
  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%, 0.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, 0.71),
    rgba(92, 107, 192, 0.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;
  font-weight: 600 !important;
}

.commit-tooltip {
  position: absolute;
  top: 16px;
  width: 200px;
  z-index: 10;
  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: 600 !important;
}

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

.table tr {
  border-color: transparent;
}

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

.table thead tr th {
  padding: 11px 30px;
  border-right: 1px solid #dfe3eb;
  background-color: #ecf0f6 !important;
  border-bottom-color: #dfe3eb !important;
  border-top: 1px solid #dfe3eb !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-align: center;
  white-space: nowrap;
  color: #475467 !important;
}

#scorecard_details_table_wrapper td {
  white-space: nowrap;
}

#leaderboard_table_wrapper thead th {
  text-align: left !important;
}

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

.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;
  margin-right: 1em;
}

.agent_profile {
  padding: 20px 20px 20px 40px;
  height: 200px;
  color: #fff;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 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: 18px;
  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;
  padding-top: 2px;
  font-weight: 600;
}

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

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

.badge_count {
  position: absolute;
  top: 0px;
  right: -6px;
  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: auto;
}

.agent_activity_history tr:hover {
  background-color: transparent !important;
}

.agent_activity_history .table tbody tr:hover td {
  background-color: transparent !important;
  /* pointer-events:none !important;*/
  cursor: auto !important;
}

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

.activity-tracker:hover {
  cursor: pointer;
}

.scorecard_data > div {
  cursor: pointer;
}

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

#balancescorecard_modal .dataTables_scrollBody th {
  border-bottom-color: transparent !important;
}

@import url("file:///C:\Users\amplifai\source\repos\AmplifAI-Product\amplifaiv2\Amplifaiv2.UI\Content\assets\css\managerdashboardnew.css");

.medal {
  width: 37px;
}

.w-50 {
  width: 50%;
}

.org_prog_header .border-bottom {
  /*border-bottom: 1px solid #dfe3eb;*/
  padding-right: 0px;
}

.org_prog_header {
  margin: 0px 15px;
  border-bottom: 1px solid #dfe3eb !important;
}

.pt-105 {
  padding-top: 70px;
}

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

.badge_icon .tool .commit-tooltip {
  position: absolute;
  top: 30px;
  /* min-width: 20px !important; */
  /* width: auto; */
  /* max-width: 1000px; */
  background-color: rgba(39, 41, 51, 0.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, 0.34);
  border-radius: 150px 4px 4px 150px;
  /* align-items: center; */
  padding-left: 8px;
  padding-right: 0px;
  height: 160px;
  width: 35%;
}

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

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

.metric_block .bold {
  font-weight: 900;
  color: #272933;
}

.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%, 0.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, 0.5);
}

#agent_recognition_modal.show {
  background-color: rgba(0, 0, 0, 0.7);
}
/*#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%, 0.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, 0.5);
}

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

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

.thumb_down {
  cursor: pointer;
}

.anim-close:hover {
  background-color: rgba(255, 255, 255, 0.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, 0.71),
    rgba(92, 107, 192, 0.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: 157px;
  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;
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
}

.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, 0.08);
}

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

.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, 0.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: 120px;
  word-break: break-word;
  white-space: normal;
}

.question_icon.tool {
  background-color: rgba(55, 61, 75, 0.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;
}

.question_icon.tool .commit-tooltip div {
  font-weight: 600 !important;
}

.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 {
  margin-bottom: 5px;
}

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

/*#leaderboard_modal #background-pills-tab .nav-link.active {
    box-shadow: 0 0px 5px #ccc;
    padding: 8px 15px;
    background-color: #e9faf7;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    width: 120px;
    opacity: 1;
    border-bottom: 4px solid #22c6ab;
}
*/
#v-pills-tab .nav-link.active {
  box-shadow: 0 0px 5px #ccc;
  padding: 8px 15px;
  background-color: #fff;
  color: #000;
  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: #000;
  font-weight: 600;
  font-size: 14px;
  width: 150px;
  opacity: 1;
}

#balancescorecard_modal .question_icon.tool {
  width: 18px;
  height: 18px;
}

#balancescorecard_modal .modal-header {
  padding: 10px 20px;
}
/*#leaderboard_modal #background-pills-tab .nav-link {
    padding: 8px 12px;
    opacity: 1;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    width: 120px;
    border-radius: 0;
    margin-right: 20px;
    border-bottom: 4px solid #e3e3e3;
    white-space: nowrap;
}
*/
.time_frame_block .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #323441 !important;
  background-color: #f9fafb !important;
  font-size: 12px !important;
  box-shadow: none !important;
}

/*#leaderboard_modal #background-pills-tab .nav-link:hover {
    background-color: #e9faf7;
    border-bottom-color: #22c7a9 !important;
}

#leaderboard_modal #background-pills-tab .nav-link.active:hover {
    background-color: #e9faf7;
    border-bottom: 4px solid #22c6ab;
}
*/
.datepicker table tr td.today:hover:hover {
  background-color: #22c7a9 !important;
}

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

.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: #22c7a9 !important;
}

#v-pills-tab .nav-link:hover {
  background-color: rgba(0, 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 !important;
}

#v-pills-badge-tab .nav-link:hover {
  background-color: rgba(0, 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;
}

.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.active {
  border: 3px solid #22c6ab;
  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, 0.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: #22c7a9 !important;
}

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

.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;
  white-space: nowrap !important;
}

.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 .pill-badge img.active {
  cursor: pointer;
  border: 3px solid #22c7a9;
}

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

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

.w-60 {
  width: 60% !important;
}

.modal-content .btn-bordered {
  color: #272933;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 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, 0.11);
}

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

#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: 21px;
  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;
  font-size: 18px;
}

.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: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#monthly_scorecard_weights .modal-footer {
  width: 100%;
  height: 67px;
  background: #eeeeee;
}

#monthly_scorecard_weights .modal-footer button.btn.btn-primary {
  background: #ccd6e2;
  border-color: #ccd6e2;
  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: 13px;
  font-weight: normal;
}

.monthly_scorecard .table thead th {
  border-right-width: 0px !important;
  text-transform: capitalize;
  text-align: left;
  font-weight: normal;
  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: normal;
  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;
}

#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: #f9d1d8;
  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: #f9d1d8;
  border-color: #88a38e;
  border-radius: 3px;
  text-align: center;
  margin: 8% 30%;
  font-size: 13px;
  padding: 12px 5px;
}

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

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

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 !important;
}

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 {
  font-size: 10px !important;
}

th.sorting::after,
th.sorting::before {
  color: #6c757d;
}

table.dataTable thead > tr > th.sorting:hover {
  background-color: #e5eff8 !important;
}

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

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

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

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

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

th.sorting_desc::after {
  color: #6c757d;
  content: "\f0dd" !important;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
}

th.sorting_desc::before {
  color: #22c6ab;
  content: "\f0de" !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 {
  right: 10px !important;
  font-size: 10px;
  font-weight: normal;
}

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

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 {
  opacity: 1.3 !important;
}
/* metric commitment block*/
.metric_commitment_block {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0px 30px 30px 25px;
  border-bottom: 1px solid #dee2e6;
}

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

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

#leaderboard_table tbody tr:hover td {
  background-color: #f5f8fa !important;
}

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

.metrics_block {
  width: 50%;
  margin-right: 15px;
}

.commitment_learning_block {
  width: 50%;
}

.metric_block {
  padding-right: 15px;
}

.metric_commitment_block .card {
  min-width: 100%;
  margin: 0;
  border-bottom-color: transparent;
}

.metric_commitment_block .card-body .table {
  margin: 0 !important;
  margin-top: -2px !important;
  border-bottom-color: transparent;
}

.metrics_block .gray-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 {
  width: 4px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #6ccc76;
  top: -7px;
  z-index: 1;
}

.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: 4px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #6ccc76;
  top: -7px;
}

.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: 4px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: grey;
  top: -10px;
}

.agent_icon {
  position: absolute;
  bottom: 2px;
  color: #fff;
  background-color: grey;
  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, 0.45),
    rgba(100, 181, 246, 0.45)
  );
  border-radius: 20px;
  outline: 2px solid #fff;
  left: calc(100% - 12px);
  /* right: -41px; */
  top: -8px;
  z-index: 0;
  padding: 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 5px;
  background-color: #fff;
}

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

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

#coachingefx thead tr th {
  font-weight: 700;
}

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

#coachingefxbymetric tbody tr:hover td {
  background: none !important;
  pointer-events: none !important;
  cursor: none !important;
}

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

.updated_through_dropdown ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 12px 10px;
  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%;
}

.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: 99%;
}

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

.hover_description a {
  color: #fff !important;
}

.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;
  margin-left: 15px;
}

#leaderboard_modal .time_frame_block {
  padding-bottom: 0px !important;
  margin-left: 2px;
  padding-top: 0px;
  padding: 0;
  padding-left: 10px;
  margin-right: 5px;
}

.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 10px !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: 59%;
  padding: 30px;
}

.gamesnot_won_table {
  padding-right: 0px;
}

#leaderboard_table tbody tr td {
  padding: 15px 0px !important;
}

#leaderboard_table tbody tr td.pl-15 {
  padding-left: 15px !important;
}

#leaderboard_table tbody tr td.pr-10 {
  padding-right: 10px !important;
}

.w-15 {
  width: 15% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.games_won {
  padding-left: 10px;
}

#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, 0.05);
  padding: 15px;
  line-height: 27px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #dfe3eb;
}

#coachingefx_wrapper .dataTables_scrollBody {
  height: 350px !important;
  max-height: 350px !important;
}

#coachingefxbymetric_wrapper .dataTables_scrollBody {
  height: 350px !important;
  max-height: 350px !important;
}

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

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

.games_won_table th {
  background-color: transparent !important;
}

#gamesnot_won_table tr {
  height: 50px;
}

#pills-leaderboard .games_won .card-header {
  background-color: #fff;
  font-size: 14px;
  padding: 10px 30px 15px 15px;
  border-radius: 0 !important;  
}

#pills-leaderboard .games_won .card-header:first-child {
  border-radius: 10px;
}

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

.games_won_table .game_img {
  width: 30px;
  height: 30px;
  background-color: rgba(213, 217, 224, 0.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: nowrap;
  margin-left: 10px;
}

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

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

.games_won_table .game_name a {
  color: #0e7e97 !important;
  text-decoration: none !important;
  font-weight: 600;
  white-space: normal;
}

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

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

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

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

#games_won_table_wrapper th:last-child {
  text-align: left !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, 0.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, 0.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, 0.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, 0.05);
  border-radius: 4px;
}

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

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

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

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

.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, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: bold;
  text-align: center;
  width: fit-content;
  min-width: 39px;
}

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

.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% !important;
  height: 10px;
  border-radius: 4px;
  background-color: transparent;
}

.top_rank .rank_value {
  width: 100% !important;
}

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

.dropdown_block ul li a {
  text-decoration: none !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;
  font-weight: 600 !important;
      padding: 15px 20px !important;
}

#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-top: 5px !important;
  padding-bottom: 14px !important;
  font-size: 12px;
  text-transform: uppercase;
}

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

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

.rank_value b {
  font-size: 1rem;
  color: #000 !important;
}

#pills-leaderboard .rank_value b {
  font-weight: 700 !important;
  color: #000 !important;
}

.dataTables_empty {
  font-weight: 600 !important;
}

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

/* metric detail*/
#metric_detailmodal .btn {
  font-size: 14px !important;
  font-weight: 700;
  border: 1px solid rgba(0, 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, 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, 0.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, 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, 0.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, 0.05);
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #dfe3eb;
}

.metric_detail_card span {
  font-weight: 600;
}

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

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

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

.metric_detail_card > div {
  font-weight: 600;
  margin-bottom: 10px;
  white-space: nowrap;
  color: #15161d;
  min-height: 40px;
  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, 0.95);
  color: #fff;
  padding: 12px 15px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  left: 20px;
}

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

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

.commitment_flow {
  height: 4px;
  background-color: rgba(55, 61, 75, 0.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;
}

.start-date-bubble:hover {
  box-shadow: 0 0 0 10px rgba(55, 61, 75, 0.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;
}

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

.current_bubble {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -4px;
  border-radius: 12px;
  outline: 2px solid #fff;
}

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

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

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

.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_actual {
  font-size: 12px;
  color: #979797;
  font-weight: normal;
}

.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, 0.25);
  background-color: #fff;
  margin-bottom: 25px;
  overflow: inherit;
}

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

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

.learning_block {
  box-shadow: 0 0 4px rgba(0, 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;
}

.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, 0.1);
  padding: 5px 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, 0.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;
}

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

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

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

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

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

.notes_fields textarea {
  margin-bottom: 2em;
}

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

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

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

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

#leaderboard_modal div#pills-tabContent {
  /*  height: 75vh;*/
  /* overflow-y: auto;*/
  overflow-x: hidden;
}

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

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

.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: 5px 0px 5px 0px;
  width: 240px;
  object-fit: cover;
  aspect-ratio: 16/9;
}

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

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

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

#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 20px 35px 15px;
  border-bottom: 1px solid #dfe3eb;
  border-top: 1px solid #dfe3eb;
}

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

#coachingcomparision {
  margin-bottom: 30px;
  max-height: 350px;
  overflow: auto;
  height: 350px;
}

#coachingMetricsComparision {
  margin-bottom: 30px;
  max-height: 350px;
  overflow: auto;
  height: 350px;
}

.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.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: 15px !important;
}

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

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

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

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

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

.ack_thumb img {
  opacity: 1;
}

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

.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, 0.25);
  border: 1px solid rgba(0, 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, 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;
}

.coaching_history_image {
  width: 20px;
}

#activity_history_table_wrapper 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: 15px !important;
}

#activity_history_table_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 table.table-bordered.dataTable th:first-child {
  text-align: left;
}

#recognition_table_wrapper table.table-bordered.dataTable th {
  text-align: center;
}

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

.agent_profile_block {
  padding: 30px 30px 30px 25px;
}

.card-header {
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 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: -305px;
  background-color: #000;
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  display: none;
  min-width: 300px;
  z-index: 9999;
}

#task_history_wrapper {
  margin-top: -1px !important;
}

.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, 0.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 {
  width: 100%;
  padding: 5px 100px 5px 15px;
  text-align: left;
}

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

table#coachingHistory tbody tr:hover td {
  background-color: none !important;
  pointer-events: auto;
  cursor: auto !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, 0.7);
  background-color: rgba(227, 231, 235, 0.52);
}

.right_dashboard li {
  padding: 0;
}

.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, 0.25);
  margin-bottom: 20px;
  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, 0.55);
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.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, 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, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}

.payout_bg {
  padding: 15px;
  background-color: #6ccc76;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.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, 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, 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, 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, 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, 0.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, 0.7);
  background-color: rgba(227, 231, 235, 0.52);
  font-size: 13px;
  padding: 8px 8px 8px 20px;
  height: 40px;
  /* opacity: 0.5; */
}

.right_tile:hover {
  outline: 5px solid rgba(14, 126, 151, 0.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;
}

.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%;
  display: block;
}

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

#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, 0.5);
}

#agent_recognition_modal.show {
  background-color: rgba(0, 0, 0, 0.7);
}
/*#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%, 0.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, 0.5);
}

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

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

.thumb_down {
  cursor: pointer;
}

.anim-close:hover {
  background-color: rgba(255, 255, 255, 0.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, 0.71),
    rgba(92, 107, 192, 0.71)
  );
  width: 200px;
  height: 200px;
}

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

#incentivemodal td {
  white-space: nowrap;
}

.inc_hd {
  /*background-color: #fff;*/
  padding: 10px 15px;
  font-weight: 700;
}

span.pound {
  padding-left: 5px;
  font-weight: 900;
  font-size: 16px;
}

.metric-number-tile {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  width: auto;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
  color: #272933;
}

.metric-number-tile-header {
  margin-bottom: 20px;
  font-weight: 600;
}

.metric-numbers {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #272933;
}

.incentive1 tbody td:first-child {
  text-align: center !important;
}

.div-block-723 {
  min-height: 42px;
  padding: 10px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.existing_task_coach_popup .modal_close {
  background-color: #dfe3eb !important;
  border-radius: 5px;
  padding: 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  border: none !important;
}
.existing_task_coach_popup .modal_close:hover {
  background-color:#22c6ab !important;
}
.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: #22c6ab !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%);
}

@media screen and (min-width: 1280px) {
  .div-block-723.header-robert.metric-cell,
  .div-block-723.metric-cell {
    width: 160px;
  }
}

.metric-number-tile.no-right-margin {
  min-width: 260px;
  width: 260px;
  height: 160px;
  padding: 20px 20px 16px;
}

@media screen and (min-width: 1550px) {
  .metric-number-tile.no-right-margin {
    margin-right: 0;
  }

  .metric-number-tile {
    position: relative;
    overflow: hidden;
    min-height: 120px;
    min-width: 260px;
    width: 260px;
    margin: 3px 0px 20px 0px;
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
    color: #272933;
  }

  .new_game_tile {
    padding: 0px;
    margin: 5px 0px 20px 0px !important;
    white-space: normal !important;
  }
}

.metric-number-tile-header {
  margin-bottom: 20px;
  font-weight: 600;
}

.div-block-588 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mt-2 {
  margin-top: 8px;
}

.div-block-588.mt-2 {
  margin-top: 10px;
  justify-content: flex-start !important;
}

.div-block-590 {
  margin-right: 24px;
}

.metric-numbers {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
}

.div-block-588 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-588.mt-2 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 8px;
}

.div-block-732-copy {
  min-height: 500px;
  overflow: auto;
}

.dashboard-row-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1280px) {
  .dashboard-row-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.component-tile-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
}

.tile-header.new-robert {
  height: 48px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  background-image: none;
  font-weight: 700;
  text-transform: capitalize;
}

.tile-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(50, 52, 65, 0.1);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(50, 52, 65, 0.03)),
    to(rgba(50, 52, 65, 0.03))
  );
  background-image: linear-gradient(
    180deg,
    rgba(50, 52, 65, 0.03),
    rgba(50, 52, 65, 0.03)
  );
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-809 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.div-block-810 {
  margin-right: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
  min-width: 200px !important;
  min-height: 200px !important;
  max-height: 100% !important;
  border-right: 1px solid #dfe3eb;
}

.fa-folder-open:before {
  font-size: 18px;
}

.file_text {
  padding: 5px 0px 0px 0px;
}

.file_text p {
  margin-bottom: 0px;
}

.fa-download {
  vertical-align: middle;
  display: flex;
  height: 100%;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  background-color: rgb(0 0 0 / 32%);
}

.hdn {
  display: none;
}

.fa-dwld {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
}

.modal-content {
  border-radius: 10px !important;
}

.dwnld-file {
  cursor: pointer;
}

.text-center {
  justify-content: center !important;
}

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

.modal-footer > .btn-primary {
  background-color: #3e5569;
  border-color: #3e556985;
}

.dis-block {
  padding-right: 15px;
  padding-bottom: 15px;
}

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

.dwld-file {
  padding: 10px;
  border-radius: 5px;
  font-size: 30px;
  background-color: #cbd6e2;
  color: #373d4b;
}

.pointer:hover {
  cursor: pointer;
}

.btn {
  border-radius: 3px;
}

.b-r-3 {
  border-radius: 3px;
}

.player {
  width: 100% !important;
  height: 100% !important;
}

.w-inline-block {
  max-width: 100%;
  padding-bottom: 15px;
}

.btn-secondary {
  color: #fff;
  font-weight: 600;
  background-color: #22c6ab !important;
  border-color: #22c6ab !important;
}

.div-block-811 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  margin-bottom: 8px;
  padding: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-image:
    -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(39, 41, 51, 0.45)),
      to(rgba(39, 41, 51, 0.45))
    ),
    url(https://assets-global.website-files.com/5cdb1b9…/5fe2363…_Sales%20Desktop-half.png);
  background-image:
    linear-gradient(180deg, rgba(39, 41, 51, 0.45), rgba(39, 41, 51, 0.45)),
    url(https://assets-global.website-files.com/5cdb1b9…/5fe2363…_Sales%20Desktop-half.png);
  background-position:
    0 0,
    50% 50%;
  background-size: cover;
}

.div-block-812 {
  display: inline-block;
  padding: 2px 8px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 4px;
  background-color: #fff;
  color: #272933;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-link-robert {
  color: #0e7e97;
  font-weight: 700;
}

.div-block-823 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.skillset-series-preview {
  overflow: hidden;
  max-width: 104px;
  color: #7e7e7e;
  font-size: 13px;
  white-space: nowrap;
}

.text-block-223 {
  margin-right: 4px;
  margin-left: 4px;
  color: #cecece;
}

.metric-number-tile-header > a {
  color: #323441 !important;
}

.metric-number-tile.no-right-margin:hover {
  outline-offset: 0px;
  outline: rgba(14, 126, 151, 0.33) solid 5px;
}

.intradayy {
  background-color: #fff;
  padding: 10px 15px;
  margin: 10px 30px;
}

.intraday_heading {
  font-weight: bold;
  padding-bottom: 15px;
}

.intraday_metric_name {
  font-weight: bold;
  padding-bottom: 5px;
  white-space: nowrap;
}

.intraday_last_updated_date {
  color: gray;
}

.intraday_green {
  background-color: #d8f1e3;
  color: #016d2f;
  font-weight: 700;
}

.intraday_red {
  background-color: #f0d6d6;
  color: #b60300;
  font-weight: 700;
}

h3.metric-number-tile-header {
  color: #272933;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left !important;
}

.metric-number-tile a {
  color: #000 !important;
}

.Orange {
  color: #ffa500 !important;
}

#highlightstatus {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  bottom: -25px;
}

#highlightstatus.Orange {
  background-color: #ffa500 !important;
}

.General {
  color: #00bfff !important;
}

.preselect {
  min-height: 130px !important;
  /* background-color: #000000b3;*/
}

#intraday_metrics table:first-child td:first-child {
  text-align: left;
}

#intraday_metrics table:first-child th:first-child {
  text-align: left;
}

.pd-0 {
  padding: 0px !important;
}

.icPlay {
  z-index: 9999;
}

.bal-val.rec_date {
  color: #272933 !important;
}

#highlightstatus.General {
  background-color: #00bfff !important;
}

#highlightstatus.Certification {
  background-color: #fff !important;
}

.Certification {
  color: #fff !important;
}

.Gold {
  color: #fee901 !important;
}

#highlightstatus.Gold {
  background-color: #fee901 !important;
}

.Silver {
  color: #90949c !important;
}

#highlightstatus.Silver {
  background-color: #90949c !important;
}

.Bronze {
  color: #783201 !important;
}

#highlightstatus.Bronze {
  background-color: #783201 !important;
}

p.preselect_status {
  margin-bottom: 4px;
  font-weight: 900;
  font-size: 18px;
}

.text-block-214.abs {
  white-space: nowrap !important;
  word-break: break-word !important;
  padding-left: 25px !important;
  line-height: 16px !important;
  font-size: 13px !important;
}

.m-t-4.abs {
  white-space: nowrap !important;
  word-break: break-word !important;
  padding-left: 25px !important;
  line-height: 16px !important;
  font-size: 13px !important;
}

div#congrates {
  position: absolute;
  width: 400px;
  height: 400px;
}

.green_bg {
  background-color: #3c934f;
}

#programtabs,
#organizationtabs {
  white-space: nowrap;
}

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

.intra-sticky {
  text-align: left;
  position: sticky;
  left: 0;
  background: #fff;
  position: -webkit-sticky;
  z-index: 9999;
}

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

.inc_profile.flex {
  align-items: start;
}

.inc_name_letters .fs {
  width: 50px;
  line-height: 23px;
  height: 50px;
  font-size: 16px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 1px;
}

.namee {
  font-size: 23px;
  font-weight: 500;
}

.inc_name_details p {
  font-size: 12px;
  margin-bottom: 0px;
}

.incentive_block1 .space-between {
  justify-content: space-between !important;
}

.estimate_block {
  background: #fff;
  box-shadow: 0 4px 4px 1px rgb(0 0 0 / 15%);
  padding: 15px;
  min-height: 85px;
  min-width: 195px;
  width: 195px;
  border-radius: 5px;
  height: 117px;
  margin-right: 20px;
}

.incentive_block1 {
  padding: 10px 0px 35px 0px;
  min-height: 231px;
}

.inc_profile.flex.align-start {
  padding-bottom: 15px;
}

.inc_month.flex.align-center {
  font-weight: 600;
  font-size: 19px;
}

.mb-10 {
  margin-bottom: 10px;
}

#cox_incentive .modal-content {
  background-color: #f5f8fa;
}

.inc_leftblock {
  background-color: #f5f8fa;
  padding: 20px 0px 0px 20px;
}

.inc_right_block1 {
  background-color: #f5f8fa;
  padding: 30px 20px 0px 0px;
  height: 100%;
}

.white_bg {
  color: #75b48f;
}

.white_bg .mb-10 {
  font-size: 14px;
  font-weight: 600;
}

.inc_dollar_cxpb {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

.inc_profile.flex.align-start {
  padding-bottom: 15px;
}

.inc_dollar_s2s {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

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

#cox_incentive .table thead tr th {
  border-left: none;
  border-top: none;
  text-transform: capitalize;
  background: none;
}

#cox_incentive .table tbody tr td {
  font-weight: 700;
  padding: 15px 20px !important;
}

.inc_green {
  color: #75b48f;
}

.inc_red {
  color: #e34819;
}

.bgg {
  background: #fff;
  padding: 15px 0px 0px 0px;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 5px;
}

.bgg h3 {
  font-size: 16px;
  font-weight: 600;
}

.inc_potential_tile {
  background: #868686;
  min-width: 195px;
  width: 195px;
  color: #fff;
  padding: 15px;
  min-height: 85px;
  box-shadow: 0 4px 4px 1px rgb(0 0 0 / 15%);
  border-radius: 5px;
  margin: 0px 0px 15px 0px;
  height: 117px;
}

.inc_val {
  margin: 15px 0px;
  /* font-weight: 600; */
  letter-spacing: 3px;
  font-size: 25px;
}

.show_money {
  margin-bottom: 13px;
  padding: 10px 6px;
}

.show_money .btn {
  width: 100%;
  background: #414d5a;
  text-transform: uppercase;
  border-color: #414d5a;
  font-size: 12px;
  padding: 5px;
}

.inc_terms_cond {
  font-size: 12px;
  padding: 0px 20px 15px 20px;
}

.bgg .pl-15 {
  padding: 0px 15px;
}

.inc_input input {
  height: 25px;
}

#cox_incentive .potential_table .table tbody tr td {
  padding: 11px 20px !important;
}

.potential_table .table {
  margin-bottom: 0;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.inc_details {
  padding: 15px;
}

.inc_details button.btn.btn-primary {
  background: #348bf2;
  border-color: #348bf2;
  text-transform: uppercase;
  font-size: 12px;
}

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

#cox_incentive .modal-dialog {
  max-width: 95%;
}

.show_money_gif {
  margin-bottom: 10px;
}

.show_money_gif img {
  box-shadow: 0 4px 4px 1px rgb(0 0 0 / 15%);
  width: 156px;
}

#cox_incentive_s2s .modal-dialog {
  max-width: 95%;
}

#cox_incentive_cxpb .modal-dialog {
  max-width: 95%;
}

.potential_table {
  padding-top: 0px;
}

.potential_table .table tr td {
  padding: 6px 20px !important;
}

.incentive_block2 .table {
  margin-bottom: 0px;
}

.incentive_block2 .table tr td {
  white-space: nowrap;
}

.term_cond {
  padding-top: 15px;
}

button.btn.btn-primary.balance_color {
  font-size: 12px;
  width: 100%;
  border-radius: 0px;
  color: #fff;
  font-weight: normal;
}

.pbc a {
  margin: 0 !important;
}

.w-35-per {
  width: 35% !important;
}

.w-15-per {
  width: 15% !important;
}

.w-30-per {
  width: 40% !important;
}

.nowrap {
  white-space: nowrap;
}

.org_prog_block {
  min-height: auto;
  height: auto;
  max-height: 78px;
  overflow: auto;
}

.metric-number-tile .badge_img {
  padding: 0 15px;
}

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

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

.flex.justify-content-center.align-start {
  justify-content: center !important;
}

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

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

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

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

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

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

.chat_count .absolute {
  position: absolute;
  top: -3px;
  font-size: 10px;
  left: 8px;
}

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

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

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

li a {
  cursor: pointer;
}

.tile_bottom {
  color: rgba(39, 41, 51, 0.7);
  background-color: rgba(227, 231, 235, 0.52);
  font-size: 13px;
  padding: 8px 8px 8px 20px;
  height: 40px;
  /*  opacity:0.5;*/
}
/*.tile_bottom .pr-10{
    opacity:0.7;
}*/
.tile_team_icon {
  display: flex;
  background-color: #dadfe0;
  font-size: 12px;
  border-radius: 30px;
  width: 30px;
  height: 27px;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}

.tile_team_icon > div {
  font-weight: 600;
}

.pr-15 {
  padding-right: 15px;
}

.no_opacity {
  opacity: 1 !important;
}

.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 img {
  width: 18px !important;
  height: 18px !important;
}

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

.game_status_indication .position-absolute {
  top: -5px;
  left: 30px;
}

.red img {
  width: 8px;
  height: 8px;
}

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

.position_absolute .greenn {
  width: 20px;
  height: 20px;
}

.new_game_tile {
  white-space: nowrap;
  min-width: 260px !important;
  width: 260px !important;
  margin-right: 0px !important;
}

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

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

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

.game_status_indication .yellow {
  background-color: #f6be00;
}

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

.metric-number-tile.pbc.ncc a {
  color: #9400d3 !important;
  font-size: 14px !important;
  margin-bottom: 5px !important;
}

.ncc .metric-number-tile-header {
  margin-top: 5px;
  color: #323411;
  font-size: 12px;
}

.incentive-tile.premiercard {
  text-align: center;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #54589d;
  min-height: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* text-decoration: underline; */
}

.pbc a {
  margin: 0 !important;
}

.metric-number-tile a {
  color: #000 !important;
}

.premiercard a {
  text-decoration: underline;
}

.time_frame_block .form-group label {
  color: #344054;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: normal;
}

.ranked_person {
  width: 100% !important;
}

#activity_history_table_wrapper .table td:first-child {
  color: #0e7e97 !important;
  font-weight: 600;
}

.metric_table tbody tr:last-child td {
  border-bottom-color: transparent !important;
}

#activity_history_table_wrapper .table td.dataTables_empty {
  color: #000 !important;
  font-weight: normal !important;
}

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

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

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

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

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

.padding-ltr {
  padding: 0px 20px;
}

.updated_through img {
  width: 22px;
  opacity: 1;
}

.pl-15 {
  padding-left: 15px !important;
}

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

.quadrant_commit_tooltip {
  display: none;
  position: absolute;
  top: 22px;
  padding: 6px 12px;
  font-weight: normal;
  background-color: #fff;
  color: #000;
  z-index: 9;
  box-shadow: 0px 0px 10px #ababab;
  letter-spacing: 0px;
  white-space: normal;
  text-align: left;
}

.tean_icon:hover .quadrant_commit_tooltip {
  display: block;
}

.program_bar:hover .quadrant_commit_tooltip {
  display: block;
}

.agent_bar:hover .quadrant_commit_tooltip {
  display: block;
}

.quadrant_commit_tooltip .tval {
  font-weight: 700;
  padding-top: 1px;
}

.quadrant_commit_tooltip .tname {
  font-weight: 500;
  padding-top: 1px;
}

.modal_metric_name {
  font-size: 18px;
  font-weight: normal;
  margin-right: 8px;
}

.modal_metric_name b {
  font-weight: 600;
}

#leaderboard_modal .modal-header img {
  width: 22px;
}

#modal_time_frame_dropdown .form-select {
  font-size: 14px;
}

#leaderboard_modal .modal-header {
  padding: 15px 15px;
}

.leader_board_details .left_block {
  width: 38%;
  padding: 15px 0px;
}

.leader_board_details .leader_board_progress {
  width: 62%;
  margin: 15px 15px 15px 15px;
}

.team_program_rank .m_name {
  font-weight: 600;
  margin-bottom: 5px;
}

.team_rank_tile .teamrank b {
  font-size: 14px;
  line-height: 25px;
  font-weight: 600 !important;
}

.team_rank_tile .teamrank {
  line-height: 21px;
}

.team_rank_tile .teamrank div {
  padding-left: 3px;
}

.program_rank_tile .teamrank b {
  font-size: 14px;
  line-height: 25px;
  font-weight: 700 !important;
}

.program_rank_tile .teamrank {
  line-height: 21px;
}

/* .games_won .card {
  border: 1px solid transparent;
} */

.program_rank_tile .teamrank div {
  padding-left: 3px;
}

#pills-leaderboard .games_won .card-header div {
  font-weight: normal;
}

.games_won .card-header b {
  font-weight: 700 !important;
}

.game_notwon_block .table thead tr th {
  border-right: 1px solid transparent;
  /*  border-bottom-color: transparent !important;*/
  border-top: 1px solid transparent !important;
}

#leaderboard_table .bg-white {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/*.actual_goal .goal {
    font-weight: 400 !important;
}*/

#games_won_table_wrapper .dataTables_scrollHeadInner .table thead tr th {
  border-bottom: 1px solid #dee2e6;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
}

#games_won_table_wrapper table.dataTable thead > tr > th.sorting:hover {
  background-color: transparent;
}

/* .games_won .card-body {
  padding-top: 0px;
} */

.games_won .card-header img {
  width: 16px;
  margin-left: 3px;
}

.w-80 {
  width: 80%;
}

.rank_cell {
  padding: 10px 0px;
}

.pd-0 {
  padding: 0px !important;
}

.w-10 {
  width: 10%;
}

.leaderboard_table .table tbody tr td {
  text-align: left;
  border-left-color: transparent;
}

.top_rank {
  padding: 0px 0px 0px 0px;
}

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

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

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

#leaderboard_table thead tr th {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  border-left-color: transparent;
  background-color: transparent;
  border-top-color: transparent !important;
}

#leaderboard_table tbody tr td {
  background-color: transparent !important;
  border-left-color: transparent !important;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}

#leaderboard_modal .rank_value {
  text-align: right;
}

.w-5 {
  width: 5% !important;
}

.w-80 {
  width: 80% !important;
}

#pills-leaderboard #leaderboard_table .rank_value b {
  color: #000 !important;
}

#leaderboard_table thead tr th:last-child {
  text-align: right;
}

#pills-leaderboard #leaderboard_table .rank_value.highlight b {
  color: #000 !important;
}

.w-85 {
  width: 85% !important;
}

.question_img {
  width: 20px;
  margin-left: 10px;
}

.metric_detail_serach .form-control {
  font-size: 14px;
}

.metric_details_block {
  padding: 15px 0px;
  padding-left: 2px !important;
}

.updatedthrough {
  font-size: 12px;
  color: gray;
  padding-left: 4px;
}

.metric_details_block {
  padding: 15px 0px 25px 0px;
}
/*.metric_detail_card div:last-child{
    max-width: 25ch;
    white-space: normal;
    min-height: 40px;
}*/
.list_tile_view .nav-link {
  padding: 0.5rem 0.5rem;
}

.time_frame_block .tab-content > .tab-pane {
  min-width: 250px;
  height: 55vh;
  /*overflow: auto;*/
}

#activity_history_table .dataTables_empty {
  font-weight: normal !important;
  color: #000 !important;
}

.time_frame_block .dropdown-menu.show {
  height: auto;
  z-index: 9;
}

.time_frame_block .border-right {
  border-right: 1px solid transparent !important;
}

.org_block .btn-primary {
  background-color: #22c7a9 !important;
  border-color: #22c7a9 !important;
  border-radius: 3px;
}

.time_frame_block .btn-primary {
  padding: 6px 15px !important;
  background-color: #22c7a9 !important;
  border-color: #22c7a9 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.top_right_tile.active_coach_tile {
  background-color: #fff;
  margin-left: 1em;
  padding: 15px 20px;
  min-width: 270px;
  box-shadow: 0px 0px 5px #ccc;
  font-weight: 600;
  cursor: pointer;
}

.top_right_tile {
  background-color: #fff;
  margin-left: 1em;
  padding: 15px 20px;
  min-width: 270px;
  box-shadow: 0px 0px 5px #ccc;
  font-weight: 600;
  border-radius: 3px;
}

.w-55 {
  width: 55%;
}

.top_right_tile div:last-child {
  font-size: 18px;
  padding-top: 2px;
  font-weight: 600;
}

.top_right_tile b {
  font-weight: 700;
  font-size: 20px;
}

.time_frame_block .w-55 {
  border-bottom: 1px solid #dfe3eb;
  padding-bottom: 10px;
}

#task_history .btn-primary {
  text-transform: capitalize;
  background-color: #ff5c23;
  border-color: #ff5c23;
}

#task_history td:first-child .grayy {
  padding-left: 15px;
}

#task_history .grayy {
  color: gray;
  padding-top: 3px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding-left: 0px;
  white-space: nowrap;
}

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

#task_history .task_emp_name {
  text-transform: uppercase;
  font-weight: 700;
}

#task_history tbody tr td {
  text-align: center;
  font-size: 14px;
}

#task_history thead tr th {
  text-align: center;
  border-right: 1px solid #dfe3eb;
}

#task_history tbody tr td:last-child {
  text-align: left !important;
  white-space: nowrap;
}

#task_history .task_emp_name b {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

#task_history .task_emp_details .grayy {
  line-height: 10px;
}

#task_history td .btn {
  width: 100%;
  text-align: left;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  box-shadow: none;
}

#task_history .task_emp_details {
  display: block;
  text-align: left;
}

#task_history_wrapper .table thead tr th {
  text-align: center;
  border-right: 1px solid #dfe3eb;
}

#task_history_wrapper .dataTables_scrollBody .table thead tr th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.commitment_block .card-header .btn {
  color: #0e7e97;
  background-color: transparent !important;
  box-shadow: none;
  border-color: transparent !important;
  font-size: 14px;
  font-weight: 700;
}

.agent_activity_history th:first-child {
  text-align: left !important;
}

.commitment_block .card-header .btn:active {
  color: #0e7e97;
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
  font-size: 14px;
  font-weight: 700;
  outline: none !important;
}

.performance_trend_block {
  background-color: #fff;
}

.performance_trend_block .overflow-auto {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}

.performance_trend_block h4 {
  font-size: 14px;
  margin: 0;
  color: #000;
  font-weight: 700;
}

.performance_trend {
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
}

.sub_block {
  padding: 30px 15px 0px 0px;
}

.sub_block_metricname {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
}

.scrollable_block .metric_user {
  display: flex;
  width: 210px !important;
  justify-content: space-between;
  padding: 10px;
  background-color: #f5f8fa;
  border-radius: 4px;
  font-size: 13px;
}

.metric_user {
  display: flex;
  width: 200px;
  justify-content: space-between;
  padding: 12px;
  background-color: #f5f8fa;
  border-radius: 3px;
  border-left: 4px solid red;
  /* padding-bottom: 3px; */
}

.scrollable_block {
  padding-top: 5px;
}

/* current coaching commitements */

.coaching_commitments {
  background-color: #f1f2f4;
  padding: 7px 10px 7px 15px;
  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;
}

.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, 0.06),
    0 1px 3px 0 rgba(16, 24, 40, 0.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: 35px 20px 35px 12px;
  border-bottom: 1px solid #dfe3eb;
  border-top: 2px solid #dfe3eb;
}

.datepicker {
  width: 295px !important;
}

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

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

@media screen and (max-width: 1020px) {
  .profile_name {
    flex-direction: column;
  }
}

.coach_between_names {
  padding-left: 10px;
}

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

.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;
  pointer-events: auto;
  border-bottom: 1px solid #eaecf0;
  z-index: 1;
}

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

@media screen and (max-width: 992px) {
  .coaching_status_bottom {
    flex-direction: column;
    margin-bottom: -10px;
  }
}

.coaching_status_bottom1 {
  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, 0.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 30px 10px 15px;
  display: flex;
  align-items: center;
}

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

#coaching_modal .tab-content {
  padding-right: 15px;
  height: 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, 0.13);
  color: #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  .coaching_question_icon {
    width: 27px;
    height: 16px;
  }
}

.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: 0.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 {
  overflow: auto;
  padding: 12px 5px 0px 20px;
}

#coaching_modal .coaching_metric {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0 0 12px 15px;
  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, 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;
}*/

.trending_below_commitment {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  margin-bottom: 0px;
  background-color: rgba(239, 83, 80, 0.1);
  padding: 5px 15px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}

.trending_below_commitment:hover {
  background-color: rgba(239, 83, 80, 0.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, 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: #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, 0.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_button.modal-dialog {
  max-width: 45%;
  margin-left: 25%;
}

#edit_active_coaching_button .modal-header {
  padding: 18px;
}

#edit_active_coaching_button .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_button .coaching_close:hover {
  background-color: #24c6ab;
}

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

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

#edit_active_coaching_button .btn {
  background-color: #fff;
  border-color: #e9ecef;
  cursor: pointer;
  font-weight: 500;
  color: #323441;
  padding: 6px 12px 6px 12px !important;
  border-radius: 0;
}

#edit_active_coaching_button .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_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, 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;
}

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

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

.table_end {
  width: 10%;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  align-content: center;
}

@media screen and (max-width: 1020px) {
  .table_end {
    padding: 6px !important;
    display: flex;
    align-items: center;
  }
}

.table_chat {
  width: 10%;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .table_chat {
    padding: 6px !important;
    display: flex;
    align-items: center;
  }
}

.score_bar {
  width: 50%;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px !important;
}

.metric_username {
  width: 20%;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  padding: 19px !important;
}

.table_username {
  width: 20%;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  padding: 20px !important;
}

.coaching_Username {
  font-size: 12px;
  font-weight: 600 !important;
  color: #373d4b !important;
  white-space: pre-wrap;
}

.csr_name {
  font-size: 10px;
  white-space: pre-wrap;
  color: #00b9ff !important;
  font-weight: 700 !important;
}

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

@media screen and (max-width: 992px) {
  .score_bar .w-100 {
    background-color: #f5f8fa;
    flex-direction: column;
  }
}

.column-border {
  border-right: 1px solid #dfe3eb;
  padding: 17px 0px 17px 0px;
  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 {
  display: flex;
  justify-content: space-between;
  background-color: #f5f8fa;
}

@media screen and (max-width: 992px) {
  .coaching_table_header {
    display: flex;
    justify-content: space-between;
    background-color: #f5f8fa;
  }
}

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

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

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

@media screen and (max-width: 992px) {
  .coaching_table_header .sorting_desc::after {
    right: 0px;
  }

  .coaching_table_header .sorting_desc::before {
    right: 0px;
  }
}

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

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

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

.edit_coaching {
  padding-left: 15px;
  margin-top: 0px !important;
}

.footer-right .btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  padding: 0.375rem 0.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;
}

.btn-secondary {
  border-radius: 3px;
  font-weight: 600;
}

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

/*.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, 0.1);
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.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: #323441;
    opacity: 0.6;
}*/

.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 !important;
  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;
  margin-left: 3px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
  /*    height:929px;*/
}

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

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

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

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

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

/*.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: 0.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;
}

#coachingdetailsview .notes_fields .form-group > div {
  background-color: #f8f8f8;
  border-color: #cdcdcd;
}

.notes_fields label {
  font-size: 14px;
  font-weight: 500;
}

.perf input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0px;
  height: 45px !important;
  border: 1px solid #e9ecef !important;
}

#coaching_modal .title {
  font-weight: 600;
  font-size: 18px !important;
}

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

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

.div-block-803 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfe3eb;
  padding: 5px;
}

.coaching_trending {
  margin: 0px 20px 0px 20px;
}

.coaching_above_trending_block.modal_trending_block {
  background-color: rgba(80, 239, 91, 0.1);
  padding: 10px 15px;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  margin: 0px 15px 0px 15px;
}

.coaching_above_trending_block.modal_trending_block:hover {
  background-color: rgba(80, 239, 91, 0.2);
}

.coaching_above_trending_block {
  background-color: rgba(80, 239, 91, 0.1);
  padding: 10px 15px;
  border-radius: 4px;
  /*   width: 100%;*/
  cursor: pointer;
  /*    margin: 0px 15px 15px 15px;*/
  /*   margin-top: 10px;*/
}

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

.div-block-1097 {
  display: flex;
  grid-column-gap: 10px;
  font-size: 12px;
}

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

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

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

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

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

#coaching_modal .commitment_progress .commit_actual {
  margin-top: -26px;
}

#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;
  white-space: nowrap;
  margin-top: -7px;
}

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

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

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

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

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

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

.modal .commitment_flow .commit-tooltip {
  top: -15px !important;
  margin-left: 0px;
}

.commitment_flow {
  height: 4px;
  background-color: rgba(55, 61, 75, 0.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, 0.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; */
}

.btn.COACH {
  background-color: #ffe9a8 !important;
  border-color: #ffe9a8 !important;
}

.btn.HOT {
  background-color: #d7eaff !important;
  border-color: #d7eaff !important;
}

.btn.RECOGNIZE {
  background-color: #cae9c6 !important;
  border-color: #cae9c6 !important;
}

.btn.RECOGNITION {
  background-color: #cae9c6 !important;
  border-color: #cae9c6 !important;
}

.btn.FOLLOW {
  border-color: #fecccd !important;
  background-color: #fecccd !important;
}

.btn.COACH:hover {
  background-color: #ffe9a8 !important;
  border-color: #ffe9a8 !important;
}

.btn.HOT:hover {
  background-color: #d7eaff !important;
  border-color: #d7eaff !important;
}

.btn.RECOGNIZE:hover {
  background-color: #cae9c6 !important;
  border-color: #cae9c6 !important;
}

.btn.RECOGNITION:hover {
  background-color: #cae9c6 !important;
  border-color: #cae9c6 !important;
}

.btn.FOLLOW:hover {
  border-color: #fecccd !important;
  background-color: #fecccd !important;
}

.highcharts-button {
  display: none;
}

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

.above_commitment .current_bubble:hover {
  box-shadow: 0 0 0 10px rgba(108, 204, 118, 0.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, 0.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;
}

.customform-control {
  background-color: #f8f8f8;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  min-height: 40px;
  padding: 10px 15px;
  line-height: 21px;
  border-radius: 2px;
}

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

#coachingdetailsview .form-control {
  background-color: #f8f8f8;
  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;
  margin-right: 10px;
}

.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: 10px 15px;
  border-radius: 10px;
}

.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_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 20px;
}

.coaching_user3 {
  width: 45%;
}

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

#appendactivecoachingdetails .modal-content {
  border: 0px;
}

#update_coaching_button .btn-secondary.btn-secondary {
  background-color: #22c7a9;
  border-color: #22c7a9;
  font-size: 14px;
  margin-right: 1em;
}

.coaching_tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfe3eb;
  padding: 5px;
  gap: 20px;
}

.popup_coaching_tool_hover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dfe3eb;
  padding: 7px;
  gap: 20px;
}

/* current coaching commitements */

.scrollable_block .user_value {
  font-weight: bold;
}

.scrollable_block .user_name {
  color: #000;
}

.cell {
  position: relative;
  padding-bottom: 5px;
}

.cell:hover .committ-tooltip {
  display: block;
}

.cell .committ-tooltip {
  background-color: #323338;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #ccc;
  position: absolute;
  right: 0;
  z-index: 9;
  max-width: 140px;
  top: -29px;
  height: 40px;
  display: none;
  border-radius: 5px;
}

.hover_text {
  background-color: #000;
  border-radius: 3px;
  box-shadow: none;
  position: absolute;
  left: 0;
  z-index: 9;
  color: #fff;
  padding: 5px 15px;
  top: 35px;
  display: none;
  white-space: nowrap;
  font-size: 12px;
}

.icons img {
  width: 17px;
  margin: 8px 8px;
  cursor: pointer;
}

.hover_block {
  height: 32px;
  border-radius: 3px;
}

.hover_block:hover {
  background-color: #22c7a9 !important;
  cursor: pointer;
}

.hover_block:hover .hover_text {
  display: block;
  right: auto;
  left: auto;
}

#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: 0.5;
  padding-left: 5px;
}

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

.modal_audio_close .modal-header {
  cursor: default;
}

.modal_audio_close .modal-body {
  cursor: default;
}

.btn-followup {
  background-color: #fecccd;
  padding: 6px 16px;
  font-weight: 600;
}

.task_record .btn {
  font-weight: 700;
}

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

#trend_modal h3 {
  font-size: 16px;
}

.scrollable_block {
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
  /*  width: 285px;*/
}

.parent_block {
  margin: 30px 30px 30px 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc;
}

#coachingefx_wrapper thead tr th {
  font-size: 12px !important;
  white-space: nowrap;
  border-right: 1px solid #dfe3eb;
}

#coachingefxbymetric_wrapper thead tr th {
  font-size: 12px !important;
  border-right: 1px solid #dfe3eb;
  white-space: nowrap;
}

#coachingefxbymetric_wrapper tbody td {
  padding: 14px 20px !important;
  white-space: normal;
}

#coachingefxbymetric_wrapper tbody td:first-child {
  border-left: 4px solid #000;
}

.gamesnot_won_table .col-sm-12 {
  padding: 0 !important;
}

.gamesnot_won_table table.dataTable {
  border-color: transparent;
}

#pills-leaderboard .card-header .font-light {
    font-weight: normal !important;
}

.gamesnot_won_table thead tr th {
  text-align: center !important;
  font-size: 12px !important;
  text-transform: capitalize !important;
  border-bottom-color: transparent !important;
  background-color: transparent !important;
  border-right-color: transparent;
}

#coachingefxbymetric_wrapper {
  padding: 0;
}

#coachingefx_wrapper tbody td img {
  width: 27px;
}

#coachingefx_wrapper tbody td {
  font-size: 13px;
  text-align: center;
  padding: 10px 20px !important;
  white-space: nowrap;
}

.dataTables_scrollBody .table thead tr th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-right: 1px solid #dfe3eb !important;
}

#coachingefx_wrapper tbody td:last-child {
  font-weight: 700;
}

#coachingefx_wrapper {
  padding: 0;
}

.metric_table {
  min-height: 70vh;
}

.org_prog_header {
  /* z-index: 2;
    position: fixed;
    background-color: #f5f8fa;
    top: 115px;
    right: 15px;
    left: 25px;*/
  /* left: 15px; */
  padding: 10px 0px 10px 0px;
}

.top-fixed {
  position: sticky;
  z-index: 2;
  top: 115px;
  background-color: #f5f8fa;
  padding-top: 0;
  padding-bottom: 0;
}

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: 15px !important;
}

.save_footer .btn {
  padding: 6px 15px !important;
}

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

.efx_rank {
  position: absolute;
  left: -3px;
  top: -2px;
  background-color: #dfe3eb;
  border-radius: 3px;
  /* width: 10px; */
  /* height: 10px; */
  padding: 0px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: 1px solid #c7cdd5;
  font-size: 10px;
}

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

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

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

.efx_maangername {
  white-space: normal;
  word-break: break-word;
  text-align: left;
  font-weight: 700;
}

#coachingefxbymetric .efx_maangername {
  white-space: nowrap;
}

#coachingcomparision .table > tbody > tr > td:first-child {
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

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

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

#coachingefxbymetric_wrapper .table tbody tr:hover td {
  cursor: auto !important;
}

#coachingefx tbody tr.active td {
  background-color: #f5f8fa !important;
}

#coaching_efx .table tbody tr {
  position: relative;
}

#coachingefxbymetric tbody tr {
  position: relative;
}

#coachingefxbymetric thead tr th {
  font-size: 12px;
  font-weight: 700;
  border-right: 1px solid #dfe3eb;
}

.buttonIsHere label {
  display: block;
  width: 50px;
  background: #755;
  background-color: #aaaaaf;
  height: 18px;
  position: relative;
  border-radius: 9px;
  border: 1px solid #aaaaaf;
  margin: 9px;
}

.buttonIsHere label:before {
  content: "";
  height: 21px;
  width: 21px;
  background: #373d4b;
  position: absolute;
  border: 0px solid black;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  right: 28px;
  transition: 305ms all;
}

.buttonIsHere:has(> input:checked) label:before {
  right: 0px;
}

.buttonIsHere input {
  display: none;
}

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

#coaching_modal .lbl {
  font-weight: 500 !important;
}

.modal-body#appendactivecoachingdetails .lbl {
  font-weight: 700 !important;
}

#coaching_modal .modal-header h5 {
  font-size: 18px !important;
}

.low_high {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

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

#edit_profile_modal #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 {
  background-color: #f9fafb;
  border: 1px solid #eaecf0;
  padding: 4px !important;
  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;
}

#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, 0.07);
}

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

#balancescorecard_modal .time_frame_block {
  padding: 0;
}

#balancescorecard_modal .timeframe_lable {
  display: block;
}

#scorecard_details_table_wrapper {
  padding: 0;
}

#scorecard_details_table_wrapper th {
  white-space: nowrap;
}

#scorecard_ranking_table_wrapper {
  padding: 0;
}

.highcharts-credits {
  display: none;
}

.top_right_tile:hover {
  cursor: pointer;
  outline: 5px solid rgba(14, 126, 151, 0.33);
}

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

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

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

#list_view tbody tr td {
  text-align: center !important;
}

#list_view tbody tr td:first-child {
  text-align: left !important;
}

div#coachingHistory_wrapper {
  padding: 0;
}

#coachingefxbymetric.table tbody tr:hover {
  background: none !important;
}

.initials_bs {
  float: left;
  /*background-image: linear-gradient(45deg, #212529, #495057);*/
  background-color: #495057 !important;
  border-radius: 100%;
  color: #fff !important;
  padding: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  margin-left: -9px;
  margin-right: 6px;
  font-weight: 600 !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;
}

.sub_block:last-child .scrollable_block .cell .hover_block:hover .hover_text {
  right: 0;
}

#games_won_table tbody tr {
  height: 35px;
}

.pagination li {
  margin: 2px;
  z-index: 1 !important;
}

.agent_coaching_history td img {
  cursor: pointer;
  width: 20px;
  margin-right: 5px;
}

.audio_modal .modal-header {
  justify-content: end !important;
}

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

#ackbtn {
  background-color: #22c7a9;
  border-color: #22c7a9;
  font-size: 14px;
  font-weight: 600;
  margin-right: 1em;
  border-radius: 3px;
}

#coachingdetailseditview .btn-cancel {
  font-weight: 600;
  font-size: 14px;
  background-color: #22c7a9 !important;
  border-color: #22c7a9 !important;
  margin-left: 10px;
}

.afni_check .form-check {
  padding-left: 30px;
}

.agent_activity_history .table thead tr th {
  text-align: center;
}

.agent_activity_history tbody tr td {
  font-weight: normal;
  white-space: nowrap;
}

#agent_scheduling_modal .modal-body {
  padding: 35px 0px;
  /*min-height: 30vh;*/
  max-height: 81vh;
  overflow-y: auto;
  overflow-x: hidden;
}

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

div.dataTables_scrollBody table#gamesnot_won_table tbody tr:first-child td {
  border-top: 1px solid #dfe3eb !important;
}

#agent_scheduling_modal .md_close {
  /*  padding: 20px 0px;*/
  cursor: pointer;
  pointer-events: auto;
  width: 98%;
  text-align: right;
  margin: 75px 0px 30px 0px;
}

#cxpb_incentive_modal .cxpb_close_modal {
  /*  padding: 20px 0px;*/
  cursor: pointer;
  pointer-events: auto;
  width: 98%;
  text-align: right;
  margin: 75px 0px 30px 0px;
}

#cxpb_incentive_modal .cxpb_close_modal img {
  width: 20px;
  cursor: pointer;
}

#s2s_incentive_modal .s2s_close_modal {
  /*  padding: 20px 0px;*/
  cursor: pointer;
  pointer-events: auto;
  width: 98%;
  text-align: right;
  margin: 75px 0px 30px 0px;
}

#s2s_incentive_modal .s2s_close_modal img {
  width: 20px;
  cursor: pointer;
}

#agent_scheduling_modal h3 {
  font-size: 14px;
  font-weight: 500;
  padding-left: 18px;
}

.agent_schedule_date {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0px;
  padding-left: 18px;
}

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

#agent_scheduling_modal .table thead tr th {
  background: none;
  border: none;
  text-transform: capitalize;
  font-size: 14px;
  padding-left: 20px !important;
}

#agent_scheduling_modal .table tbody tr td {
  background: none;
  border: none;
  font-size: 12px;
  padding: 5px 20px !important;
  font-weight: bold;
  pointer-events: none;
}

#agent_scheduling_modal .table tbody tr td.text-left {
  text-transform: uppercase;
  font-weight: normal;
}

#agent_scheduling_modal .table tbody tr td .d-flex > div {
  padding-right: 35px;
}

#agent_scheduling_modal .table tbody tr td .row {
  background: none;
  border: none;
  font-size: 12px;
  padding: 5px 0px !important;
  font-weight: bold;
  pointer-events: none;
}

.datepicker td,
.datepicker th {
  font-size: 12px;
}

.datepicker .day,
.datepicker .dow {
  padding: 5px 8px;
}

.datepicker table tr td span {
  display: flex !important;
  justify-content: center;
}

.manager_schedule_date {
  white-space: nowrap;
  padding-left: 18px;
  padding-top: 10px;
}

.manager_schedule_date label {
  padding-right: 10px;
  font-size: 14px;
}

.manager_schedules {
  padding-left: 18px;
  margin-bottom: 15px;
}

.manager_schedules .row {
  padding: 7px 0px;
  /* border-top: 1px solid #ccc; */
  border-bottom: 1px solid #e9ecef;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
}

.manager_schedules > .row {
  border-top: 1px solid #e9ecef;
  text-transform: uppercase;
  pointer-events: none;
  font-weight: 600;
  font-size: 12px;
}

.manager_schedules .table .row {
  border-bottom: none;
}

.agent_schedule .d-flex {
  letter-spacing: 0px;
}

.iphen {
  padding: 0px 5px;
}

.my_schedule .div-block-588.mt-2 {
  justify-content: center !important;
  align-items: center;
}

#schedule_datepicker {
  text-transform: uppercase;
  height: 28px;
}

.sch_date {
  width: 170px;
  padding-right: 15px;
}

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

.next_best_action.action_box {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
  color: #272933;
  overflow: hidden;
  position: relative;
  min-height: 160px;
  margin-left: 3px;
  margin-right: -3px;
}

.Sup_incentive_tile {
  cursor: pointer;
}

.action_box.incentive h1 {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.action_box p {
  margin-bottom: 0;
  font-size: 14px;
}

#cxpb_incentive_modal .modal-dialog {
  max-width: 95%;
}

.inc_name_letters .fs {
  width: 50px;
  line-height: 23px;
  height: 50px;
  font-size: 16px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  font-weight: normal;
  letter-spacing: 1px;
}

.fs {
  padding: 10px;
  margin: auto;
  justify-content: center;
  display: flex;
  line-height: 44px;
  background-color: #cccccc75;
  border-radius: 60px;
  height: 63px;
  width: 63px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  box-shadow: 0 4px 4px 1px rgb(0 0 0 / 15%);
}

.inc_dollar_cxpb {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

.total_months {
  width: 70px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 600;
}

.total_months .form-control {
  font-size: 14px;
  height: 45px !important;
}

.total_months label {
  font-weight: 700;
}

.pt-8 {
  padding-top: 8px;
}

.potential_table .form-control {
  font-size: 14px;
  height: 45px !important;
}

.potential_table .table-responsive .table tr th {
  background-color: #ffffff;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  white-space: normal;
  border-color: transparent;
  border-top-color: transparent !important;
  border-bottom-width: 1px;
}

.incentive_block2 .table tr td {
  white-space: nowrap;
  background-color: transparent !important;
  font-weight: normal;
}

.csr_name {
  font-weight: 400 !important;
}

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

.table th:hover {
  cursor: default !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;
}

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

.incentive_block2 .table thead tr th {
  white-space: nowrap;
  padding: 10px 20px !important;
  border: 1px solid #dfe3eb !important;
}

.incentive_block2 .table tbody tr td {
  padding: 10px 20px !important;
}

.inc_input input.form-control {
  height: 25px;
}

.inc_profile.flex {
  align-items: start;
}

.inc_name_letters .fs {
  line-height: 23px;
  font-size: 16px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  font-weight: normal;
  letter-spacing: 1px;
}

.namee {
  font-size: 23px;
  font-weight: 500;
}

.inc_name_details p {
  font-size: 12px;
  margin-bottom: 0px;
}

.incentive_block1 .space-between {
  justify-content: space-between !important;
}

.estimate_block {
  background: #fff;
  box-shadow: 0 4px 4px 1px rgb(0 0 0 / 15%);
  padding: 15px;
  min-height: 85px;
  min-width: 195px;
  width: 195px;
  border-radius: 5px;
  height: 117px;
  margin-right: 20px;
}

.incentive_block1 {
  padding: 10px 0px 35px 0px;
  min-height: 231px;
}

.inc_profile.flex.align-start {
  padding-bottom: 15px;
}

.inc_month.flex.align-center {
  font-weight: 600;
  font-size: 19px;
  height: 28px;
}

.mb-10 {
  margin-bottom: 10px;
}

#cox_incentive .modal-content {
  background-color: #f5f8fa;
}

.inc_leftblock {
  background-color: #f5f8fa;
  padding: 20px 0px 0px 20px;
}

.inc_right_block1 {
  background-color: #f5f8fa;
  padding: 30px 20px 0px 0px;
  height: 100%;
}

.white_bg {
  color: #75b48f;
}

.white_bg .mb-10 {
  font-size: 14px;
  font-weight: 600;
}

.inc_dollar_cxpb {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

.inc_dollar_s2s {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

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

#cox_incentive .table thead tr th {
  border-left: none;
  border-top: none;
  text-transform: capitalize;
  background: none;
}

#cox_incentive .table tbody tr td {
  font-weight: 700;
  padding: 15px 20px !important;
}

.inc_green {
  color: #75b48f;
}

.inc_red {
  color: #e34819;
}

.bgg {
  background: #fff;
  padding: 15px 0px 0px 0px;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 5px;
}

.bgg h3 {
  font-size: 16px;
  font-weight: 600;
}

.inc_potential_tile {
  background: #868686;
  min-width: 195px;
  width: 195px;
  color: #fff;
  padding: 15px;
  min-height: 85px;
  box-shadow: 0 4px 4px 1px rgb(0 0 0 / 15%);
  border-radius: 5px;
  margin: 0px 0px 15px 0px;
  height: 117px;
}

.inc_val {
  margin: 15px 0px;
  /* font-weight: 600; */
  letter-spacing: 3px;
  font-size: 25px;
}

.show_money {
  margin-bottom: 13px;
  padding: 10px 6px;
}

.show_money .btn {
  width: 100%;
  background: #414d5a;
  text-transform: uppercase;
  border-color: #414d5a;
  font-size: 12px;
  padding: 5px;
}

.inc_terms_cond {
  font-size: 12px;
  padding: 0px 20px 15px 20px;
}

.bgg .pl-15 {
  padding: 0px 15px;
}

.inc_input input {
  height: 25px;
}

#cox_incentive .potential_table .table tbody tr td {
  padding: 11px 20px !important;
}

.potential_table .table {
  margin-bottom: 0;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.inc_details {
  padding: 15px;
}

.inc_details button.btn.btn-primary {
  background: #348bf2;
  border-color: #348bf2;
  text-transform: uppercase;
  font-size: 12px;
}

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

.actual_goal {
  padding-right: 15px;
}

#cox_incentive .modal-dialog {
  max-width: 95%;
}

.show_money_gif {
  margin-bottom: 10px;
}

.show_money_gif img {
  box-shadow: 0 4px 4px 1px rgb(0 0 0 / 15%);
  width: 156px;
}

/*#cxpb_incentive_modal .md_close {
    padding: 50px 60px;
}
*/
.show_money .btn-primary:hover {
  background-color: #348bf2 !important;
}

/*#s2s_incentive_modal .md_close {
    padding: 50px 60px;
}*/

#s2s_incentive_modal .modal-dialog {
  max-width: 95%;
}

.next_best_action h1 {
  font-size: 28px;
  font-weight: 700;
}

.list_tile_view .nav {
  flex-wrap: nowrap;
}

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

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

.question_icon {
  background-color: rgba(55, 61, 75, 0.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;
}

.show_more_options .commit-tooltip li a {
  padding: 0;
  font-size: 14px;
  box-shadow: none !important;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: inherit;
  display: block;
}

.show_more_options .commit-tooltip li {
  font-weight: normal;
}

.agent_coaching_history
  > #coachingHistory_wrapper
  > 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: 15px;
}

#leaderboard_modal
  #leaderboard_table_wrapper
  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: 15px;
}

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

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

#leaderboard_table tbody tr:hover {
  background-color: #f5f8fa !important;
  cursor: default !important;
}

#leaderboard_table_wrapper .table tbody tr td:hover {
  cursor: default !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: #22c7a9 !important;
  background-image: none !important;
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  .commitment_learning_block {
    margin-left: 0px;
    margin-top: 15px;
  }

  .time_frame_block .form-select {
    font-size: 12px !important;
  }

  .commitment_learning_block .commitment_block {
    height: auto !important;
  }

  .metric_commitment_block {
    display: block;
  }

  .metric_commitment_block .metrics_block {
    width: 100% !important;
  }

  .metric_commitment_block .commitment_learning_block {
    width: 100% !important;
  }

  .score_progress {
    font-size: 12px !important;
  }

  .activity-tracker {
    width: 125px;
    height: 150px;
  }

  .cefx_block .col-md-6 {
    width: 100% !important;
  }

  .name {
    font-size: 20px;
  }

  .agent_scorecard {
    height: 150px;
    width: 50%;
  }

  .top_right_tile {
    min-width: 160px;
  }

  .top_right_tile.active_coach_tile {
    min-width: 160px;
  }

  .agent_image img {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    margin-right: 15px;
  }

  .agent_name {
    font-size: 14px;
  }

  .agent_title {
    font-size: 10px;
  }

  .badge_icon img {
    width: 25px;
  }

  .time_frame_block .form-control {
    font-size: 12px;
  }

  .time_frame_block .form-select {
    font-size: 12px;
  }

  .show_more_options img {
    width: 10px;
  }

  .score_progress {
    font-size: 8px;
  }

  .score_range {
    font-size: 14px;
  }

  .edit_profile img {
    width: 25px;
  }

  .score_val {
    font-size: 25px;
  }

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

  .metric_title b {
    font-size: 12px;
  }

  .metrics_block .gray-text {
    font-size: 12px;
  }

  .table thead tr th {
    font-size: 12px;
  }

  .table tbody tr td {
    font-size: 12px;
  }

  .program_icon,
  .tean_icon,
  .agent_icon {
    font-size: 12px;
  }

  .actual_goal .actual {
    font-size: 12px;
  }

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

  .updated_through img {
    width: 16px;
  }

  #task_history td .btn {
    font-size: 12px;
  }

  #task_history .grayy {
    font-size: 12px;
  }

  #task_history .task_emp_name b {
    font-size: 12px;
  }

  #task_history tbody tr td {
    font-size: 12px;
  }

  .commitment_block .card-header .btn {
    font-size: 12px;
  }

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

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

  .viewed {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 34px;
    margin-right: 0;
    font-weight: normal;
    color: #667085;
    cursor: pointer;
    pointer-events: auto;
  }

  .viewed .btn {
    font-size: 12px;
  }

  .sub_block_metricname {
    font-size: 12px;
  }

  .scrollable_block .metric_user {
    font-size: 12px;
  }

  .scrollable_block {
    width: 200px;
  }

  .scrollable_block .metric_user {
    width: 200px;
  }

  .coaching_table_header div {
    font-size: 12px !important;
  }

  .coaching_Username {
    font-size: 12px;
  }

  .csr_name {
    font-size: 12px;
  }

  .profile_user_name {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .coaching_text_line {
    font-size: 10px;
  }

  .coaching_status_top {
    font-size: 12px;
  }

  .coaching_top {
    font-size: 12px;
  }

  .coaching_status_bottom {
    font-size: 12px;
    bottom: -17px;
  }

  .new_status.coaching_end_day {
    font-size: 12px;
  }

  .chat_countt svg {
    width: 15px;
  }

  .trending_text {
    font-size: 12px;
  }

  .ring_img {
    width: 25px;
    height: 25px;
  }

  .coaching_table_header .sorting::after {
    font-size: 8px;
  }

  .namee {
    font-size: 12px;
  }

  .coaching_table_header .sorting::before {
    font-size: 12px;
  }

  #background-pills-tab .nav-link {
    font-size: 12px;
    width: 95px;
    margin-right: 10px;
  }

  #modal_time_frame_dropdown .form-select {
    font-size: 12px;
  }

  .timeframe_lable {
    font-size: 12px;
  }

  #leaderboard_modal .time_frame_block {
    font-size: 12px;
  }

  #leaderboard_modal .modal-header img {
    width: 18px;
  }

  .modal_metric_name {
    font-size: 14px;
  }

  #leaderboard_modal .btn-bordered {
    font-size: 12px;
  }

  button.btn.btn-coach-modal {
    font-size: 12px;
  }

  .team_rank_tile .teamrank b {
    font-size: 18px;
  }

  #pills-leaderboard .team_program_rank .program_rank_tile {
    font-size: 12px;
    padding: 15px;
  }

  .program_rank_tile .teamrank b {
    font-size: 18px;
  }

  #pills-leaderboard .team_program_rank .team_rank_tile {
    font-size: 12px;
    padding: 15px;
  }

  #task_completion_drive .modal-dialog {
    max-width: 75%;
  }

  .first_last_name {
    font-size: 12px;
    width: 35px;
    height: 30px;
    border-radius: 35px;
    font-weight: 600 !important;
  }

  .modal_metric_name {
    margin-right: 0px;
  }

  #leaderboard_modal #background-pills-tab {
    margin-left: 12px;
  }

  .list_tile_view {
    padding-right: 0px;
  }

  .top_right_tile.active_coach_tile {
    min-width: 200px;
  }

  .top_right_tile {
    min-width: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  /*  .score_progress {
        font-size: 12px !important;
    }
    .time_frame_block .form-select {
        font-size: 12px !important;
    }*/
  .top_right_tile.active_coach_tile {
    min-width: 230px;
  }

  .metric_detail_card {
    min-width: 220px;
    width: 220px;
  }

  .top_right_tile {
    min-width: 230px;
  }

  /*   #background-pills-tab .nav-link {
        font-size: 12px;
    }

   #background-pills-tab .nav-link {
        width: 105px;
        margin-right: 10px;
    }

    button.btn.btn-coach-modal {
        font-size: 12px;
    }

    #leaderboard_modal .btn-bordered {
        font-size: 12px;
    }

    .name {
        font-size: 20px;
    }*/

  .agent_scorecard {
    width: 45%;
  }

  .commitment_learning_block {
    margin-left: 0px;
    margin-top: 15px;
  }

  .commitment_learning_block .commitment_block {
    height: auto !important;
  }

  .metric_commitment_block {
    display: block;
  }

  .metric_commitment_block .metrics_block {
    width: 100% !important;
  }

  .metric_commitment_block .commitment_learning_block {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1400px) {
  .score_progress {
    font-size: 11px !important;
  }

  .top_right_tile.active_coach_tile {
    min-width: 230px;
  }

  .metric_detail_card {
    min-width: 220px;
    width: 220px;
  }

  .top_right_tile {
    min-width: 230px;
  }

  #background-pills-tab .nav-link {
    font-size: 12px;
  }

  #background-pills-tab .nav-link {
    width: 105px;
    margin-right: 10px;
  }

  button.btn.btn-coach-modal {
    font-size: 12px;
  }

  #leaderboard_modal .btn-bordered {
    font-size: 12px;
  }

  .name {
    font-size: 20px;
  }

  .agent_scorecard {
    width: 45%;
  }
}

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

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

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

.commitment_progress .ml-5 {
  margin-left: 15px !important;
}

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

.trending_coaching_session {
  display: flex;
  justify-content: end;
  align-items: self-end;
}

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

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

#current_date {
  white-space: normal;
  overflow: hidden;
}

.modal-open {
  padding-right: 0px !important;
}

/* High Five css */

.high_five_container {
  height: 30px;
  width: 40px;
}

.high_five_block {
  background-color: #323338;
  border-radius: 4px;
  /* box-shadow: 3px 2px 5px #ccc;*/
  position: relative;
  left: 30px;
  bottom: 55px;
  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 !important;
}

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

.leader_board_image {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.HF_metric_container:hover .high_five_block {
  display: block !important;
}

/*.HF_manager_agent_block {
    background-color: #323338;
    border-radius: 4px;*/
/* box-shadow: 2px 0px 5px #ccc;*/
/*position: absolute;
    left: 45px;
    bottom: 70px;
    z-index: 9;
    max-width: 140px;   
    height: 32px;
    width: 35px;
    display: none;
}*/
/*.HF_agent_container {
    height: 40px;
    width: 55px;
}*/

.HF_manager_agent_container:hover .HF_manager_agent_block {
  display: block;
}
/* 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;
}

.HF_tooltip .HF_coach_text {
  position: absolute;
  bottom: 30px;
  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_coach_text {
  display: block;
}

.high-five-icon {
  width: 20px !important;
  margin: 4px !important;
}

.HF_balance_block {
  background-color: #323338;
  border-radius: 4px;
  box-shadow: 2px 0px 5px #ccc;
  position: relative;
  left: 45px;
  bottom: 70px;
  z-index: 9;
  max-width: 140px;
  height: 32px;
  width: 35px;
  display: none;
}

.HF_balance_container {
  height: 40px;
  width: 55px;
}

.HF_balance_container:hover .HF_balance_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;
}

/* coach effectiveness */

.HF_coach {
  position: absolute;
  left: 20px;
  bottom: 30px;
  display: none;
  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;
}

.HF_coach:hover {
  background-color: #22c7a9 !important;
}

.coach_userpic:hover .HF_coach {
  display: flex;
}

.perf_main_section {
  display: flex;
  width: 210px;
  justify-content: start;
  background-color: #f5f8fa;
  /*    border-radius: 4px;*/
  font-size: 13px;
  align-items: center;
  /* padding: 0px 12px 0px 0px;*/
}

.perf_user_section {
  justify-content: start !important;
  align-items: center;
  gap: 5px;
}

.agent_m1_summary_img {
  width: 35px;
  height: 35px;
  border-radius: 20px;
}

.perf_main_section .agent_alpha {
  background: #495057 !important;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  margin-right: 0px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: none;
  color: #fff !important;
  font-weight: 600 !important;
}

.agent_m1_summary_img {
  width: 35px !important;
  height: 35px !important;
  border-radius: 20px;
}

.balance_score_img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 20px !important;
  margin-left: -9px;
  margin-right: 6px;
}

.coach_user_section {
  background: #495057 !important;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 600 !important;
}

.active_chat_img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 20px !important;
}

.active_chat_user_section {
  background-color: #495057 !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 35px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212529;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 5px;
}

tr:first-child .high_five_text {
  top: 100%;
  bottom: auto;
  margin-top: 2px;
  font-weight: 600;
}

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

@media (max-width: 991px) {
  #high_five_ok_modal .modal-dialog {
    max-width: 90%; /* For tablets/small laptops */
  }
}
/*#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, 0.25);
}

.HF_manager_agent_container {
  position: relative;
}

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

.perf_trend_agent_block {
  background-color: #323338;
  border-radius: 4px;
  position: absolute;
  right: -30px;
  top: -25px;
  z-index: 9;
  max-width: 140px;
  height: 32px;
  width: 35px;
  display: none;
}

.HF_manager_agent_container:hover .perf_trend_agent_block {
  display: block;
}
#coachingefxbymetric tbody tr.redirect_coaching_library td {
  cursor: pointer !important;
  pointer-events: auto !important;
}

#coachingefxbymetric tbody tr.redirect_coaching_library td:hover {
  cursor: pointer !important;
  pointer-events: auto !important;
}

#coachingefxbymetric tbody tr:hover td {
  background-color: #f5f8fa !important;
}

.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 !important;
  height: 116px;
  position: absolute;
  left: -2px;
  right: 0;
  top: -1px;
  bottom: 0;
  width: 50%;
}
.upload_icon {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
}

.upload_icon img {
  width: 14px !important;
  height: 14px !important;
}

.upload_white {
  margin-right: 5px;
}

.upload_image_button .btn {
  padding: 11px 15px;
  border-radius: 8px;
  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;
}
.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 li {
  padding-bottom: 10px;
}

.editProfilePic .img-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}
#mainProfileImg {
  width: 206px;
  height: 128px;
}
#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-right: 0;
  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;
}
.upload_image_button .btn-primary {
  margin-right: 0;
}
#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;
}
#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;
}
#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-bottom: 50px;
}
.mb-1 {
  margin-bottom: 1em;
}
#save_profile_photo_modal .modal-header {
  border-bottom-color: transparent;
  padding-top: 25px;
}
#save_profile_photo_modal .modal-body h5 {
  font-size: 14px;
}
#save_profile_photo_modal .mb-1 {
  margin-bottom: 1em !important;
}
#edit_profile_photo_modal .btn {
  pointer-events: auto !important;
}
.dialog-max-width {
  max-width: 500px !important;
}

.modal-bg .modal-body {
  padding: 20px 0px 60px 20px;
  font-size: 14px !important;
}

.modal-bg .modal-content {
  padding-right: 20px;
}
.coaching_text_semibold-5 {
  white-space: nowrap !important;
}
.tool:hover .commit-tooltip {
  display: block;
}

#pills-aisummary .editt {
  padding: 8px 10px;
  margin-left: 7px;
}

/* trend chart performance trend css */

.trend_perf_table.dataTable thead .sorting:before,
.trend_perf_table.dataTable thead .sorting:after,
.trend_perf_table.dataTable thead .sorting_asc:before,
.trend_perf_table.dataTable thead .sorting_asc:after,
.trend_perf_table.dataTable thead .sorting_desc:before,
.trend_perf_table.dataTable thead .sorting_desc:after,
.trend_perf_table.dataTable thead .sorting_asc_disabled:before,
.trend_perf_table.dataTable thead .sorting_asc_disabled:after,
.trend_perf_table.dataTable thead .sorting_desc_disabled:before,
.trend_perf_table.dataTable thead .sorting_desc_disabled:after {
  opacity: 1.3 !important;
  bottom: 15% !important;
}
table.dataTable thead > tr > th.sorting_asc {
  background-color: #fff !important;
}
table.dataTable thead > tr > th.sorting:hover {
  background-color: #fff !important;
}
table.dataTable thead > tr > th.sorting_desc {
  background-color: #fff !important;
}
table.dataTable.trend_perf_table {
  border-collapse: separate !important;
  border-spacing: 0 8px !important;
}

.trend_perf_table tbody td {
  background-color: #f5f8fa;
  border: none !important;
}

table.dataTable tbody tr {
  border: none !important;
}
.trend_perf_table th:nth-child(2),
.trend_perf_table td:nth-child(2) {
  text-align: center;
}

.trend_perf_table th:nth-child(3),
.trend_perf_table td:nth-child(3) {
  text-align: right;
  padding-right: 15px;
  border-radius: 0px 4px 4px 0px;
}

.trend_perf_table tbody tr:hover .committ-tooltip {
  display: block;
}
.metric_expand_bg img {
  width: 18px;
  transform: rotate(45deg);
  cursor: pointer;
}
.metric_expand_bg {
  background-color: #dfe3eb;
  padding: 4px 4px !important;
  border-radius: 3px;
  cursor: pointer;
}

.top_rank.perf_top_rank {
  padding: 10px 20px !important;
}
.perf_top_rank .rank_number {
  width: 15% !important;
}
.perf_top_rank .ranked_person {
  width: 40% !important;
}
.perf_top_rank .rank_progress {
  width: 30% !important;
}
.perf_top_rank .rank_value {
  width: 15% !important;
}
.perf_top_rank .leader_board_image_L1 {
  width: 40px !important;
  height: 40px !important;
}
#leaderboard_modal .modal-body {
  overflow: auto;
  padding-left: 30px;
}
.icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
}

.icon-btn .nav-link {
  background-color: #fff !important;
  width: 46px;
  border: 1px solid transparent !important;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.links_right .nav-pills {
  gap: 8px;
}

.icon-btn svg {
  width: 22px;
  height: 22px;
  display: block;
}

.icon-btn .nav-link:hover,
.icon-btn .nav-link:focus-visible {
  background: #e2e7ef !important;
  border: 1px solid #c6cfdb !important;
  transform: translateY(-1px);
  outline: none;
}

.icon-btn.active,
.icon-btn .nav-link.active {
  background: #d8dde5 !important;
  box-shadow: none !important;
}

.icon-btn.grid svg {
  width: 22px;
  height: 22px;
  opacity: 0.35;
}
#leaderboard_table_wrapper .table tbody tr td:nth-child(3) {
    padding: 0 !important;
}