#kontener {
  position: relative;
}

.tabelka button {
  background-color: var(--e-global-color-c0d5f23);
  font-family: unset;
  font-size: unset;
  font-weight: unset;
}

.tabelka .bg-dark {
  background-color: #141414 !important;
}

.hand {
  cursor: pointer;
}

.slow {
  transition: all 1s;
}

.h-0 {
  height: 0;
  padding: 0 !important;
}

.apexcharts-toolbar {
  background: #FFF;
  background: #141414;
}

.apexcharts-toolbar {
  right: 80px !important;
  border-right: 15px solid #FFF !important;
  border-right: 15px solid #141414 !important;
  margin-top: -20px;
  z-index: 1;
}

.apexcharts-toolbar img {
  height: 40px;
  width: 40px;
}

.apexcharts-toolbar div {
  height: 40px;
  width: 40px;
  min-width: 40px;
  transform: none;
  margin-right: 5px;
}

.apexcharts-toolbar div:hover {
  opacity: .7;
}

.mt-100n {
  margin-top: -100%;
}

.tytul {
  font-size: 1.4vw;
  font-weight: 300;
}

.tytuldata {
  font-size: .9vw;
  font-weight: 400;
}

.tytuldata b {
  font-weight: 700;
}

.tabelka {
  border-radius: 16px;
}

.thc {
  padding: 15px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #FFF;
}

.th {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #F2F2F2;
  border-left: 1px solid #FFF;
}

@media (max-width: 992px) {
  .brd {
    border: 0
  }

  .th.col-1 {
    width: 11.9%;
  }
}

.apexcharts-element-hidden {
  opacity: 1 !important;
}

.apexcharts-yaxis-label,
.apexcharts-xaxis-label {
  fill: #757575;
}

.tabelka .btn-dark {
  border: 0 !important;
  color: #757575 !important;
}

.tabelka .btn-dark:hover {
  background-color: #25312b !important;
  color: #6eA48A !important;
}

.tabelka .btn-dark.active {
  background-color: #25312b !important;
  color: #6eA48A !important;
}