* Table */
.dashboard-points-table {
  /* margin: 4rem 0 0; */
}

.dashboard-points-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.dashboard-points-table table caption {
  margin: 0.5em 0 0.75em;
}

.dashboard-points-table table tr {

  border: 1px solid #ddd;
  padding: 0.35em;
}

.dashboard-points-table table th,
.dashboard-points-table table td {
  padding: 0.625em;
  text-align: center;
}

.dashboard-points-table table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-points-table table thead {
    background-color: #f7f7f7;
}


.dashboard-points-table table tbody {

}


/* .dashboard-points-table table a:first-child {
  padding: 0 0.5rem 0 0;
  color: #0688d4;
}

.dashboard-points-table table a:last-child {
  padding: 0 0 0 0.5rem;
  color: #f35050;
} */

.dashboard-points-table table .icons-actions{
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.dashboard-points-table table .icons-actions a{
  padding: 0 0.25rem 0;
  margin: 0 0.25rem 0;

}
.recent-added-name{
    color: #000;
}

.recent-image-table{
  max-width: 68px;
  min-width: 68px;
  max-height: 68px;
  overflow: hidden;
  margin: 0 auto;
}

.recent-image-table:hover{
  scale: 1.2;
  transition: all 0.9s ease-in-out;
}

.recent-image-table img{
  width: 100%;
  border-radius: 4px;
}

.recent-view-btn{
    background-color: #333;
    color: #fff;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    border-color: #333;
}

.recent-view-btn:hover{
    color: #fff;
    opacity: 0.9;
    scale: 1.1;
}

.recent-view-btn-toggle,
.recent-view-btn-edit{
  background-color: transparent;
  border: none;
  font-size: 18px;
  outline: none;
}

.recent-view-btn-delete{
  color:#f35050;
  margin-left: 0.28rem;
}

.recent-view-btn-delete:hover{
  outline: none;
  scale: 1.2;
  color:#f35050;
  opacity: 0.9;
  }

.recent-view-btn-toggle:hover,
.recent-view-btn-edit:hover{
outline: none;
scale: 1.2;
}

.recent-view-btn-toggle{
  color: #1e1e1e;
  margin-right: 0.2rem;
}

.recent-view-btn-edit{
  color: #0688d4;
}

@media screen and (max-width: 1090px) {
    .dashboard-points-table table {
    /* width: 95%; */
  }
}

@media screen and (max-width: 690px) {
  .dashboard-points {
    padding: 0 2% 0 2.9rem;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .dashboard-points-header-logo {
    font-size: 20px;
    font-weight: 600;
  }

  .dashboard-points-table {
    margin: 1rem 0 0;
  }

  .dashboard-points-table table {
    border: 0;
    width: 88%;
  }



  .dashboard-points-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .dashboard-points-table table tr {
    border-bottom: 2px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .dashboard-points-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

 
 
  .dashboard-points-table table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .dashboard-points-table table td:last-child {
    border-bottom: 0;
  }

  .recent-image-table{
 
    margin-right: 0;
  }

  .recent-view-btn{
    padding: 0.1rem 0.28rem;
    font-size: 12px;
}

.recent-view-btn-toggle,
.recent-view-btn-edit{

  font-size: 14px;
}
}
