body {
  margin: 0;
  padding: 0;
}

.custom-alert {
  border-radius: 12px;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.custom-alert .swal2-title {
  font-weight: bold;
  font-size: 22px;
}

.custom-alert .swal2-popup {
  background-color: #fff;
  color: #333;
}

.custom-alert .swal2-confirm {
  border-radius: 6px;
  background-color: #3085d6;
  color: white;
  border: none;
}

.custom-alert .swal2-cancel {
  border-radius: 6px;
  background-color: #d33;
  color: white;
  border: none;
}

#productResults div:hover,
#customerResults div:hover {
  background-color: #c6c6c6;
  color: rgb(96, 96, 96);
  cursor: pointer;
}

#sidenav-main .icon{
  position: relative !important;
}

#sidenav-main .active i {
    color: #ffffff !important;
}
#sidenav-main i {
  inset: auto !important;
  color: #344767;
  position: absolute !important;
  font-size: 22px !important;
}
