#scrollToView.bep-scroll-offset {
  scroll-margin-top: 71px;
}

:root {
  --border-radius: 100px;
}

.summary-container {
  display: grid;
  grid-template-columns: minmax(290px, 16%) 1fr minmax(290px, 20%);
  gap: 20px;
}

@media screen and (max-width: 62em) {
  .summary-container {
    grid-template-columns: 1fr;
  }
}

.chart-insight-container {
  display: grid;
  /* background-color: #f2f1f2; */
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  gap: 0px;
}

.insight-container {
  width: 100%;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 23px 12px 12px;
  font-weight: 500;
  gap: 24px;
}

@media screen and (max-width: 1280px) {
  .insight-container {
    gap: 8px;
  }
}

.icon-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  height: 135px;
}

.icon-container-background {
  background-color: white;
}

.icon-container-gradient {
  background: linear-gradient(to right, #07d2ce, #3cb5e6);
}

.icon-content-container {
  height: 112px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: white;
  border-radius: 50% 50% 10px 10px;
}

.new-text {
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0 0 10px;
  color: white;
  align-self: flex-start;
}

.custom-bubble-tooltip {
  padding: 8px 16px 8px 0;
  border-radius: 4px;
  width: 320px; /* Fixed width */
  height: auto; /* Adjust height based on content */
  flex-shrink: 0;
  font-family: Volte;
  border-left: 5px solid rgba(44, 175, 254, 0.5);
  opacity: 0.95;
  background: var(--White, #fff);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  gap: 4px; /* Space between rows */
  box-sizing: border-box;
  overflow: hidden; /* Prevent going outside */
}

.custom-bubble-tooltip .tooltip-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: start;
  gap: 7px;
  font-family: Volte;
  width: 100%; /* Full width of tooltip */
  box-sizing: border-box;
}

.custom-bubble-tooltip .tooltip-title {
  color: var(--Copy-Type, #606063);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Volte;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap; /* Keep title on one line */
  box-sizing: border-box;
  text-align: right;
}

.custom-bubble-tooltip .tooltip-value {
  font-family: Volte;
  font-size: 10px;
  font-weight: 600;
  color: black;
  white-space: normal; /* Allow wrapping */
  word-wrap: break-word; /* Wrap long words */
  overflow-wrap: break-word;
  width: 100%; /* Take full available width */
  box-sizing: border-box;
  text-align: left; /* Align text to the left for better reading */
}

.table .ag-header-cell-label {
  font-size: 12px;
  display: flex;
  justify-content: center;
  font-weight: 600;
}

.bee-table-chart.table .ag-menu.ag-column-menu {
  display: none !important;
}

/* Hide ag-Grid header menu (3 dots) in BEETableChart */
.bee-table-chart.table .ag-header-cell-menu-button,
.bee-table-chart.table .ag-header-cell-menu-button-wrapper,
.bee-table-chart.table .ag-header-menu,
.bee-table-chart.table .ag-header-menu-button,
.bee-table-chart.table .ag-header-menu-dot {
    display: none !important;
    pointer-events: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
}

.table .ag-root-wrapper{
    padding: 0px 12px;
    border: none !important;
    border-radius: none !important;
}
.table .ag-pinned-left-header{
    border: none !important;
}

.table .ag-header-row {
  background-color: white;
}

.table .ag-header-cell{
    text-align: center;
    font-weight: normal;
    border-top: none!important;
    border-bottom: none !important;
    padding: 0px !important;
}

.table .ag-header-cell>.ag-header-cell-comp-wrapper{
    height: 38px;
    font-weight: 400;
    font-family: "Volte";
    color: #444444;
}

.table .ag-header-cell.ag-column-first>.ag-header-cell-comp-wrapper>.ag-cell-label-container>.ag-header-cell-label{
    justify-content: flex-end;
    padding-left: 5px;
    width: 100%;
    font-weight: 600;
}

.table .ag-cell-label-container{
    background: rgba(218, 217, 214, 0.5);
    padding-right: 16px;
    padding-left: 16px;
}

.table .ag-cell-last-left-pinned {
    min-width: 160px !important;
  }
  
.table .ag-header-cell-label, 
.table .ag-header-cell-comp-wrapper, 
.table .ag-column-first.cell-span,
.table .ag-cell{
    display: flex;
    align-items: center;
}

.table .ag-row{
    border-spacing: 0 !important; 
}
.table .ag-cell{
    text-align: center;
    padding: 0px;
    border: 0px !important;
}
.table .ag-row-last{
    border-bottom:1px solid #ccc !important;
}

.table .ag-row-odd.ag-row-no-focus>.ag-cell>span, 
.table .ag-row-odd.ag-row-no-focus>.ag-cell>div, 
.table .ag-row-odd.ag-row-focus>.ag-cell>span, 
.table .ag-row-odd.ag-row-focus>.ag-cell>div{
    background: #F2F1F2;
    height: 85%;
}

.table .ag-row.ag-row-no-focus>.ag-cell.ag-column-first>span, 
.table .ag-row.ag-row-no-focus>.ag-cell.ag-column-first>div, 
.table .ag-row.ag-row-focus>.ag-cell.ag-column-first>span, 
.table .ag-row.ag-row-focus>.ag-cell.ag-column-first>div{
    display: block;
    height: 40px;
    color: #444444;
    font-size: 12px;
    font-family: "Volte";
    text-align: right;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
}

.table .ag-virtual-list-container {
    text-align: left;
}
.table .ag-popup-positioned-under{
    top: 42px !important;
    height: 220px;
}

.table .ag-row {
    --ag-internal-content-line-height: 15px;
}
.table .ellipsis {
    max-width: 100%;
    overflow: hidden;
    white-space: visible;
    text-overflow: ellipsis;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.table .cell-text-center{
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
}
.custom-tooltip {
  padding: 8px;
  border-radius: 4px;
  width: 180px; /* Fixed width */
  height: auto; /* Adjust height based on content */
  flex-shrink: 0;
  font-family: Volte;
  border-left: 5px solid rgba(44, 175, 254, 0.5);
  opacity: 0.95;
  background: var(--White, #fff);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  gap: 5px; /* Space between rows */
  box-sizing: border-box;
  overflow: hidden; /* Prevent going outside */
}

.custom-tooltip .tooltip-row {
  display: flex;
  flex-direction: column; /* Stack title and value vertically */
  font-family: Volte;
  width: 100%; /* Full width of tooltip */
  box-sizing: border-box;
}

.custom-tooltip .tooltip-title {
  color: var(--Copy-Type, #606063);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Volte;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap; /* Keep title on one line */
  box-sizing: border-box;
}

.custom-tooltip .tooltip-value {
  font-family: Volte;
  font-size: 10px;
  font-weight: 400;
  color: black;
  margin-top: 2px; /* Small space between title and value */
  white-space: normal; /* Allow wrapping */
  word-wrap: break-word; /* Wrap long words */
  overflow-wrap: break-word;
  width: 100%; /* Take full available width */
  box-sizing: border-box;
  text-align: left; /* Align text to the left for better reading */
}

.custom-inverted-tooltip {
  padding: 8px 16px 8px 8px;
  border-radius: 4px;
  width: 280px;
  height: auto;
  flex-shrink: 0;
  font-family: Volte;
  border-left: 5px solid rgba(44, 175, 254, 0.5);
  opacity: 0.95;
  background: var(--White, #fff);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.custom-inverted-tooltip .tooltip-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: start;
  gap: 7px;
  font-family: Volte;
  width: 100%;
  box-sizing: border-box;
}

.custom-inverted-tooltip .tooltip-title {
  color: var(--Copy-Type, #606063);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: Volte;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: right;
}

.custom-inverted-tooltip .tooltip-value {
  font-family: Volte;
  font-size: 10px;
  font-weight: 600;
  color: black;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.category_table .ag-root-wrapper{
    padding: 0px 12px;
    border-radius: 0px;
    box-shadow: none;
    border: 0px !important;
}

.category_table .ag-header-group-cell,
.category_table .ag-header-row {
  background-color: white;
}

.category_table .ag-pinned-left-header {
  border: 0px !important;
}

.category_table .ag-cell-last-left-pinned {
  min-width: 160px !important;
  text-align: right !important; 
  padding-right: 24px;
}

.category_table .ag-cell-label-container{
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  background: rgba(218, 217, 214, 0.5);
}

/*When we use Column filter we will use below style*/
/* .category_table .ag-cell-label-container .ag-header-icon {
  position: absolute;
  right: 10px;
  z-index: 10;
} */

.category_table .ag-header-cell-label, 
.category_table .ag-header-cell-comp-wrapper, 
.category_table .ag-column-first.cell-span,
.category_table .ag-cell{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*When we use Column filter we will use below style*/
/* .category_table .ag-header-cell-label {
  transition: all 0.1s linear;
}

.category_table .ag-header-cell-comp-wrapper:hover .ag-header-cell-label {
  padding: 0 25px;
}

.category_table .ag-sort-indicator .ag-sort-indicator-icon {
  padding-left: 0;
}  */

.category_table .ag-header-cell-label{
  white-space: normal;
}
.category_table .ag-header-cell .ag-header-cell-sorted-desc .ag-header-cell-text, 
.category_table .ag-header-cell .ag-header-cell-sorted-asc .ag-header-cell-text{
  width: 64px;
}
.category_table .header-padding .ag-header-cell-sorted-desc .ag-header-cell-text, 
.category_table .header-padding .ag-header-cell-sorted-asc .ag-header-cell-text{
  padding-left: 16px;
}

.category_table .header-center .ag-header-cell-sorted-desc .ag-header-cell-text, 
.category_table .header-center .ag-header-cell-sorted-asc .ag-header-cell-text{
  display: flex;
  justify-content: center;
}

.category_table .ag-header-cell .ag-header-cell-sorted-desc .ag-sort-indicator-icon, 
.category_table .ag-header-cell .ag-header-cell-sorted-asc .ag-sort-indicator-icon{
  padding: 0px !important;
} 

.category_table .ag-cell-last-left-pinned>span{
  padding-right: 24px;
  width: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  text-align: right;
  cursor: pointer;
}

.category_table .ag-header-cell{
  padding: 0px !important;
  border-top: 0px !important;
  color: #444444;
}
.category_table .ag-header-cell>.ag-header-cell-comp-wrapper{
  height: 38px;
  font-weight: 600;
  font-size: 12px;
  font-family: "Volte";
  color: #444444;
}

.category_table .ag-header-cell>.ag-header-cell-comp-wrapper>.ag-cell-label-container {
  height: 100%;
  background: rgba(218, 217, 214, 0.5);
}

.category_table .cell-span {
    background-color: white;    
}

.category_table .ag-column-first.cell-span{
  height: 100%;
  font-weight: 400;
  font-size: 12px;
  font-family: "Volte";
  color: #444444;
  border:0px !important;
  border-bottom: 1px solid #C8C8C8 !important;
  padding: 0px;
}

.category_table .ag-column-first>span{
  line-height: 1.5;
  width: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-top: calc((40px - 16px) / 2);
}

.category_table .ag-row-no-focus>.ag-cell>span, 
.category_table .ag-row-no-focus>.ag-cell>p, 
.category_table .ag-row-focus>.ag-cell>span, 
.category_table .ag-row-focus>.ag-cell>p{
  height: 40px;
  color: #444444;
  font-size: 12px;
  font-family: "Volte";
}

.category_table .ag-row-odd.ag-row-no-focus>.ag-cell>span, 
.category_table .ag-row-odd.ag-row-no-focus>.ag-cell>div, 
.category_table .ag-row-odd.ag-row-focus>.ag-cell>span, 
.category_table .ag-row-odd.ag-row-focus>.ag-cell>div{
    background: #F2F1F2;
}

.category_table .ag-row-odd.ag-row-no-focus>.ag-cell.ag-column-first>span, 
.category_table .ag-row-odd.ag-row-no-focus>.ag-cell.ag-column-first>div, 
.category_table .ag-row-odd.ag-row-focus>.ag-cell.ag-column-first>span, 
.category_table .ag-row-odd.ag-row-focus>.ag-cell.ag-column-first>div{
    background: inherit;
}

.category_table .ag-row-even.ag-row-no-focus, 
.category_table .ag-row-odd.ag-row-no-focus, 
.category_table .ag-row-even.ag-row-focus, 
.category_table .ag-row-odd.ag-row-focus{
  border-bottom: 0px !important;
  font-weight: 400;
  font-size: 12px;
  font-family: "Volte";
  color: #444444;
}

.category_table .ag-cell{
  border: 0px !important;
  padding-left:0px !important;
  padding-right:0px !important;
}

.category_table .ag-cell-value.left-border-cell {
    border-right: 1px solid #C8C8C8 !important; 
    border-bottom: 1px solid #C8C8C8 !important;
}

.category_table .ag-center-cols-container .ag-row{
  border-bottom: 1px solid #C8C8C8 !important;
}

.category_table .ag-horizontal-left-spacer{
  display: inline-table ;
}

.category_table .ag-virtual-list-container {
  text-align: left;
}

.category_table .ag-popup-positioned-under{
  top: 110px !important;
}
.table-chart .ag-root-wrapper{
    border: none !important;
    border-radius: 0 !important;
}
.table-chart .ag-pinned-left-header{
    border: none !important;
}

.table-chart .ag-header {
    background-color: rgba(218, 217, 214, 0.5);
}

.table-chart .ag-header-cell{
    font-weight: normal;
    border-top: none!important;
    border-bottom: none !important;
    padding: 0px !important;
    background-color: inherit
}

.table-chart .ag-header-cell:hover{ 
    background-color: inherit !important;
    cursor: default !important;
}


.table-chart .ag-header-cell>.ag-header-cell-comp-wrapper{
    height: 38px;
    font-weight: 400;
    font-family: "Volte";
    color: #444444;
}

.table-chart .ag-header-cell.ag-column-first>.ag-header-cell-comp-wrapper>.ag-cell-label-container>.ag-header-cell-label{
    font-weight: 600;
}

.table-chart .ag-header-cell.center-align .ag-header-cell-label {
    justify-content: center;
}

.table-chart .ag-cell-label-container{
    padding-right: 5px;
    padding-left: 5px;
}

.table-chart .ag-header-cell-label {
    font-size: 12px;
    display: flex;
    font-weight: 600;
   
}
.table-chart .ag-cell-last-left-pinned {
    min-width: 160px !important;
  }
  
.table-chart .ag-header-cell-label, 
.table-chart .ag-header-cell-comp-wrapper, 
.table-chart .ag-column-first.cell-span,
.table-chart .ag-cell{
    display: flex;
    align-items: center;
}

.table-chart .ag-row{
    border-spacing: 0 !important; 
}
.table-chart .ag-cell{
    padding: 0px;
    border: 0px !important;
}
.table-chart .ag-row-last{
    border-bottom:1px solid #ccc !important;
}

.table-chart .ag-row-odd .ag-cell-wrapper {
    background: #F2F1F2;
}

.table-chart .ag-cell-wrapper {
    width: 100%;
    flex: 1;
}

.table-chart .ag-row.ag-row-no-focus>.ag-cell.ag-column-first>span, 
.table-chart .ag-row.ag-row-no-focus>.ag-cell.ag-column-first>div, 
.table-chart .ag-row.ag-row-focus>.ag-cell.ag-column-first>span, 
.table-chart .ag-row.ag-row-focus>.ag-cell.ag-column-first>div{
    color: #444444;
    font-size: 12px;
    font-family: "Volte";
    text-align: right;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
}

.table-chart .ag-virtual-list-container {
    text-align: left;
}
.table-chart .ag-popup-positioned-under{
    top: 42px !important;
    height: 220px;
}

.table-chart .ellipsis {
    max-width: 100%;
    overflow: hidden;
    white-space: visible;
    text-overflow: ellipsis;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.table-chart .cell-text-center{
    display: flex !important;
    align-items: center !important;
}
.heatmap_table .ag-root-wrapper{
    padding: 0px 12px;
    border: none !important;
    border-radius: none !important;
}
.heatmap_table .ag-pinned-left-header{
    border: none !important;
}
.heatmap_table .ag-header-group-cell,
.heatmap_table .ag-header-row {
  background-color: white;
}
.heatmap_table .ag-header-cell{
    text-align: center;
    font-weight: normal;
    border-top: none!important;
    border-bottom: none !important;
}
.heatmap_table .ag-header-cell-label {
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.heatmap_table .ag-row{
    border: none !important;   
    border-spacing: 0 !important; 
}
.heatmap_table .ag-cell{
    text-align: center;
    padding: 1px !important;
    border: 0px !important;
}
.heatmap_table .ag-column-first {
    text-align: right;
    line-height: 1.5;
}
.heatmap_table .ag-cell.ag-column-first{
    border-right: 1px solid #ccc !important;
}
.heatmap_table .ag-row-last{
    border-bottom:1px solid #ccc !important;
}

.heatmap_table .ag-horizontal-left-spacer{
    display: inline-table ;
}
.heatmap_table .ag-virtual-list-container {
    text-align: left;
}
.heatmap_table .ag-popup-positioned-under{
    top: 42px !important;
}
.hp_table .ag-root-wrapper{
  padding: 0px 12px;
  border-radius: 0px;
  box-shadow: none;
  border: 0px !important;
}
.hp_table .ag-root-wrapper-body{
  border: 0.5px solid #C8C8C8;
}

.hp_table .ag-header-row .ag-header-cell-sortable, 
.hp_table .ag-cell,
.hp_table .ag-header-row-column-group .ag-header-group-cell {
  border: 0.5px solid #C8C8C8;
}
.hp_table .ag-header-row .ag-header-group-cell{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hp_table .ag-pinned-left-header .ag-header-row .ag-header-group-cell, 
.hp_table .ag-header-row, 
.hp_table .ag-row, 
.hp_table .ag-pinned-left-header .ag-header-row{
  border: 0px !important;
}

.hp_table .cell-span {
  background-color: white;    
}

.hp_table .ag-column-first.cell-span{
  height: 100%;
  font-weight: 400;
  font-size: 12px;
  font-family: "Volte";
  color: #444444;
  border:0px !important;
  border-bottom: 1px solid #C8C8C8 !important;
  padding: 0px;
}

.highcharts-scrollbar {
    display: none;
}
.target-setting .ag-root-wrapper{
    padding: 12px;
    border-radius: 0px;
    box-shadow: none;
    border: 0px !important;
}

.target-setting .ag-row{
    border:1px 0px 1px 0px solid #C8C8C8;
}

.target-setting .ag-pinned-left-header{
    border-right: 0px !important;
}
.target-setting .ag-header{
    background-color:#F2F1F2;
}

.target-setting .ag-header-cell-text{
    font-family: "Volte";
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;
    color: #444444;
}

.target-setting .ag-header-cell-label, 
.target-setting .ag-header-cell-comp-wrapper, 
.target-setting .ag-column-first.cell-span,
.target-setting .ag-cell{
    display: flex;
    align-items: center;
    justify-content: center;
}

.target-setting .ag-cell{
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: 0px !important;
    font-family: "Volte";
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;

}

.target-setting .ag-column-first.cell-span{
    background-color: #F2F1F2;
    font-family: "Volte";
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-align: center;

}

.target-setting .cell-span {
    background-color: white;
    font-weight: 400;
    font-size: 12px;
    font-family: "Volte";
    color: #444444;
    border:0px !important;
    border-bottom: 1px solid #C8C8C8 !important;
    padding: 0px 10px 0px 10px !important;
    text-align: right;
}

.target-setting .ag-cell-last-left-pinned>span{
    line-height: 1.5;
    width: inherit;
    white-space: normal;
    display: block;
    position: relative;
    padding-top: calc((40px - 16px) / 2);
}

.target-setting .ag-row-odd.ag-row-no-focus>.ag-cell>span, 
.target-setting .ag-row-odd.ag-row-no-focus>.ag-cell>div, 
.target-setting .ag-row-odd.ag-row-focus>.ag-cell>span, 
.target-setting .ag-row-odd.ag-row-focus>.ag-cell>div{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F1F2;
    width: 100%;
    height: 100%;
}

.target-setting .ag-row-last{
    border-bottom: 1px solid #C8C8C8 !important;
}
.video-background .brightcove-react-player-loader .bc-player-rZEMHW7g4N_default.vjs-fluid,
.bc-player-rZEMHW7g4N_default.vjs-fluid.vjs-16-9 {
    padding-top: 300px
}
.video-background-modal .brightcove-react-player-loader .bc-player-rZEMHW7g4N_default.vjs-fluid,
.bc-player-rZEMHW7g4N_default.vjs-fluid.vjs-16-9 {
    padding-top: 220px
}

.video-background-modal  .vjs-remaining-time {
    display: block !important;
}

.video-background-modal .video-js .vjs-volume-bar {
    display: none !important;
}

.video-background-modal .video-js .vjs-volume-panel {
    width: auto !important;
}
.video-background .video-js .vjs-fullscreen-control,
.video-background-modal .video-js .vjs-fullscreen-control {
    display: none !important;
}

.video-background .video-js .vjs-picture-in-picture-control,
.video-background-modal .video-js .vjs-picture-in-picture-control {
    display: none !important;
}

.video-background .brightcove-react-player-loader .bc-player-rZEMHW7g4N_default {
    background-color: white;
}

.video-background .brightcove-react-player-loader .bc-player-rZEMHW7g4N_default .vjs-poster {
    background-color: white;
}

#chart .highcharts-plot-lines-0 {
    opacity: 0;
    color: transparent;
}

/* .bc-player-rZEMHW7g4N_default.vjs-fluid,
.bc-player-rZEMHW7g4N_default.vjs-fluid.vjs-16-9 {
 padding-top: 222px   
} */

.bc-player-rZEMHW7g4N_default.vjs-fluid,
.bc-player-rZEMHW7g4N_default.vjs-fluid.vjs-16-9 {
  padding-top: var(--player-padding, 222px);
}

.vjs-big-play-button {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.accordion-button:hover {
    background: white !important;
}

.symbol-norms .highcharts-container {
    height: 85px !important;
}

/* .highcharts-container {
    height: 300px !important;
} */

.bar-grid-container .highcharts-container {
    display: flex;
    justify-content: space-between;
    height: 100% !important;
}

.category-grid .highcharts-container {
    width: 100% !important;
    height: 200px !important;
}

.category-grid .chakra-table tbody tr:hover {
    background-image: none !important;
}

.strike-through {
    color: #9e9e9e;
    text-decoration: line-through !important;
}

.chakra-switch__thumb {
    right: 10px !important
}

.highcharts-text-outline {
    display: none;
}

.highcharts-tooltip span {
    min-width: 106px;
    height: auto;
    white-space: normal !important;
}

.chakra-heading {
    font-family: 'Volte' !important;
}

.pagination-container>div {
    justify-content: center !important;
}

.table-custom-tooltip {
    white-space: pre-wrap; 
    max-width: 200px; 
    padding: 8px;
    background-color: #58595B;
    border-radius: 2px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 12px;
    font-family: Volte;
    text-align: left;
}

.highcharts-annotation-label-box {
    display: none;
}

/* Style Start for MultiSelect Date Picker */

.rmdp-panel-body li, .rmdp-panel-body li .b-deselect {
    background-color: hsl(0, 0%, 90%) !important;
    border-radius: 2px !important;
    padding-top: 2px;
}

.rmdp-panel-body li button {
color: #444444 !important;
}

.rmdp-panel-body li .b-deselect{
    padding: 5px;
    font-size: 24px !important;
}
.rmdp-week-day{
    color: #6DCFF6 !important;
}
.rmdp-arrow{
    border: solid #6DCFF6 !important;
    border-width: 0 2px 2px 0 !important;
    margin-top: 6px !important;
}
.rmdp-arrow-container:hover, .rmdp-day.rmdp-selected span:not(.highlight){
    background: #6DCFF6 !important;
}

.rmdp-day:not(.rmdp-disabled,.rmdp-day-hidden) span:hover, .rmdp-day:not(.rmdp-disabled,.rmdp-day-hidden) span:active{
    background-color: hsl(0, 0%, 90%) !important;
    color: #444444 !important;
}
.rmdp-arrow-container:hover .rmdp-arrow{
 border: solid hsl(0, 0%, 90%) !important;
 border-width: 0 2px 2px 0 !important;
}

/* Style End for MultiSelect Date Picker */
