/* Parent Wrapper Scope */
.PanelChartTable  {
  width: 100%;
  overflow-x: auto;
  margin-top: 10px;
  border: 1px solid #000;
}

.PanelChartTable .tb-panel-chart-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fc9; 
  text-align: center;
}

.PanelChartTable .tb-panel-chart-table th, .PanelChartTable .tb-panel-chart-table td {
    border: 1px solid #74a2e4;
    padding: 3px 5px;
    vertical-align: middle;
}
.PanelChartTable .table-super-header th {
 background-color: #3f51b5;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
}

.PanelChartTable .table-days-header th {
 background-color: #ffc107;
    color: #000;
    font-weight: bold;
    font-size: 19px;
    padding: 2px;
    text-align: center;
    text-shadow: 1px 1px 2px #9a7400ab;
}

.PanelChartTable .date-col {
  width: 12%;
}

.PanelChartTable .date-range-cell {
  font-size: 13px;
  font-weight: bold;
  background-color: #fc9;
  color: #000000;
}

.PanelChartTable .day-cell-package {
  display: table-cell;
  width: 12.5%;
  min-width: 90px;
}

.PanelChartTable .sub-panel {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    width: 22px;
    color: #000;
    font-weight: 600;
    /* line-height: 1.2; */
}

.PanelChartTable .left-panel {
  text-align: left;
  float: left;
}

.PanelChartTable .right-panel {
  text-align: right;
  float: right;
}

.PanelChartTable .main-jodi {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 3;
}
.PanelChartTable .red-highlight .main-jodi,
.PanelChartTable .red-highlight .sub-panel {
  color: #ff0000 !important;
}