.mw-350 {
  max-width: 350px;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 70%;
}
.w-100 {
  width: 100%;
}
.w-1100 {
  width: 1100px !important;
}
.btn-link {
  text-decoration: none;
}
.btn-action {
  display: flex;
  float: right;
  margin-right: -5px;
}
.btn-tools {
  width: 80px;
  margin: 0 5px;
}
.bg-photo {
  background-image: url("../images/portrait-man.avif?w=2000");
}
.foto {
  width: 70%;
  border: 1px solid #999;
}
.hide {
  display: none !important;
}
.user-popup-w-left {
  width: calc(40% - 30px);
}
.user-popup-w-right {
  width: 60%;
}
.table-empty {
  vertical-align: middle;
}
.chart-500 {
  width: 100%;
  height: 500px;
  font-size: 11px;
}
.chart-1000 {
  width: 100%;
  height: 1000px;
  font-size: 11px;
}
