thead.thead-dark {
  color: #fff;
  background: #972967;
  font-size: 18px;
  padding-left: 15px;
}
.reports__text {
  font-size: 18px;
  color: #000;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}
.reports__thumb {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .reports__thumb {
    display: none;
  }
}
.reports__thumb svg {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0;
  z-index: 1;
}
.reports__thumb img {
  max-width: 70%;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
  margin-left: auto;
  display: block;
}
.reports__table {
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.reports__table td {
  padding: 10px;
}
.reports__button {
  height: 28px;
  display: inline-flex;
  color: #972967;
  border: 1px solid #972967;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
  font-weight: 500;
  font-size: 13px;
  margin-left: 15px;
  background: #fff;
}
.reports__button:hover, .reports__button:active {
  border-color: #972967;
  color: #972967;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.reports__link {
  font-weight: 500;
  font-size: 16px;
  color: #972967;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.reports__link:hover {
  border-color: #972967;
  color: #972967;
}
