.btnAccionPendiente{
      min-width: 38px;
      height: 34px;
      padding: 6px 10px;
      margin-right: 4px;
      border-color: #2f3b52;
      background: #3c4b64;
      color: #fff;
    }

    .btnAccionPendiente:hover,
    .btnAccionPendiente:focus,
    .btnAccionPendiente:active{
      border-color: #243043;
      background: #2f3b52;
      color: #fff;
    }

    .bandeja-card{
      border: 0;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 22px rgba(44, 62, 80, .08);
    }

    .bandeja-card .box-header{
      border-bottom: 1px solid #edf0f4;
      padding: 12px 15px;
    }

    .bandeja-card .box-title{
      font-weight: 700;
      color: #25364a;
    }

    .bandeja-table-wrap{
      max-height: 430px;
      overflow: auto;
      border: 1px solid #edf0f4;
      border-radius: 10px;
    }

    .bandeja-table{
      margin-bottom: 0;
      background: #fff;
    }

    .bandeja-table thead th{
      position: sticky;
      top: 0;
      z-index: 2;
      background: #2f3b52;
      color: #fff;
      border-color: #2f3b52 !important;
      font-size: 12px;
      letter-spacing: .02em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .bandeja-row td{
      vertical-align: middle !important;
      border-color: #edf0f4 !important;
    }

    .bandeja-row:hover{
      background: #f8fafc;
    }

    .bandeja-title{
      display: block;
      color: #1d2b3f;
      font-size: 14px;
    }

    .bandeja-subtitle{
      display: block;
      color: #718096;
      font-size: 12px;
      margin-top: 2px;
    }

    .bandeja-badge{
      display: inline-block;
      max-width: 190px;
      padding: 5px 9px;
      border-radius: 999px;
      font-size: 12px;
      line-height: 1.2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: middle;
    }

    .badge-protocolo{
      background: #e8f1fb;
      color: #24527a;
      border: 1px solid #c9ddf0;
    }

    .badge-tipo{
      background: #eef7f1;
      color: #2f6846;
      border: 1px solid #cfe8d8;
    }

    .bandeja-date{
      display: inline-block;
      font-weight: 700;
      color: #2c3e50;
      white-space: nowrap;
    }

    .bandeja-count{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #3c4b64;
      color: #fff;
      font-weight: 700;
    }

    .bandeja-empty{
      padding: 24px !important;
      color: #718096;
      background: #fafafa;
    }
