/* Shared utility classes to replace duplicated inline styles */

/* Fixed pixel widths (avoid conflict with Bootstrap percentage width utils) */
.wpx-50 { width: 50px !important; }
.wpx-70 { width: 70px !important; }
.wpx-90 { width: 90px !important; }
.wpx-100 { width: 100px !important; }
.wpx-110 { width: 110px !important; }
.wpx-130 { width: 130px !important; }
.wpx-200 { width: 200px !important; }

/* Fixed min-width helpers */
.minw-2200px { min-width: 2200px !important; }

/* Badges and text sizing tweaks */
.badge-md { font-size: 1rem !important; }

/* Max-width helpers for auth forms and narrow containers */
.maxw-420 { max-width: 420px !important; }
.maxw-520 { max-width: 520px !important; }

/* Form controls */
.check-xl-success {
	width: 2rem !important;
	height: 2rem !important;
	accent-color: #28a745 !important;
}
