
thead {
    background-color: #418fde !important;
    color: #fff !important;
}

tr:first-child th:first-child {
  border-top-left-radius: 6px !important;
}
tr:first-child th:last-child {
  border-top-right-radius: 6px!important;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 6px !important;
}

tr:last-child td:last-child {
  border-bottom-right-radius: 6px !important;
}
table thead {
  color: #fff;
  height: 40px;
}

tr:nth-child(even) {
  background-color: #f7f7f7 !important;
}

td {
  border: 0.5px solid #d9d9d9 !important;
}

nav.text-center {
    text-align: right;
}

ul.pagination > li > a {
    border-radius: 100% !important;
    background-color: #001e62 !important;
    color: white;
}

.dashboard-board>ul {
  display: inline-flex;
  gap: 2rem;
}

.page-sidebar .header-bottom {
  display: none;
}

/* Dashboard cards */
.dashboard-board>ul>li{
  width: 100%;
  height: 140px;
  padding: 14px 0 0;
  border-radius: 6px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
}

@media only screen and (max-width: 600px) {
  .dashboard-board>ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

li.total-sale {
  border-bottom: 6px solid #14c5c7;
}

li.total-order {
  border-bottom: 6px solid #ec671d;
}

li.total-visit {
  border-bottom: 6px solid #fbd036;
}

li.average-rev {
  border-bottom: 6px solid #c920c2;
}

li.average-sold {
  border-bottom: 6px solid #7814c7

  ;
}