
.header-table,
.header-table-animation {
  display: table;
  width: 100%;
  border-spacing: 0;
}
[dir=ltr] .header-table-animation{
  animation:  header-ltr 4s ease-in-out;
}
[dir=rtl] .header-table-animation{
  animation:  header-rtl 4s ease-in-out;
}
@keyframes header-ltr {
0% {
    transform: translateX(0%);
    opacity: 0;
}
50% {
    transform: translateX(-10%);
    opacity: 1;
}
100% {
    transform: translateX(0%);
    opacity: 1;
}
}
@keyframes header-rtl {
0% {
    transform: translateX(0%);
    opacity: 0;
}
50% {
    transform: translateX(10%);
    opacity: 1;
}
100% {
    transform: translateX(0%);
    opacity: 1;
}
}
.chart-table-header,
.chart-table-header-2 {
  display: table-cell;
  vertical-align: middle;
  color: #e3fdff;
}
[dir] .chart-table-header, [dir] .chart-table-header-2 {
  padding: 40px 20px;
  text-align: center;
}
[dir=ltr] .chart-table-header {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
[dir=rtl] .chart-table-header {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.chart-table-header-2 {
  width: 80%;
  font-size: 3rem;
  font-weight: 100;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Impact,
   Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: relative;
}
[dir] .chart-table-header-2 {
  text-align: start;
}
.chart-table-header-2-content{
  position: absolute;
  bottom: 5px;
  font-size: 18px;
}
[dir=ltr] .chart-table-header-2-content{
  right: 5px;
}
[dir=rtl] .chart-table-header-2-content{
  left: 5px;
}
.chart-table {
  font-family: Arial, sans-serif;
  width: 100%;
  display: flex;
}
.chart-table-body-right,
.chart-table-body-left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
[dir] .chart-table-body-right, [dir] .chart-table-body-left {
  background-color: transparent;
  padding: 0.3rem 0.2rem;
}
.chart-table-body-right {
  width: 20%;
}
.chart-table-body-left {
  width: 80%;
}
.chart-table-cell-right,
.chart-table-cell-right-animation ,
.chart-table-cell-left,
.chart-table-cell-left-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
}
[dir] .chart-table-cell-right, [dir] .chart-table-cell-right-animation, [dir] .chart-table-cell-left, [dir] .chart-table-cell-left-animation {
  padding: 10px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  text-align: center;
}
.chart-table-cell-right,
.chart-table-cell-right-animation  {
  color: white;
  width: 100%;
}
[dir=ltr] .chart-table-cell-right-animation {
  animation:  cellRight-ltr 4s ease-in-out forwards;
}
[dir=rtl] .chart-table-cell-right-animation {
  animation:  cellRight-rtl 4s ease-in-out forwards;
}
@keyframes cellRight-ltr {
0% {
    opacity: 0;
    transform: translateX(100%) rotateY(180deg);
}
25% {
    opacity: 0;
    transform: translateX(50%) rotateY(90deg);
}
50% {
    opacity: 0.5;
    transform: translateX(0) rotateY(0deg);
}
75% {
    opacity: 0.5;
    transform: translateX(0) rotateY(-90deg);
}
100% {
    opacity: 1;
    transform: translateX(0) rotateY(0deg);
}
}
@keyframes cellRight-rtl {
0% {
    opacity: 0;
    transform: translateX(-100%) rotateY(180deg);
}
25% {
    opacity: 0;
    transform: translateX(-50%) rotateY(90deg);
}
50% {
    opacity: 0.5;
    transform: translateX(0) rotateY(0deg);
}
75% {
    opacity: 0.5;
    transform: translateX(0) rotateY(-90deg);
}
100% {
    opacity: 1;
    transform: translateX(0) rotateY(0deg);
}
}
.chart-table-cell-left,
.chart-table-cell-left-animation {
  color: #7a7472;
  width: 100%;
  font-weight: thick;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
[dir] .chart-table-cell-left, [dir] .chart-table-cell-left-animation {
  background-color: #e8e8e6;
}
[dir=ltr] .chart-table-cell-left-animation {
  animation: cellLeft 4s ease-in-out forwards;
}
[dir=rtl] .chart-table-cell-left-animation {
  animation: cellLeft 4s ease-in-out forwards;
}
@keyframes cellLeft {
0% {
    opacity: 0;
}
50% {
    opacity: 0.5;
}
100% {
    opacity: 1;
}
}

.table-container::-webkit-scrollbar{width:8px;height:6px}[dir] .table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}[dir] .table-container::-webkit-scrollbar-thumb{background:#009df7;border-radius:0px}[dir] .table-container::-webkit-scrollbar-thumb:hover{background:#009df7}[dir] .table-container{box-shadow:0 0px 3px 0 rgba(0,0,0,.9);background-color:#fff !important;border:none !important}.table-container table thead tr th{color:#fff !important}[dir] .table-container table thead tr th{background-color:#009df7 !important;padding-top:1.5rem !important;padding-bottom:1.5rem !important}

.hover-card {
  transition: transform 0.3s ease;
}
[dir] .hover-card {
  cursor: pointer;
}
[dir] .hover-card:hover {
  transform: scale(1.05);
}


/*# sourceMappingURL=chunk-2eb6f1d0.cb4c5d0c.css.map*/