.z-top { z-index: 7000 !important; }
.z-max { z-index: 9998 !important; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fs26 { font-size: 26px; }
.fs28 { font-size: 28px; }
.fs30 { font-size: 30px; }
.fs32 { font-size: 32px; }
.fs34 { font-size: 34px; }
.fs36 { font-size: 36px; }
.fs38 { font-size: 38px; }
.fs40 { font-size: 40px; }
.fs42 { font-size: 42px; }
.fs44 { font-size: 44px; }
.fs46 { font-size: 46px; }
.w20 { width: 20px !important; }
.w30 { width: 30px !important; }
.w40 { width: 40px !important; }
.w50 { width: 50px !important; }
.w60 { width: 60px !important; }
.w70 { width: 70px !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.w100 { width: 100px !important; }
.w120 { width: 120px !important; }
.w150 { width: 150px !important; }
.w180 { width: 180px !important; }
.w200 { width: 200px !important; }
.w250 { width: 250px !important; }
.w300 { width: 300px !important; }
.w400 { width: 400px !important; }
.w480 { width: 480px !important; }
.w500 { width: 500px !important; }
.w560 { width: 560px !important; }
.w600 { width: 600px !important; }
.w640 { width: 640px !important; }
.h10 { height: 10px !important; }
.h20 { height: 20px !important; }
.h30 { height: 30px !important; }
.h40 { height: 40px !important; }
.h50 { height: 50px !important; }
.h60 { height: 60px !important; }
.h70 { height: 70px !important; }
.h80 { height: 80px !important; }
.h90 { height: 90px !important; }
.h100 { height: 100px !important; }
.h120 { height: 120px !important; }
.h150 { height: 150px !important; }
.h180 { height: 180px !important; }
.h200 { height: 200px !important; }
.grow { flex-grow: 1 !important; }
.shrink { flex-shrink: 1 !important; }
.round { border-radius: 50%; }
body { --border: solid 1px #eee; }
.border { border: var(--border); }
.border-t { border-top: var(--border); }
.border-r { border-right: var(--border); }
.border-b { border-bottom: var(--border); }
.border-l { border-left: var(--border); }
.border-0 { border: none; }

.fs12all * {
  font-size: 12px !important;
}
