.Benchmarks-page .buttons-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--be-blue-3); }
  .custom-control  .custom-control-label::after {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 21px;
    height: 24px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;  }
    .custom-control  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 21px;
    height: 24px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #52575C;
    padding-left: 20px;
    padding-top: 3px;
}
.Benchmarks-page .buttons-section .left-side-buttons {
    display: flex;
    align-items: center;
}
.Benchmarks-page .buttons-section .left-side-buttons .button-root {
    margin-right: 15px;
    position: relative;
    z-index: 1;
}
.Benchmarks-page .buttons-section .button-root .input-more-popup {
    right: auto;
    left: 0;
    top: 100%;
    text-align: left;
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 6px;
}
.Benchmarks-page .buttons-section .button-root .input-more-popup button {
    text-align: left;
}
.Benchmarks-page .buttons-section button.colored-btn {
    height: 36px;
    background: var(--be-blue-3);
    border: 1px solid var(--be-blue-3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}
.Benchmarks-page .buttons-section button span {
    margin-left: 6px;
}
.Benchmarks-page .benchmarks-table-content {
    overflow-x: auto;
}
.Benchmarks-page .benchmarks-table-content table {
    min-width: 1260px;
}
.Benchmarks-page .benchmarks-table-content table th {
    padding: 15px 2px;
}
.Benchmarks-page .benchmarks-table-content table th.remove-padding {
    padding: 0;
}
.Benchmarks-page .benchmarks-table-content table th.empty-table-cells {
    padding: 0 4px;
}
.Benchmarks-page .benchmarks-table-content .table-title {
    color: #27272A;
    font-weight: 700;
    font-size: 23px;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.Benchmarks-page .benchmarks-table-content .table-title .text-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.Benchmarks-page .benchmarks-table-content .table-title .input-more-popup {
    right: auto;
    left: -10px;
    top: 100%;
}
.Benchmarks-page .benchmarks-table-content .table-title .input-more-popup button.disabled {
    opacity: 0.7;
    pointer-events: none;
}
.Benchmarks-page .benchmarks-table-content .table-title img {
    width: 12px;
    margin-left: 15px;
}
.Benchmarks-page .benchmarks-table-content .highlighted-section {
    background: var(--be-blue-3);
    border-radius: 4px 4px 0px 0px;
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    text-align: left;
}
.Benchmarks-page .benchmarks-table-content .highlighted-section strong {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 4px;
}
.Benchmarks-page .benchmarks-table-content .highlighted-section span {
    font-weight: 400;
    font-size: 13px;
    color: #E5E7EB;
    opacity: 0.8;
}
.Benchmarks-page .benchmarks-table-content table td {
    background: #FFFFFF;
    padding: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #334155;
    border-bottom: 1px solid #EEF0F2;
}


.navlink {
    display: block;
    padding: 15px 35px;
    border-radius: 1px solid #E5E7EB;
    text-decoration: none;



}
.navitem{
 border-left:1px solid #E5E7EB;
}
.navpills .navlink {
    border-radius: 0rem;
    font-family: 'Fira Sans';
    padding: 15px 35px;
    border-bottom:  2px solid #E5E7EB;
    text-decoration: none;
}
.navpills .navlink.active, .navpills .show>.navlink {
    color: #fff;
    font-family: 'Fira Sans';
    color: #1E293B;
    background: #F1F5F9;
    font-family: 'Fira Sans';
font-style: normal;
font-weight: 700;
font-size: 14px;
text-decoration: none;

/* identical to box height */

display: flex;
align-items: center;
    border-bottom: 2px solid #EF8903;;
}
.navpills .navlink {
    border-radius: 0rem;
    font-family: 'Fira Sans';
    color: #64748B;
 
font-style: normal;
text-decoration: none;
font-weight: 500;
font-size: 14px;

/* identical to box height */

display: flex;
align-items: center;
}
.opex-tabs-section .tab-content {
    padding: 12px;
    border-top: none;
}
.Benchmarks-page .benchmarks-table-content table tr.hide {
    display: none;
}
.Benchmarks-page .benchmarks-table-content table tr:last-child td {
    border-bottom: 0;
    padding-bottom: 35px;
}
.Benchmarks-page .benchmarks-table-content table .grey-bg td {
    background: #F8FAFC;
}
.Benchmarks-page .benchmarks-table-content table td.cell-with-border-radius {
    background: transparent;
    padding: 0;
}
.Benchmarks-page .benchmarks-table-content table td.cell-with-border-radius .border-radius-top-added {
    border-radius: 4px 4px 0px 0px;
    background: #FFFFFF;
    height: 100%;
    padding: 7px;
    white-space: nowrap;
}
.Benchmarks-page .benchmarks-table-content table td.empty-table-cells {
    padding: 0 4px;
    background: transparent;
    border-bottom: 0;
}
.Benchmarks-page .benchmarks-table-content table .title-row td {
    font-weight: 700;
    font-size: 14px;
    color: #162C75;
}
.Benchmarks-page .benchmarks-table-content .my-company-cell {
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    color: #EF8903;
}
.Benchmarks-page .benchmarks-table-content .color-green, 
.Benchmarks-page .benchmarks-table-content .color-blue {
    font-weight: 500;
    font-size: 14px;
}
.Benchmarks-page .benchmarks-table-content .color-green {
    color: #2A9658;
    border-top: 2px solid #2A9658;
}
.Benchmarks-page .benchmarks-table-content .color-black {
    color: black;
    font-weight: 600;
 
}
.Benchmarks-page .benchmarks-table-content .color-red {
    color:red;
    font-weight: 600;
        border-top: 2px solid red;
 
}
.Benchmarks-page .benchmarks-table-content .color-blue {
    color: #2563EB;
}
.Benchmarks-page .benchmarks-table-content .metric-cell {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.Benchmarks-page .benchmarks-table-content .metric-cell .left-content {
    padding-right: 15px;
}
.Benchmarks-page .benchmarks-table-content .metric-cell .right-content {
    display: flex;
    align-items: center;
}
.Benchmarks-page .benchmarks-table-content .metric-cell .right-content img{
    margin-left: 6px;
}
.Benchmarks-page .benchmarks-table-content .metric-cell .metric-cell-title {
    font-weight: 700;
    font-size: 14px;
    color: #162C75;
    margin-bottom: 10px;
}
.Benchmarks-page .benchmarks-table-content .metric-cell p {
    margin: 0;
}
.Benchmarks-page .benchmarks-table-content .table-cell-with-pin {
    display: inline-flex;
    align-items: flex-end;
}
.Benchmarks-page .benchmarks-table-content .table-cell-with-pin .pin-root {
    margin-bottom: 10px;
    margin-left: 10px;
}
.Benchmarks-page .benchmarks-table-content .bar-chart-section .highcharts-point:first-child {
    fill: #ef8903;
}
.Benchmarks-page .benchmarks-table-content .bar-chart-section .label-list {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.Benchmarks-page .benchmarks-table-content .bar-chart-section .label-list > div {
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: #8DA0AB;
    font-weight: 500;
    font-size: 13px;
}
.Benchmarks-page .benchmarks-table-content .bar-chart-section .label-list > div span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #EF8903;
    margin-right: 6px;
}
.Benchmarks-page .benchmarks-table-content .bar-chart-section .label-list > div:nth-child(2) span {
    background: var(--be-blue-3);
}
.Benchmarks-page .benchmarks-table-content .bar-chart-section .bar-chart-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Benchmarks-page .benchmarks-table-content .bar-chart-section .bar-chart-title .title-left {
    margin-right: 10px;
}
.Benchmarks-page .benchmarks-table-content .bar-chart-section .bar-chart-title .chart-title {
    color: #060606;
    font-weight: 400;
    font-size: 12px;
}
.Benchmarks-page .benchmarks-table-content .bar-chart-section .bar-chart-title span {
    font-weight: 400;
    font-size: 11px;
    color: #5F5F5F;
}
.Benchmarks-page .pin-root {
    display: inline;
}
.Benchmarks-page .pin-root.active .pin {
    display: none;
}
.Benchmarks-page .pin-root .pin-orange {
    display: none;
}
.Benchmarks-page .pin-root.active .pin-orange {
    display: inline;
}
.Benchmarks-page .tooltip-content {
    position: relative;
    z-index: 1;
}
.Benchmarks-page .tooltip-content .tooltip-text {
    position: absolute;
    left: 100%;
    top: -12px;
    /* width: 210px; */
    width: 180px;
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    background: #000000;
    padding: 10px;
    text-align: left;
    border-radius: 4px;
    margin: 0 10px;
    display: none;
}
.Benchmarks-page .tooltip-content:hover .tooltip-text {
    display: block;
}
.Benchmarks-page .tooltip-content .tooltip-text::before {
    content: "";
    border: 5px solid transparent;
    border-right-color: black;
    position: absolute;
    right: 100%;
    top: 18px;
}
.Benchmarks-page .tooltip-content.align-left .tooltip-text {
    left: auto;
    right: 100%;
}
.Benchmarks-page .tooltip-content.align-left .tooltip-text::before {
    border-right-color: transparent;
    border-left-color: black;
    left: 100%;
    right: auto;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--be-blue-3); }
.fs-24{
  font-size: 24px;
}

.Benchmarks-page .save-dashboard-modal .modal-lg {
  max-width: 600px;
}
.Benchmarks-page .save-dashboard-modal .doodle-buttons{
  background-color: var(--be-blue-3);
  color: white;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 13px;
  padding: 0.375rem 0.75rem !important;
  cursor:pointer;
}
.Benchmarks-page .save-dashboard-modal .heads{
  background-color: #f0ecec;   
  padding: 10px 25px;
}
.Benchmarks-page .save-dashboard-modal .modal-body {
  padding: 25px;
}
.Benchmarks-page .save-dashboard-modal .save{
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #002449;
}   
.Benchmarks-page .save-dashboard-modal .wird{
  width: 65%;
  margin-top: 5%;
  background: #FFFFFF;
  border: 1px solid #B8BCC5;
  border-radius: 5px;
  font-size: 13px;
}
.Benchmarks-page .save-dashboard-modal .leta{
  border: 1px solid #B8BCC5;
  border-radius: 5px; 
  font-size: 13px;
  padding: 0.375rem 0.75rem !important;
  cursor:pointer;
}
.Benchmarks-page .save-dashboard-modal .colo{
  /* height: 44px;
  left: 30px;
  right: 30px;
  top: 84px; */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #002449;
  
}
.Benchmarks-page .save-dashboard-modal .button{
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 25px;
}


@media (max-width: 767.98px){
    div.bs-canvas {
        width: 100%;
        display: none;
    }
    .Benchmarks-page .buttons-section .left-side-buttons{
        padding-top: 20px;
    }
    .search-box{
        display: none;
    }
    

  .Benchmarks-page .buttons-section button.colored-btn {
      height: 36px;
    
      font-size: 12px;
      color: #ffffff;
      white-space: nowrap;
  }
  .Benchmarks-page .buttons-section .left-side-buttons {
      padding-top: 0px;
  }
  .max-benchmark-alert img{
      width: 17%;
      height: 38px;
  }
  .pull-bs-canvas-right .colored-btn{
      display: none;
  }
  button.pull-bs-canvas-right.colored-btn.addCohort {
      display: none;
  }
  .Benchmarks-page .benchmarks-table-content table th {
      padding: 0px;
  }
  .opex-tabs-section  .nav{
      display: block !important;
  }
  .navpills .navlink {
    
      padding: 7px 20px;
    
  }
  .Benchmarks-page .save-dashboard-modal .save{
    font-size: 16px;
  }
  .Benchmarks-page .save-dashboard-modal .colo {
    font-size: 14px;
  }
  .Benchmarks-page .save-dashboard-modal .wird {
    width: 100%;
  }
}