.match-columns-wrapper {
  overflow: hidden;
  height: 100%;
}

.match-columns {
  display: flex;
  justify-content: space-between;

  height: 94vh;
}

.match-column {
  overflow: auto;
  flex: 1;
}

.match-list-item {
  cursor: pointer;

  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;

  padding: 0 16px;

  border-bottom: 1px solid #e0e0e0;
}

.match-list-item__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

.match-list-item__title--red {
  color: #f44336;
}

.match-list-item__title--blue {
  color: #03a9f4;
}

.match-list-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.match-list-item md-icon {
  color: #f44336;
}

.match-list-item__dropdown-list-wrapper {
  border-top: 1px solid #e0e0e0;

  padding-bottom: 10px;
}

.match-list-item__dropdown-list {
  display: flex;
  align-items: center;
  justify-content: space-between;

  height: 40px;
  margin-left: 20px;
  padding: 0 5px;

  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.match-list-item__dropdown-list:hover {
  background-color: #d3d0d0;
}

.match-list-item__dropdown-list > div {
  flex: 1;
}

.match-list-item__dropdown-list > div:nth-child(2) {
  padding-left: 5px;
}

.match-list-item__dropdown-list > div:first-child {
  border-right: 1px solid #e0e0e0;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-right: 5px;
}

.md-toggle-arrow--open {
  transform: rotate(180deg);
  display: block;
}

.match-list-item__dropdown-list--selected,
.match-list-item__title--selected {
  font-weight: bolder;
}

.title-from-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trash-img {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 16px;
  height: 16px;
}

.pagination {
  flex-wrap: wrap;
  display: flex;
  margin: 20px 16px 5px 16px;
}

.pagination > .page {
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-right: 4px;
  margin-bottom: 4px;
  width: 25px;
  height: 25px;

  border-radius: 6px;
  border: 1px solid #e0e0e0;
}

.pagination > .page--active {
  background-color: rgb(63, 81, 181);
  border: 1px solid rgb(63, 81, 181);
  color: #fff;
  font-weight: 600;
}

.filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
