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

.datepicker table tr td.today {
  background: none !important;
  color: inherit;
}

#performance_wrapper .dataTable tr td:first-child {
  position: sticky !important;
  left: 0;
  z-index: 1;
  border-color: transparent !important;
  outline: 1px solid #dee2e6;
}

.red_star {
  color: red;
  padding-left: 3px;
}
.cursor-default {
  cursor: default !important;
}

/*    .dataTables_scrollBody {
        min-height: 40vh;
    }*/

.freeze-row {
  position: sticky;
  top: 40px; /* Adjust this value based on your header height */
  background-color: white; /* Ensure it covers the content behind */
  z-index: 1;
}

.dataTables_scrollHeadInner thead tr th:first-child {
  position: sticky !important;
  left: 0;
  z-index: 9;
}

.table > :not(caption) > * > * {
  background-color: inherit !important;
}

th.sticky {
  position: sticky !important;
  left: 0;
  z-index: 9;
}

#performance_wrapper tbody tr {
  height: 50px !important;
}

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

.note {
  padding: 8px 0px;
  background: transparent;
  justify-content: flex-start !important;
  color: #626465;
  font-family: italic, sans-serif;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  font-weight: 400 !important;
  margin: 0px 33px -20px 33px;
}

.time_frame_block .dataTables_scrollBody {
  background-color: transparent !important;
}

.time_frame_block {
  padding: 10px 15px 0px 15px !important;
}

.time_frame_block .dropdown-menu.show {
  border-color: transparent;
  box-shadow: 0px 0px 5px #ccc;
  height: auto !important;
  overflow-y: auto;
  background: #fff;
}

.save_footer {
  border-top: 1px solid #ebebeb;
  padding: 15px;
}

.save_footer .btn-cancel {
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #e6e9ed;
  margin-right: 10px;
}

#performance_wrapper tr td:first-child {
  position: sticky !important;
  z-index: 1 !important;
}

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

.time_frame_block .btn-primary:hover {
  background-color: #21c7a9 !important;
}

.time_frame_block .btn-primary {
  background-color: #21c7a9;
  border: 1px solid #21c7a9 !important;
  padding: 13px 12px !important;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-align: center;
  /* letter-spacing: 0.5px; */
}

.timeFrame,
.org_selection,
.prog_selection {
  margin-right: 10px;
}

.w-65 {
  width: 65%;
}

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

span.k-autocomplete.k-input.form-control {
  height: 35px !important;
}

.show_scorecards li.btn {
  display: block !important;
  padding: 10px 15px !important;
  margin-top: 5px;
  margin: 5px 5px 5px 5px;
}

.show_scorecards li.btn:hover {
  background-color: #22c7a9 !important;
  border-color: #22c7a9 !important;
  color: #fff !important;
}

.show_scorecards {
  padding: 5px 10px;
}

.visibility_hidden {
  visibility: hidden;
}

.swal2-container .swal2-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  padding-top: 30px !important;
  padding: 15px;
  font-weight: 600;
}

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

.save_footer .btn-cancel:hover {
  background-color: #f9fafb !important;
}

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

.time_frame_block .form-select {
  color: #656e7e !important;
  border-radius: 7px;
  height: 42px;
  font-size: 16px;
  line-height: 27px;
}

.time_frame_block .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #323441;
  background-color: #f9fafb;
  font-size: 12px;
}

.time_frame_block .dropdown-menu.show {
  font-size: 12px;
  padding: 0;
  height: 55vh;
  z-index: 3 !important;
}

.visibility-hidden {
  visibility: hidden;
}
/*.time_frame_block .month_selector {
        height: 65vh;
        overflow-y: auto;
        overflow-x: hidden;
    }*/
.time_frame_block .border-right {
  padding: 15px;
  min-width: 150px;
}

.time_frame_block .border-left {
  border-left: 1px solid #ebebeb;
  /*  height:55vh;*/
  position: relative;
  min-width: 285px;
}

.k-autocomplete .k-clear-value {
  opacity: 0.5;
  visibility: hidden;
}

.k-autocomplete .k-clear-value {
  height: 34px;
}

.time_frame_block .tab-content > .tab-pane {
  min-width: 250px;
}

.time_frame_block .month_selector {
  padding: 15px;
  height: calc(55vh - 65px);
  overflow: auto;
}

.time_frame_block .nav-link {
  color: #323441;
}

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

.time_frame_block li {
  padding: 5px 10px;
  border-radius: 3px;
  margin: 2px 0px;
}

.time_frame_block li:hover {
  background-color: #f9fafb;
}

.time_frame_block li.active {
  background-color: #f9fafb;
}

.save_footer {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 15px;
  height: 64px;
}

.save_footer {
  border-top: 1px solid #ebebeb;
  padding: 15px;
  position: sticky;
  bottom: -1px;
  width: 100%;
  right: 0;
  background: #fff;
}

.save_footer .btn-primary {
  background-color: #21c7a9 !important;
  border-color: #21c7a9 !important;
  box-shadow: 0px 0px 5px #ccc;
  color: #fff !important;
}

.save_footer .btn {
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  line-height: 8px !important;
  padding: 12px !important;
}

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

.absolute {
  position: absolute;
}

.time_frame_block {
  width: 100%;
}

img.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.export img {
  width: 35px;
}

.m1_summary label {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}

.datepicker td,
.datepicker th {
  width: 30px;
  height: 20px;
  border-radius: 20px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
/*.btn.disabled, .btn:disabled, fieldset:disabled .btn{
    opacity:1 !important;
}*/
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  display: none !important;
}

.m1_summary .form-select {
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
  height: 31px;
}

.time_frame_block {
  border-bottom-color: transparent !important;
}

.m1_summary .form-control {
  font-size: 12px !important;
  font-weight: normal;
  text-transform: inherit;
}

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

.programm_selection {
  width: 230px !important;
}

.program_name {
  width: 230px !important;
}

.program_name.filter_selection {
  /* width: 230px;*/
  margin-left: 30px;
}

.time_frame_block .form-select {
  color: #656e7e !important;
  border-radius: 7px;
  height: 42px;
  font-size: 16px;
  line-height: 27px;
}

.btn-primary {
  color: #fff;
  background-color: #22c7a9;
  border-color: #22c7a9;
  font-size: 12px;
  padding: 5px 15px;
}

.view_filter .btn:disabled {
  background-color: #8b97a7 !important;
  border: 1px solid #8b97a7 !important;
}

.view_filter .btn {
  font-weight: normal !important;
  cursor: pointer !important;
}

.view_filter .btn:hover {
  cursor: pointer !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none !important;
}

.chosen-container {
  min-width: 100%;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #ced4da;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: none;
  cursor: text;
  border-radius: 5px;
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping */
  /* overflow-x: auto;*/
  white-space: nowrap; /* Ensure text stays in one line */
  max-width: 100%; /* Keep it responsive */
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 4px 9px 4px 0px;
  border: 1px solid #eee;
  flex-shrink: 0; /* Prevent shrinking */
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-size: 12px;
  height: 28px;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  font-size: 12px;
  padding-right: 5px;
}

.chosen-container-multi .chosen-choices li.search-field {
  display: none;
}

li.search-choice.ellipsis-choice {
  margin: 0;
  background: none;
  padding: 0 !important;
  background-image: none !important;
  background: none !important;
  border: none !important;
}

.no-cursor .profile-agent {
  pointer-events: none;
}

.chosen-container-multi .chosen-choices {
  padding: 0px 5px 0px 10px;
}

.chosen-container-active .chosen-choices {
  box-shadow: none !important;
}

.kendoautcomplete.input-group {
  width: 285px !important;
  box-shadow: 0px 0px 5px #ccc;
}

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

.m1_summary .input-group {
  width: 285px !important;
}

table.dataTable thead {
  box-shadow: none;
}

table.table-bordered.dataTable td,
table.table-bordered.dataTable th {
  border-width: 1px !important;
}

.dataTables_scrollHeadInner thead tr:first-child {
  height: auto !important;
}

.dataTables_scrollHeadInner thead tr:first-child th {
  font-weight: 600 !important;
  z-index: 1;
  height: inherit !important;
}

.dataTables_scrollHead {
  top: 113px !important;
}

.dataTables_scrollHeadInner thead tr:first-child th:first-child {
  z-index: 2 !important;
}

#fixed-scrollbar {
  z-index: 9;
}

#trend_modal .modal-content {
  border-radius: 5px;
}

#bsc_trend_modal .modal-content {
  border-radius: 5px;
}

.program_name.dependent_dropdown {
  margin-left: 30px;
  width: 230px;
}

.filter_selection {
  margin-right: 1.5em;
}

.icons img {
  cursor: pointer;
}

#bsc_trend_modal .modal-dialog {
  max-width: 70%;
}

#bsc_trend_modal .modal-header h3 {
  font-size: 20px;
  font-weight: 600;
}

.k-autocomplete .k-input {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-weight: normal !important;
  width: 100%; /* Ensure it fills the container */
}

.k-list > .k-item {
  font-weight: 600 !important;
  padding: 5px 0px 5px 15px !important;
}

.filter_criteria .form-select {
  font-weight: normal;
}

.show_active {
  display: none;
}

li.active .show_active {
  display: block !important;
}

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

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

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

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

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

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

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

table.dataTable thead > tr > th.sorting_desc {
  background-color: #e3e7e9 !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;
}

.fa-search:before {
  content: "\f002";
  color: #fff;
  font-family: "FontAwesome";
}

table.table.table-striped.table-bordered.nowrap.w-100.dataTable.no-footer.DTFC_Cloned {
  border-top: 0px;
}

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 {
  right: 10px !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;
}

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;
}
/* Arrow inside Chosen box */
.chosen-container-multi .chosen-choices::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.low_index {
  z-index: 2 !important;
}

.chosen-container {
  max-width: 100% !important;
}

.chosen-container .ellipsis-pill {
  background: none;
  border-radius: 3px;
  padding: 0;
  margin: 2px;
  font-size: 14px;
  pointer-events: none;
  user-select: none;
}

#leaderboard_modal .time_frame_block .dropdown-menu.show {
  z-index: 9999 !important;
}
/*.program_name.dependent_dropdown{
    min-width:300px;
}*/
.chosen-container .chosen-choices .ellipsis-choice {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 3px 5px 3px 0;
  display: inline-block;
  cursor: default;
  height: 21px;
}

.select2-container {
  width: 200px !important;
}

.select2-container--default .select2-selection--multiple {
  width: 100%; /* Adjust width as needed */
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  outline: 0;
  height: auto;
}

.select2-selection__rendered {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
}

.select2-selection__choice {
  flex-shrink: 0;
  margin-right: 4px;
  white-space: nowrap;
}

.select2-ellipsis-pill {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: auto;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: #4798e8;
  border-color: transparent !important;
  color: #343a40;
  font-size: 12px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #dee2e6 1px;
  border-radius: 5px;
  outline: 0;
}

.select2-container--default .select2-selection--multiple {
  line-height: 21px;
  padding-bottom: 1px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  position: relative;
  margin: 3px 3px 3px 5px;
  padding-left: 7px;
  padding-right: 15px;
  border: 1px solid #aaa !important;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    to(#eee)
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow:
    0 0 2px #fff inset,
    0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow:
    0 0 2px #fff inset,
    0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 19px;
  cursor: default;
  display: flex;
  align-content: center;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  font-size: 12px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #ced4da;
  outline: 0;
}

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

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  margin: 0;
  align-items: center;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  cursor: text;
  padding-right: 5px;
  padding-top: 1px;
  position: relative;
}

.select2-container .select2-selection--multiple {
  height: 31px;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 21px;
  margin-bottom: 3px;
}
/*.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1967d2 !important;
    color: white !important;
}*/
.select2-results__option {
  padding: 6px;
  font-size: 12px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5f6163;
  color: #fff;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.select2-dropdown {
  border-radius: 6px !important;
  z-index: 2 !important;
}

.select2-results__option--selectable {
  background-color: #5f6163;
  color: #fff;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selected {
  background-color: #558cec !important;
  color: white;
}

.select2-container--default .select2-results__option--selected {
  background-color: #558cec !important;
  color: white;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent !important;
  left: auto;
  right: 0;
  color: #999 !important;
  font-size: 16px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice.select2-ellipsis-pill {
  background: none !important;
  border-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: none;
  padding: 0 !important;
  font-size: 16px !important;
  /* line-height: 28px !important; */
  height: auto;
  font-weight: 700;
}

.select2-container--default .select2-selection--multiple::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 12px;
}

.select2-selection__choice span:hover {
  color: #000;
}

.select2-container input[type="radio"],
.select2-container input[type="checkbox"] {
  width: 20px;
  min-height: 20px !important;
  height: 12px;
  line-height: 12px;
  box-sizing: border-box;
  padding: 0;
  background-color: transparent !important;
  border-color: transparent !important;
}

.select2-results__option--selectable input[type="checkbox"] {
  accent-color: #5f6163 !important; /* for modern browsers */
  background-color: #5f6163 !important;
}

.select2-results__option--selected input[type="checkbox"] {
  accent-color: #558cec !important; /* for modern browsers */
  background-color: #558cec !important;
}
/* Hide native checkbox */
.checkbox-option input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #007bff;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.checkbox-option input[type="checkbox"]:checked::after {
  content: "\2714";
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 14px;
  color: white;
}

.select2-results__option span {
  display: flex;
  align-items: center;
}

.select2-results__option {
  color: #fff;
}
/*.select2-results__option {
    padding-left: 25px;
    position: relative;
}

    .select2-results__option::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 6px;
        width: 12px;
        height: 12px;
        border: 1px solid #999;
        background-color: #fff;
    }

    .select2-results__option[aria-selected="true"]::before {
        content: '✓';
        color: green;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
        background-color: #e6ffe6;
    }*/
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
  right: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 12px;
}

.select2-container--disabled
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #878b93 !important;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #fff;
}

.select2-container--default .select2-selection--single {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-right: 10px;
  transition: transform 0.3s ease;
  width: 8px;
  height: 8px;
  border-width: 0px;
  border-color: transparent transparent transparent transparent;
  border-right: 2px solid #6c757d;
  border-bottom: 2px solid #6c757d;
  border-style: solid;
  /* border-color: #6c757d transparent transparent transparent !important;*/
  transform: rotate(45deg);
  margin: 0px;
  margin-right: 8px;
}
/*.select2-results__option--selectable:hover {
    background-color: #558CEC !important;
    color: #fff;
}*/
.select2-container--disabled.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #878b93 !important;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='black' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Remove hover background color in Select2 multi-select dropdown */
/*.select2-results__option--highlighted[aria-selected]:hover {
    background-color: transparent !important;
   
}*/
.metric_details {
  position: relative;
}
/* Pure CSS tooltips for icon buttons — avoids Bootstrap overflow:hidden clipping */
.list_tile_view .nav-item[data-tip] {
  position: relative;
}

.list_tile_view .nav-item[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background: #1e293b;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  padding: 7px 10px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 99999;
  background-color: #000 !important;
 font-family: 'Roboto', 'Lato', sans-serif;
}

.list_tile_view .nav-item[data-tip]::before {
  content: "";
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #1e293b;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 99999;
}

.list_tile_view .nav-item[data-tip]:hover::after,
.list_tile_view .nav-item[data-tip]:hover::before {
  opacity: 1;
}

/* Updated-through gauge bar marker tooltips (Team/Program/Me) — same pure-CSS
   top-placed tooltip pattern as the icon buttons above, so all three markers'
   tooltips render consistently above their marker (matches Production).
   .tean_icon/.program_icon/.agent_icon are already position:absolute in
   managerdashboardnew.css, so no position override is needed here. */
.tean_icon[data-tip]::after,
.program_icon[data-tip]::after,
.agent_icon[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #1e293b;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  padding: 7px 10px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 99999;
  background-color: #000 !important;
}

.tean_icon[data-tip]::before,
.program_icon[data-tip]::before,
.agent_icon[data-tip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1e293b;
  border-bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 99999;
}

.tean_icon[data-tip]:hover::after,
.tean_icon[data-tip]:hover::before,
.program_icon[data-tip]:hover::after,
.program_icon[data-tip]:hover::before,
.agent_icon[data-tip]:hover::after,
.agent_icon[data-tip]:hover::before {
  opacity: 1;
}

/* High Performer Persona marker tooltip — same pure-CSS hover pattern as the
   T/P/Me marker tooltips above, but the bubble is a real child element
   (.persona-tip) instead of attr(data-tip), because production renders a
   Bootstrap HTML tooltip with BOLD values:
     title="<span class='nowrap'>High Performer Persona <b>147.17</b></span>
            <br/><span>As of <b>08-Jun-2026</b></span>"
   (_partialgetallmetricdetailsandchartspermetric_M1_M2Dashboard_TimeFrame.cshtml
   line 211). Base text stays normal weight — only the <b> values are bold, as
   in prod. modifiedagentsummary.css: .persona .tooltip-inner { max-width: none;
   white-space: nowrap; } → mirrored below.
   .persona.position-absolute is already positioned (managerdashboardnew.css),
   so no position override is needed here. */
.persona::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 0px);
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1e293b;
  border-bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 99999;
}

.persona .persona-tip {
  position: absolute;
  bottom: calc(100% + 5px);
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #1e293b;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  /* .persona sets line-height: 5px (managerdashboardnew.css) — the child
     inherits it and the two text lines collapse onto each other. Restore a
     normal line box. */
  line-height: 1.5;
  white-space: nowrap;
  width: max-content;
  max-width: none;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 99999;
  background-color: #000 !important;
}

.persona:hover .persona-tip,
.persona:hover::before {
  opacity: 1;
}
.input-group-text:hover{
  border: none !important;
}