/*
 |------------------------------------------------------------
 | Backpack custom styles loaded globally via config/backpack/ui.php
 |------------------------------------------------------------
 */

/* Ribbon effect for Team name: wrapper clips the rotated inner ribbon */
.team-ribbon-wrap {
  position: relative;
  display: inline-block;
  width: 30px; /* adjust width to taste */
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
  overflow: hidden;
}

.team-ribbon {
  position: absolute;
  top: -50%;
  left: 20%;
  width: 50%;
  height: 200%;
  transform: rotate(20deg);
  transform-origin: center;
  background-color: var(--team-ribbon-color, #ccc);
  /* border: 1px solid black; */
}

.list-button {
  font-size: 1.3rem;
}

.card-body .subheader {
    width: 90%;
}

.remove-filter {
    color:red!important;
}


