.rounded-top-right {
  border-top-right-radius: 25px;
}

.base-div {
  background-color: #222f30;
  color: #fff;
}

.box-shadow-dark {
  box-shadow: 3px 4px 4px 1px #182424;
}

.accent-div {
  background-color: #597678;
  color: #fff;
}

.general {
  overflow-x: visible !important;
}

.clickable-row:hover {
  transform: scale(103%);
}

.clickable-row {
  transition: 0.2s transform ease-in-out;
}

.clickable-row {
  cursor: pointer;
}

.general__name {
  font-size: 2em;
}

.general__place {
  font-weight: 700;
}

.general__info > span {
  display: block;
  line-height: 1;
  margin-top: 8px;
}

.general__info > span > span {
  text-transform: uppercase;
}

.general__team {
  text-transform: uppercase;
  font-size: 0.8em;
}

.general__points {
  font-size: 3em;
}

.general__image {
  height: 130px !important;
  padding: 20px 0 0 0 !important;
  z-index: 1000;
  position: relative;
  margin-left: -50px;
}
.general__team-logo {
  text-align: center;
}

.general__team-logo > img {
  height: 45px !important;
}

.table-accent.general__image > img {
  z-index: 100;
  position: relative;
}

.general th, .general td {
  vertical-align: middle;
}

.general th, .general td {
  border: none;
}

.general tr:nth-child(odd) {
  background-color: #151517;
}

.general tr:nth-child(even) {
  background-color: #0b0c0d;
}

.general td, .general th{
  color: #fff;
}

.general > table {
  border-spacing: 0 3px;
  border-collapse: separate;
}

.general th:nth-child(1), .general td:nth-child(1) {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
  background-color: #fff;
  color: #000;
  vertical-align: middle;
  text-align: center;
}

.general tr:nth-child(1) {
  border-spacing: 0 0;
}

.calendar__country-flag {
  max-width: 50px !important;
  position: absolute;
  right: 20px;
  top: 20px;
}

.card {
  border: none;
}

.calendar *{
  color: #fff !important;
}

.calendar__footer {
  width: 100%;
  display: block;
  padding: 4px 20px;
  text-align: center;
  background-color: #ff0000;
  color: inherit !important;
  font-size: smaller;
}

.card::before {
  width: 100%;
  min-height: 100%;
  content: " ";
  background-image: url("../../assets/img/4e0740d8-untitled-design.png");
  background-size: cover;
  position: absolute;
  z-index: -1;
}

.calendar__link {
  text-decoration: none;
  display: block;
  transition: 0.2s transform ease-in-out;
}

.calendar__link:hover {
  color: inherit !important;
  transform: translateY(-3%);
}

.calendar__footer.ended {
  background-color: #1b730d;
}

.calendar__track-img {
  margin: 1em 0;
}

.calendar .card {
  background: rgb(73,73,73);
  background: linear-gradient(0deg, rgba(73,73,73,1) 0%, rgba(9,9,121,0) 35%, rgba(0,0,0,1) 100%);
  border-radius: 0;
}

