
.ribbon {
    position: absolute;
    right: 10px;
    top: -2px;
    z-index: 1;
    overflow: hidden;
    width: 93px;
    height: 93px;
    text-align: right;
  }
  .ribbon span {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    transform: rotate(45deg);
    width: 125px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#9bc90d 0%, #79a70a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 17px; 
    right: -29px;
  }
  
  .ribbon span::before {
     content: '';
     position: absolute; 
     left: 0px; top: 100%;
     z-index: -1;
     border-left: 3px solid #79A70A;
     border-right: 3px solid transparent;
     border-bottom: 3px solid transparent;
     border-top: 3px solid #79A70A;
  }
  .ribbon span::after {
     content: '';
     position: absolute; 
     right: 0%; top: 100%;
     z-index: -1;
     border-right: 3px solid #79A70A;
     border-left: 3px solid transparent;
     border-bottom: 3px solid transparent;
     border-top: 3px solid #79A70A;
  }
  
  .red span {
    background: linear-gradient(#f70505 0%, #8f0808 100%);
  }
  .red span::before {
    border-left-color: #8f0808;
    border-top-color: #8f0808;
  }
  .red span::after {
    border-right-color: #8f0808;
    border-top-color: #8f0808;
  }

.table-striped tbody tr.withdrawn:nth-of-type(2n+1),
.withdrawn{
    background-color: rgb(211 9 28 / 65%);
}

.withdrawn td{
    text-decoration: line-through;
}
tr.withdrawn .btn-red, .grilla-withdrawn .btn-red{
    background-color: #6c757d;
}

.lote-withdrawn{
    margin: 30px 0;
    background: linear-gradient(#f70505 0%, #720000 100%);
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
}

.grilla-withdrawn .li-s, .grilla-withdrawn .li-s strong, .grilla-withdrawn .li-s span{
    text-decoration: line-through;
}
