/* .all-wrapper{
  min-height: 100vh !important;
}

body.full-screen .all-wrapper{
  min-height: 100vh !important;
} */
.layout-w{
  min-height: 100vh !important;
}

#order-new-client{
  display: none;
}

a:hover {
  /* color: #0356ad; */
  text-decoration: none !important;
}

tr:hover {
  /* background-color: #ffa !important; */
  /* background-color: #e6f2ff !important; */
  /* background-color: #2A3244 !important; */
  /* background-color: rgba(251, 170, 161, 0.3) !important; */
}

.table-striped tbody tr:nth-of-type(odd) {
  /* background-color: rgba(94, 130, 152, 0.05); */
  /* background-color: rgba(230, 242, 255, 0.2) !important; */
  /* background-color: rgba(251, 170, 161, 0.1) !important; */
}