.w-auto {
  width: auto !important;
}
.w-50px {
  width: 50px !important;
}
.w-100px {
  width: 100px !important;
}
.w-150px {
  width: 150px !important;
}
.w-200px {
  width: 200px !important;
}
.w-250px {
  width: 250px !important;
}
.w-300px {
  width: 300px !important;
}
.w-350px {
  width: 350px !important;
}
.w-400px {
  width: 400px !important;
}
.w-450px {
  width: 450px !important;
}
.w-500px {
  width: 500px !important;
}
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-50px {
    width: 50px !important;
  }
  .w-sm-100px {
    width: 100px !important;
  }
  .w-sm-150px {
    width: 150px !important;
  }
  .w-sm-200px {
    width: 200px !important;
  }
  .w-sm-250px {
    width: 250px !important;
  }
  .w-sm-300px {
    width: 300px !important;
  }
  .w-sm-350px {
    width: 350px !important;
  }
  .w-sm-400px {
    width: 400px !important;
  }
  .w-sm-450px {
    width: 450px !important;
  }
  .w-sm-500px {
    width: 500px !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-50px {
    width: 50px !important;
  }
  .w-md-100px {
    width: 100px !important;
  }
  .w-md-150px {
    width: 150px !important;
  }
  .w-md-200px {
    width: 200px !important;
  }
  .w-md-250px {
    width: 250px !important;
  }
  .w-md-300px {
    width: 300px !important;
  }
  .w-md-350px {
    width: 350px !important;
  }
  .w-md-400px {
    width: 400px !important;
  }
  .w-md-450px {
    width: 450px !important;
  }
  .w-md-500px {
    width: 500px !important;
  }
}
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-50px {
    width: 50px !important;
  }
  .w-lg-100px {
    width: 100px !important;
  }
  .w-lg-150px {
    width: 150px !important;
  }
  .w-lg-200px {
    width: 200px !important;
  }
  .w-lg-250px {
    width: 250px !important;
  }
  .w-lg-300px {
    width: 300px !important;
  }
  .w-lg-350px {
    width: 350px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
  .w-lg-450px {
    width: 450px !important;
  }
  .w-lg-500px {
    width: 500px !important;
  }
  .w-lg-650px {
    width: 650px !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-50px {
    width: 50px !important;
  }
  .w-xl-100px {
    width: 100px !important;
  }
  .w-xl-150px {
    width: 150px !important;
  }
  .w-xl-200px {
    width: 200px !important;
  }
  .w-xl-250px {
    width: 250px !important;
  }
  .w-xl-300px {
    width: 300px !important;
  }
  .w-xl-350px {
    width: 350px !important;
  }
  .w-xl-400px {
    width: 400px !important;
  }
  .w-xl-450px {
    width: 450px !important;
  }
  .w-xl-500px {
    width: 500px !important;
  }
  .w-xl-650px {
    width: 650px !important;
  }
}