.sel_partido a {
    display: block;
    position: relative;
    border: 1px solid #353535;
    border-radius: 0;
    background: #000;
    font-size: 15px;
    padding: 12px;
    text-align: center
}

.sel_partido a:before {
    font-family: "Material Design Icons";
    position: absolute;
    right: 7px;
    top: 10px;
    font-size: 18px;
    display: block;
    color: rgba(255, 255, 255, .7)
}

.sel_partido a[aria-expanded=true]:before {
    content: "\F143"
}

.sel_partido a[aria-expanded=false]:before {
    content: "\F140"
}.table td, .table th{white-space: nowrap;color: #8b92a9;border-color: hsla(0,0%,71%,.1);}
.table thead th {border-bottom: 1px solid hsla(0,0%,71%,.1);}

.table td img, .table th img, .table td img, .table th img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.select_quiniela input[type=radio] {
    display: none
}

.select_quiniela input[type=radio]:not(:disabled)~label {
    cursor: pointer
}

.select_quiniela input[type=radio]:disabled~label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed
}

.select_quiniela label {
    height: 100%;
    display: block;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative
}

.select_quiniela input[type=radio]:checked+label {
    background: #20aadf;
    color: #fff;
    box-shadow: 0 0 20px rgb(0 149 255 / 75%)
}

.select_quiniela .border-success input[type=radio]:checked+label::after {
    color: #fff;
    font-family: Material Design Icons;
    border: 2px solid #1dc973;
    content: "\F12C";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #00fb2a;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .25)
}

.select_quiniela .border-danger input[type=radio]:checked+label::after {
    color: #fff;
    font-family: Material Design Icons;
    border: 2px solid #c91d1d;
    content: "\F156";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #ff1a1a;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .25)
}


.select_quiniela_2 input[type=checkbox] {
    display: none
}

.select_quiniela_2 input[type=checkbox]:not(:disabled)~label {
    cursor: pointer
}

.select_quiniela_2 input[type=checkbox]:disabled~label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed
}

.select_quiniela_2 label {
    height: 100%;
    display: block;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative
}

.select_quiniela_2 input[type=checkbox]:checked+label {
    background: #20aadf;
    color: #fff;
    box-shadow: 0 0 20px rgb(0 149 255 / 75%)
}

.select_quiniela_2 .border-success input[type=checkbox]:checked+label::after {
    color: #fff;
    font-family: Material Design Icons;
    border: 2px solid #1dc973;
    content: "\F12C";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #00fb2a;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .25)
}

.select_quiniela_2 .border-danger input[type=checkbox]:checked+label::after {
    color: #fff;
    font-family: Material Design Icons;
    border: 2px solid #c91d1d;
    content: "\F156";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #ff1a1a;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .25)
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}
.current_fix {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    /* background-color: #f6f7f8; */
    background: linear-gradient(to right, #656565 8%, transparent, transparent);
    background-size: 800px 104px;
    height: 70px;
    position: relative;
}