#wrapper-filtros-pendientes{
    max-width: 100%;
    margin: auto;
    padding: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dfdfdf
}
.arrow-back{
    margin-right: 10px;
}

#wrapper-form-asignar{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #91b558;
    margin-bottom: 20px;
    box-shadow: -1px 1px 5px #dfdfdf;
    background-color: #92b5582b
}
.table-option{
    padding-bottom: 10px;
    text-align: right;
}
.table-option a{
    margin: 0px 10px;
    border: 1px solid rgb(17, 96, 121);
    border-radius: 5px;
    padding: 5px 20px;
    color: rgb(17, 96, 121);
}
.table-option a:hover{
    border: 1px solid rgb(17, 96, 121);
    background-color: rgb(17, 96, 121);
    color: rgb(255, 255, 255);
}
.table-option a span{
    margin-right: 5px;
}

.header-check,.wrap-row-check{
    text-align: center;
}
.header-check input,.wrap-row-check input{
    height: 20px;
    width: 20px;
}


  /* .custom-check {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
  }

  .custom-check:checked {
    background-color: #5cb85c; 
    border-color: #4cae4c;
  }

  .custom-check:checked::after {
    content: '✓';
    color: white;
    position: absolute;
    top: 0;
    left: 4px;
  } */