/**** Admin order table statistic ****/

.wn-admin-before-order-table {
  background: #fdfdfd;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  margin-bottom: 40px;
}
.wn-orders-statistic-items {
  display: flex;
  gap: 15px;
}
.wn-orders-statistic-item {
  background: #fff;
  border: 1px solid #fff;
  padding: 18px;
  border-radius: 5px;
  color: #7F00FF;
  font-size: 17px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.wn-orders-statistic-item h3{
  margin: 0px 0px 15px 0px;
}
.wn-orders-statistic-item h4{
  margin: 0;
}
.wn-admin-before-order-table h2{
  font-size: 18px;
  font-weight: 600;
  background: #7F00FF;
  display: inline-block;
  color: #fff;
  margin-bottom: 30px;
  padding: 10px 18px;
  border-radius: 4px;
  margin-top: 0;
}

/**** Notification ****/

.wn-admin-order-toast-notification {
  position: fixed;
  top: 20%;
  right: 3%;
}
.wn-admin-order-toast-notification-inner {
  z-index: 1000000;
  padding: 20px 24px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  letter-spacing: 1px;
  border: 1px solid rgb(159 39 250 / 36%);
  background-color: #faf4ff;
  z-index: 999;
  color: #AF45FF;

}
.wn-admin-order-toast-notification p {
  margin: 0;
  font-size: 18px;
}
