.title-box {
  font-size: 11px;
  width: 90%;
  padding: 0 20px;
  margin: 70px auto 10px auto;
  display: flex;
  justify-content: space-between;
  font-family: "Jost", sans-serif;
}

.title-box h2 {
  font-size: 23px;
}

.title-box div {
  display: flex;
  align-items: center;
}

.title-box div a {
  text-decoration: none;
  color: white;
  height: 1.5em;
}

.new-item {
  background-color: rgba(128, 128, 128, 0.788);
  padding: 0px 5px 0 10px;
  border-radius: 20px 0 0 20px;
}

.new-item-icon {
  padding: 4px;
  border-left: 2px solid white;
  background-color: rgb(116, 116, 116);
  border-radius: 0 20px 20px 0;
}

.tablee {
  border: 1px solid #dfdcda;
  font: 11px/1.5 Arial;
  width: 100%;
}

.tablee th {
  padding: 2px 0 2px 17px;
}
.tablee th:last-of-type {
  padding-right: 10px;
}
.tablee th .selectAll.btns {
  margin-left: 0;
}
.delete-btn {
  visibility: hidden;
  margin-bottom: 11;
}
.tablee td {
  padding: 4px 0 2px 17px;
}

.tablee td:last-of-type {
  padding-right: 10px;
}
.tablee td input[type="checkbox"] {
  margin-left: 2px;
}
.tablee a {
  text-decoration: none;
  color: #444;
  font-weight: bold;
}

.tablee tr {
  border-bottom: 1px solid #dfdcda !important;
}

.tablee tr a {
  color: #000;
}

.tablee tr:hover {
  background-color: #dfdcda;
  cursor: pointer;
}

.tablee .actions-column {
  opacity: 0;
}

.tablee tr:hover .actions-column {
  opacity: 1;
}

.buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

thead {
  position: sticky;
  top: 0;
  background-color: #444;
  z-index: 1;
  color: #fff;
  height: 40px;
}

thead a {
  color: #fff !important;
}

thead tr:hover {
  background-color: #444 !important;
  cursor: auto !important;
}

thead .btns {
  border: 0;
  border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
  background: none;
}

tbody {
  overflow-y: auto;
}

.table-container {
  max-height: 90%;
  overflow-y: auto;
  width: 90%;
  margin: auto;
  display: flex;
}

.fa-check-square:before {
  color: #fff !important;
  font-size: 14px !important;
}

.fa-square:before {
  color: #fff !important;
  font-size: 14px !important;
}

/*---------------------------------------------------- PAGINATION -----------------------------------*/

#pagination-box {
  margin: 10vh 10% 4% 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  font-size: 15px;
}

.history-btn {
  color: #212529;
}
.history-btn:hover {
  color: #212529af;
  text-decoration: none;
}

#pagination-box p {
  margin: 0;
}
