﻿th,
td {
  text-align: center;
  padding: 8px;
}

tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
tbody tr:nth-child(odd) {
  background-color: #d6d6d6;
}
th {
  background-color: rgb(46, 46, 46);
  color: white;
}
#tableContainer {
  width: var(--mainMargin);
  margin: auto;
}
table {
  width: 100%;
}
#filterContainer {
  margin: auto;
  padding: 0 8px 0 8px;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  #tableContainer {
    width: 100%;
  }
}
#filterContainer {
  width: var(--mainMargin);
  margin: auto;
}

.confim span{
  /* padding: 4px; */
  position: absolute;
  font-weight: bolder;
  /* display: block; */
  text-align: center;
  color: white ;
 width: 2.5rem;
 height: 2.5rem;
 font-size: 1.5rem;
bottom: -4px;
left: 50%;
transform: translate(-50% ,-20%);
display:flex;
justify-content: center;
align-items: center;
border-radius: 6px;
cursor: pointer;
}
.confim span::before{
  font-size: 2rem;
}
.confim{
  position: relative;
  margin-top: 0 !important;
}

td a{
  color: black;
  text-decoration: none;
}