@charset "UTF-8";
/* ===========================
   🎨 COLOR PALETTE
   =========================== */
/* ===========================
   🌈 MIXINS
   =========================== */
/* ===========================
   🟩 BACKGROUNDS
   =========================== */
.ux-bg-yellow {
  background-color: #fef200 !important;
}

.ux-bg-yellow-light {
  background-color: rgb(255, 250.1338582677, 152) !important;
}

.ux-bg-yellow-dark {
  background-color: rgb(177.5, 169.1141732283, 0) !important;
}

.ux-bg-yellow-gradient {
  background: linear-gradient(135deg, #fef200, rgb(177.5, 169.1141732283, 0)) !important;
}

.ux-bg-yellow-hover:hover {
  background-color: rgb(177.5, 169.1141732283, 0) !important;
  color: #ffffff !important;
}

.ux-bg-green {
  background-color: #8fc73e !important;
}

.ux-bg-green-light {
  background-color: rgb(211.8192771084, 233.4096385542, 180.5903614458) !important;
}

.ux-bg-green-dark {
  background-color: rgb(101.5120481928, 143.0060240964, 41.4939759036) !important;
}

.ux-bg-green-gradient {
  background: linear-gradient(135deg, #8fc73e, rgb(101.5120481928, 143.0060240964, 41.4939759036)) !important;
}

.ux-bg-green-hover:hover {
  background-color: rgb(101.5120481928, 143.0060240964, 41.4939759036) !important;
  color: #ffffff !important;
}

.ux-bg-orange {
  background-color: #f6821f !important;
}

.ux-bg-orange-light {
  background-color: rgb(251.9098712446, 212.0815450644, 178.0901287554) !important;
}

.ux-bg-orange-dark {
  background-color: rgb(192.7553648069, 92.9356223176, 7.7446351931) !important;
}

.ux-bg-orange-gradient {
  background: linear-gradient(135deg, #f6821f, rgb(192.7553648069, 92.9356223176, 7.7446351931)) !important;
}

.ux-bg-orange-hover:hover {
  background-color: rgb(192.7553648069, 92.9356223176, 7.7446351931) !important;
  color: #ffffff !important;
}

.ux-bg-blue {
  background-color: #00adef !important;
}

.ux-bg-blue-light {
  background-color: rgb(137, 222.4142259414, 255) !important;
}

.ux-bg-blue-dark {
  background-color: rgb(0, 117.6255230126, 162.5) !important;
}

.ux-bg-blue-gradient {
  background: linear-gradient(135deg, #00adef, rgb(0, 117.6255230126, 162.5)) !important;
}

.ux-bg-blue-hover:hover {
  background-color: rgb(0, 117.6255230126, 162.5) !important;
  color: #ffffff !important;
}

.ux-bg-gray {
  background-color: #d4d4d6 !important;
}

.ux-bg-gray-light {
  background-color: hsl(240, 2.380952381%, 113.5294117647%) !important;
}

.ux-bg-gray-dark {
  background-color: rgb(172.8392857143, 172.8392857143, 176.6607142857) !important;
}

.ux-bg-gray-gradient {
  background: linear-gradient(135deg, #d4d4d6, rgb(172.8392857143, 172.8392857143, 176.6607142857)) !important;
}

.ux-bg-gray-hover:hover {
  background-color: rgb(172.8392857143, 172.8392857143, 176.6607142857) !important;
  color: #ffffff !important;
}

.ux-bg-white {
  background-color: #ffffff !important;
}

.ux-bg-white-light {
  background-color: hsl(0, 0%, 130%) !important;
}

.ux-bg-white-dark {
  background-color: rgb(216.75, 216.75, 216.75) !important;
}

.ux-bg-white-gradient {
  background: linear-gradient(135deg, #ffffff, rgb(216.75, 216.75, 216.75)) !important;
}

.ux-bg-white-hover:hover {
  background-color: rgb(216.75, 216.75, 216.75) !important;
  color: #ffffff !important;
}

.ux-bg-black {
  background-color: #000000 !important;
}

.ux-bg-black-light {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.ux-bg-black-dark {
  background-color: hsl(0, 0%, -15%) !important;
}

.ux-bg-black-gradient {
  background: linear-gradient(135deg, #000000, hsl(0, 0%, -15%)) !important;
}

.ux-bg-black-hover:hover {
  background-color: hsl(0, 0%, -15%) !important;
  color: #ffffff !important;
}

.ux-bg-purple {
  background-color: #a35ba4 !important;
}

.ux-bg-purple-light {
  background-color: rgb(218.2, 189.4, 218.6) !important;
}

.ux-bg-purple-dark {
  background-color: rgb(114.1, 63.7, 114.8) !important;
}

.ux-bg-purple-gradient {
  background: linear-gradient(135deg, #a35ba4, rgb(114.1, 63.7, 114.8)) !important;
}

.ux-bg-purple-hover:hover {
  background-color: rgb(114.1, 63.7, 114.8) !important;
  color: #ffffff !important;
}

.ux-bg-teal {
  background-color: #28b990 !important;
}

.ux-bg-teal-light {
  background-color: rgb(146.4666666667, 231.5333333333, 207.48) !important;
}

.ux-bg-teal-dark {
  background-color: rgb(26.4, 122.1, 95.04) !important;
}

.ux-bg-teal-gradient {
  background: linear-gradient(135deg, #28b990, rgb(26.4, 122.1, 95.04)) !important;
}

.ux-bg-teal-hover:hover {
  background-color: rgb(26.4, 122.1, 95.04) !important;
  color: #ffffff !important;
}

.ux-bg-sky {
  background-color: #269abf !important;
}

.ux-bg-sky-light {
  background-color: rgb(148.2401746725, 213.0786026201, 233.7598253275) !important;
}

.ux-bg-sky-dark {
  background-color: rgb(25.3056768559, 102.5545851528, 127.1943231441) !important;
}

.ux-bg-sky-gradient {
  background: linear-gradient(135deg, #269abf, rgb(25.3056768559, 102.5545851528, 127.1943231441)) !important;
}

.ux-bg-sky-hover:hover {
  background-color: rgb(25.3056768559, 102.5545851528, 127.1943231441) !important;
  color: #ffffff !important;
}

.ux-bg-gold {
  background-color: #fcc32c !important;
}

.ux-bg-gold-light {
  background-color: rgb(254.1448598131, 237.8971962617, 194.8551401869) !important;
}

.ux-bg-gold-dark {
  background-color: rgb(216.4228971963, 157.9579439252, 3.0771028037) !important;
}

.ux-bg-gold-gradient {
  background: linear-gradient(135deg, #fcc32c, rgb(216.4228971963, 157.9579439252, 3.0771028037)) !important;
}

.ux-bg-gold-hover:hover {
  background-color: rgb(216.4228971963, 157.9579439252, 3.0771028037) !important;
  color: #ffffff !important;
}

.ux-bg-red {
  background-color: #f16935 !important;
}

.ux-bg-red-light {
  background-color: rgb(250.9166666667, 211.25, 196.0833333333) !important;
}

.ux-bg-red-dark {
  background-color: rgb(203.4027777778, 66.4583333333, 14.0972222222) !important;
}

.ux-bg-red-gradient {
  background: linear-gradient(135deg, #f16935, rgb(203.4027777778, 66.4583333333, 14.0972222222)) !important;
}

.ux-bg-red-hover:hover {
  background-color: rgb(203.4027777778, 66.4583333333, 14.0972222222) !important;
  color: #ffffff !important;
}

/* ===========================
   🟦 TEXT COLORS
   =========================== */
.ux-text-yellow {
  color: #fef200 !important;
}

.ux-text-yellow-light {
  color: rgb(255, 250.1338582677, 152) !important;
}

.ux-text-yellow-dark {
  color: rgb(177.5, 169.1141732283, 0) !important;
}

.ux-text-yellow-hover:hover {
  color: rgb(177.5, 169.1141732283, 0) !important;
}

.ux-text-green {
  color: #8fc73e !important;
}

.ux-text-green-light {
  color: rgb(211.8192771084, 233.4096385542, 180.5903614458) !important;
}

.ux-text-green-dark {
  color: rgb(101.5120481928, 143.0060240964, 41.4939759036) !important;
}

.ux-text-green-hover:hover {
  color: rgb(101.5120481928, 143.0060240964, 41.4939759036) !important;
}

.ux-text-orange {
  color: #f6821f !important;
}

.ux-text-orange-light {
  color: rgb(251.9098712446, 212.0815450644, 178.0901287554) !important;
}

.ux-text-orange-dark {
  color: rgb(192.7553648069, 92.9356223176, 7.7446351931) !important;
}

.ux-text-orange-hover:hover {
  color: rgb(192.7553648069, 92.9356223176, 7.7446351931) !important;
}

.ux-text-blue {
  color: #00adef !important;
}

.ux-text-blue-light {
  color: rgb(137, 222.4142259414, 255) !important;
}

.ux-text-blue-dark {
  color: rgb(0, 117.6255230126, 162.5) !important;
}

.ux-text-blue-hover:hover {
  color: rgb(0, 117.6255230126, 162.5) !important;
}

.ux-text-gray {
  color: #d4d4d6 !important;
}

.ux-text-gray-light {
  color: hsl(240, 2.380952381%, 113.5294117647%) !important;
}

.ux-text-gray-dark {
  color: rgb(172.8392857143, 172.8392857143, 176.6607142857) !important;
}

.ux-text-gray-hover:hover {
  color: rgb(172.8392857143, 172.8392857143, 176.6607142857) !important;
}

.ux-text-white {
  color: #ffffff !important;
}

.ux-text-white-light {
  color: hsl(0, 0%, 130%) !important;
}

.ux-text-white-dark {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.ux-text-white-hover:hover {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.ux-text-black {
  color: #000000 !important;
}

.ux-text-black-light {
  color: rgb(76.5, 76.5, 76.5) !important;
}

.ux-text-black-dark {
  color: hsl(0, 0%, -15%) !important;
}

.ux-text-black-hover:hover {
  color: hsl(0, 0%, -15%) !important;
}

.ux-text-purple {
  color: #a35ba4 !important;
}

.ux-text-purple-light {
  color: rgb(218.2, 189.4, 218.6) !important;
}

.ux-text-purple-dark {
  color: rgb(114.1, 63.7, 114.8) !important;
}

.ux-text-purple-hover:hover {
  color: rgb(114.1, 63.7, 114.8) !important;
}

.ux-text-teal {
  color: #28b990 !important;
}

.ux-text-teal-light {
  color: rgb(146.4666666667, 231.5333333333, 207.48) !important;
}

.ux-text-teal-dark {
  color: rgb(26.4, 122.1, 95.04) !important;
}

.ux-text-teal-hover:hover {
  color: rgb(26.4, 122.1, 95.04) !important;
}

.ux-text-sky {
  color: #269abf !important;
}

.ux-text-sky-light {
  color: rgb(148.2401746725, 213.0786026201, 233.7598253275) !important;
}

.ux-text-sky-dark {
  color: rgb(25.3056768559, 102.5545851528, 127.1943231441) !important;
}

.ux-text-sky-hover:hover {
  color: rgb(25.3056768559, 102.5545851528, 127.1943231441) !important;
}

.ux-text-gold {
  color: #fcc32c !important;
}

.ux-text-gold-light {
  color: rgb(254.1448598131, 237.8971962617, 194.8551401869) !important;
}

.ux-text-gold-dark {
  color: rgb(216.4228971963, 157.9579439252, 3.0771028037) !important;
}

.ux-text-gold-hover:hover {
  color: rgb(216.4228971963, 157.9579439252, 3.0771028037) !important;
}

.ux-text-red {
  color: #f16935 !important;
}

.ux-text-red-light {
  color: rgb(250.9166666667, 211.25, 196.0833333333) !important;
}

.ux-text-red-dark {
  color: rgb(203.4027777778, 66.4583333333, 14.0972222222) !important;
}

.ux-text-red-hover:hover {
  color: rgb(203.4027777778, 66.4583333333, 14.0972222222) !important;
}

/* ===========================
   🟧 BUTTONS
   =========================== */
.ux-btn-yellow {
  background-color: #fef200 !important;
  color: #ffffff !important;
  border: 1px solid #fef200 !important;
}
.ux-btn-yellow:hover {
  background-color: rgb(177.5, 169.1141732283, 0) !important;
  border-color: rgb(177.5, 169.1141732283, 0) !important;
}

.ux-btn-outline-yellow {
  background-color: transparent !important;
  color: #fef200 !important;
  border: 1px solid #fef200 !important;
}
.ux-btn-outline-yellow:hover {
  background-color: #fef200 !important;
  color: #ffffff !important;
}

.ux-btn-yellow-gradient {
  background: linear-gradient(135deg, #fef200, rgb(177.5, 169.1141732283, 0)) !important;
  color: #ffffff !important;
}

.ux-btn-yellow-gradient:hover {
  background: linear-gradient(135deg, rgb(177.5, 169.1141732283, 0), #fef200) !important;
}

.ux-btn-green {
  background-color: #8fc73e !important;
  color: #ffffff !important;
  border: 1px solid #8fc73e !important;
}
.ux-btn-green:hover {
  background-color: rgb(101.5120481928, 143.0060240964, 41.4939759036) !important;
  border-color: rgb(101.5120481928, 143.0060240964, 41.4939759036) !important;
}

.ux-btn-outline-green {
  background-color: transparent !important;
  color: #8fc73e !important;
  border: 1px solid #8fc73e !important;
}
.ux-btn-outline-green:hover {
  background-color: #8fc73e !important;
  color: #ffffff !important;
}

.ux-btn-green-gradient {
  background: linear-gradient(135deg, #8fc73e, rgb(101.5120481928, 143.0060240964, 41.4939759036)) !important;
  color: #ffffff !important;
}

.ux-btn-green-gradient:hover {
  background: linear-gradient(135deg, rgb(101.5120481928, 143.0060240964, 41.4939759036), #8fc73e) !important;
}

.ux-btn-orange {
  background-color: #f6821f !important;
  color: #ffffff !important;
  border: 1px solid #f6821f !important;
}
.ux-btn-orange:hover {
  background-color: rgb(192.7553648069, 92.9356223176, 7.7446351931) !important;
  border-color: rgb(192.7553648069, 92.9356223176, 7.7446351931) !important;
}

.ux-btn-outline-orange {
  background-color: transparent !important;
  color: #f6821f !important;
  border: 1px solid #f6821f !important;
}
.ux-btn-outline-orange:hover {
  background-color: #f6821f !important;
  color: #ffffff !important;
}

.ux-btn-orange-gradient {
  background: linear-gradient(135deg, #f6821f, rgb(192.7553648069, 92.9356223176, 7.7446351931)) !important;
  color: #ffffff !important;
}

.ux-btn-orange-gradient:hover {
  background: linear-gradient(135deg, rgb(192.7553648069, 92.9356223176, 7.7446351931), #f6821f) !important;
}

.ux-btn-blue {
  background-color: #00adef !important;
  color: #ffffff !important;
  border: 1px solid #00adef !important;
}
.ux-btn-blue:hover {
  background-color: rgb(0, 117.6255230126, 162.5) !important;
  border-color: rgb(0, 117.6255230126, 162.5) !important;
}

.ux-btn-outline-blue {
  background-color: transparent !important;
  color: #00adef !important;
  border: 1px solid #00adef !important;
}
.ux-btn-outline-blue:hover {
  background-color: #00adef !important;
  color: #ffffff !important;
}

.ux-btn-blue-gradient {
  background: linear-gradient(135deg, #00adef, rgb(0, 117.6255230126, 162.5)) !important;
  color: #ffffff !important;
}

.ux-btn-blue-gradient:hover {
  background: linear-gradient(135deg, rgb(0, 117.6255230126, 162.5), #00adef) !important;
}

.ux-btn-gray {
  background-color: #d4d4d6 !important;
  color: #ffffff !important;
  border: 1px solid #d4d4d6 !important;
}
.ux-btn-gray:hover {
  background-color: rgb(172.8392857143, 172.8392857143, 176.6607142857) !important;
  border-color: rgb(172.8392857143, 172.8392857143, 176.6607142857) !important;
}

.ux-btn-outline-gray {
  background-color: transparent !important;
  color: #d4d4d6 !important;
  border: 1px solid #d4d4d6 !important;
}
.ux-btn-outline-gray:hover {
  background-color: #d4d4d6 !important;
  color: #ffffff !important;
}

.ux-btn-gray-gradient {
  background: linear-gradient(135deg, #d4d4d6, rgb(172.8392857143, 172.8392857143, 176.6607142857)) !important;
  color: #ffffff !important;
}

.ux-btn-gray-gradient:hover {
  background: linear-gradient(135deg, rgb(172.8392857143, 172.8392857143, 176.6607142857), #d4d4d6) !important;
}

.ux-btn-purple {
  background-color: #a35ba4 !important;
  color: #ffffff !important;
  border: 1px solid #a35ba4 !important;
}
.ux-btn-purple:hover {
  background-color: rgb(114.1, 63.7, 114.8) !important;
  border-color: rgb(114.1, 63.7, 114.8) !important;
}

.ux-btn-outline-purple {
  background-color: transparent !important;
  color: #a35ba4 !important;
  border: 1px solid #a35ba4 !important;
}
.ux-btn-outline-purple:hover {
  background-color: #a35ba4 !important;
  color: #ffffff !important;
}

.ux-btn-purple-gradient {
  background: linear-gradient(135deg, #a35ba4, rgb(114.1, 63.7, 114.8)) !important;
  color: #ffffff !important;
}

.ux-btn-purple-gradient:hover {
  background: linear-gradient(135deg, rgb(114.1, 63.7, 114.8), #a35ba4) !important;
}

.ux-btn-teal {
  background-color: #28b990 !important;
  color: #ffffff !important;
  border: 1px solid #28b990 !important;
}
.ux-btn-teal:hover {
  background-color: rgb(26.4, 122.1, 95.04) !important;
  border-color: rgb(26.4, 122.1, 95.04) !important;
}

.ux-btn-outline-teal {
  background-color: transparent !important;
  color: #28b990 !important;
  border: 1px solid #28b990 !important;
}
.ux-btn-outline-teal:hover {
  background-color: #28b990 !important;
  color: #ffffff !important;
}

.ux-btn-teal-gradient {
  background: linear-gradient(135deg, #28b990, rgb(26.4, 122.1, 95.04)) !important;
  color: #ffffff !important;
}

.ux-btn-teal-gradient:hover {
  background: linear-gradient(135deg, rgb(26.4, 122.1, 95.04), #28b990) !important;
}

.ux-btn-sky {
  background-color: #269abf !important;
  color: #ffffff !important;
  border: 1px solid #269abf !important;
}
.ux-btn-sky:hover {
  background-color: rgb(25.3056768559, 102.5545851528, 127.1943231441) !important;
  border-color: rgb(25.3056768559, 102.5545851528, 127.1943231441) !important;
}

.ux-btn-outline-sky {
  background-color: transparent !important;
  color: #269abf !important;
  border: 1px solid #269abf !important;
}
.ux-btn-outline-sky:hover {
  background-color: #269abf !important;
  color: #ffffff !important;
}

.ux-btn-sky-gradient {
  background: linear-gradient(135deg, #269abf, rgb(25.3056768559, 102.5545851528, 127.1943231441)) !important;
  color: #ffffff !important;
}

.ux-btn-sky-gradient:hover {
  background: linear-gradient(135deg, rgb(25.3056768559, 102.5545851528, 127.1943231441), #269abf) !important;
}

.ux-btn-gold {
  background-color: #fcc32c !important;
  color: #ffffff !important;
  border: 1px solid #fcc32c !important;
}
.ux-btn-gold:hover {
  background-color: rgb(216.4228971963, 157.9579439252, 3.0771028037) !important;
  border-color: rgb(216.4228971963, 157.9579439252, 3.0771028037) !important;
}

.ux-btn-outline-gold {
  background-color: transparent !important;
  color: #fcc32c !important;
  border: 1px solid #fcc32c !important;
}
.ux-btn-outline-gold:hover {
  background-color: #fcc32c !important;
  color: #ffffff !important;
}

.ux-btn-gold-gradient {
  background: linear-gradient(135deg, #fcc32c, rgb(216.4228971963, 157.9579439252, 3.0771028037)) !important;
  color: #ffffff !important;
}

.ux-btn-gold-gradient:hover {
  background: linear-gradient(135deg, rgb(216.4228971963, 157.9579439252, 3.0771028037), #fcc32c) !important;
}

.ux-btn-red {
  background-color: #f16935 !important;
  color: #ffffff !important;
  border: 1px solid #f16935 !important;
}
.ux-btn-red:hover {
  background-color: rgb(203.4027777778, 66.4583333333, 14.0972222222) !important;
  border-color: rgb(203.4027777778, 66.4583333333, 14.0972222222) !important;
}

.ux-btn-outline-red {
  background-color: transparent !important;
  color: #f16935 !important;
  border: 1px solid #f16935 !important;
}
.ux-btn-outline-red:hover {
  background-color: #f16935 !important;
  color: #ffffff !important;
}

.ux-btn-red-gradient {
  background: linear-gradient(135deg, #f16935, rgb(203.4027777778, 66.4583333333, 14.0972222222)) !important;
  color: #ffffff !important;
}

.ux-btn-red-gradient:hover {
  background: linear-gradient(135deg, rgb(203.4027777778, 66.4583333333, 14.0972222222), #f16935) !important;
}

/* ===========================
   🟪 BORDERS
   =========================== */
.ux-border-yellow {
  border: 1px solid #fef200 !important;
}

.ux-border-yellow-light {
  border: 1px solid rgb(255, 250.1338582677, 152) !important;
}

.ux-border-yellow-dark {
  border: 1px solid rgb(177.5, 169.1141732283, 0) !important;
}

.ux-border-yellow-dashed {
  border: 1px dashed #fef200 !important;
}

.ux-border-yellow-dotted {
  border: 1px dotted #fef200 !important;
}

.ux-border-green {
  border: 1px solid #8fc73e !important;
}

.ux-border-green-light {
  border: 1px solid rgb(211.8192771084, 233.4096385542, 180.5903614458) !important;
}

.ux-border-green-dark {
  border: 1px solid rgb(101.5120481928, 143.0060240964, 41.4939759036) !important;
}

.ux-border-green-dashed {
  border: 1px dashed #8fc73e !important;
}

.ux-border-green-dotted {
  border: 1px dotted #8fc73e !important;
}

.ux-border-orange {
  border: 1px solid #f6821f !important;
}

.ux-border-orange-light {
  border: 1px solid rgb(251.9098712446, 212.0815450644, 178.0901287554) !important;
}

.ux-border-orange-dark {
  border: 1px solid rgb(192.7553648069, 92.9356223176, 7.7446351931) !important;
}

.ux-border-orange-dashed {
  border: 1px dashed #f6821f !important;
}

.ux-border-orange-dotted {
  border: 1px dotted #f6821f !important;
}

.ux-border-blue {
  border: 1px solid #00adef !important;
}

.ux-border-blue-light {
  border: 1px solid rgb(137, 222.4142259414, 255) !important;
}

.ux-border-blue-dark {
  border: 1px solid rgb(0, 117.6255230126, 162.5) !important;
}

.ux-border-blue-dashed {
  border: 1px dashed #00adef !important;
}

.ux-border-blue-dotted {
  border: 1px dotted #00adef !important;
}

.ux-border-gray {
  border: 1px solid #d4d4d6 !important;
}

.ux-border-gray-light {
  border: 1px solid hsl(240, 2.380952381%, 113.5294117647%) !important;
}

.ux-border-gray-dark {
  border: 1px solid rgb(172.8392857143, 172.8392857143, 176.6607142857) !important;
}

.ux-border-gray-dashed {
  border: 1px dashed #d4d4d6 !important;
}

.ux-border-gray-dotted {
  border: 1px dotted #d4d4d6 !important;
}

.ux-border-purple {
  border: 1px solid #a35ba4 !important;
}

.ux-border-purple-light {
  border: 1px solid rgb(218.2, 189.4, 218.6) !important;
}

.ux-border-purple-dark {
  border: 1px solid rgb(114.1, 63.7, 114.8) !important;
}

.ux-border-purple-dashed {
  border: 1px dashed #a35ba4 !important;
}

.ux-border-purple-dotted {
  border: 1px dotted #a35ba4 !important;
}

.ux-border-teal {
  border: 1px solid #28b990 !important;
}

.ux-border-teal-light {
  border: 1px solid rgb(146.4666666667, 231.5333333333, 207.48) !important;
}

.ux-border-teal-dark {
  border: 1px solid rgb(26.4, 122.1, 95.04) !important;
}

.ux-border-teal-dashed {
  border: 1px dashed #28b990 !important;
}

.ux-border-teal-dotted {
  border: 1px dotted #28b990 !important;
}

.ux-border-sky {
  border: 1px solid #269abf !important;
}

.ux-border-sky-light {
  border: 1px solid rgb(148.2401746725, 213.0786026201, 233.7598253275) !important;
}

.ux-border-sky-dark {
  border: 1px solid rgb(25.3056768559, 102.5545851528, 127.1943231441) !important;
}

.ux-border-sky-dashed {
  border: 1px dashed #269abf !important;
}

.ux-border-sky-dotted {
  border: 1px dotted #269abf !important;
}

.ux-border-gold {
  border: 1px solid #fcc32c !important;
}

.ux-border-gold-light {
  border: 1px solid rgb(254.1448598131, 237.8971962617, 194.8551401869) !important;
}

.ux-border-gold-dark {
  border: 1px solid rgb(216.4228971963, 157.9579439252, 3.0771028037) !important;
}

.ux-border-gold-dashed {
  border: 1px dashed #fcc32c !important;
}

.ux-border-gold-dotted {
  border: 1px dotted #fcc32c !important;
}

.ux-border-red {
  border: 1px solid #f16935 !important;
}

.ux-border-red-light {
  border: 1px solid rgb(250.9166666667, 211.25, 196.0833333333) !important;
}

.ux-border-red-dark {
  border: 1px solid rgb(203.4027777778, 66.4583333333, 14.0972222222) !important;
}

.ux-border-red-dashed {
  border: 1px dashed #f16935 !important;
}

.ux-border-red-dotted {
  border: 1px dotted #f16935 !important;
}

/* ===========================
   🟫 BADGES
   =========================== */
.ux-badge-yellow {
  background-color: #fef200 !important;
  color: #ffffff !important;
}

.ux-badge-yellow-outline {
  background-color: transparent !important;
  color: #fef200 !important;
  border: 1px solid #fef200 !important;
}

.ux-badge-green {
  background-color: #8fc73e !important;
  color: #ffffff !important;
}

.ux-badge-green-outline {
  background-color: transparent !important;
  color: #8fc73e !important;
  border: 1px solid #8fc73e !important;
}

.ux-badge-orange {
  background-color: #f6821f !important;
  color: #ffffff !important;
}

.ux-badge-orange-outline {
  background-color: transparent !important;
  color: #f6821f !important;
  border: 1px solid #f6821f !important;
}

.ux-badge-blue {
  background-color: #00adef !important;
  color: #ffffff !important;
}

.ux-badge-blue-outline {
  background-color: transparent !important;
  color: #00adef !important;
  border: 1px solid #00adef !important;
}

.ux-badge-gray {
  background-color: #d4d4d6 !important;
  color: #ffffff !important;
}

.ux-badge-gray-outline {
  background-color: transparent !important;
  color: #d4d4d6 !important;
  border: 1px solid #d4d4d6 !important;
}

.ux-badge-purple {
  background-color: #a35ba4 !important;
  color: #ffffff !important;
}

.ux-badge-purple-outline {
  background-color: transparent !important;
  color: #a35ba4 !important;
  border: 1px solid #a35ba4 !important;
}

.ux-badge-teal {
  background-color: #28b990 !important;
  color: #ffffff !important;
}

.ux-badge-teal-outline {
  background-color: transparent !important;
  color: #28b990 !important;
  border: 1px solid #28b990 !important;
}

.ux-badge-sky {
  background-color: #269abf !important;
  color: #ffffff !important;
}

.ux-badge-sky-outline {
  background-color: transparent !important;
  color: #269abf !important;
  border: 1px solid #269abf !important;
}

.ux-badge-gold {
  background-color: #fcc32c !important;
  color: #ffffff !important;
}

.ux-badge-gold-outline {
  background-color: transparent !important;
  color: #fcc32c !important;
  border: 1px solid #fcc32c !important;
}

.ux-badge-red {
  background-color: #f16935 !important;
  color: #ffffff !important;
}

.ux-badge-red-outline {
  background-color: transparent !important;
  color: #f16935 !important;
  border: 1px solid #f16935 !important;
}

/* ===========================
   🟦 SHADOWS
   =========================== */
.ux-shadow-yellow {
  box-shadow: 0px 4px 6px rgba(254, 242, 0, 0.2) !important;
}

.ux-shadow-yellow-lg {
  box-shadow: 0px 6px 12px rgba(254, 242, 0, 0.3) !important;
}

.ux-shadow-green {
  box-shadow: 0px 4px 6px rgba(143, 199, 62, 0.2) !important;
}

.ux-shadow-green-lg {
  box-shadow: 0px 6px 12px rgba(143, 199, 62, 0.3) !important;
}

.ux-shadow-orange {
  box-shadow: 0px 4px 6px rgba(246, 130, 31, 0.2) !important;
}

.ux-shadow-orange-lg {
  box-shadow: 0px 6px 12px rgba(246, 130, 31, 0.3) !important;
}

.ux-shadow-blue {
  box-shadow: 0px 4px 6px rgba(0, 173, 239, 0.2) !important;
}

.ux-shadow-blue-lg {
  box-shadow: 0px 6px 12px rgba(0, 173, 239, 0.3) !important;
}

.ux-shadow-gray {
  box-shadow: 0px 4px 6px rgba(212, 212, 214, 0.2) !important;
}

.ux-shadow-gray-lg {
  box-shadow: 0px 6px 12px rgba(212, 212, 214, 0.3) !important;
}

.ux-shadow-purple {
  box-shadow: 0px 4px 6px rgba(163, 91, 164, 0.2) !important;
}

.ux-shadow-purple-lg {
  box-shadow: 0px 6px 12px rgba(163, 91, 164, 0.3) !important;
}

.ux-shadow-teal {
  box-shadow: 0px 4px 6px rgba(40, 185, 144, 0.2) !important;
}

.ux-shadow-teal-lg {
  box-shadow: 0px 6px 12px rgba(40, 185, 144, 0.3) !important;
}

.ux-shadow-sky {
  box-shadow: 0px 4px 6px rgba(38, 154, 191, 0.2) !important;
}

.ux-shadow-sky-lg {
  box-shadow: 0px 6px 12px rgba(38, 154, 191, 0.3) !important;
}

.ux-shadow-gold {
  box-shadow: 0px 4px 6px rgba(252, 195, 44, 0.2) !important;
}

.ux-shadow-gold-lg {
  box-shadow: 0px 6px 12px rgba(252, 195, 44, 0.3) !important;
}

.ux-shadow-red {
  box-shadow: 0px 4px 6px rgba(241, 105, 53, 0.2) !important;
}

.ux-shadow-red-lg {
  box-shadow: 0px 6px 12px rgba(241, 105, 53, 0.3) !important;
}

/* ===========================
   📏 FONT SIZES & LINE HEIGHTS
   =========================== */
.ux-fs-8 {
  font-size: 8px !important;
  line-height: 12px !important;
}

.ux-fs-10 {
  font-size: 10px !important;
  line-height: 14px !important;
}

.ux-fs-12 {
  font-size: 12px !important;
  line-height: 16px !important;
}

.ux-fs-14 {
  font-size: 14px !important;
  line-height: 18px !important;
}

.ux-fs-16 {
  font-size: 16px !important;
  line-height: 20px !important;
}

.ux-fs-18 {
  font-size: 18px !important;
  line-height: 22px !important;
}

.ux-fs-20 {
  font-size: 20px !important;
  line-height: 24px !important;
}

.ux-fs-24 {
  font-size: 24px !important;
  line-height: 28px !important;
}

.ux-fs-28 {
  font-size: 28px !important;
  line-height: 34px !important;
}

.ux-fs-32 {
  font-size: 32px !important;
  line-height: 38px !important;
}

.ux-fs-36 {
  font-size: 36px !important;
  line-height: 42px !important;
}

.ux-fs-40 {
  font-size: 40px !important;
  line-height: 46px !important;
}

.ux-fs-44 {
  font-size: 44px !important;
  line-height: 50px !important;
}

.ux-fs-48 {
  font-size: 48px !important;
  line-height: 54px !important;
}

.ux-fs-50 {
  font-size: 50px !important;
  line-height: 56px !important;
}

/* ===========================
   🧱 FONT WEIGHTS
   =========================== */
.ux-fw-light {
  font-weight: 300 !important;
}

.ux-fw-normal {
  font-weight: 400 !important;
}

.ux-fw-medium {
  font-weight: 500 !important;
}

.ux-fw-semibold {
  font-weight: 600 !important;
}

.ux-fw-bold {
  font-weight: 700 !important;
}

.ux-fw-extrabold {
  font-weight: 800 !important;
}

/* ===========================
   🔤 TEXT TRANSFORMATIONS
   =========================== */
.ux-text-uppercase {
  text-transform: uppercase !important;
}

.ux-text-lowercase {
  text-transform: lowercase !important;
}

.ux-text-capitalize {
  text-transform: capitalize !important;
}

/* ===========================
   📦 MARGINS & PADDINGS
   =========================== */
.ux-mt-1 {
  margin-top: 1px !important;
}

.ux-mr-1 {
  margin-right: 1px !important;
}

.ux-mb-1 {
  margin-bottom: 1px !important;
}

.ux-ml-1 {
  margin-left: 1px !important;
}

.ux-m-1 {
  margin: 1px !important;
}

.ux-pt-1 {
  padding-top: 1px !important;
}

.ux-pr-1 {
  padding-right: 1px !important;
}

.ux-pb-1 {
  padding-bottom: 1px !important;
}

.ux-pl-1 {
  padding-left: 1px !important;
}

.ux-p-1 {
  padding: 1px !important;
}

.ux-mt-2 {
  margin-top: 2px !important;
}

.ux-mr-2 {
  margin-right: 2px !important;
}

.ux-mb-2 {
  margin-bottom: 2px !important;
}

.ux-ml-2 {
  margin-left: 2px !important;
}

.ux-m-2 {
  margin: 2px !important;
}

.ux-pt-2 {
  padding-top: 2px !important;
}

.ux-pr-2 {
  padding-right: 2px !important;
}

.ux-pb-2 {
  padding-bottom: 2px !important;
}

.ux-pl-2 {
  padding-left: 2px !important;
}

.ux-p-2 {
  padding: 2px !important;
}

.ux-mt-3 {
  margin-top: 3px !important;
}

.ux-mr-3 {
  margin-right: 3px !important;
}

.ux-mb-3 {
  margin-bottom: 3px !important;
}

.ux-ml-3 {
  margin-left: 3px !important;
}

.ux-m-3 {
  margin: 3px !important;
}

.ux-pt-3 {
  padding-top: 3px !important;
}

.ux-pr-3 {
  padding-right: 3px !important;
}

.ux-pb-3 {
  padding-bottom: 3px !important;
}

.ux-pl-3 {
  padding-left: 3px !important;
}

.ux-p-3 {
  padding: 3px !important;
}

.ux-mt-4 {
  margin-top: 4px !important;
}

.ux-mr-4 {
  margin-right: 4px !important;
}

.ux-mb-4 {
  margin-bottom: 4px !important;
}

.ux-ml-4 {
  margin-left: 4px !important;
}

.ux-m-4 {
  margin: 4px !important;
}

.ux-pt-4 {
  padding-top: 4px !important;
}

.ux-pr-4 {
  padding-right: 4px !important;
}

.ux-pb-4 {
  padding-bottom: 4px !important;
}

.ux-pl-4 {
  padding-left: 4px !important;
}

.ux-p-4 {
  padding: 4px !important;
}

.ux-mt-5 {
  margin-top: 5px !important;
}

.ux-mr-5 {
  margin-right: 5px !important;
}

.ux-mb-5 {
  margin-bottom: 5px !important;
}

.ux-ml-5 {
  margin-left: 5px !important;
}

.ux-m-5 {
  margin: 5px !important;
}

.ux-pt-5 {
  padding-top: 5px !important;
}

.ux-pr-5 {
  padding-right: 5px !important;
}

.ux-pb-5 {
  padding-bottom: 5px !important;
}

.ux-pl-5 {
  padding-left: 5px !important;
}

.ux-p-5 {
  padding: 5px !important;
}

.ux-mt-6 {
  margin-top: 6px !important;
}

.ux-mr-6 {
  margin-right: 6px !important;
}

.ux-mb-6 {
  margin-bottom: 6px !important;
}

.ux-ml-6 {
  margin-left: 6px !important;
}

.ux-m-6 {
  margin: 6px !important;
}

.ux-pt-6 {
  padding-top: 6px !important;
}

.ux-pr-6 {
  padding-right: 6px !important;
}

.ux-pb-6 {
  padding-bottom: 6px !important;
}

.ux-pl-6 {
  padding-left: 6px !important;
}

.ux-p-6 {
  padding: 6px !important;
}

.ux-mt-7 {
  margin-top: 7px !important;
}

.ux-mr-7 {
  margin-right: 7px !important;
}

.ux-mb-7 {
  margin-bottom: 7px !important;
}

.ux-ml-7 {
  margin-left: 7px !important;
}

.ux-m-7 {
  margin: 7px !important;
}

.ux-pt-7 {
  padding-top: 7px !important;
}

.ux-pr-7 {
  padding-right: 7px !important;
}

.ux-pb-7 {
  padding-bottom: 7px !important;
}

.ux-pl-7 {
  padding-left: 7px !important;
}

.ux-p-7 {
  padding: 7px !important;
}

.ux-mt-8 {
  margin-top: 8px !important;
}

.ux-mr-8 {
  margin-right: 8px !important;
}

.ux-mb-8 {
  margin-bottom: 8px !important;
}

.ux-ml-8 {
  margin-left: 8px !important;
}

.ux-m-8 {
  margin: 8px !important;
}

.ux-pt-8 {
  padding-top: 8px !important;
}

.ux-pr-8 {
  padding-right: 8px !important;
}

.ux-pb-8 {
  padding-bottom: 8px !important;
}

.ux-pl-8 {
  padding-left: 8px !important;
}

.ux-p-8 {
  padding: 8px !important;
}

.ux-mt-9 {
  margin-top: 9px !important;
}

.ux-mr-9 {
  margin-right: 9px !important;
}

.ux-mb-9 {
  margin-bottom: 9px !important;
}

.ux-ml-9 {
  margin-left: 9px !important;
}

.ux-m-9 {
  margin: 9px !important;
}

.ux-pt-9 {
  padding-top: 9px !important;
}

.ux-pr-9 {
  padding-right: 9px !important;
}

.ux-pb-9 {
  padding-bottom: 9px !important;
}

.ux-pl-9 {
  padding-left: 9px !important;
}

.ux-p-9 {
  padding: 9px !important;
}

.ux-mt-10 {
  margin-top: 10px !important;
}

.ux-mr-10 {
  margin-right: 10px !important;
}

.ux-mb-10 {
  margin-bottom: 10px !important;
}

.ux-ml-10 {
  margin-left: 10px !important;
}

.ux-m-10 {
  margin: 10px !important;
}

.ux-pt-10 {
  padding-top: 10px !important;
}

.ux-pr-10 {
  padding-right: 10px !important;
}

.ux-pb-10 {
  padding-bottom: 10px !important;
}

.ux-pl-10 {
  padding-left: 10px !important;
}

.ux-p-10 {
  padding: 10px !important;
}

.ux-mt-11 {
  margin-top: 11px !important;
}

.ux-mr-11 {
  margin-right: 11px !important;
}

.ux-mb-11 {
  margin-bottom: 11px !important;
}

.ux-ml-11 {
  margin-left: 11px !important;
}

.ux-m-11 {
  margin: 11px !important;
}

.ux-pt-11 {
  padding-top: 11px !important;
}

.ux-pr-11 {
  padding-right: 11px !important;
}

.ux-pb-11 {
  padding-bottom: 11px !important;
}

.ux-pl-11 {
  padding-left: 11px !important;
}

.ux-p-11 {
  padding: 11px !important;
}

.ux-mt-12 {
  margin-top: 12px !important;
}

.ux-mr-12 {
  margin-right: 12px !important;
}

.ux-mb-12 {
  margin-bottom: 12px !important;
}

.ux-ml-12 {
  margin-left: 12px !important;
}

.ux-m-12 {
  margin: 12px !important;
}

.ux-pt-12 {
  padding-top: 12px !important;
}

.ux-pr-12 {
  padding-right: 12px !important;
}

.ux-pb-12 {
  padding-bottom: 12px !important;
}

.ux-pl-12 {
  padding-left: 12px !important;
}

.ux-p-12 {
  padding: 12px !important;
}

.ux-mt-13 {
  margin-top: 13px !important;
}

.ux-mr-13 {
  margin-right: 13px !important;
}

.ux-mb-13 {
  margin-bottom: 13px !important;
}

.ux-ml-13 {
  margin-left: 13px !important;
}

.ux-m-13 {
  margin: 13px !important;
}

.ux-pt-13 {
  padding-top: 13px !important;
}

.ux-pr-13 {
  padding-right: 13px !important;
}

.ux-pb-13 {
  padding-bottom: 13px !important;
}

.ux-pl-13 {
  padding-left: 13px !important;
}

.ux-p-13 {
  padding: 13px !important;
}

.ux-mt-14 {
  margin-top: 14px !important;
}

.ux-mr-14 {
  margin-right: 14px !important;
}

.ux-mb-14 {
  margin-bottom: 14px !important;
}

.ux-ml-14 {
  margin-left: 14px !important;
}

.ux-m-14 {
  margin: 14px !important;
}

.ux-pt-14 {
  padding-top: 14px !important;
}

.ux-pr-14 {
  padding-right: 14px !important;
}

.ux-pb-14 {
  padding-bottom: 14px !important;
}

.ux-pl-14 {
  padding-left: 14px !important;
}

.ux-p-14 {
  padding: 14px !important;
}

.ux-mt-15 {
  margin-top: 15px !important;
}

.ux-mr-15 {
  margin-right: 15px !important;
}

.ux-mb-15 {
  margin-bottom: 15px !important;
}

.ux-ml-15 {
  margin-left: 15px !important;
}

.ux-m-15 {
  margin: 15px !important;
}

.ux-pt-15 {
  padding-top: 15px !important;
}

.ux-pr-15 {
  padding-right: 15px !important;
}

.ux-pb-15 {
  padding-bottom: 15px !important;
}

.ux-pl-15 {
  padding-left: 15px !important;
}

.ux-p-15 {
  padding: 15px !important;
}

.ux-mt-16 {
  margin-top: 16px !important;
}

.ux-mr-16 {
  margin-right: 16px !important;
}

.ux-mb-16 {
  margin-bottom: 16px !important;
}

.ux-ml-16 {
  margin-left: 16px !important;
}

.ux-m-16 {
  margin: 16px !important;
}

.ux-pt-16 {
  padding-top: 16px !important;
}

.ux-pr-16 {
  padding-right: 16px !important;
}

.ux-pb-16 {
  padding-bottom: 16px !important;
}

.ux-pl-16 {
  padding-left: 16px !important;
}

.ux-p-16 {
  padding: 16px !important;
}

.ux-mt-17 {
  margin-top: 17px !important;
}

.ux-mr-17 {
  margin-right: 17px !important;
}

.ux-mb-17 {
  margin-bottom: 17px !important;
}

.ux-ml-17 {
  margin-left: 17px !important;
}

.ux-m-17 {
  margin: 17px !important;
}

.ux-pt-17 {
  padding-top: 17px !important;
}

.ux-pr-17 {
  padding-right: 17px !important;
}

.ux-pb-17 {
  padding-bottom: 17px !important;
}

.ux-pl-17 {
  padding-left: 17px !important;
}

.ux-p-17 {
  padding: 17px !important;
}

.ux-mt-18 {
  margin-top: 18px !important;
}

.ux-mr-18 {
  margin-right: 18px !important;
}

.ux-mb-18 {
  margin-bottom: 18px !important;
}

.ux-ml-18 {
  margin-left: 18px !important;
}

.ux-m-18 {
  margin: 18px !important;
}

.ux-pt-18 {
  padding-top: 18px !important;
}

.ux-pr-18 {
  padding-right: 18px !important;
}

.ux-pb-18 {
  padding-bottom: 18px !important;
}

.ux-pl-18 {
  padding-left: 18px !important;
}

.ux-p-18 {
  padding: 18px !important;
}

.ux-mt-19 {
  margin-top: 19px !important;
}

.ux-mr-19 {
  margin-right: 19px !important;
}

.ux-mb-19 {
  margin-bottom: 19px !important;
}

.ux-ml-19 {
  margin-left: 19px !important;
}

.ux-m-19 {
  margin: 19px !important;
}

.ux-pt-19 {
  padding-top: 19px !important;
}

.ux-pr-19 {
  padding-right: 19px !important;
}

.ux-pb-19 {
  padding-bottom: 19px !important;
}

.ux-pl-19 {
  padding-left: 19px !important;
}

.ux-p-19 {
  padding: 19px !important;
}

.ux-mt-20 {
  margin-top: 20px !important;
}

.ux-mr-20 {
  margin-right: 20px !important;
}

.ux-mb-20 {
  margin-bottom: 20px !important;
}

.ux-ml-20 {
  margin-left: 20px !important;
}

.ux-m-20 {
  margin: 20px !important;
}

.ux-pt-20 {
  padding-top: 20px !important;
}

.ux-pr-20 {
  padding-right: 20px !important;
}

.ux-pb-20 {
  padding-bottom: 20px !important;
}

.ux-pl-20 {
  padding-left: 20px !important;
}

.ux-p-20 {
  padding: 20px !important;
}

.ux-mt-21 {
  margin-top: 21px !important;
}

.ux-mr-21 {
  margin-right: 21px !important;
}

.ux-mb-21 {
  margin-bottom: 21px !important;
}

.ux-ml-21 {
  margin-left: 21px !important;
}

.ux-m-21 {
  margin: 21px !important;
}

.ux-pt-21 {
  padding-top: 21px !important;
}

.ux-pr-21 {
  padding-right: 21px !important;
}

.ux-pb-21 {
  padding-bottom: 21px !important;
}

.ux-pl-21 {
  padding-left: 21px !important;
}

.ux-p-21 {
  padding: 21px !important;
}

.ux-mt-22 {
  margin-top: 22px !important;
}

.ux-mr-22 {
  margin-right: 22px !important;
}

.ux-mb-22 {
  margin-bottom: 22px !important;
}

.ux-ml-22 {
  margin-left: 22px !important;
}

.ux-m-22 {
  margin: 22px !important;
}

.ux-pt-22 {
  padding-top: 22px !important;
}

.ux-pr-22 {
  padding-right: 22px !important;
}

.ux-pb-22 {
  padding-bottom: 22px !important;
}

.ux-pl-22 {
  padding-left: 22px !important;
}

.ux-p-22 {
  padding: 22px !important;
}

.ux-mt-23 {
  margin-top: 23px !important;
}

.ux-mr-23 {
  margin-right: 23px !important;
}

.ux-mb-23 {
  margin-bottom: 23px !important;
}

.ux-ml-23 {
  margin-left: 23px !important;
}

.ux-m-23 {
  margin: 23px !important;
}

.ux-pt-23 {
  padding-top: 23px !important;
}

.ux-pr-23 {
  padding-right: 23px !important;
}

.ux-pb-23 {
  padding-bottom: 23px !important;
}

.ux-pl-23 {
  padding-left: 23px !important;
}

.ux-p-23 {
  padding: 23px !important;
}

.ux-mt-24 {
  margin-top: 24px !important;
}

.ux-mr-24 {
  margin-right: 24px !important;
}

.ux-mb-24 {
  margin-bottom: 24px !important;
}

.ux-ml-24 {
  margin-left: 24px !important;
}

.ux-m-24 {
  margin: 24px !important;
}

.ux-pt-24 {
  padding-top: 24px !important;
}

.ux-pr-24 {
  padding-right: 24px !important;
}

.ux-pb-24 {
  padding-bottom: 24px !important;
}

.ux-pl-24 {
  padding-left: 24px !important;
}

.ux-p-24 {
  padding: 24px !important;
}

.ux-mt-25 {
  margin-top: 25px !important;
}

.ux-mr-25 {
  margin-right: 25px !important;
}

.ux-mb-25 {
  margin-bottom: 25px !important;
}

.ux-ml-25 {
  margin-left: 25px !important;
}

.ux-m-25 {
  margin: 25px !important;
}

.ux-pt-25 {
  padding-top: 25px !important;
}

.ux-pr-25 {
  padding-right: 25px !important;
}

.ux-pb-25 {
  padding-bottom: 25px !important;
}

.ux-pl-25 {
  padding-left: 25px !important;
}

.ux-p-25 {
  padding: 25px !important;
}

.ux-mt-26 {
  margin-top: 26px !important;
}

.ux-mr-26 {
  margin-right: 26px !important;
}

.ux-mb-26 {
  margin-bottom: 26px !important;
}

.ux-ml-26 {
  margin-left: 26px !important;
}

.ux-m-26 {
  margin: 26px !important;
}

.ux-pt-26 {
  padding-top: 26px !important;
}

.ux-pr-26 {
  padding-right: 26px !important;
}

.ux-pb-26 {
  padding-bottom: 26px !important;
}

.ux-pl-26 {
  padding-left: 26px !important;
}

.ux-p-26 {
  padding: 26px !important;
}

.ux-mt-27 {
  margin-top: 27px !important;
}

.ux-mr-27 {
  margin-right: 27px !important;
}

.ux-mb-27 {
  margin-bottom: 27px !important;
}

.ux-ml-27 {
  margin-left: 27px !important;
}

.ux-m-27 {
  margin: 27px !important;
}

.ux-pt-27 {
  padding-top: 27px !important;
}

.ux-pr-27 {
  padding-right: 27px !important;
}

.ux-pb-27 {
  padding-bottom: 27px !important;
}

.ux-pl-27 {
  padding-left: 27px !important;
}

.ux-p-27 {
  padding: 27px !important;
}

.ux-mt-28 {
  margin-top: 28px !important;
}

.ux-mr-28 {
  margin-right: 28px !important;
}

.ux-mb-28 {
  margin-bottom: 28px !important;
}

.ux-ml-28 {
  margin-left: 28px !important;
}

.ux-m-28 {
  margin: 28px !important;
}

.ux-pt-28 {
  padding-top: 28px !important;
}

.ux-pr-28 {
  padding-right: 28px !important;
}

.ux-pb-28 {
  padding-bottom: 28px !important;
}

.ux-pl-28 {
  padding-left: 28px !important;
}

.ux-p-28 {
  padding: 28px !important;
}

.ux-mt-29 {
  margin-top: 29px !important;
}

.ux-mr-29 {
  margin-right: 29px !important;
}

.ux-mb-29 {
  margin-bottom: 29px !important;
}

.ux-ml-29 {
  margin-left: 29px !important;
}

.ux-m-29 {
  margin: 29px !important;
}

.ux-pt-29 {
  padding-top: 29px !important;
}

.ux-pr-29 {
  padding-right: 29px !important;
}

.ux-pb-29 {
  padding-bottom: 29px !important;
}

.ux-pl-29 {
  padding-left: 29px !important;
}

.ux-p-29 {
  padding: 29px !important;
}

.ux-mt-30 {
  margin-top: 30px !important;
}

.ux-mr-30 {
  margin-right: 30px !important;
}

.ux-mb-30 {
  margin-bottom: 30px !important;
}

.ux-ml-30 {
  margin-left: 30px !important;
}

.ux-m-30 {
  margin: 30px !important;
}

.ux-pt-30 {
  padding-top: 30px !important;
}

.ux-pr-30 {
  padding-right: 30px !important;
}

.ux-pb-30 {
  padding-bottom: 30px !important;
}

.ux-pl-30 {
  padding-left: 30px !important;
}

.ux-p-30 {
  padding: 30px !important;
}

.ux-mt-31 {
  margin-top: 31px !important;
}

.ux-mr-31 {
  margin-right: 31px !important;
}

.ux-mb-31 {
  margin-bottom: 31px !important;
}

.ux-ml-31 {
  margin-left: 31px !important;
}

.ux-m-31 {
  margin: 31px !important;
}

.ux-pt-31 {
  padding-top: 31px !important;
}

.ux-pr-31 {
  padding-right: 31px !important;
}

.ux-pb-31 {
  padding-bottom: 31px !important;
}

.ux-pl-31 {
  padding-left: 31px !important;
}

.ux-p-31 {
  padding: 31px !important;
}

.ux-mt-32 {
  margin-top: 32px !important;
}

.ux-mr-32 {
  margin-right: 32px !important;
}

.ux-mb-32 {
  margin-bottom: 32px !important;
}

.ux-ml-32 {
  margin-left: 32px !important;
}

.ux-m-32 {
  margin: 32px !important;
}

.ux-pt-32 {
  padding-top: 32px !important;
}

.ux-pr-32 {
  padding-right: 32px !important;
}

.ux-pb-32 {
  padding-bottom: 32px !important;
}

.ux-pl-32 {
  padding-left: 32px !important;
}

.ux-p-32 {
  padding: 32px !important;
}

.ux-mt-33 {
  margin-top: 33px !important;
}

.ux-mr-33 {
  margin-right: 33px !important;
}

.ux-mb-33 {
  margin-bottom: 33px !important;
}

.ux-ml-33 {
  margin-left: 33px !important;
}

.ux-m-33 {
  margin: 33px !important;
}

.ux-pt-33 {
  padding-top: 33px !important;
}

.ux-pr-33 {
  padding-right: 33px !important;
}

.ux-pb-33 {
  padding-bottom: 33px !important;
}

.ux-pl-33 {
  padding-left: 33px !important;
}

.ux-p-33 {
  padding: 33px !important;
}

.ux-mt-34 {
  margin-top: 34px !important;
}

.ux-mr-34 {
  margin-right: 34px !important;
}

.ux-mb-34 {
  margin-bottom: 34px !important;
}

.ux-ml-34 {
  margin-left: 34px !important;
}

.ux-m-34 {
  margin: 34px !important;
}

.ux-pt-34 {
  padding-top: 34px !important;
}

.ux-pr-34 {
  padding-right: 34px !important;
}

.ux-pb-34 {
  padding-bottom: 34px !important;
}

.ux-pl-34 {
  padding-left: 34px !important;
}

.ux-p-34 {
  padding: 34px !important;
}

.ux-mt-35 {
  margin-top: 35px !important;
}

.ux-mr-35 {
  margin-right: 35px !important;
}

.ux-mb-35 {
  margin-bottom: 35px !important;
}

.ux-ml-35 {
  margin-left: 35px !important;
}

.ux-m-35 {
  margin: 35px !important;
}

.ux-pt-35 {
  padding-top: 35px !important;
}

.ux-pr-35 {
  padding-right: 35px !important;
}

.ux-pb-35 {
  padding-bottom: 35px !important;
}

.ux-pl-35 {
  padding-left: 35px !important;
}

.ux-p-35 {
  padding: 35px !important;
}

.ux-mt-36 {
  margin-top: 36px !important;
}

.ux-mr-36 {
  margin-right: 36px !important;
}

.ux-mb-36 {
  margin-bottom: 36px !important;
}

.ux-ml-36 {
  margin-left: 36px !important;
}

.ux-m-36 {
  margin: 36px !important;
}

.ux-pt-36 {
  padding-top: 36px !important;
}

.ux-pr-36 {
  padding-right: 36px !important;
}

.ux-pb-36 {
  padding-bottom: 36px !important;
}

.ux-pl-36 {
  padding-left: 36px !important;
}

.ux-p-36 {
  padding: 36px !important;
}

.ux-mt-37 {
  margin-top: 37px !important;
}

.ux-mr-37 {
  margin-right: 37px !important;
}

.ux-mb-37 {
  margin-bottom: 37px !important;
}

.ux-ml-37 {
  margin-left: 37px !important;
}

.ux-m-37 {
  margin: 37px !important;
}

.ux-pt-37 {
  padding-top: 37px !important;
}

.ux-pr-37 {
  padding-right: 37px !important;
}

.ux-pb-37 {
  padding-bottom: 37px !important;
}

.ux-pl-37 {
  padding-left: 37px !important;
}

.ux-p-37 {
  padding: 37px !important;
}

.ux-mt-38 {
  margin-top: 38px !important;
}

.ux-mr-38 {
  margin-right: 38px !important;
}

.ux-mb-38 {
  margin-bottom: 38px !important;
}

.ux-ml-38 {
  margin-left: 38px !important;
}

.ux-m-38 {
  margin: 38px !important;
}

.ux-pt-38 {
  padding-top: 38px !important;
}

.ux-pr-38 {
  padding-right: 38px !important;
}

.ux-pb-38 {
  padding-bottom: 38px !important;
}

.ux-pl-38 {
  padding-left: 38px !important;
}

.ux-p-38 {
  padding: 38px !important;
}

.ux-mt-39 {
  margin-top: 39px !important;
}

.ux-mr-39 {
  margin-right: 39px !important;
}

.ux-mb-39 {
  margin-bottom: 39px !important;
}

.ux-ml-39 {
  margin-left: 39px !important;
}

.ux-m-39 {
  margin: 39px !important;
}

.ux-pt-39 {
  padding-top: 39px !important;
}

.ux-pr-39 {
  padding-right: 39px !important;
}

.ux-pb-39 {
  padding-bottom: 39px !important;
}

.ux-pl-39 {
  padding-left: 39px !important;
}

.ux-p-39 {
  padding: 39px !important;
}

.ux-mt-40 {
  margin-top: 40px !important;
}

.ux-mr-40 {
  margin-right: 40px !important;
}

.ux-mb-40 {
  margin-bottom: 40px !important;
}

.ux-ml-40 {
  margin-left: 40px !important;
}

.ux-m-40 {
  margin: 40px !important;
}

.ux-pt-40 {
  padding-top: 40px !important;
}

.ux-pr-40 {
  padding-right: 40px !important;
}

.ux-pb-40 {
  padding-bottom: 40px !important;
}

.ux-pl-40 {
  padding-left: 40px !important;
}

.ux-p-40 {
  padding: 40px !important;
}

.ux-mt-41 {
  margin-top: 41px !important;
}

.ux-mr-41 {
  margin-right: 41px !important;
}

.ux-mb-41 {
  margin-bottom: 41px !important;
}

.ux-ml-41 {
  margin-left: 41px !important;
}

.ux-m-41 {
  margin: 41px !important;
}

.ux-pt-41 {
  padding-top: 41px !important;
}

.ux-pr-41 {
  padding-right: 41px !important;
}

.ux-pb-41 {
  padding-bottom: 41px !important;
}

.ux-pl-41 {
  padding-left: 41px !important;
}

.ux-p-41 {
  padding: 41px !important;
}

.ux-mt-42 {
  margin-top: 42px !important;
}

.ux-mr-42 {
  margin-right: 42px !important;
}

.ux-mb-42 {
  margin-bottom: 42px !important;
}

.ux-ml-42 {
  margin-left: 42px !important;
}

.ux-m-42 {
  margin: 42px !important;
}

.ux-pt-42 {
  padding-top: 42px !important;
}

.ux-pr-42 {
  padding-right: 42px !important;
}

.ux-pb-42 {
  padding-bottom: 42px !important;
}

.ux-pl-42 {
  padding-left: 42px !important;
}

.ux-p-42 {
  padding: 42px !important;
}

.ux-mt-43 {
  margin-top: 43px !important;
}

.ux-mr-43 {
  margin-right: 43px !important;
}

.ux-mb-43 {
  margin-bottom: 43px !important;
}

.ux-ml-43 {
  margin-left: 43px !important;
}

.ux-m-43 {
  margin: 43px !important;
}

.ux-pt-43 {
  padding-top: 43px !important;
}

.ux-pr-43 {
  padding-right: 43px !important;
}

.ux-pb-43 {
  padding-bottom: 43px !important;
}

.ux-pl-43 {
  padding-left: 43px !important;
}

.ux-p-43 {
  padding: 43px !important;
}

.ux-mt-44 {
  margin-top: 44px !important;
}

.ux-mr-44 {
  margin-right: 44px !important;
}

.ux-mb-44 {
  margin-bottom: 44px !important;
}

.ux-ml-44 {
  margin-left: 44px !important;
}

.ux-m-44 {
  margin: 44px !important;
}

.ux-pt-44 {
  padding-top: 44px !important;
}

.ux-pr-44 {
  padding-right: 44px !important;
}

.ux-pb-44 {
  padding-bottom: 44px !important;
}

.ux-pl-44 {
  padding-left: 44px !important;
}

.ux-p-44 {
  padding: 44px !important;
}

.ux-mt-45 {
  margin-top: 45px !important;
}

.ux-mr-45 {
  margin-right: 45px !important;
}

.ux-mb-45 {
  margin-bottom: 45px !important;
}

.ux-ml-45 {
  margin-left: 45px !important;
}

.ux-m-45 {
  margin: 45px !important;
}

.ux-pt-45 {
  padding-top: 45px !important;
}

.ux-pr-45 {
  padding-right: 45px !important;
}

.ux-pb-45 {
  padding-bottom: 45px !important;
}

.ux-pl-45 {
  padding-left: 45px !important;
}

.ux-p-45 {
  padding: 45px !important;
}

.ux-mt-46 {
  margin-top: 46px !important;
}

.ux-mr-46 {
  margin-right: 46px !important;
}

.ux-mb-46 {
  margin-bottom: 46px !important;
}

.ux-ml-46 {
  margin-left: 46px !important;
}

.ux-m-46 {
  margin: 46px !important;
}

.ux-pt-46 {
  padding-top: 46px !important;
}

.ux-pr-46 {
  padding-right: 46px !important;
}

.ux-pb-46 {
  padding-bottom: 46px !important;
}

.ux-pl-46 {
  padding-left: 46px !important;
}

.ux-p-46 {
  padding: 46px !important;
}

.ux-mt-47 {
  margin-top: 47px !important;
}

.ux-mr-47 {
  margin-right: 47px !important;
}

.ux-mb-47 {
  margin-bottom: 47px !important;
}

.ux-ml-47 {
  margin-left: 47px !important;
}

.ux-m-47 {
  margin: 47px !important;
}

.ux-pt-47 {
  padding-top: 47px !important;
}

.ux-pr-47 {
  padding-right: 47px !important;
}

.ux-pb-47 {
  padding-bottom: 47px !important;
}

.ux-pl-47 {
  padding-left: 47px !important;
}

.ux-p-47 {
  padding: 47px !important;
}

.ux-mt-48 {
  margin-top: 48px !important;
}

.ux-mr-48 {
  margin-right: 48px !important;
}

.ux-mb-48 {
  margin-bottom: 48px !important;
}

.ux-ml-48 {
  margin-left: 48px !important;
}

.ux-m-48 {
  margin: 48px !important;
}

.ux-pt-48 {
  padding-top: 48px !important;
}

.ux-pr-48 {
  padding-right: 48px !important;
}

.ux-pb-48 {
  padding-bottom: 48px !important;
}

.ux-pl-48 {
  padding-left: 48px !important;
}

.ux-p-48 {
  padding: 48px !important;
}

.ux-mt-49 {
  margin-top: 49px !important;
}

.ux-mr-49 {
  margin-right: 49px !important;
}

.ux-mb-49 {
  margin-bottom: 49px !important;
}

.ux-ml-49 {
  margin-left: 49px !important;
}

.ux-m-49 {
  margin: 49px !important;
}

.ux-pt-49 {
  padding-top: 49px !important;
}

.ux-pr-49 {
  padding-right: 49px !important;
}

.ux-pb-49 {
  padding-bottom: 49px !important;
}

.ux-pl-49 {
  padding-left: 49px !important;
}

.ux-p-49 {
  padding: 49px !important;
}

.ux-mt-50 {
  margin-top: 50px !important;
}

.ux-mr-50 {
  margin-right: 50px !important;
}

.ux-mb-50 {
  margin-bottom: 50px !important;
}

.ux-ml-50 {
  margin-left: 50px !important;
}

.ux-m-50 {
  margin: 50px !important;
}

.ux-pt-50 {
  padding-top: 50px !important;
}

.ux-pr-50 {
  padding-right: 50px !important;
}

.ux-pb-50 {
  padding-bottom: 50px !important;
}

.ux-pl-50 {
  padding-left: 50px !important;
}

.ux-p-50 {
  padding: 50px !important;
}

.ux-mt-51 {
  margin-top: 51px !important;
}

.ux-mr-51 {
  margin-right: 51px !important;
}

.ux-mb-51 {
  margin-bottom: 51px !important;
}

.ux-ml-51 {
  margin-left: 51px !important;
}

.ux-m-51 {
  margin: 51px !important;
}

.ux-pt-51 {
  padding-top: 51px !important;
}

.ux-pr-51 {
  padding-right: 51px !important;
}

.ux-pb-51 {
  padding-bottom: 51px !important;
}

.ux-pl-51 {
  padding-left: 51px !important;
}

.ux-p-51 {
  padding: 51px !important;
}

.ux-mt-52 {
  margin-top: 52px !important;
}

.ux-mr-52 {
  margin-right: 52px !important;
}

.ux-mb-52 {
  margin-bottom: 52px !important;
}

.ux-ml-52 {
  margin-left: 52px !important;
}

.ux-m-52 {
  margin: 52px !important;
}

.ux-pt-52 {
  padding-top: 52px !important;
}

.ux-pr-52 {
  padding-right: 52px !important;
}

.ux-pb-52 {
  padding-bottom: 52px !important;
}

.ux-pl-52 {
  padding-left: 52px !important;
}

.ux-p-52 {
  padding: 52px !important;
}

.ux-mt-53 {
  margin-top: 53px !important;
}

.ux-mr-53 {
  margin-right: 53px !important;
}

.ux-mb-53 {
  margin-bottom: 53px !important;
}

.ux-ml-53 {
  margin-left: 53px !important;
}

.ux-m-53 {
  margin: 53px !important;
}

.ux-pt-53 {
  padding-top: 53px !important;
}

.ux-pr-53 {
  padding-right: 53px !important;
}

.ux-pb-53 {
  padding-bottom: 53px !important;
}

.ux-pl-53 {
  padding-left: 53px !important;
}

.ux-p-53 {
  padding: 53px !important;
}

.ux-mt-54 {
  margin-top: 54px !important;
}

.ux-mr-54 {
  margin-right: 54px !important;
}

.ux-mb-54 {
  margin-bottom: 54px !important;
}

.ux-ml-54 {
  margin-left: 54px !important;
}

.ux-m-54 {
  margin: 54px !important;
}

.ux-pt-54 {
  padding-top: 54px !important;
}

.ux-pr-54 {
  padding-right: 54px !important;
}

.ux-pb-54 {
  padding-bottom: 54px !important;
}

.ux-pl-54 {
  padding-left: 54px !important;
}

.ux-p-54 {
  padding: 54px !important;
}

.ux-mt-55 {
  margin-top: 55px !important;
}

.ux-mr-55 {
  margin-right: 55px !important;
}

.ux-mb-55 {
  margin-bottom: 55px !important;
}

.ux-ml-55 {
  margin-left: 55px !important;
}

.ux-m-55 {
  margin: 55px !important;
}

.ux-pt-55 {
  padding-top: 55px !important;
}

.ux-pr-55 {
  padding-right: 55px !important;
}

.ux-pb-55 {
  padding-bottom: 55px !important;
}

.ux-pl-55 {
  padding-left: 55px !important;
}

.ux-p-55 {
  padding: 55px !important;
}

.ux-mt-56 {
  margin-top: 56px !important;
}

.ux-mr-56 {
  margin-right: 56px !important;
}

.ux-mb-56 {
  margin-bottom: 56px !important;
}

.ux-ml-56 {
  margin-left: 56px !important;
}

.ux-m-56 {
  margin: 56px !important;
}

.ux-pt-56 {
  padding-top: 56px !important;
}

.ux-pr-56 {
  padding-right: 56px !important;
}

.ux-pb-56 {
  padding-bottom: 56px !important;
}

.ux-pl-56 {
  padding-left: 56px !important;
}

.ux-p-56 {
  padding: 56px !important;
}

.ux-mt-57 {
  margin-top: 57px !important;
}

.ux-mr-57 {
  margin-right: 57px !important;
}

.ux-mb-57 {
  margin-bottom: 57px !important;
}

.ux-ml-57 {
  margin-left: 57px !important;
}

.ux-m-57 {
  margin: 57px !important;
}

.ux-pt-57 {
  padding-top: 57px !important;
}

.ux-pr-57 {
  padding-right: 57px !important;
}

.ux-pb-57 {
  padding-bottom: 57px !important;
}

.ux-pl-57 {
  padding-left: 57px !important;
}

.ux-p-57 {
  padding: 57px !important;
}

.ux-mt-58 {
  margin-top: 58px !important;
}

.ux-mr-58 {
  margin-right: 58px !important;
}

.ux-mb-58 {
  margin-bottom: 58px !important;
}

.ux-ml-58 {
  margin-left: 58px !important;
}

.ux-m-58 {
  margin: 58px !important;
}

.ux-pt-58 {
  padding-top: 58px !important;
}

.ux-pr-58 {
  padding-right: 58px !important;
}

.ux-pb-58 {
  padding-bottom: 58px !important;
}

.ux-pl-58 {
  padding-left: 58px !important;
}

.ux-p-58 {
  padding: 58px !important;
}

.ux-mt-59 {
  margin-top: 59px !important;
}

.ux-mr-59 {
  margin-right: 59px !important;
}

.ux-mb-59 {
  margin-bottom: 59px !important;
}

.ux-ml-59 {
  margin-left: 59px !important;
}

.ux-m-59 {
  margin: 59px !important;
}

.ux-pt-59 {
  padding-top: 59px !important;
}

.ux-pr-59 {
  padding-right: 59px !important;
}

.ux-pb-59 {
  padding-bottom: 59px !important;
}

.ux-pl-59 {
  padding-left: 59px !important;
}

.ux-p-59 {
  padding: 59px !important;
}

.ux-mt-60 {
  margin-top: 60px !important;
}

.ux-mr-60 {
  margin-right: 60px !important;
}

.ux-mb-60 {
  margin-bottom: 60px !important;
}

.ux-ml-60 {
  margin-left: 60px !important;
}

.ux-m-60 {
  margin: 60px !important;
}

.ux-pt-60 {
  padding-top: 60px !important;
}

.ux-pr-60 {
  padding-right: 60px !important;
}

.ux-pb-60 {
  padding-bottom: 60px !important;
}

.ux-pl-60 {
  padding-left: 60px !important;
}

.ux-p-60 {
  padding: 60px !important;
}

.ux-mt-61 {
  margin-top: 61px !important;
}

.ux-mr-61 {
  margin-right: 61px !important;
}

.ux-mb-61 {
  margin-bottom: 61px !important;
}

.ux-ml-61 {
  margin-left: 61px !important;
}

.ux-m-61 {
  margin: 61px !important;
}

.ux-pt-61 {
  padding-top: 61px !important;
}

.ux-pr-61 {
  padding-right: 61px !important;
}

.ux-pb-61 {
  padding-bottom: 61px !important;
}

.ux-pl-61 {
  padding-left: 61px !important;
}

.ux-p-61 {
  padding: 61px !important;
}

.ux-mt-62 {
  margin-top: 62px !important;
}

.ux-mr-62 {
  margin-right: 62px !important;
}

.ux-mb-62 {
  margin-bottom: 62px !important;
}

.ux-ml-62 {
  margin-left: 62px !important;
}

.ux-m-62 {
  margin: 62px !important;
}

.ux-pt-62 {
  padding-top: 62px !important;
}

.ux-pr-62 {
  padding-right: 62px !important;
}

.ux-pb-62 {
  padding-bottom: 62px !important;
}

.ux-pl-62 {
  padding-left: 62px !important;
}

.ux-p-62 {
  padding: 62px !important;
}

.ux-mt-63 {
  margin-top: 63px !important;
}

.ux-mr-63 {
  margin-right: 63px !important;
}

.ux-mb-63 {
  margin-bottom: 63px !important;
}

.ux-ml-63 {
  margin-left: 63px !important;
}

.ux-m-63 {
  margin: 63px !important;
}

.ux-pt-63 {
  padding-top: 63px !important;
}

.ux-pr-63 {
  padding-right: 63px !important;
}

.ux-pb-63 {
  padding-bottom: 63px !important;
}

.ux-pl-63 {
  padding-left: 63px !important;
}

.ux-p-63 {
  padding: 63px !important;
}

.ux-mt-64 {
  margin-top: 64px !important;
}

.ux-mr-64 {
  margin-right: 64px !important;
}

.ux-mb-64 {
  margin-bottom: 64px !important;
}

.ux-ml-64 {
  margin-left: 64px !important;
}

.ux-m-64 {
  margin: 64px !important;
}

.ux-pt-64 {
  padding-top: 64px !important;
}

.ux-pr-64 {
  padding-right: 64px !important;
}

.ux-pb-64 {
  padding-bottom: 64px !important;
}

.ux-pl-64 {
  padding-left: 64px !important;
}

.ux-p-64 {
  padding: 64px !important;
}

.ux-mt-65 {
  margin-top: 65px !important;
}

.ux-mr-65 {
  margin-right: 65px !important;
}

.ux-mb-65 {
  margin-bottom: 65px !important;
}

.ux-ml-65 {
  margin-left: 65px !important;
}

.ux-m-65 {
  margin: 65px !important;
}

.ux-pt-65 {
  padding-top: 65px !important;
}

.ux-pr-65 {
  padding-right: 65px !important;
}

.ux-pb-65 {
  padding-bottom: 65px !important;
}

.ux-pl-65 {
  padding-left: 65px !important;
}

.ux-p-65 {
  padding: 65px !important;
}

.ux-mt-66 {
  margin-top: 66px !important;
}

.ux-mr-66 {
  margin-right: 66px !important;
}

.ux-mb-66 {
  margin-bottom: 66px !important;
}

.ux-ml-66 {
  margin-left: 66px !important;
}

.ux-m-66 {
  margin: 66px !important;
}

.ux-pt-66 {
  padding-top: 66px !important;
}

.ux-pr-66 {
  padding-right: 66px !important;
}

.ux-pb-66 {
  padding-bottom: 66px !important;
}

.ux-pl-66 {
  padding-left: 66px !important;
}

.ux-p-66 {
  padding: 66px !important;
}

.ux-mt-67 {
  margin-top: 67px !important;
}

.ux-mr-67 {
  margin-right: 67px !important;
}

.ux-mb-67 {
  margin-bottom: 67px !important;
}

.ux-ml-67 {
  margin-left: 67px !important;
}

.ux-m-67 {
  margin: 67px !important;
}

.ux-pt-67 {
  padding-top: 67px !important;
}

.ux-pr-67 {
  padding-right: 67px !important;
}

.ux-pb-67 {
  padding-bottom: 67px !important;
}

.ux-pl-67 {
  padding-left: 67px !important;
}

.ux-p-67 {
  padding: 67px !important;
}

.ux-mt-68 {
  margin-top: 68px !important;
}

.ux-mr-68 {
  margin-right: 68px !important;
}

.ux-mb-68 {
  margin-bottom: 68px !important;
}

.ux-ml-68 {
  margin-left: 68px !important;
}

.ux-m-68 {
  margin: 68px !important;
}

.ux-pt-68 {
  padding-top: 68px !important;
}

.ux-pr-68 {
  padding-right: 68px !important;
}

.ux-pb-68 {
  padding-bottom: 68px !important;
}

.ux-pl-68 {
  padding-left: 68px !important;
}

.ux-p-68 {
  padding: 68px !important;
}

.ux-mt-69 {
  margin-top: 69px !important;
}

.ux-mr-69 {
  margin-right: 69px !important;
}

.ux-mb-69 {
  margin-bottom: 69px !important;
}

.ux-ml-69 {
  margin-left: 69px !important;
}

.ux-m-69 {
  margin: 69px !important;
}

.ux-pt-69 {
  padding-top: 69px !important;
}

.ux-pr-69 {
  padding-right: 69px !important;
}

.ux-pb-69 {
  padding-bottom: 69px !important;
}

.ux-pl-69 {
  padding-left: 69px !important;
}

.ux-p-69 {
  padding: 69px !important;
}

.ux-mt-70 {
  margin-top: 70px !important;
}

.ux-mr-70 {
  margin-right: 70px !important;
}

.ux-mb-70 {
  margin-bottom: 70px !important;
}

.ux-ml-70 {
  margin-left: 70px !important;
}

.ux-m-70 {
  margin: 70px !important;
}

.ux-pt-70 {
  padding-top: 70px !important;
}

.ux-pr-70 {
  padding-right: 70px !important;
}

.ux-pb-70 {
  padding-bottom: 70px !important;
}

.ux-pl-70 {
  padding-left: 70px !important;
}

.ux-p-70 {
  padding: 70px !important;
}

.ux-mt-71 {
  margin-top: 71px !important;
}

.ux-mr-71 {
  margin-right: 71px !important;
}

.ux-mb-71 {
  margin-bottom: 71px !important;
}

.ux-ml-71 {
  margin-left: 71px !important;
}

.ux-m-71 {
  margin: 71px !important;
}

.ux-pt-71 {
  padding-top: 71px !important;
}

.ux-pr-71 {
  padding-right: 71px !important;
}

.ux-pb-71 {
  padding-bottom: 71px !important;
}

.ux-pl-71 {
  padding-left: 71px !important;
}

.ux-p-71 {
  padding: 71px !important;
}

.ux-mt-72 {
  margin-top: 72px !important;
}

.ux-mr-72 {
  margin-right: 72px !important;
}

.ux-mb-72 {
  margin-bottom: 72px !important;
}

.ux-ml-72 {
  margin-left: 72px !important;
}

.ux-m-72 {
  margin: 72px !important;
}

.ux-pt-72 {
  padding-top: 72px !important;
}

.ux-pr-72 {
  padding-right: 72px !important;
}

.ux-pb-72 {
  padding-bottom: 72px !important;
}

.ux-pl-72 {
  padding-left: 72px !important;
}

.ux-p-72 {
  padding: 72px !important;
}

.ux-mt-73 {
  margin-top: 73px !important;
}

.ux-mr-73 {
  margin-right: 73px !important;
}

.ux-mb-73 {
  margin-bottom: 73px !important;
}

.ux-ml-73 {
  margin-left: 73px !important;
}

.ux-m-73 {
  margin: 73px !important;
}

.ux-pt-73 {
  padding-top: 73px !important;
}

.ux-pr-73 {
  padding-right: 73px !important;
}

.ux-pb-73 {
  padding-bottom: 73px !important;
}

.ux-pl-73 {
  padding-left: 73px !important;
}

.ux-p-73 {
  padding: 73px !important;
}

.ux-mt-74 {
  margin-top: 74px !important;
}

.ux-mr-74 {
  margin-right: 74px !important;
}

.ux-mb-74 {
  margin-bottom: 74px !important;
}

.ux-ml-74 {
  margin-left: 74px !important;
}

.ux-m-74 {
  margin: 74px !important;
}

.ux-pt-74 {
  padding-top: 74px !important;
}

.ux-pr-74 {
  padding-right: 74px !important;
}

.ux-pb-74 {
  padding-bottom: 74px !important;
}

.ux-pl-74 {
  padding-left: 74px !important;
}

.ux-p-74 {
  padding: 74px !important;
}

.ux-mt-75 {
  margin-top: 75px !important;
}

.ux-mr-75 {
  margin-right: 75px !important;
}

.ux-mb-75 {
  margin-bottom: 75px !important;
}

.ux-ml-75 {
  margin-left: 75px !important;
}

.ux-m-75 {
  margin: 75px !important;
}

.ux-pt-75 {
  padding-top: 75px !important;
}

.ux-pr-75 {
  padding-right: 75px !important;
}

.ux-pb-75 {
  padding-bottom: 75px !important;
}

.ux-pl-75 {
  padding-left: 75px !important;
}

.ux-p-75 {
  padding: 75px !important;
}

.ux-mt-76 {
  margin-top: 76px !important;
}

.ux-mr-76 {
  margin-right: 76px !important;
}

.ux-mb-76 {
  margin-bottom: 76px !important;
}

.ux-ml-76 {
  margin-left: 76px !important;
}

.ux-m-76 {
  margin: 76px !important;
}

.ux-pt-76 {
  padding-top: 76px !important;
}

.ux-pr-76 {
  padding-right: 76px !important;
}

.ux-pb-76 {
  padding-bottom: 76px !important;
}

.ux-pl-76 {
  padding-left: 76px !important;
}

.ux-p-76 {
  padding: 76px !important;
}

.ux-mt-77 {
  margin-top: 77px !important;
}

.ux-mr-77 {
  margin-right: 77px !important;
}

.ux-mb-77 {
  margin-bottom: 77px !important;
}

.ux-ml-77 {
  margin-left: 77px !important;
}

.ux-m-77 {
  margin: 77px !important;
}

.ux-pt-77 {
  padding-top: 77px !important;
}

.ux-pr-77 {
  padding-right: 77px !important;
}

.ux-pb-77 {
  padding-bottom: 77px !important;
}

.ux-pl-77 {
  padding-left: 77px !important;
}

.ux-p-77 {
  padding: 77px !important;
}

.ux-mt-78 {
  margin-top: 78px !important;
}

.ux-mr-78 {
  margin-right: 78px !important;
}

.ux-mb-78 {
  margin-bottom: 78px !important;
}

.ux-ml-78 {
  margin-left: 78px !important;
}

.ux-m-78 {
  margin: 78px !important;
}

.ux-pt-78 {
  padding-top: 78px !important;
}

.ux-pr-78 {
  padding-right: 78px !important;
}

.ux-pb-78 {
  padding-bottom: 78px !important;
}

.ux-pl-78 {
  padding-left: 78px !important;
}

.ux-p-78 {
  padding: 78px !important;
}

.ux-mt-79 {
  margin-top: 79px !important;
}

.ux-mr-79 {
  margin-right: 79px !important;
}

.ux-mb-79 {
  margin-bottom: 79px !important;
}

.ux-ml-79 {
  margin-left: 79px !important;
}

.ux-m-79 {
  margin: 79px !important;
}

.ux-pt-79 {
  padding-top: 79px !important;
}

.ux-pr-79 {
  padding-right: 79px !important;
}

.ux-pb-79 {
  padding-bottom: 79px !important;
}

.ux-pl-79 {
  padding-left: 79px !important;
}

.ux-p-79 {
  padding: 79px !important;
}

.ux-mt-80 {
  margin-top: 80px !important;
}

.ux-mr-80 {
  margin-right: 80px !important;
}

.ux-mb-80 {
  margin-bottom: 80px !important;
}

.ux-ml-80 {
  margin-left: 80px !important;
}

.ux-m-80 {
  margin: 80px !important;
}

.ux-pt-80 {
  padding-top: 80px !important;
}

.ux-pr-80 {
  padding-right: 80px !important;
}

.ux-pb-80 {
  padding-bottom: 80px !important;
}

.ux-pl-80 {
  padding-left: 80px !important;
}

.ux-p-80 {
  padding: 80px !important;
}

.ux-mt-81 {
  margin-top: 81px !important;
}

.ux-mr-81 {
  margin-right: 81px !important;
}

.ux-mb-81 {
  margin-bottom: 81px !important;
}

.ux-ml-81 {
  margin-left: 81px !important;
}

.ux-m-81 {
  margin: 81px !important;
}

.ux-pt-81 {
  padding-top: 81px !important;
}

.ux-pr-81 {
  padding-right: 81px !important;
}

.ux-pb-81 {
  padding-bottom: 81px !important;
}

.ux-pl-81 {
  padding-left: 81px !important;
}

.ux-p-81 {
  padding: 81px !important;
}

.ux-mt-82 {
  margin-top: 82px !important;
}

.ux-mr-82 {
  margin-right: 82px !important;
}

.ux-mb-82 {
  margin-bottom: 82px !important;
}

.ux-ml-82 {
  margin-left: 82px !important;
}

.ux-m-82 {
  margin: 82px !important;
}

.ux-pt-82 {
  padding-top: 82px !important;
}

.ux-pr-82 {
  padding-right: 82px !important;
}

.ux-pb-82 {
  padding-bottom: 82px !important;
}

.ux-pl-82 {
  padding-left: 82px !important;
}

.ux-p-82 {
  padding: 82px !important;
}

.ux-mt-83 {
  margin-top: 83px !important;
}

.ux-mr-83 {
  margin-right: 83px !important;
}

.ux-mb-83 {
  margin-bottom: 83px !important;
}

.ux-ml-83 {
  margin-left: 83px !important;
}

.ux-m-83 {
  margin: 83px !important;
}

.ux-pt-83 {
  padding-top: 83px !important;
}

.ux-pr-83 {
  padding-right: 83px !important;
}

.ux-pb-83 {
  padding-bottom: 83px !important;
}

.ux-pl-83 {
  padding-left: 83px !important;
}

.ux-p-83 {
  padding: 83px !important;
}

.ux-mt-84 {
  margin-top: 84px !important;
}

.ux-mr-84 {
  margin-right: 84px !important;
}

.ux-mb-84 {
  margin-bottom: 84px !important;
}

.ux-ml-84 {
  margin-left: 84px !important;
}

.ux-m-84 {
  margin: 84px !important;
}

.ux-pt-84 {
  padding-top: 84px !important;
}

.ux-pr-84 {
  padding-right: 84px !important;
}

.ux-pb-84 {
  padding-bottom: 84px !important;
}

.ux-pl-84 {
  padding-left: 84px !important;
}

.ux-p-84 {
  padding: 84px !important;
}

.ux-mt-85 {
  margin-top: 85px !important;
}

.ux-mr-85 {
  margin-right: 85px !important;
}

.ux-mb-85 {
  margin-bottom: 85px !important;
}

.ux-ml-85 {
  margin-left: 85px !important;
}

.ux-m-85 {
  margin: 85px !important;
}

.ux-pt-85 {
  padding-top: 85px !important;
}

.ux-pr-85 {
  padding-right: 85px !important;
}

.ux-pb-85 {
  padding-bottom: 85px !important;
}

.ux-pl-85 {
  padding-left: 85px !important;
}

.ux-p-85 {
  padding: 85px !important;
}

.ux-mt-86 {
  margin-top: 86px !important;
}

.ux-mr-86 {
  margin-right: 86px !important;
}

.ux-mb-86 {
  margin-bottom: 86px !important;
}

.ux-ml-86 {
  margin-left: 86px !important;
}

.ux-m-86 {
  margin: 86px !important;
}

.ux-pt-86 {
  padding-top: 86px !important;
}

.ux-pr-86 {
  padding-right: 86px !important;
}

.ux-pb-86 {
  padding-bottom: 86px !important;
}

.ux-pl-86 {
  padding-left: 86px !important;
}

.ux-p-86 {
  padding: 86px !important;
}

.ux-mt-87 {
  margin-top: 87px !important;
}

.ux-mr-87 {
  margin-right: 87px !important;
}

.ux-mb-87 {
  margin-bottom: 87px !important;
}

.ux-ml-87 {
  margin-left: 87px !important;
}

.ux-m-87 {
  margin: 87px !important;
}

.ux-pt-87 {
  padding-top: 87px !important;
}

.ux-pr-87 {
  padding-right: 87px !important;
}

.ux-pb-87 {
  padding-bottom: 87px !important;
}

.ux-pl-87 {
  padding-left: 87px !important;
}

.ux-p-87 {
  padding: 87px !important;
}

.ux-mt-88 {
  margin-top: 88px !important;
}

.ux-mr-88 {
  margin-right: 88px !important;
}

.ux-mb-88 {
  margin-bottom: 88px !important;
}

.ux-ml-88 {
  margin-left: 88px !important;
}

.ux-m-88 {
  margin: 88px !important;
}

.ux-pt-88 {
  padding-top: 88px !important;
}

.ux-pr-88 {
  padding-right: 88px !important;
}

.ux-pb-88 {
  padding-bottom: 88px !important;
}

.ux-pl-88 {
  padding-left: 88px !important;
}

.ux-p-88 {
  padding: 88px !important;
}

.ux-mt-89 {
  margin-top: 89px !important;
}

.ux-mr-89 {
  margin-right: 89px !important;
}

.ux-mb-89 {
  margin-bottom: 89px !important;
}

.ux-ml-89 {
  margin-left: 89px !important;
}

.ux-m-89 {
  margin: 89px !important;
}

.ux-pt-89 {
  padding-top: 89px !important;
}

.ux-pr-89 {
  padding-right: 89px !important;
}

.ux-pb-89 {
  padding-bottom: 89px !important;
}

.ux-pl-89 {
  padding-left: 89px !important;
}

.ux-p-89 {
  padding: 89px !important;
}

.ux-mt-90 {
  margin-top: 90px !important;
}

.ux-mr-90 {
  margin-right: 90px !important;
}

.ux-mb-90 {
  margin-bottom: 90px !important;
}

.ux-ml-90 {
  margin-left: 90px !important;
}

.ux-m-90 {
  margin: 90px !important;
}

.ux-pt-90 {
  padding-top: 90px !important;
}

.ux-pr-90 {
  padding-right: 90px !important;
}

.ux-pb-90 {
  padding-bottom: 90px !important;
}

.ux-pl-90 {
  padding-left: 90px !important;
}

.ux-p-90 {
  padding: 90px !important;
}

.ux-mt-91 {
  margin-top: 91px !important;
}

.ux-mr-91 {
  margin-right: 91px !important;
}

.ux-mb-91 {
  margin-bottom: 91px !important;
}

.ux-ml-91 {
  margin-left: 91px !important;
}

.ux-m-91 {
  margin: 91px !important;
}

.ux-pt-91 {
  padding-top: 91px !important;
}

.ux-pr-91 {
  padding-right: 91px !important;
}

.ux-pb-91 {
  padding-bottom: 91px !important;
}

.ux-pl-91 {
  padding-left: 91px !important;
}

.ux-p-91 {
  padding: 91px !important;
}

.ux-mt-92 {
  margin-top: 92px !important;
}

.ux-mr-92 {
  margin-right: 92px !important;
}

.ux-mb-92 {
  margin-bottom: 92px !important;
}

.ux-ml-92 {
  margin-left: 92px !important;
}

.ux-m-92 {
  margin: 92px !important;
}

.ux-pt-92 {
  padding-top: 92px !important;
}

.ux-pr-92 {
  padding-right: 92px !important;
}

.ux-pb-92 {
  padding-bottom: 92px !important;
}

.ux-pl-92 {
  padding-left: 92px !important;
}

.ux-p-92 {
  padding: 92px !important;
}

.ux-mt-93 {
  margin-top: 93px !important;
}

.ux-mr-93 {
  margin-right: 93px !important;
}

.ux-mb-93 {
  margin-bottom: 93px !important;
}

.ux-ml-93 {
  margin-left: 93px !important;
}

.ux-m-93 {
  margin: 93px !important;
}

.ux-pt-93 {
  padding-top: 93px !important;
}

.ux-pr-93 {
  padding-right: 93px !important;
}

.ux-pb-93 {
  padding-bottom: 93px !important;
}

.ux-pl-93 {
  padding-left: 93px !important;
}

.ux-p-93 {
  padding: 93px !important;
}

.ux-mt-94 {
  margin-top: 94px !important;
}

.ux-mr-94 {
  margin-right: 94px !important;
}

.ux-mb-94 {
  margin-bottom: 94px !important;
}

.ux-ml-94 {
  margin-left: 94px !important;
}

.ux-m-94 {
  margin: 94px !important;
}

.ux-pt-94 {
  padding-top: 94px !important;
}

.ux-pr-94 {
  padding-right: 94px !important;
}

.ux-pb-94 {
  padding-bottom: 94px !important;
}

.ux-pl-94 {
  padding-left: 94px !important;
}

.ux-p-94 {
  padding: 94px !important;
}

.ux-mt-95 {
  margin-top: 95px !important;
}

.ux-mr-95 {
  margin-right: 95px !important;
}

.ux-mb-95 {
  margin-bottom: 95px !important;
}

.ux-ml-95 {
  margin-left: 95px !important;
}

.ux-m-95 {
  margin: 95px !important;
}

.ux-pt-95 {
  padding-top: 95px !important;
}

.ux-pr-95 {
  padding-right: 95px !important;
}

.ux-pb-95 {
  padding-bottom: 95px !important;
}

.ux-pl-95 {
  padding-left: 95px !important;
}

.ux-p-95 {
  padding: 95px !important;
}

.ux-mt-96 {
  margin-top: 96px !important;
}

.ux-mr-96 {
  margin-right: 96px !important;
}

.ux-mb-96 {
  margin-bottom: 96px !important;
}

.ux-ml-96 {
  margin-left: 96px !important;
}

.ux-m-96 {
  margin: 96px !important;
}

.ux-pt-96 {
  padding-top: 96px !important;
}

.ux-pr-96 {
  padding-right: 96px !important;
}

.ux-pb-96 {
  padding-bottom: 96px !important;
}

.ux-pl-96 {
  padding-left: 96px !important;
}

.ux-p-96 {
  padding: 96px !important;
}

.ux-mt-97 {
  margin-top: 97px !important;
}

.ux-mr-97 {
  margin-right: 97px !important;
}

.ux-mb-97 {
  margin-bottom: 97px !important;
}

.ux-ml-97 {
  margin-left: 97px !important;
}

.ux-m-97 {
  margin: 97px !important;
}

.ux-pt-97 {
  padding-top: 97px !important;
}

.ux-pr-97 {
  padding-right: 97px !important;
}

.ux-pb-97 {
  padding-bottom: 97px !important;
}

.ux-pl-97 {
  padding-left: 97px !important;
}

.ux-p-97 {
  padding: 97px !important;
}

.ux-mt-98 {
  margin-top: 98px !important;
}

.ux-mr-98 {
  margin-right: 98px !important;
}

.ux-mb-98 {
  margin-bottom: 98px !important;
}

.ux-ml-98 {
  margin-left: 98px !important;
}

.ux-m-98 {
  margin: 98px !important;
}

.ux-pt-98 {
  padding-top: 98px !important;
}

.ux-pr-98 {
  padding-right: 98px !important;
}

.ux-pb-98 {
  padding-bottom: 98px !important;
}

.ux-pl-98 {
  padding-left: 98px !important;
}

.ux-p-98 {
  padding: 98px !important;
}

.ux-mt-99 {
  margin-top: 99px !important;
}

.ux-mr-99 {
  margin-right: 99px !important;
}

.ux-mb-99 {
  margin-bottom: 99px !important;
}

.ux-ml-99 {
  margin-left: 99px !important;
}

.ux-m-99 {
  margin: 99px !important;
}

.ux-pt-99 {
  padding-top: 99px !important;
}

.ux-pr-99 {
  padding-right: 99px !important;
}

.ux-pb-99 {
  padding-bottom: 99px !important;
}

.ux-pl-99 {
  padding-left: 99px !important;
}

.ux-p-99 {
  padding: 99px !important;
}

.ux-mt-100 {
  margin-top: 100px !important;
}

.ux-mr-100 {
  margin-right: 100px !important;
}

.ux-mb-100 {
  margin-bottom: 100px !important;
}

.ux-ml-100 {
  margin-left: 100px !important;
}

.ux-m-100 {
  margin: 100px !important;
}

.ux-pt-100 {
  padding-top: 100px !important;
}

.ux-pr-100 {
  padding-right: 100px !important;
}

.ux-pb-100 {
  padding-bottom: 100px !important;
}

.ux-pl-100 {
  padding-left: 100px !important;
}

.ux-p-100 {
  padding: 100px !important;
}

/* ===========================
   🔠 LETTER & WORD SPACING
   =========================== */
.ux-letter-spacing-1 {
  letter-spacing: 1px !important;
}

.ux-word-spacing-1 {
  word-spacing: 1px !important;
}

.ux-letter-spacing-2 {
  letter-spacing: 2px !important;
}

.ux-word-spacing-2 {
  word-spacing: 2px !important;
}

.ux-letter-spacing-3 {
  letter-spacing: 3px !important;
}

.ux-word-spacing-3 {
  word-spacing: 3px !important;
}

.ux-letter-spacing-4 {
  letter-spacing: 4px !important;
}

.ux-word-spacing-4 {
  word-spacing: 4px !important;
}

.ux-letter-spacing-5 {
  letter-spacing: 5px !important;
}

.ux-word-spacing-5 {
  word-spacing: 5px !important;
}

/* ===========================
   🟨 BORDER RADIUS
   =========================== */
.ux-rounded-1 {
  border-radius: 1px !important;
}

.ux-rounded-tl-1 {
  border-top-left-radius: 1px !important;
}

.ux-rounded-tr-1 {
  border-top-right-radius: 1px !important;
}

.ux-rounded-bl-1 {
  border-bottom-left-radius: 1px !important;
}

.ux-rounded-br-1 {
  border-bottom-right-radius: 1px !important;
}

.ux-rounded-2 {
  border-radius: 2px !important;
}

.ux-rounded-tl-2 {
  border-top-left-radius: 2px !important;
}

.ux-rounded-tr-2 {
  border-top-right-radius: 2px !important;
}

.ux-rounded-bl-2 {
  border-bottom-left-radius: 2px !important;
}

.ux-rounded-br-2 {
  border-bottom-right-radius: 2px !important;
}

.ux-rounded-3 {
  border-radius: 3px !important;
}

.ux-rounded-tl-3 {
  border-top-left-radius: 3px !important;
}

.ux-rounded-tr-3 {
  border-top-right-radius: 3px !important;
}

.ux-rounded-bl-3 {
  border-bottom-left-radius: 3px !important;
}

.ux-rounded-br-3 {
  border-bottom-right-radius: 3px !important;
}

.ux-rounded-4 {
  border-radius: 4px !important;
}

.ux-rounded-tl-4 {
  border-top-left-radius: 4px !important;
}

.ux-rounded-tr-4 {
  border-top-right-radius: 4px !important;
}

.ux-rounded-bl-4 {
  border-bottom-left-radius: 4px !important;
}

.ux-rounded-br-4 {
  border-bottom-right-radius: 4px !important;
}

.ux-rounded-5 {
  border-radius: 5px !important;
}

.ux-rounded-tl-5 {
  border-top-left-radius: 5px !important;
}

.ux-rounded-tr-5 {
  border-top-right-radius: 5px !important;
}

.ux-rounded-bl-5 {
  border-bottom-left-radius: 5px !important;
}

.ux-rounded-br-5 {
  border-bottom-right-radius: 5px !important;
}

.ux-rounded-6 {
  border-radius: 6px !important;
}

.ux-rounded-tl-6 {
  border-top-left-radius: 6px !important;
}

.ux-rounded-tr-6 {
  border-top-right-radius: 6px !important;
}

.ux-rounded-bl-6 {
  border-bottom-left-radius: 6px !important;
}

.ux-rounded-br-6 {
  border-bottom-right-radius: 6px !important;
}

.ux-rounded-7 {
  border-radius: 7px !important;
}

.ux-rounded-tl-7 {
  border-top-left-radius: 7px !important;
}

.ux-rounded-tr-7 {
  border-top-right-radius: 7px !important;
}

.ux-rounded-bl-7 {
  border-bottom-left-radius: 7px !important;
}

.ux-rounded-br-7 {
  border-bottom-right-radius: 7px !important;
}

.ux-rounded-8 {
  border-radius: 8px !important;
}

.ux-rounded-tl-8 {
  border-top-left-radius: 8px !important;
}

.ux-rounded-tr-8 {
  border-top-right-radius: 8px !important;
}

.ux-rounded-bl-8 {
  border-bottom-left-radius: 8px !important;
}

.ux-rounded-br-8 {
  border-bottom-right-radius: 8px !important;
}

.ux-rounded-9 {
  border-radius: 9px !important;
}

.ux-rounded-tl-9 {
  border-top-left-radius: 9px !important;
}

.ux-rounded-tr-9 {
  border-top-right-radius: 9px !important;
}

.ux-rounded-bl-9 {
  border-bottom-left-radius: 9px !important;
}

.ux-rounded-br-9 {
  border-bottom-right-radius: 9px !important;
}

.ux-rounded-10 {
  border-radius: 10px !important;
}

.ux-rounded-tl-10 {
  border-top-left-radius: 10px !important;
}

.ux-rounded-tr-10 {
  border-top-right-radius: 10px !important;
}

.ux-rounded-bl-10 {
  border-bottom-left-radius: 10px !important;
}

.ux-rounded-br-10 {
  border-bottom-right-radius: 10px !important;
}

.ux-rounded-11 {
  border-radius: 11px !important;
}

.ux-rounded-tl-11 {
  border-top-left-radius: 11px !important;
}

.ux-rounded-tr-11 {
  border-top-right-radius: 11px !important;
}

.ux-rounded-bl-11 {
  border-bottom-left-radius: 11px !important;
}

.ux-rounded-br-11 {
  border-bottom-right-radius: 11px !important;
}

.ux-rounded-12 {
  border-radius: 12px !important;
}

.ux-rounded-tl-12 {
  border-top-left-radius: 12px !important;
}

.ux-rounded-tr-12 {
  border-top-right-radius: 12px !important;
}

.ux-rounded-bl-12 {
  border-bottom-left-radius: 12px !important;
}

.ux-rounded-br-12 {
  border-bottom-right-radius: 12px !important;
}

.ux-rounded-13 {
  border-radius: 13px !important;
}

.ux-rounded-tl-13 {
  border-top-left-radius: 13px !important;
}

.ux-rounded-tr-13 {
  border-top-right-radius: 13px !important;
}

.ux-rounded-bl-13 {
  border-bottom-left-radius: 13px !important;
}

.ux-rounded-br-13 {
  border-bottom-right-radius: 13px !important;
}

.ux-rounded-14 {
  border-radius: 14px !important;
}

.ux-rounded-tl-14 {
  border-top-left-radius: 14px !important;
}

.ux-rounded-tr-14 {
  border-top-right-radius: 14px !important;
}

.ux-rounded-bl-14 {
  border-bottom-left-radius: 14px !important;
}

.ux-rounded-br-14 {
  border-bottom-right-radius: 14px !important;
}

.ux-rounded-15 {
  border-radius: 15px !important;
}

.ux-rounded-tl-15 {
  border-top-left-radius: 15px !important;
}

.ux-rounded-tr-15 {
  border-top-right-radius: 15px !important;
}

.ux-rounded-bl-15 {
  border-bottom-left-radius: 15px !important;
}

.ux-rounded-br-15 {
  border-bottom-right-radius: 15px !important;
}

.ux-rounded-16 {
  border-radius: 16px !important;
}

.ux-rounded-tl-16 {
  border-top-left-radius: 16px !important;
}

.ux-rounded-tr-16 {
  border-top-right-radius: 16px !important;
}

.ux-rounded-bl-16 {
  border-bottom-left-radius: 16px !important;
}

.ux-rounded-br-16 {
  border-bottom-right-radius: 16px !important;
}

.ux-rounded-17 {
  border-radius: 17px !important;
}

.ux-rounded-tl-17 {
  border-top-left-radius: 17px !important;
}

.ux-rounded-tr-17 {
  border-top-right-radius: 17px !important;
}

.ux-rounded-bl-17 {
  border-bottom-left-radius: 17px !important;
}

.ux-rounded-br-17 {
  border-bottom-right-radius: 17px !important;
}

.ux-rounded-18 {
  border-radius: 18px !important;
}

.ux-rounded-tl-18 {
  border-top-left-radius: 18px !important;
}

.ux-rounded-tr-18 {
  border-top-right-radius: 18px !important;
}

.ux-rounded-bl-18 {
  border-bottom-left-radius: 18px !important;
}

.ux-rounded-br-18 {
  border-bottom-right-radius: 18px !important;
}

.ux-rounded-19 {
  border-radius: 19px !important;
}

.ux-rounded-tl-19 {
  border-top-left-radius: 19px !important;
}

.ux-rounded-tr-19 {
  border-top-right-radius: 19px !important;
}

.ux-rounded-bl-19 {
  border-bottom-left-radius: 19px !important;
}

.ux-rounded-br-19 {
  border-bottom-right-radius: 19px !important;
}

.ux-rounded-20 {
  border-radius: 20px !important;
}

.ux-rounded-tl-20 {
  border-top-left-radius: 20px !important;
}

.ux-rounded-tr-20 {
  border-top-right-radius: 20px !important;
}

.ux-rounded-bl-20 {
  border-bottom-left-radius: 20px !important;
}

.ux-rounded-br-20 {
  border-bottom-right-radius: 20px !important;
}

.ux-rounded-21 {
  border-radius: 21px !important;
}

.ux-rounded-tl-21 {
  border-top-left-radius: 21px !important;
}

.ux-rounded-tr-21 {
  border-top-right-radius: 21px !important;
}

.ux-rounded-bl-21 {
  border-bottom-left-radius: 21px !important;
}

.ux-rounded-br-21 {
  border-bottom-right-radius: 21px !important;
}

.ux-rounded-22 {
  border-radius: 22px !important;
}

.ux-rounded-tl-22 {
  border-top-left-radius: 22px !important;
}

.ux-rounded-tr-22 {
  border-top-right-radius: 22px !important;
}

.ux-rounded-bl-22 {
  border-bottom-left-radius: 22px !important;
}

.ux-rounded-br-22 {
  border-bottom-right-radius: 22px !important;
}

.ux-rounded-23 {
  border-radius: 23px !important;
}

.ux-rounded-tl-23 {
  border-top-left-radius: 23px !important;
}

.ux-rounded-tr-23 {
  border-top-right-radius: 23px !important;
}

.ux-rounded-bl-23 {
  border-bottom-left-radius: 23px !important;
}

.ux-rounded-br-23 {
  border-bottom-right-radius: 23px !important;
}

.ux-rounded-24 {
  border-radius: 24px !important;
}

.ux-rounded-tl-24 {
  border-top-left-radius: 24px !important;
}

.ux-rounded-tr-24 {
  border-top-right-radius: 24px !important;
}

.ux-rounded-bl-24 {
  border-bottom-left-radius: 24px !important;
}

.ux-rounded-br-24 {
  border-bottom-right-radius: 24px !important;
}

.ux-rounded-25 {
  border-radius: 25px !important;
}

.ux-rounded-tl-25 {
  border-top-left-radius: 25px !important;
}

.ux-rounded-tr-25 {
  border-top-right-radius: 25px !important;
}

.ux-rounded-bl-25 {
  border-bottom-left-radius: 25px !important;
}

.ux-rounded-br-25 {
  border-bottom-right-radius: 25px !important;
}

.ux-rounded-26 {
  border-radius: 26px !important;
}

.ux-rounded-tl-26 {
  border-top-left-radius: 26px !important;
}

.ux-rounded-tr-26 {
  border-top-right-radius: 26px !important;
}

.ux-rounded-bl-26 {
  border-bottom-left-radius: 26px !important;
}

.ux-rounded-br-26 {
  border-bottom-right-radius: 26px !important;
}

.ux-rounded-27 {
  border-radius: 27px !important;
}

.ux-rounded-tl-27 {
  border-top-left-radius: 27px !important;
}

.ux-rounded-tr-27 {
  border-top-right-radius: 27px !important;
}

.ux-rounded-bl-27 {
  border-bottom-left-radius: 27px !important;
}

.ux-rounded-br-27 {
  border-bottom-right-radius: 27px !important;
}

.ux-rounded-28 {
  border-radius: 28px !important;
}

.ux-rounded-tl-28 {
  border-top-left-radius: 28px !important;
}

.ux-rounded-tr-28 {
  border-top-right-radius: 28px !important;
}

.ux-rounded-bl-28 {
  border-bottom-left-radius: 28px !important;
}

.ux-rounded-br-28 {
  border-bottom-right-radius: 28px !important;
}

.ux-rounded-29 {
  border-radius: 29px !important;
}

.ux-rounded-tl-29 {
  border-top-left-radius: 29px !important;
}

.ux-rounded-tr-29 {
  border-top-right-radius: 29px !important;
}

.ux-rounded-bl-29 {
  border-bottom-left-radius: 29px !important;
}

.ux-rounded-br-29 {
  border-bottom-right-radius: 29px !important;
}

.ux-rounded-30 {
  border-radius: 30px !important;
}

.ux-rounded-tl-30 {
  border-top-left-radius: 30px !important;
}

.ux-rounded-tr-30 {
  border-top-right-radius: 30px !important;
}

.ux-rounded-bl-30 {
  border-bottom-left-radius: 30px !important;
}

.ux-rounded-br-30 {
  border-bottom-right-radius: 30px !important;
}

.ux-rounded-31 {
  border-radius: 31px !important;
}

.ux-rounded-tl-31 {
  border-top-left-radius: 31px !important;
}

.ux-rounded-tr-31 {
  border-top-right-radius: 31px !important;
}

.ux-rounded-bl-31 {
  border-bottom-left-radius: 31px !important;
}

.ux-rounded-br-31 {
  border-bottom-right-radius: 31px !important;
}

.ux-rounded-32 {
  border-radius: 32px !important;
}

.ux-rounded-tl-32 {
  border-top-left-radius: 32px !important;
}

.ux-rounded-tr-32 {
  border-top-right-radius: 32px !important;
}

.ux-rounded-bl-32 {
  border-bottom-left-radius: 32px !important;
}

.ux-rounded-br-32 {
  border-bottom-right-radius: 32px !important;
}

.ux-rounded-33 {
  border-radius: 33px !important;
}

.ux-rounded-tl-33 {
  border-top-left-radius: 33px !important;
}

.ux-rounded-tr-33 {
  border-top-right-radius: 33px !important;
}

.ux-rounded-bl-33 {
  border-bottom-left-radius: 33px !important;
}

.ux-rounded-br-33 {
  border-bottom-right-radius: 33px !important;
}

.ux-rounded-34 {
  border-radius: 34px !important;
}

.ux-rounded-tl-34 {
  border-top-left-radius: 34px !important;
}

.ux-rounded-tr-34 {
  border-top-right-radius: 34px !important;
}

.ux-rounded-bl-34 {
  border-bottom-left-radius: 34px !important;
}

.ux-rounded-br-34 {
  border-bottom-right-radius: 34px !important;
}

.ux-rounded-35 {
  border-radius: 35px !important;
}

.ux-rounded-tl-35 {
  border-top-left-radius: 35px !important;
}

.ux-rounded-tr-35 {
  border-top-right-radius: 35px !important;
}

.ux-rounded-bl-35 {
  border-bottom-left-radius: 35px !important;
}

.ux-rounded-br-35 {
  border-bottom-right-radius: 35px !important;
}

.ux-rounded-36 {
  border-radius: 36px !important;
}

.ux-rounded-tl-36 {
  border-top-left-radius: 36px !important;
}

.ux-rounded-tr-36 {
  border-top-right-radius: 36px !important;
}

.ux-rounded-bl-36 {
  border-bottom-left-radius: 36px !important;
}

.ux-rounded-br-36 {
  border-bottom-right-radius: 36px !important;
}

.ux-rounded-37 {
  border-radius: 37px !important;
}

.ux-rounded-tl-37 {
  border-top-left-radius: 37px !important;
}

.ux-rounded-tr-37 {
  border-top-right-radius: 37px !important;
}

.ux-rounded-bl-37 {
  border-bottom-left-radius: 37px !important;
}

.ux-rounded-br-37 {
  border-bottom-right-radius: 37px !important;
}

.ux-rounded-38 {
  border-radius: 38px !important;
}

.ux-rounded-tl-38 {
  border-top-left-radius: 38px !important;
}

.ux-rounded-tr-38 {
  border-top-right-radius: 38px !important;
}

.ux-rounded-bl-38 {
  border-bottom-left-radius: 38px !important;
}

.ux-rounded-br-38 {
  border-bottom-right-radius: 38px !important;
}

.ux-rounded-39 {
  border-radius: 39px !important;
}

.ux-rounded-tl-39 {
  border-top-left-radius: 39px !important;
}

.ux-rounded-tr-39 {
  border-top-right-radius: 39px !important;
}

.ux-rounded-bl-39 {
  border-bottom-left-radius: 39px !important;
}

.ux-rounded-br-39 {
  border-bottom-right-radius: 39px !important;
}

.ux-rounded-40 {
  border-radius: 40px !important;
}

.ux-rounded-tl-40 {
  border-top-left-radius: 40px !important;
}

.ux-rounded-tr-40 {
  border-top-right-radius: 40px !important;
}

.ux-rounded-bl-40 {
  border-bottom-left-radius: 40px !important;
}

.ux-rounded-br-40 {
  border-bottom-right-radius: 40px !important;
}

.ux-rounded-41 {
  border-radius: 41px !important;
}

.ux-rounded-tl-41 {
  border-top-left-radius: 41px !important;
}

.ux-rounded-tr-41 {
  border-top-right-radius: 41px !important;
}

.ux-rounded-bl-41 {
  border-bottom-left-radius: 41px !important;
}

.ux-rounded-br-41 {
  border-bottom-right-radius: 41px !important;
}

.ux-rounded-42 {
  border-radius: 42px !important;
}

.ux-rounded-tl-42 {
  border-top-left-radius: 42px !important;
}

.ux-rounded-tr-42 {
  border-top-right-radius: 42px !important;
}

.ux-rounded-bl-42 {
  border-bottom-left-radius: 42px !important;
}

.ux-rounded-br-42 {
  border-bottom-right-radius: 42px !important;
}

.ux-rounded-43 {
  border-radius: 43px !important;
}

.ux-rounded-tl-43 {
  border-top-left-radius: 43px !important;
}

.ux-rounded-tr-43 {
  border-top-right-radius: 43px !important;
}

.ux-rounded-bl-43 {
  border-bottom-left-radius: 43px !important;
}

.ux-rounded-br-43 {
  border-bottom-right-radius: 43px !important;
}

.ux-rounded-44 {
  border-radius: 44px !important;
}

.ux-rounded-tl-44 {
  border-top-left-radius: 44px !important;
}

.ux-rounded-tr-44 {
  border-top-right-radius: 44px !important;
}

.ux-rounded-bl-44 {
  border-bottom-left-radius: 44px !important;
}

.ux-rounded-br-44 {
  border-bottom-right-radius: 44px !important;
}

.ux-rounded-45 {
  border-radius: 45px !important;
}

.ux-rounded-tl-45 {
  border-top-left-radius: 45px !important;
}

.ux-rounded-tr-45 {
  border-top-right-radius: 45px !important;
}

.ux-rounded-bl-45 {
  border-bottom-left-radius: 45px !important;
}

.ux-rounded-br-45 {
  border-bottom-right-radius: 45px !important;
}

.ux-rounded-46 {
  border-radius: 46px !important;
}

.ux-rounded-tl-46 {
  border-top-left-radius: 46px !important;
}

.ux-rounded-tr-46 {
  border-top-right-radius: 46px !important;
}

.ux-rounded-bl-46 {
  border-bottom-left-radius: 46px !important;
}

.ux-rounded-br-46 {
  border-bottom-right-radius: 46px !important;
}

.ux-rounded-47 {
  border-radius: 47px !important;
}

.ux-rounded-tl-47 {
  border-top-left-radius: 47px !important;
}

.ux-rounded-tr-47 {
  border-top-right-radius: 47px !important;
}

.ux-rounded-bl-47 {
  border-bottom-left-radius: 47px !important;
}

.ux-rounded-br-47 {
  border-bottom-right-radius: 47px !important;
}

.ux-rounded-48 {
  border-radius: 48px !important;
}

.ux-rounded-tl-48 {
  border-top-left-radius: 48px !important;
}

.ux-rounded-tr-48 {
  border-top-right-radius: 48px !important;
}

.ux-rounded-bl-48 {
  border-bottom-left-radius: 48px !important;
}

.ux-rounded-br-48 {
  border-bottom-right-radius: 48px !important;
}

.ux-rounded-49 {
  border-radius: 49px !important;
}

.ux-rounded-tl-49 {
  border-top-left-radius: 49px !important;
}

.ux-rounded-tr-49 {
  border-top-right-radius: 49px !important;
}

.ux-rounded-bl-49 {
  border-bottom-left-radius: 49px !important;
}

.ux-rounded-br-49 {
  border-bottom-right-radius: 49px !important;
}

.ux-rounded-50 {
  border-radius: 50px !important;
}

.ux-rounded-tl-50 {
  border-top-left-radius: 50px !important;
}

.ux-rounded-tr-50 {
  border-top-right-radius: 50px !important;
}

.ux-rounded-bl-50 {
  border-bottom-left-radius: 50px !important;
}

.ux-rounded-br-50 {
  border-bottom-right-radius: 50px !important;
}

/* ===========================
   🔢 Z-INDEX & OPACITY
   =========================== */
.ux-z-1 {
  z-index: 1 !important;
}

.ux-z-2 {
  z-index: 2 !important;
}

.ux-z-3 {
  z-index: 3 !important;
}

.ux-z-4 {
  z-index: 4 !important;
}

.ux-z-5 {
  z-index: 5 !important;
}

.ux-z-6 {
  z-index: 6 !important;
}

.ux-z-7 {
  z-index: 7 !important;
}

.ux-z-8 {
  z-index: 8 !important;
}

.ux-z-9 {
  z-index: 9 !important;
}

.ux-z-10 {
  z-index: 10 !important;
}

.ux-z-11 {
  z-index: 11 !important;
}

.ux-z-12 {
  z-index: 12 !important;
}

.ux-z-13 {
  z-index: 13 !important;
}

.ux-z-14 {
  z-index: 14 !important;
}

.ux-z-15 {
  z-index: 15 !important;
}

.ux-z-16 {
  z-index: 16 !important;
}

.ux-z-17 {
  z-index: 17 !important;
}

.ux-z-18 {
  z-index: 18 !important;
}

.ux-z-19 {
  z-index: 19 !important;
}

.ux-z-20 {
  z-index: 20 !important;
}

.ux-z-21 {
  z-index: 21 !important;
}

.ux-z-22 {
  z-index: 22 !important;
}

.ux-z-23 {
  z-index: 23 !important;
}

.ux-z-24 {
  z-index: 24 !important;
}

.ux-z-25 {
  z-index: 25 !important;
}

.ux-z-26 {
  z-index: 26 !important;
}

.ux-z-27 {
  z-index: 27 !important;
}

.ux-z-28 {
  z-index: 28 !important;
}

.ux-z-29 {
  z-index: 29 !important;
}

.ux-z-30 {
  z-index: 30 !important;
}

.ux-z-31 {
  z-index: 31 !important;
}

.ux-z-32 {
  z-index: 32 !important;
}

.ux-z-33 {
  z-index: 33 !important;
}

.ux-z-34 {
  z-index: 34 !important;
}

.ux-z-35 {
  z-index: 35 !important;
}

.ux-z-36 {
  z-index: 36 !important;
}

.ux-z-37 {
  z-index: 37 !important;
}

.ux-z-38 {
  z-index: 38 !important;
}

.ux-z-39 {
  z-index: 39 !important;
}

.ux-z-40 {
  z-index: 40 !important;
}

.ux-z-41 {
  z-index: 41 !important;
}

.ux-z-42 {
  z-index: 42 !important;
}

.ux-z-43 {
  z-index: 43 !important;
}

.ux-z-44 {
  z-index: 44 !important;
}

.ux-z-45 {
  z-index: 45 !important;
}

.ux-z-46 {
  z-index: 46 !important;
}

.ux-z-47 {
  z-index: 47 !important;
}

.ux-z-48 {
  z-index: 48 !important;
}

.ux-z-49 {
  z-index: 49 !important;
}

.ux-z-50 {
  z-index: 50 !important;
}

.ux-z-51 {
  z-index: 51 !important;
}

.ux-z-52 {
  z-index: 52 !important;
}

.ux-z-53 {
  z-index: 53 !important;
}

.ux-z-54 {
  z-index: 54 !important;
}

.ux-z-55 {
  z-index: 55 !important;
}

.ux-z-56 {
  z-index: 56 !important;
}

.ux-z-57 {
  z-index: 57 !important;
}

.ux-z-58 {
  z-index: 58 !important;
}

.ux-z-59 {
  z-index: 59 !important;
}

.ux-z-60 {
  z-index: 60 !important;
}

.ux-z-61 {
  z-index: 61 !important;
}

.ux-z-62 {
  z-index: 62 !important;
}

.ux-z-63 {
  z-index: 63 !important;
}

.ux-z-64 {
  z-index: 64 !important;
}

.ux-z-65 {
  z-index: 65 !important;
}

.ux-z-66 {
  z-index: 66 !important;
}

.ux-z-67 {
  z-index: 67 !important;
}

.ux-z-68 {
  z-index: 68 !important;
}

.ux-z-69 {
  z-index: 69 !important;
}

.ux-z-70 {
  z-index: 70 !important;
}

.ux-z-71 {
  z-index: 71 !important;
}

.ux-z-72 {
  z-index: 72 !important;
}

.ux-z-73 {
  z-index: 73 !important;
}

.ux-z-74 {
  z-index: 74 !important;
}

.ux-z-75 {
  z-index: 75 !important;
}

.ux-z-76 {
  z-index: 76 !important;
}

.ux-z-77 {
  z-index: 77 !important;
}

.ux-z-78 {
  z-index: 78 !important;
}

.ux-z-79 {
  z-index: 79 !important;
}

.ux-z-80 {
  z-index: 80 !important;
}

.ux-z-81 {
  z-index: 81 !important;
}

.ux-z-82 {
  z-index: 82 !important;
}

.ux-z-83 {
  z-index: 83 !important;
}

.ux-z-84 {
  z-index: 84 !important;
}

.ux-z-85 {
  z-index: 85 !important;
}

.ux-z-86 {
  z-index: 86 !important;
}

.ux-z-87 {
  z-index: 87 !important;
}

.ux-z-88 {
  z-index: 88 !important;
}

.ux-z-89 {
  z-index: 89 !important;
}

.ux-z-90 {
  z-index: 90 !important;
}

.ux-z-91 {
  z-index: 91 !important;
}

.ux-z-92 {
  z-index: 92 !important;
}

.ux-z-93 {
  z-index: 93 !important;
}

.ux-z-94 {
  z-index: 94 !important;
}

.ux-z-95 {
  z-index: 95 !important;
}

.ux-z-96 {
  z-index: 96 !important;
}

.ux-z-97 {
  z-index: 97 !important;
}

.ux-z-98 {
  z-index: 98 !important;
}

.ux-z-99 {
  z-index: 99 !important;
}

.ux-z-100 {
  z-index: 100 !important;
}

.ux-z-101 {
  z-index: 101 !important;
}

.ux-z-102 {
  z-index: 102 !important;
}

.ux-z-103 {
  z-index: 103 !important;
}

.ux-z-104 {
  z-index: 104 !important;
}

.ux-z-105 {
  z-index: 105 !important;
}

.ux-z-106 {
  z-index: 106 !important;
}

.ux-z-107 {
  z-index: 107 !important;
}

.ux-z-108 {
  z-index: 108 !important;
}

.ux-z-109 {
  z-index: 109 !important;
}

.ux-z-110 {
  z-index: 110 !important;
}

.ux-z-111 {
  z-index: 111 !important;
}

.ux-z-112 {
  z-index: 112 !important;
}

.ux-z-113 {
  z-index: 113 !important;
}

.ux-z-114 {
  z-index: 114 !important;
}

.ux-z-115 {
  z-index: 115 !important;
}

.ux-z-116 {
  z-index: 116 !important;
}

.ux-z-117 {
  z-index: 117 !important;
}

.ux-z-118 {
  z-index: 118 !important;
}

.ux-z-119 {
  z-index: 119 !important;
}

.ux-z-120 {
  z-index: 120 !important;
}

.ux-z-121 {
  z-index: 121 !important;
}

.ux-z-122 {
  z-index: 122 !important;
}

.ux-z-123 {
  z-index: 123 !important;
}

.ux-z-124 {
  z-index: 124 !important;
}

.ux-z-125 {
  z-index: 125 !important;
}

.ux-z-126 {
  z-index: 126 !important;
}

.ux-z-127 {
  z-index: 127 !important;
}

.ux-z-128 {
  z-index: 128 !important;
}

.ux-z-129 {
  z-index: 129 !important;
}

.ux-z-130 {
  z-index: 130 !important;
}

.ux-z-131 {
  z-index: 131 !important;
}

.ux-z-132 {
  z-index: 132 !important;
}

.ux-z-133 {
  z-index: 133 !important;
}

.ux-z-134 {
  z-index: 134 !important;
}

.ux-z-135 {
  z-index: 135 !important;
}

.ux-z-136 {
  z-index: 136 !important;
}

.ux-z-137 {
  z-index: 137 !important;
}

.ux-z-138 {
  z-index: 138 !important;
}

.ux-z-139 {
  z-index: 139 !important;
}

.ux-z-140 {
  z-index: 140 !important;
}

.ux-z-141 {
  z-index: 141 !important;
}

.ux-z-142 {
  z-index: 142 !important;
}

.ux-z-143 {
  z-index: 143 !important;
}

.ux-z-144 {
  z-index: 144 !important;
}

.ux-z-145 {
  z-index: 145 !important;
}

.ux-z-146 {
  z-index: 146 !important;
}

.ux-z-147 {
  z-index: 147 !important;
}

.ux-z-148 {
  z-index: 148 !important;
}

.ux-z-149 {
  z-index: 149 !important;
}

.ux-z-150 {
  z-index: 150 !important;
}

.ux-z-151 {
  z-index: 151 !important;
}

.ux-z-152 {
  z-index: 152 !important;
}

.ux-z-153 {
  z-index: 153 !important;
}

.ux-z-154 {
  z-index: 154 !important;
}

.ux-z-155 {
  z-index: 155 !important;
}

.ux-z-156 {
  z-index: 156 !important;
}

.ux-z-157 {
  z-index: 157 !important;
}

.ux-z-158 {
  z-index: 158 !important;
}

.ux-z-159 {
  z-index: 159 !important;
}

.ux-z-160 {
  z-index: 160 !important;
}

.ux-z-161 {
  z-index: 161 !important;
}

.ux-z-162 {
  z-index: 162 !important;
}

.ux-z-163 {
  z-index: 163 !important;
}

.ux-z-164 {
  z-index: 164 !important;
}

.ux-z-165 {
  z-index: 165 !important;
}

.ux-z-166 {
  z-index: 166 !important;
}

.ux-z-167 {
  z-index: 167 !important;
}

.ux-z-168 {
  z-index: 168 !important;
}

.ux-z-169 {
  z-index: 169 !important;
}

.ux-z-170 {
  z-index: 170 !important;
}

.ux-z-171 {
  z-index: 171 !important;
}

.ux-z-172 {
  z-index: 172 !important;
}

.ux-z-173 {
  z-index: 173 !important;
}

.ux-z-174 {
  z-index: 174 !important;
}

.ux-z-175 {
  z-index: 175 !important;
}

.ux-z-176 {
  z-index: 176 !important;
}

.ux-z-177 {
  z-index: 177 !important;
}

.ux-z-178 {
  z-index: 178 !important;
}

.ux-z-179 {
  z-index: 179 !important;
}

.ux-z-180 {
  z-index: 180 !important;
}

.ux-z-181 {
  z-index: 181 !important;
}

.ux-z-182 {
  z-index: 182 !important;
}

.ux-z-183 {
  z-index: 183 !important;
}

.ux-z-184 {
  z-index: 184 !important;
}

.ux-z-185 {
  z-index: 185 !important;
}

.ux-z-186 {
  z-index: 186 !important;
}

.ux-z-187 {
  z-index: 187 !important;
}

.ux-z-188 {
  z-index: 188 !important;
}

.ux-z-189 {
  z-index: 189 !important;
}

.ux-z-190 {
  z-index: 190 !important;
}

.ux-z-191 {
  z-index: 191 !important;
}

.ux-z-192 {
  z-index: 192 !important;
}

.ux-z-193 {
  z-index: 193 !important;
}

.ux-z-194 {
  z-index: 194 !important;
}

.ux-z-195 {
  z-index: 195 !important;
}

.ux-z-196 {
  z-index: 196 !important;
}

.ux-z-197 {
  z-index: 197 !important;
}

.ux-z-198 {
  z-index: 198 !important;
}

.ux-z-199 {
  z-index: 199 !important;
}

.ux-z-200 {
  z-index: 200 !important;
}

.ux-z-201 {
  z-index: 201 !important;
}

.ux-z-202 {
  z-index: 202 !important;
}

.ux-z-203 {
  z-index: 203 !important;
}

.ux-z-204 {
  z-index: 204 !important;
}

.ux-z-205 {
  z-index: 205 !important;
}

.ux-z-206 {
  z-index: 206 !important;
}

.ux-z-207 {
  z-index: 207 !important;
}

.ux-z-208 {
  z-index: 208 !important;
}

.ux-z-209 {
  z-index: 209 !important;
}

.ux-z-210 {
  z-index: 210 !important;
}

.ux-z-211 {
  z-index: 211 !important;
}

.ux-z-212 {
  z-index: 212 !important;
}

.ux-z-213 {
  z-index: 213 !important;
}

.ux-z-214 {
  z-index: 214 !important;
}

.ux-z-215 {
  z-index: 215 !important;
}

.ux-z-216 {
  z-index: 216 !important;
}

.ux-z-217 {
  z-index: 217 !important;
}

.ux-z-218 {
  z-index: 218 !important;
}

.ux-z-219 {
  z-index: 219 !important;
}

.ux-z-220 {
  z-index: 220 !important;
}

.ux-z-221 {
  z-index: 221 !important;
}

.ux-z-222 {
  z-index: 222 !important;
}

.ux-z-223 {
  z-index: 223 !important;
}

.ux-z-224 {
  z-index: 224 !important;
}

.ux-z-225 {
  z-index: 225 !important;
}

.ux-z-226 {
  z-index: 226 !important;
}

.ux-z-227 {
  z-index: 227 !important;
}

.ux-z-228 {
  z-index: 228 !important;
}

.ux-z-229 {
  z-index: 229 !important;
}

.ux-z-230 {
  z-index: 230 !important;
}

.ux-z-231 {
  z-index: 231 !important;
}

.ux-z-232 {
  z-index: 232 !important;
}

.ux-z-233 {
  z-index: 233 !important;
}

.ux-z-234 {
  z-index: 234 !important;
}

.ux-z-235 {
  z-index: 235 !important;
}

.ux-z-236 {
  z-index: 236 !important;
}

.ux-z-237 {
  z-index: 237 !important;
}

.ux-z-238 {
  z-index: 238 !important;
}

.ux-z-239 {
  z-index: 239 !important;
}

.ux-z-240 {
  z-index: 240 !important;
}

.ux-z-241 {
  z-index: 241 !important;
}

.ux-z-242 {
  z-index: 242 !important;
}

.ux-z-243 {
  z-index: 243 !important;
}

.ux-z-244 {
  z-index: 244 !important;
}

.ux-z-245 {
  z-index: 245 !important;
}

.ux-z-246 {
  z-index: 246 !important;
}

.ux-z-247 {
  z-index: 247 !important;
}

.ux-z-248 {
  z-index: 248 !important;
}

.ux-z-249 {
  z-index: 249 !important;
}

.ux-z-250 {
  z-index: 250 !important;
}

.ux-z-251 {
  z-index: 251 !important;
}

.ux-z-252 {
  z-index: 252 !important;
}

.ux-z-253 {
  z-index: 253 !important;
}

.ux-z-254 {
  z-index: 254 !important;
}

.ux-z-255 {
  z-index: 255 !important;
}

.ux-z-256 {
  z-index: 256 !important;
}

.ux-z-257 {
  z-index: 257 !important;
}

.ux-z-258 {
  z-index: 258 !important;
}

.ux-z-259 {
  z-index: 259 !important;
}

.ux-z-260 {
  z-index: 260 !important;
}

.ux-z-261 {
  z-index: 261 !important;
}

.ux-z-262 {
  z-index: 262 !important;
}

.ux-z-263 {
  z-index: 263 !important;
}

.ux-z-264 {
  z-index: 264 !important;
}

.ux-z-265 {
  z-index: 265 !important;
}

.ux-z-266 {
  z-index: 266 !important;
}

.ux-z-267 {
  z-index: 267 !important;
}

.ux-z-268 {
  z-index: 268 !important;
}

.ux-z-269 {
  z-index: 269 !important;
}

.ux-z-270 {
  z-index: 270 !important;
}

.ux-z-271 {
  z-index: 271 !important;
}

.ux-z-272 {
  z-index: 272 !important;
}

.ux-z-273 {
  z-index: 273 !important;
}

.ux-z-274 {
  z-index: 274 !important;
}

.ux-z-275 {
  z-index: 275 !important;
}

.ux-z-276 {
  z-index: 276 !important;
}

.ux-z-277 {
  z-index: 277 !important;
}

.ux-z-278 {
  z-index: 278 !important;
}

.ux-z-279 {
  z-index: 279 !important;
}

.ux-z-280 {
  z-index: 280 !important;
}

.ux-z-281 {
  z-index: 281 !important;
}

.ux-z-282 {
  z-index: 282 !important;
}

.ux-z-283 {
  z-index: 283 !important;
}

.ux-z-284 {
  z-index: 284 !important;
}

.ux-z-285 {
  z-index: 285 !important;
}

.ux-z-286 {
  z-index: 286 !important;
}

.ux-z-287 {
  z-index: 287 !important;
}

.ux-z-288 {
  z-index: 288 !important;
}

.ux-z-289 {
  z-index: 289 !important;
}

.ux-z-290 {
  z-index: 290 !important;
}

.ux-z-291 {
  z-index: 291 !important;
}

.ux-z-292 {
  z-index: 292 !important;
}

.ux-z-293 {
  z-index: 293 !important;
}

.ux-z-294 {
  z-index: 294 !important;
}

.ux-z-295 {
  z-index: 295 !important;
}

.ux-z-296 {
  z-index: 296 !important;
}

.ux-z-297 {
  z-index: 297 !important;
}

.ux-z-298 {
  z-index: 298 !important;
}

.ux-z-299 {
  z-index: 299 !important;
}

.ux-z-300 {
  z-index: 300 !important;
}

.ux-z-301 {
  z-index: 301 !important;
}

.ux-z-302 {
  z-index: 302 !important;
}

.ux-z-303 {
  z-index: 303 !important;
}

.ux-z-304 {
  z-index: 304 !important;
}

.ux-z-305 {
  z-index: 305 !important;
}

.ux-z-306 {
  z-index: 306 !important;
}

.ux-z-307 {
  z-index: 307 !important;
}

.ux-z-308 {
  z-index: 308 !important;
}

.ux-z-309 {
  z-index: 309 !important;
}

.ux-z-310 {
  z-index: 310 !important;
}

.ux-z-311 {
  z-index: 311 !important;
}

.ux-z-312 {
  z-index: 312 !important;
}

.ux-z-313 {
  z-index: 313 !important;
}

.ux-z-314 {
  z-index: 314 !important;
}

.ux-z-315 {
  z-index: 315 !important;
}

.ux-z-316 {
  z-index: 316 !important;
}

.ux-z-317 {
  z-index: 317 !important;
}

.ux-z-318 {
  z-index: 318 !important;
}

.ux-z-319 {
  z-index: 319 !important;
}

.ux-z-320 {
  z-index: 320 !important;
}

.ux-z-321 {
  z-index: 321 !important;
}

.ux-z-322 {
  z-index: 322 !important;
}

.ux-z-323 {
  z-index: 323 !important;
}

.ux-z-324 {
  z-index: 324 !important;
}

.ux-z-325 {
  z-index: 325 !important;
}

.ux-z-326 {
  z-index: 326 !important;
}

.ux-z-327 {
  z-index: 327 !important;
}

.ux-z-328 {
  z-index: 328 !important;
}

.ux-z-329 {
  z-index: 329 !important;
}

.ux-z-330 {
  z-index: 330 !important;
}

.ux-z-331 {
  z-index: 331 !important;
}

.ux-z-332 {
  z-index: 332 !important;
}

.ux-z-333 {
  z-index: 333 !important;
}

.ux-z-334 {
  z-index: 334 !important;
}

.ux-z-335 {
  z-index: 335 !important;
}

.ux-z-336 {
  z-index: 336 !important;
}

.ux-z-337 {
  z-index: 337 !important;
}

.ux-z-338 {
  z-index: 338 !important;
}

.ux-z-339 {
  z-index: 339 !important;
}

.ux-z-340 {
  z-index: 340 !important;
}

.ux-z-341 {
  z-index: 341 !important;
}

.ux-z-342 {
  z-index: 342 !important;
}

.ux-z-343 {
  z-index: 343 !important;
}

.ux-z-344 {
  z-index: 344 !important;
}

.ux-z-345 {
  z-index: 345 !important;
}

.ux-z-346 {
  z-index: 346 !important;
}

.ux-z-347 {
  z-index: 347 !important;
}

.ux-z-348 {
  z-index: 348 !important;
}

.ux-z-349 {
  z-index: 349 !important;
}

.ux-z-350 {
  z-index: 350 !important;
}

.ux-z-351 {
  z-index: 351 !important;
}

.ux-z-352 {
  z-index: 352 !important;
}

.ux-z-353 {
  z-index: 353 !important;
}

.ux-z-354 {
  z-index: 354 !important;
}

.ux-z-355 {
  z-index: 355 !important;
}

.ux-z-356 {
  z-index: 356 !important;
}

.ux-z-357 {
  z-index: 357 !important;
}

.ux-z-358 {
  z-index: 358 !important;
}

.ux-z-359 {
  z-index: 359 !important;
}

.ux-z-360 {
  z-index: 360 !important;
}

.ux-z-361 {
  z-index: 361 !important;
}

.ux-z-362 {
  z-index: 362 !important;
}

.ux-z-363 {
  z-index: 363 !important;
}

.ux-z-364 {
  z-index: 364 !important;
}

.ux-z-365 {
  z-index: 365 !important;
}

.ux-z-366 {
  z-index: 366 !important;
}

.ux-z-367 {
  z-index: 367 !important;
}

.ux-z-368 {
  z-index: 368 !important;
}

.ux-z-369 {
  z-index: 369 !important;
}

.ux-z-370 {
  z-index: 370 !important;
}

.ux-z-371 {
  z-index: 371 !important;
}

.ux-z-372 {
  z-index: 372 !important;
}

.ux-z-373 {
  z-index: 373 !important;
}

.ux-z-374 {
  z-index: 374 !important;
}

.ux-z-375 {
  z-index: 375 !important;
}

.ux-z-376 {
  z-index: 376 !important;
}

.ux-z-377 {
  z-index: 377 !important;
}

.ux-z-378 {
  z-index: 378 !important;
}

.ux-z-379 {
  z-index: 379 !important;
}

.ux-z-380 {
  z-index: 380 !important;
}

.ux-z-381 {
  z-index: 381 !important;
}

.ux-z-382 {
  z-index: 382 !important;
}

.ux-z-383 {
  z-index: 383 !important;
}

.ux-z-384 {
  z-index: 384 !important;
}

.ux-z-385 {
  z-index: 385 !important;
}

.ux-z-386 {
  z-index: 386 !important;
}

.ux-z-387 {
  z-index: 387 !important;
}

.ux-z-388 {
  z-index: 388 !important;
}

.ux-z-389 {
  z-index: 389 !important;
}

.ux-z-390 {
  z-index: 390 !important;
}

.ux-z-391 {
  z-index: 391 !important;
}

.ux-z-392 {
  z-index: 392 !important;
}

.ux-z-393 {
  z-index: 393 !important;
}

.ux-z-394 {
  z-index: 394 !important;
}

.ux-z-395 {
  z-index: 395 !important;
}

.ux-z-396 {
  z-index: 396 !important;
}

.ux-z-397 {
  z-index: 397 !important;
}

.ux-z-398 {
  z-index: 398 !important;
}

.ux-z-399 {
  z-index: 399 !important;
}

.ux-z-400 {
  z-index: 400 !important;
}

.ux-z-401 {
  z-index: 401 !important;
}

.ux-z-402 {
  z-index: 402 !important;
}

.ux-z-403 {
  z-index: 403 !important;
}

.ux-z-404 {
  z-index: 404 !important;
}

.ux-z-405 {
  z-index: 405 !important;
}

.ux-z-406 {
  z-index: 406 !important;
}

.ux-z-407 {
  z-index: 407 !important;
}

.ux-z-408 {
  z-index: 408 !important;
}

.ux-z-409 {
  z-index: 409 !important;
}

.ux-z-410 {
  z-index: 410 !important;
}

.ux-z-411 {
  z-index: 411 !important;
}

.ux-z-412 {
  z-index: 412 !important;
}

.ux-z-413 {
  z-index: 413 !important;
}

.ux-z-414 {
  z-index: 414 !important;
}

.ux-z-415 {
  z-index: 415 !important;
}

.ux-z-416 {
  z-index: 416 !important;
}

.ux-z-417 {
  z-index: 417 !important;
}

.ux-z-418 {
  z-index: 418 !important;
}

.ux-z-419 {
  z-index: 419 !important;
}

.ux-z-420 {
  z-index: 420 !important;
}

.ux-z-421 {
  z-index: 421 !important;
}

.ux-z-422 {
  z-index: 422 !important;
}

.ux-z-423 {
  z-index: 423 !important;
}

.ux-z-424 {
  z-index: 424 !important;
}

.ux-z-425 {
  z-index: 425 !important;
}

.ux-z-426 {
  z-index: 426 !important;
}

.ux-z-427 {
  z-index: 427 !important;
}

.ux-z-428 {
  z-index: 428 !important;
}

.ux-z-429 {
  z-index: 429 !important;
}

.ux-z-430 {
  z-index: 430 !important;
}

.ux-z-431 {
  z-index: 431 !important;
}

.ux-z-432 {
  z-index: 432 !important;
}

.ux-z-433 {
  z-index: 433 !important;
}

.ux-z-434 {
  z-index: 434 !important;
}

.ux-z-435 {
  z-index: 435 !important;
}

.ux-z-436 {
  z-index: 436 !important;
}

.ux-z-437 {
  z-index: 437 !important;
}

.ux-z-438 {
  z-index: 438 !important;
}

.ux-z-439 {
  z-index: 439 !important;
}

.ux-z-440 {
  z-index: 440 !important;
}

.ux-z-441 {
  z-index: 441 !important;
}

.ux-z-442 {
  z-index: 442 !important;
}

.ux-z-443 {
  z-index: 443 !important;
}

.ux-z-444 {
  z-index: 444 !important;
}

.ux-z-445 {
  z-index: 445 !important;
}

.ux-z-446 {
  z-index: 446 !important;
}

.ux-z-447 {
  z-index: 447 !important;
}

.ux-z-448 {
  z-index: 448 !important;
}

.ux-z-449 {
  z-index: 449 !important;
}

.ux-z-450 {
  z-index: 450 !important;
}

.ux-z-451 {
  z-index: 451 !important;
}

.ux-z-452 {
  z-index: 452 !important;
}

.ux-z-453 {
  z-index: 453 !important;
}

.ux-z-454 {
  z-index: 454 !important;
}

.ux-z-455 {
  z-index: 455 !important;
}

.ux-z-456 {
  z-index: 456 !important;
}

.ux-z-457 {
  z-index: 457 !important;
}

.ux-z-458 {
  z-index: 458 !important;
}

.ux-z-459 {
  z-index: 459 !important;
}

.ux-z-460 {
  z-index: 460 !important;
}

.ux-z-461 {
  z-index: 461 !important;
}

.ux-z-462 {
  z-index: 462 !important;
}

.ux-z-463 {
  z-index: 463 !important;
}

.ux-z-464 {
  z-index: 464 !important;
}

.ux-z-465 {
  z-index: 465 !important;
}

.ux-z-466 {
  z-index: 466 !important;
}

.ux-z-467 {
  z-index: 467 !important;
}

.ux-z-468 {
  z-index: 468 !important;
}

.ux-z-469 {
  z-index: 469 !important;
}

.ux-z-470 {
  z-index: 470 !important;
}

.ux-z-471 {
  z-index: 471 !important;
}

.ux-z-472 {
  z-index: 472 !important;
}

.ux-z-473 {
  z-index: 473 !important;
}

.ux-z-474 {
  z-index: 474 !important;
}

.ux-z-475 {
  z-index: 475 !important;
}

.ux-z-476 {
  z-index: 476 !important;
}

.ux-z-477 {
  z-index: 477 !important;
}

.ux-z-478 {
  z-index: 478 !important;
}

.ux-z-479 {
  z-index: 479 !important;
}

.ux-z-480 {
  z-index: 480 !important;
}

.ux-z-481 {
  z-index: 481 !important;
}

.ux-z-482 {
  z-index: 482 !important;
}

.ux-z-483 {
  z-index: 483 !important;
}

.ux-z-484 {
  z-index: 484 !important;
}

.ux-z-485 {
  z-index: 485 !important;
}

.ux-z-486 {
  z-index: 486 !important;
}

.ux-z-487 {
  z-index: 487 !important;
}

.ux-z-488 {
  z-index: 488 !important;
}

.ux-z-489 {
  z-index: 489 !important;
}

.ux-z-490 {
  z-index: 490 !important;
}

.ux-z-491 {
  z-index: 491 !important;
}

.ux-z-492 {
  z-index: 492 !important;
}

.ux-z-493 {
  z-index: 493 !important;
}

.ux-z-494 {
  z-index: 494 !important;
}

.ux-z-495 {
  z-index: 495 !important;
}

.ux-z-496 {
  z-index: 496 !important;
}

.ux-z-497 {
  z-index: 497 !important;
}

.ux-z-498 {
  z-index: 498 !important;
}

.ux-z-499 {
  z-index: 499 !important;
}

.ux-z-500 {
  z-index: 500 !important;
}

.ux-z-501 {
  z-index: 501 !important;
}

.ux-z-502 {
  z-index: 502 !important;
}

.ux-z-503 {
  z-index: 503 !important;
}

.ux-z-504 {
  z-index: 504 !important;
}

.ux-z-505 {
  z-index: 505 !important;
}

.ux-z-506 {
  z-index: 506 !important;
}

.ux-z-507 {
  z-index: 507 !important;
}

.ux-z-508 {
  z-index: 508 !important;
}

.ux-z-509 {
  z-index: 509 !important;
}

.ux-z-510 {
  z-index: 510 !important;
}

.ux-z-511 {
  z-index: 511 !important;
}

.ux-z-512 {
  z-index: 512 !important;
}

.ux-z-513 {
  z-index: 513 !important;
}

.ux-z-514 {
  z-index: 514 !important;
}

.ux-z-515 {
  z-index: 515 !important;
}

.ux-z-516 {
  z-index: 516 !important;
}

.ux-z-517 {
  z-index: 517 !important;
}

.ux-z-518 {
  z-index: 518 !important;
}

.ux-z-519 {
  z-index: 519 !important;
}

.ux-z-520 {
  z-index: 520 !important;
}

.ux-z-521 {
  z-index: 521 !important;
}

.ux-z-522 {
  z-index: 522 !important;
}

.ux-z-523 {
  z-index: 523 !important;
}

.ux-z-524 {
  z-index: 524 !important;
}

.ux-z-525 {
  z-index: 525 !important;
}

.ux-z-526 {
  z-index: 526 !important;
}

.ux-z-527 {
  z-index: 527 !important;
}

.ux-z-528 {
  z-index: 528 !important;
}

.ux-z-529 {
  z-index: 529 !important;
}

.ux-z-530 {
  z-index: 530 !important;
}

.ux-z-531 {
  z-index: 531 !important;
}

.ux-z-532 {
  z-index: 532 !important;
}

.ux-z-533 {
  z-index: 533 !important;
}

.ux-z-534 {
  z-index: 534 !important;
}

.ux-z-535 {
  z-index: 535 !important;
}

.ux-z-536 {
  z-index: 536 !important;
}

.ux-z-537 {
  z-index: 537 !important;
}

.ux-z-538 {
  z-index: 538 !important;
}

.ux-z-539 {
  z-index: 539 !important;
}

.ux-z-540 {
  z-index: 540 !important;
}

.ux-z-541 {
  z-index: 541 !important;
}

.ux-z-542 {
  z-index: 542 !important;
}

.ux-z-543 {
  z-index: 543 !important;
}

.ux-z-544 {
  z-index: 544 !important;
}

.ux-z-545 {
  z-index: 545 !important;
}

.ux-z-546 {
  z-index: 546 !important;
}

.ux-z-547 {
  z-index: 547 !important;
}

.ux-z-548 {
  z-index: 548 !important;
}

.ux-z-549 {
  z-index: 549 !important;
}

.ux-z-550 {
  z-index: 550 !important;
}

.ux-z-551 {
  z-index: 551 !important;
}

.ux-z-552 {
  z-index: 552 !important;
}

.ux-z-553 {
  z-index: 553 !important;
}

.ux-z-554 {
  z-index: 554 !important;
}

.ux-z-555 {
  z-index: 555 !important;
}

.ux-z-556 {
  z-index: 556 !important;
}

.ux-z-557 {
  z-index: 557 !important;
}

.ux-z-558 {
  z-index: 558 !important;
}

.ux-z-559 {
  z-index: 559 !important;
}

.ux-z-560 {
  z-index: 560 !important;
}

.ux-z-561 {
  z-index: 561 !important;
}

.ux-z-562 {
  z-index: 562 !important;
}

.ux-z-563 {
  z-index: 563 !important;
}

.ux-z-564 {
  z-index: 564 !important;
}

.ux-z-565 {
  z-index: 565 !important;
}

.ux-z-566 {
  z-index: 566 !important;
}

.ux-z-567 {
  z-index: 567 !important;
}

.ux-z-568 {
  z-index: 568 !important;
}

.ux-z-569 {
  z-index: 569 !important;
}

.ux-z-570 {
  z-index: 570 !important;
}

.ux-z-571 {
  z-index: 571 !important;
}

.ux-z-572 {
  z-index: 572 !important;
}

.ux-z-573 {
  z-index: 573 !important;
}

.ux-z-574 {
  z-index: 574 !important;
}

.ux-z-575 {
  z-index: 575 !important;
}

.ux-z-576 {
  z-index: 576 !important;
}

.ux-z-577 {
  z-index: 577 !important;
}

.ux-z-578 {
  z-index: 578 !important;
}

.ux-z-579 {
  z-index: 579 !important;
}

.ux-z-580 {
  z-index: 580 !important;
}

.ux-z-581 {
  z-index: 581 !important;
}

.ux-z-582 {
  z-index: 582 !important;
}

.ux-z-583 {
  z-index: 583 !important;
}

.ux-z-584 {
  z-index: 584 !important;
}

.ux-z-585 {
  z-index: 585 !important;
}

.ux-z-586 {
  z-index: 586 !important;
}

.ux-z-587 {
  z-index: 587 !important;
}

.ux-z-588 {
  z-index: 588 !important;
}

.ux-z-589 {
  z-index: 589 !important;
}

.ux-z-590 {
  z-index: 590 !important;
}

.ux-z-591 {
  z-index: 591 !important;
}

.ux-z-592 {
  z-index: 592 !important;
}

.ux-z-593 {
  z-index: 593 !important;
}

.ux-z-594 {
  z-index: 594 !important;
}

.ux-z-595 {
  z-index: 595 !important;
}

.ux-z-596 {
  z-index: 596 !important;
}

.ux-z-597 {
  z-index: 597 !important;
}

.ux-z-598 {
  z-index: 598 !important;
}

.ux-z-599 {
  z-index: 599 !important;
}

.ux-z-600 {
  z-index: 600 !important;
}

.ux-z-601 {
  z-index: 601 !important;
}

.ux-z-602 {
  z-index: 602 !important;
}

.ux-z-603 {
  z-index: 603 !important;
}

.ux-z-604 {
  z-index: 604 !important;
}

.ux-z-605 {
  z-index: 605 !important;
}

.ux-z-606 {
  z-index: 606 !important;
}

.ux-z-607 {
  z-index: 607 !important;
}

.ux-z-608 {
  z-index: 608 !important;
}

.ux-z-609 {
  z-index: 609 !important;
}

.ux-z-610 {
  z-index: 610 !important;
}

.ux-z-611 {
  z-index: 611 !important;
}

.ux-z-612 {
  z-index: 612 !important;
}

.ux-z-613 {
  z-index: 613 !important;
}

.ux-z-614 {
  z-index: 614 !important;
}

.ux-z-615 {
  z-index: 615 !important;
}

.ux-z-616 {
  z-index: 616 !important;
}

.ux-z-617 {
  z-index: 617 !important;
}

.ux-z-618 {
  z-index: 618 !important;
}

.ux-z-619 {
  z-index: 619 !important;
}

.ux-z-620 {
  z-index: 620 !important;
}

.ux-z-621 {
  z-index: 621 !important;
}

.ux-z-622 {
  z-index: 622 !important;
}

.ux-z-623 {
  z-index: 623 !important;
}

.ux-z-624 {
  z-index: 624 !important;
}

.ux-z-625 {
  z-index: 625 !important;
}

.ux-z-626 {
  z-index: 626 !important;
}

.ux-z-627 {
  z-index: 627 !important;
}

.ux-z-628 {
  z-index: 628 !important;
}

.ux-z-629 {
  z-index: 629 !important;
}

.ux-z-630 {
  z-index: 630 !important;
}

.ux-z-631 {
  z-index: 631 !important;
}

.ux-z-632 {
  z-index: 632 !important;
}

.ux-z-633 {
  z-index: 633 !important;
}

.ux-z-634 {
  z-index: 634 !important;
}

.ux-z-635 {
  z-index: 635 !important;
}

.ux-z-636 {
  z-index: 636 !important;
}

.ux-z-637 {
  z-index: 637 !important;
}

.ux-z-638 {
  z-index: 638 !important;
}

.ux-z-639 {
  z-index: 639 !important;
}

.ux-z-640 {
  z-index: 640 !important;
}

.ux-z-641 {
  z-index: 641 !important;
}

.ux-z-642 {
  z-index: 642 !important;
}

.ux-z-643 {
  z-index: 643 !important;
}

.ux-z-644 {
  z-index: 644 !important;
}

.ux-z-645 {
  z-index: 645 !important;
}

.ux-z-646 {
  z-index: 646 !important;
}

.ux-z-647 {
  z-index: 647 !important;
}

.ux-z-648 {
  z-index: 648 !important;
}

.ux-z-649 {
  z-index: 649 !important;
}

.ux-z-650 {
  z-index: 650 !important;
}

.ux-z-651 {
  z-index: 651 !important;
}

.ux-z-652 {
  z-index: 652 !important;
}

.ux-z-653 {
  z-index: 653 !important;
}

.ux-z-654 {
  z-index: 654 !important;
}

.ux-z-655 {
  z-index: 655 !important;
}

.ux-z-656 {
  z-index: 656 !important;
}

.ux-z-657 {
  z-index: 657 !important;
}

.ux-z-658 {
  z-index: 658 !important;
}

.ux-z-659 {
  z-index: 659 !important;
}

.ux-z-660 {
  z-index: 660 !important;
}

.ux-z-661 {
  z-index: 661 !important;
}

.ux-z-662 {
  z-index: 662 !important;
}

.ux-z-663 {
  z-index: 663 !important;
}

.ux-z-664 {
  z-index: 664 !important;
}

.ux-z-665 {
  z-index: 665 !important;
}

.ux-z-666 {
  z-index: 666 !important;
}

.ux-z-667 {
  z-index: 667 !important;
}

.ux-z-668 {
  z-index: 668 !important;
}

.ux-z-669 {
  z-index: 669 !important;
}

.ux-z-670 {
  z-index: 670 !important;
}

.ux-z-671 {
  z-index: 671 !important;
}

.ux-z-672 {
  z-index: 672 !important;
}

.ux-z-673 {
  z-index: 673 !important;
}

.ux-z-674 {
  z-index: 674 !important;
}

.ux-z-675 {
  z-index: 675 !important;
}

.ux-z-676 {
  z-index: 676 !important;
}

.ux-z-677 {
  z-index: 677 !important;
}

.ux-z-678 {
  z-index: 678 !important;
}

.ux-z-679 {
  z-index: 679 !important;
}

.ux-z-680 {
  z-index: 680 !important;
}

.ux-z-681 {
  z-index: 681 !important;
}

.ux-z-682 {
  z-index: 682 !important;
}

.ux-z-683 {
  z-index: 683 !important;
}

.ux-z-684 {
  z-index: 684 !important;
}

.ux-z-685 {
  z-index: 685 !important;
}

.ux-z-686 {
  z-index: 686 !important;
}

.ux-z-687 {
  z-index: 687 !important;
}

.ux-z-688 {
  z-index: 688 !important;
}

.ux-z-689 {
  z-index: 689 !important;
}

.ux-z-690 {
  z-index: 690 !important;
}

.ux-z-691 {
  z-index: 691 !important;
}

.ux-z-692 {
  z-index: 692 !important;
}

.ux-z-693 {
  z-index: 693 !important;
}

.ux-z-694 {
  z-index: 694 !important;
}

.ux-z-695 {
  z-index: 695 !important;
}

.ux-z-696 {
  z-index: 696 !important;
}

.ux-z-697 {
  z-index: 697 !important;
}

.ux-z-698 {
  z-index: 698 !important;
}

.ux-z-699 {
  z-index: 699 !important;
}

.ux-z-700 {
  z-index: 700 !important;
}

.ux-z-701 {
  z-index: 701 !important;
}

.ux-z-702 {
  z-index: 702 !important;
}

.ux-z-703 {
  z-index: 703 !important;
}

.ux-z-704 {
  z-index: 704 !important;
}

.ux-z-705 {
  z-index: 705 !important;
}

.ux-z-706 {
  z-index: 706 !important;
}

.ux-z-707 {
  z-index: 707 !important;
}

.ux-z-708 {
  z-index: 708 !important;
}

.ux-z-709 {
  z-index: 709 !important;
}

.ux-z-710 {
  z-index: 710 !important;
}

.ux-z-711 {
  z-index: 711 !important;
}

.ux-z-712 {
  z-index: 712 !important;
}

.ux-z-713 {
  z-index: 713 !important;
}

.ux-z-714 {
  z-index: 714 !important;
}

.ux-z-715 {
  z-index: 715 !important;
}

.ux-z-716 {
  z-index: 716 !important;
}

.ux-z-717 {
  z-index: 717 !important;
}

.ux-z-718 {
  z-index: 718 !important;
}

.ux-z-719 {
  z-index: 719 !important;
}

.ux-z-720 {
  z-index: 720 !important;
}

.ux-z-721 {
  z-index: 721 !important;
}

.ux-z-722 {
  z-index: 722 !important;
}

.ux-z-723 {
  z-index: 723 !important;
}

.ux-z-724 {
  z-index: 724 !important;
}

.ux-z-725 {
  z-index: 725 !important;
}

.ux-z-726 {
  z-index: 726 !important;
}

.ux-z-727 {
  z-index: 727 !important;
}

.ux-z-728 {
  z-index: 728 !important;
}

.ux-z-729 {
  z-index: 729 !important;
}

.ux-z-730 {
  z-index: 730 !important;
}

.ux-z-731 {
  z-index: 731 !important;
}

.ux-z-732 {
  z-index: 732 !important;
}

.ux-z-733 {
  z-index: 733 !important;
}

.ux-z-734 {
  z-index: 734 !important;
}

.ux-z-735 {
  z-index: 735 !important;
}

.ux-z-736 {
  z-index: 736 !important;
}

.ux-z-737 {
  z-index: 737 !important;
}

.ux-z-738 {
  z-index: 738 !important;
}

.ux-z-739 {
  z-index: 739 !important;
}

.ux-z-740 {
  z-index: 740 !important;
}

.ux-z-741 {
  z-index: 741 !important;
}

.ux-z-742 {
  z-index: 742 !important;
}

.ux-z-743 {
  z-index: 743 !important;
}

.ux-z-744 {
  z-index: 744 !important;
}

.ux-z-745 {
  z-index: 745 !important;
}

.ux-z-746 {
  z-index: 746 !important;
}

.ux-z-747 {
  z-index: 747 !important;
}

.ux-z-748 {
  z-index: 748 !important;
}

.ux-z-749 {
  z-index: 749 !important;
}

.ux-z-750 {
  z-index: 750 !important;
}

.ux-z-751 {
  z-index: 751 !important;
}

.ux-z-752 {
  z-index: 752 !important;
}

.ux-z-753 {
  z-index: 753 !important;
}

.ux-z-754 {
  z-index: 754 !important;
}

.ux-z-755 {
  z-index: 755 !important;
}

.ux-z-756 {
  z-index: 756 !important;
}

.ux-z-757 {
  z-index: 757 !important;
}

.ux-z-758 {
  z-index: 758 !important;
}

.ux-z-759 {
  z-index: 759 !important;
}

.ux-z-760 {
  z-index: 760 !important;
}

.ux-z-761 {
  z-index: 761 !important;
}

.ux-z-762 {
  z-index: 762 !important;
}

.ux-z-763 {
  z-index: 763 !important;
}

.ux-z-764 {
  z-index: 764 !important;
}

.ux-z-765 {
  z-index: 765 !important;
}

.ux-z-766 {
  z-index: 766 !important;
}

.ux-z-767 {
  z-index: 767 !important;
}

.ux-z-768 {
  z-index: 768 !important;
}

.ux-z-769 {
  z-index: 769 !important;
}

.ux-z-770 {
  z-index: 770 !important;
}

.ux-z-771 {
  z-index: 771 !important;
}

.ux-z-772 {
  z-index: 772 !important;
}

.ux-z-773 {
  z-index: 773 !important;
}

.ux-z-774 {
  z-index: 774 !important;
}

.ux-z-775 {
  z-index: 775 !important;
}

.ux-z-776 {
  z-index: 776 !important;
}

.ux-z-777 {
  z-index: 777 !important;
}

.ux-z-778 {
  z-index: 778 !important;
}

.ux-z-779 {
  z-index: 779 !important;
}

.ux-z-780 {
  z-index: 780 !important;
}

.ux-z-781 {
  z-index: 781 !important;
}

.ux-z-782 {
  z-index: 782 !important;
}

.ux-z-783 {
  z-index: 783 !important;
}

.ux-z-784 {
  z-index: 784 !important;
}

.ux-z-785 {
  z-index: 785 !important;
}

.ux-z-786 {
  z-index: 786 !important;
}

.ux-z-787 {
  z-index: 787 !important;
}

.ux-z-788 {
  z-index: 788 !important;
}

.ux-z-789 {
  z-index: 789 !important;
}

.ux-z-790 {
  z-index: 790 !important;
}

.ux-z-791 {
  z-index: 791 !important;
}

.ux-z-792 {
  z-index: 792 !important;
}

.ux-z-793 {
  z-index: 793 !important;
}

.ux-z-794 {
  z-index: 794 !important;
}

.ux-z-795 {
  z-index: 795 !important;
}

.ux-z-796 {
  z-index: 796 !important;
}

.ux-z-797 {
  z-index: 797 !important;
}

.ux-z-798 {
  z-index: 798 !important;
}

.ux-z-799 {
  z-index: 799 !important;
}

.ux-z-800 {
  z-index: 800 !important;
}

.ux-z-801 {
  z-index: 801 !important;
}

.ux-z-802 {
  z-index: 802 !important;
}

.ux-z-803 {
  z-index: 803 !important;
}

.ux-z-804 {
  z-index: 804 !important;
}

.ux-z-805 {
  z-index: 805 !important;
}

.ux-z-806 {
  z-index: 806 !important;
}

.ux-z-807 {
  z-index: 807 !important;
}

.ux-z-808 {
  z-index: 808 !important;
}

.ux-z-809 {
  z-index: 809 !important;
}

.ux-z-810 {
  z-index: 810 !important;
}

.ux-z-811 {
  z-index: 811 !important;
}

.ux-z-812 {
  z-index: 812 !important;
}

.ux-z-813 {
  z-index: 813 !important;
}

.ux-z-814 {
  z-index: 814 !important;
}

.ux-z-815 {
  z-index: 815 !important;
}

.ux-z-816 {
  z-index: 816 !important;
}

.ux-z-817 {
  z-index: 817 !important;
}

.ux-z-818 {
  z-index: 818 !important;
}

.ux-z-819 {
  z-index: 819 !important;
}

.ux-z-820 {
  z-index: 820 !important;
}

.ux-z-821 {
  z-index: 821 !important;
}

.ux-z-822 {
  z-index: 822 !important;
}

.ux-z-823 {
  z-index: 823 !important;
}

.ux-z-824 {
  z-index: 824 !important;
}

.ux-z-825 {
  z-index: 825 !important;
}

.ux-z-826 {
  z-index: 826 !important;
}

.ux-z-827 {
  z-index: 827 !important;
}

.ux-z-828 {
  z-index: 828 !important;
}

.ux-z-829 {
  z-index: 829 !important;
}

.ux-z-830 {
  z-index: 830 !important;
}

.ux-z-831 {
  z-index: 831 !important;
}

.ux-z-832 {
  z-index: 832 !important;
}

.ux-z-833 {
  z-index: 833 !important;
}

.ux-z-834 {
  z-index: 834 !important;
}

.ux-z-835 {
  z-index: 835 !important;
}

.ux-z-836 {
  z-index: 836 !important;
}

.ux-z-837 {
  z-index: 837 !important;
}

.ux-z-838 {
  z-index: 838 !important;
}

.ux-z-839 {
  z-index: 839 !important;
}

.ux-z-840 {
  z-index: 840 !important;
}

.ux-z-841 {
  z-index: 841 !important;
}

.ux-z-842 {
  z-index: 842 !important;
}

.ux-z-843 {
  z-index: 843 !important;
}

.ux-z-844 {
  z-index: 844 !important;
}

.ux-z-845 {
  z-index: 845 !important;
}

.ux-z-846 {
  z-index: 846 !important;
}

.ux-z-847 {
  z-index: 847 !important;
}

.ux-z-848 {
  z-index: 848 !important;
}

.ux-z-849 {
  z-index: 849 !important;
}

.ux-z-850 {
  z-index: 850 !important;
}

.ux-z-851 {
  z-index: 851 !important;
}

.ux-z-852 {
  z-index: 852 !important;
}

.ux-z-853 {
  z-index: 853 !important;
}

.ux-z-854 {
  z-index: 854 !important;
}

.ux-z-855 {
  z-index: 855 !important;
}

.ux-z-856 {
  z-index: 856 !important;
}

.ux-z-857 {
  z-index: 857 !important;
}

.ux-z-858 {
  z-index: 858 !important;
}

.ux-z-859 {
  z-index: 859 !important;
}

.ux-z-860 {
  z-index: 860 !important;
}

.ux-z-861 {
  z-index: 861 !important;
}

.ux-z-862 {
  z-index: 862 !important;
}

.ux-z-863 {
  z-index: 863 !important;
}

.ux-z-864 {
  z-index: 864 !important;
}

.ux-z-865 {
  z-index: 865 !important;
}

.ux-z-866 {
  z-index: 866 !important;
}

.ux-z-867 {
  z-index: 867 !important;
}

.ux-z-868 {
  z-index: 868 !important;
}

.ux-z-869 {
  z-index: 869 !important;
}

.ux-z-870 {
  z-index: 870 !important;
}

.ux-z-871 {
  z-index: 871 !important;
}

.ux-z-872 {
  z-index: 872 !important;
}

.ux-z-873 {
  z-index: 873 !important;
}

.ux-z-874 {
  z-index: 874 !important;
}

.ux-z-875 {
  z-index: 875 !important;
}

.ux-z-876 {
  z-index: 876 !important;
}

.ux-z-877 {
  z-index: 877 !important;
}

.ux-z-878 {
  z-index: 878 !important;
}

.ux-z-879 {
  z-index: 879 !important;
}

.ux-z-880 {
  z-index: 880 !important;
}

.ux-z-881 {
  z-index: 881 !important;
}

.ux-z-882 {
  z-index: 882 !important;
}

.ux-z-883 {
  z-index: 883 !important;
}

.ux-z-884 {
  z-index: 884 !important;
}

.ux-z-885 {
  z-index: 885 !important;
}

.ux-z-886 {
  z-index: 886 !important;
}

.ux-z-887 {
  z-index: 887 !important;
}

.ux-z-888 {
  z-index: 888 !important;
}

.ux-z-889 {
  z-index: 889 !important;
}

.ux-z-890 {
  z-index: 890 !important;
}

.ux-z-891 {
  z-index: 891 !important;
}

.ux-z-892 {
  z-index: 892 !important;
}

.ux-z-893 {
  z-index: 893 !important;
}

.ux-z-894 {
  z-index: 894 !important;
}

.ux-z-895 {
  z-index: 895 !important;
}

.ux-z-896 {
  z-index: 896 !important;
}

.ux-z-897 {
  z-index: 897 !important;
}

.ux-z-898 {
  z-index: 898 !important;
}

.ux-z-899 {
  z-index: 899 !important;
}

.ux-z-900 {
  z-index: 900 !important;
}

.ux-z-901 {
  z-index: 901 !important;
}

.ux-z-902 {
  z-index: 902 !important;
}

.ux-z-903 {
  z-index: 903 !important;
}

.ux-z-904 {
  z-index: 904 !important;
}

.ux-z-905 {
  z-index: 905 !important;
}

.ux-z-906 {
  z-index: 906 !important;
}

.ux-z-907 {
  z-index: 907 !important;
}

.ux-z-908 {
  z-index: 908 !important;
}

.ux-z-909 {
  z-index: 909 !important;
}

.ux-z-910 {
  z-index: 910 !important;
}

.ux-z-911 {
  z-index: 911 !important;
}

.ux-z-912 {
  z-index: 912 !important;
}

.ux-z-913 {
  z-index: 913 !important;
}

.ux-z-914 {
  z-index: 914 !important;
}

.ux-z-915 {
  z-index: 915 !important;
}

.ux-z-916 {
  z-index: 916 !important;
}

.ux-z-917 {
  z-index: 917 !important;
}

.ux-z-918 {
  z-index: 918 !important;
}

.ux-z-919 {
  z-index: 919 !important;
}

.ux-z-920 {
  z-index: 920 !important;
}

.ux-z-921 {
  z-index: 921 !important;
}

.ux-z-922 {
  z-index: 922 !important;
}

.ux-z-923 {
  z-index: 923 !important;
}

.ux-z-924 {
  z-index: 924 !important;
}

.ux-z-925 {
  z-index: 925 !important;
}

.ux-z-926 {
  z-index: 926 !important;
}

.ux-z-927 {
  z-index: 927 !important;
}

.ux-z-928 {
  z-index: 928 !important;
}

.ux-z-929 {
  z-index: 929 !important;
}

.ux-z-930 {
  z-index: 930 !important;
}

.ux-z-931 {
  z-index: 931 !important;
}

.ux-z-932 {
  z-index: 932 !important;
}

.ux-z-933 {
  z-index: 933 !important;
}

.ux-z-934 {
  z-index: 934 !important;
}

.ux-z-935 {
  z-index: 935 !important;
}

.ux-z-936 {
  z-index: 936 !important;
}

.ux-z-937 {
  z-index: 937 !important;
}

.ux-z-938 {
  z-index: 938 !important;
}

.ux-z-939 {
  z-index: 939 !important;
}

.ux-z-940 {
  z-index: 940 !important;
}

.ux-z-941 {
  z-index: 941 !important;
}

.ux-z-942 {
  z-index: 942 !important;
}

.ux-z-943 {
  z-index: 943 !important;
}

.ux-z-944 {
  z-index: 944 !important;
}

.ux-z-945 {
  z-index: 945 !important;
}

.ux-z-946 {
  z-index: 946 !important;
}

.ux-z-947 {
  z-index: 947 !important;
}

.ux-z-948 {
  z-index: 948 !important;
}

.ux-z-949 {
  z-index: 949 !important;
}

.ux-z-950 {
  z-index: 950 !important;
}

.ux-z-951 {
  z-index: 951 !important;
}

.ux-z-952 {
  z-index: 952 !important;
}

.ux-z-953 {
  z-index: 953 !important;
}

.ux-z-954 {
  z-index: 954 !important;
}

.ux-z-955 {
  z-index: 955 !important;
}

.ux-z-956 {
  z-index: 956 !important;
}

.ux-z-957 {
  z-index: 957 !important;
}

.ux-z-958 {
  z-index: 958 !important;
}

.ux-z-959 {
  z-index: 959 !important;
}

.ux-z-960 {
  z-index: 960 !important;
}

.ux-z-961 {
  z-index: 961 !important;
}

.ux-z-962 {
  z-index: 962 !important;
}

.ux-z-963 {
  z-index: 963 !important;
}

.ux-z-964 {
  z-index: 964 !important;
}

.ux-z-965 {
  z-index: 965 !important;
}

.ux-z-966 {
  z-index: 966 !important;
}

.ux-z-967 {
  z-index: 967 !important;
}

.ux-z-968 {
  z-index: 968 !important;
}

.ux-z-969 {
  z-index: 969 !important;
}

.ux-z-970 {
  z-index: 970 !important;
}

.ux-z-971 {
  z-index: 971 !important;
}

.ux-z-972 {
  z-index: 972 !important;
}

.ux-z-973 {
  z-index: 973 !important;
}

.ux-z-974 {
  z-index: 974 !important;
}

.ux-z-975 {
  z-index: 975 !important;
}

.ux-z-976 {
  z-index: 976 !important;
}

.ux-z-977 {
  z-index: 977 !important;
}

.ux-z-978 {
  z-index: 978 !important;
}

.ux-z-979 {
  z-index: 979 !important;
}

.ux-z-980 {
  z-index: 980 !important;
}

.ux-z-981 {
  z-index: 981 !important;
}

.ux-z-982 {
  z-index: 982 !important;
}

.ux-z-983 {
  z-index: 983 !important;
}

.ux-z-984 {
  z-index: 984 !important;
}

.ux-z-985 {
  z-index: 985 !important;
}

.ux-z-986 {
  z-index: 986 !important;
}

.ux-z-987 {
  z-index: 987 !important;
}

.ux-z-988 {
  z-index: 988 !important;
}

.ux-z-989 {
  z-index: 989 !important;
}

.ux-z-990 {
  z-index: 990 !important;
}

.ux-z-991 {
  z-index: 991 !important;
}

.ux-z-992 {
  z-index: 992 !important;
}

.ux-z-993 {
  z-index: 993 !important;
}

.ux-z-994 {
  z-index: 994 !important;
}

.ux-z-995 {
  z-index: 995 !important;
}

.ux-z-996 {
  z-index: 996 !important;
}

.ux-z-997 {
  z-index: 997 !important;
}

.ux-z-998 {
  z-index: 998 !important;
}

.ux-z-999 {
  z-index: 999 !important;
}

.ux-z-1000 {
  z-index: 1000 !important;
}

.ux-opacity-1 {
  opacity: 0.1 !important;
}

.ux-opacity-2 {
  opacity: 0.2 !important;
}

.ux-opacity-3 {
  opacity: 0.3 !important;
}

.ux-opacity-4 {
  opacity: 0.4 !important;
}

.ux-opacity-5 {
  opacity: 0.5 !important;
}

.ux-opacity-6 {
  opacity: 0.6 !important;
}

.ux-opacity-7 {
  opacity: 0.7 !important;
}

.ux-opacity-8 {
  opacity: 0.8 !important;
}

.ux-opacity-9 {
  opacity: 0.9 !important;
}

.ux-opacity-10 {
  opacity: 1 !important;
}

/* ===========================
   👁 VISIBILITY
   =========================== */
.ux-visibility-visible {
  visibility: visible !important;
}

.ux-visibility-hidden {
  visibility: hidden !important;
}

.ux-visibility-collapse {
  visibility: collapse !important;
}

/* ===========================
   📍 POSITION UTILITIES
   =========================== */
.ux-top-1 {
  top: 1px !important;
}

.ux-right-1 {
  right: 1px !important;
}

.ux-bottom-1 {
  bottom: 1px !important;
}

.ux-left-1 {
  left: 1px !important;
}

.ux-top-2 {
  top: 2px !important;
}

.ux-right-2 {
  right: 2px !important;
}

.ux-bottom-2 {
  bottom: 2px !important;
}

.ux-left-2 {
  left: 2px !important;
}

.ux-top-3 {
  top: 3px !important;
}

.ux-right-3 {
  right: 3px !important;
}

.ux-bottom-3 {
  bottom: 3px !important;
}

.ux-left-3 {
  left: 3px !important;
}

.ux-top-4 {
  top: 4px !important;
}

.ux-right-4 {
  right: 4px !important;
}

.ux-bottom-4 {
  bottom: 4px !important;
}

.ux-left-4 {
  left: 4px !important;
}

.ux-top-5 {
  top: 5px !important;
}

.ux-right-5 {
  right: 5px !important;
}

.ux-bottom-5 {
  bottom: 5px !important;
}

.ux-left-5 {
  left: 5px !important;
}

.ux-top-6 {
  top: 6px !important;
}

.ux-right-6 {
  right: 6px !important;
}

.ux-bottom-6 {
  bottom: 6px !important;
}

.ux-left-6 {
  left: 6px !important;
}

.ux-top-7 {
  top: 7px !important;
}

.ux-right-7 {
  right: 7px !important;
}

.ux-bottom-7 {
  bottom: 7px !important;
}

.ux-left-7 {
  left: 7px !important;
}

.ux-top-8 {
  top: 8px !important;
}

.ux-right-8 {
  right: 8px !important;
}

.ux-bottom-8 {
  bottom: 8px !important;
}

.ux-left-8 {
  left: 8px !important;
}

.ux-top-9 {
  top: 9px !important;
}

.ux-right-9 {
  right: 9px !important;
}

.ux-bottom-9 {
  bottom: 9px !important;
}

.ux-left-9 {
  left: 9px !important;
}

.ux-top-10 {
  top: 10px !important;
}

.ux-right-10 {
  right: 10px !important;
}

.ux-bottom-10 {
  bottom: 10px !important;
}

.ux-left-10 {
  left: 10px !important;
}

.ux-top-11 {
  top: 11px !important;
}

.ux-right-11 {
  right: 11px !important;
}

.ux-bottom-11 {
  bottom: 11px !important;
}

.ux-left-11 {
  left: 11px !important;
}

.ux-top-12 {
  top: 12px !important;
}

.ux-right-12 {
  right: 12px !important;
}

.ux-bottom-12 {
  bottom: 12px !important;
}

.ux-left-12 {
  left: 12px !important;
}

.ux-top-13 {
  top: 13px !important;
}

.ux-right-13 {
  right: 13px !important;
}

.ux-bottom-13 {
  bottom: 13px !important;
}

.ux-left-13 {
  left: 13px !important;
}

.ux-top-14 {
  top: 14px !important;
}

.ux-right-14 {
  right: 14px !important;
}

.ux-bottom-14 {
  bottom: 14px !important;
}

.ux-left-14 {
  left: 14px !important;
}

.ux-top-15 {
  top: 15px !important;
}

.ux-right-15 {
  right: 15px !important;
}

.ux-bottom-15 {
  bottom: 15px !important;
}

.ux-left-15 {
  left: 15px !important;
}

.ux-top-16 {
  top: 16px !important;
}

.ux-right-16 {
  right: 16px !important;
}

.ux-bottom-16 {
  bottom: 16px !important;
}

.ux-left-16 {
  left: 16px !important;
}

.ux-top-17 {
  top: 17px !important;
}

.ux-right-17 {
  right: 17px !important;
}

.ux-bottom-17 {
  bottom: 17px !important;
}

.ux-left-17 {
  left: 17px !important;
}

.ux-top-18 {
  top: 18px !important;
}

.ux-right-18 {
  right: 18px !important;
}

.ux-bottom-18 {
  bottom: 18px !important;
}

.ux-left-18 {
  left: 18px !important;
}

.ux-top-19 {
  top: 19px !important;
}

.ux-right-19 {
  right: 19px !important;
}

.ux-bottom-19 {
  bottom: 19px !important;
}

.ux-left-19 {
  left: 19px !important;
}

.ux-top-20 {
  top: 20px !important;
}

.ux-right-20 {
  right: 20px !important;
}

.ux-bottom-20 {
  bottom: 20px !important;
}

.ux-left-20 {
  left: 20px !important;
}

.ux-top-21 {
  top: 21px !important;
}

.ux-right-21 {
  right: 21px !important;
}

.ux-bottom-21 {
  bottom: 21px !important;
}

.ux-left-21 {
  left: 21px !important;
}

.ux-top-22 {
  top: 22px !important;
}

.ux-right-22 {
  right: 22px !important;
}

.ux-bottom-22 {
  bottom: 22px !important;
}

.ux-left-22 {
  left: 22px !important;
}

.ux-top-23 {
  top: 23px !important;
}

.ux-right-23 {
  right: 23px !important;
}

.ux-bottom-23 {
  bottom: 23px !important;
}

.ux-left-23 {
  left: 23px !important;
}

.ux-top-24 {
  top: 24px !important;
}

.ux-right-24 {
  right: 24px !important;
}

.ux-bottom-24 {
  bottom: 24px !important;
}

.ux-left-24 {
  left: 24px !important;
}

.ux-top-25 {
  top: 25px !important;
}

.ux-right-25 {
  right: 25px !important;
}

.ux-bottom-25 {
  bottom: 25px !important;
}

.ux-left-25 {
  left: 25px !important;
}

.ux-top-26 {
  top: 26px !important;
}

.ux-right-26 {
  right: 26px !important;
}

.ux-bottom-26 {
  bottom: 26px !important;
}

.ux-left-26 {
  left: 26px !important;
}

.ux-top-27 {
  top: 27px !important;
}

.ux-right-27 {
  right: 27px !important;
}

.ux-bottom-27 {
  bottom: 27px !important;
}

.ux-left-27 {
  left: 27px !important;
}

.ux-top-28 {
  top: 28px !important;
}

.ux-right-28 {
  right: 28px !important;
}

.ux-bottom-28 {
  bottom: 28px !important;
}

.ux-left-28 {
  left: 28px !important;
}

.ux-top-29 {
  top: 29px !important;
}

.ux-right-29 {
  right: 29px !important;
}

.ux-bottom-29 {
  bottom: 29px !important;
}

.ux-left-29 {
  left: 29px !important;
}

.ux-top-30 {
  top: 30px !important;
}

.ux-right-30 {
  right: 30px !important;
}

.ux-bottom-30 {
  bottom: 30px !important;
}

.ux-left-30 {
  left: 30px !important;
}

.ux-top-31 {
  top: 31px !important;
}

.ux-right-31 {
  right: 31px !important;
}

.ux-bottom-31 {
  bottom: 31px !important;
}

.ux-left-31 {
  left: 31px !important;
}

.ux-top-32 {
  top: 32px !important;
}

.ux-right-32 {
  right: 32px !important;
}

.ux-bottom-32 {
  bottom: 32px !important;
}

.ux-left-32 {
  left: 32px !important;
}

.ux-top-33 {
  top: 33px !important;
}

.ux-right-33 {
  right: 33px !important;
}

.ux-bottom-33 {
  bottom: 33px !important;
}

.ux-left-33 {
  left: 33px !important;
}

.ux-top-34 {
  top: 34px !important;
}

.ux-right-34 {
  right: 34px !important;
}

.ux-bottom-34 {
  bottom: 34px !important;
}

.ux-left-34 {
  left: 34px !important;
}

.ux-top-35 {
  top: 35px !important;
}

.ux-right-35 {
  right: 35px !important;
}

.ux-bottom-35 {
  bottom: 35px !important;
}

.ux-left-35 {
  left: 35px !important;
}

.ux-top-36 {
  top: 36px !important;
}

.ux-right-36 {
  right: 36px !important;
}

.ux-bottom-36 {
  bottom: 36px !important;
}

.ux-left-36 {
  left: 36px !important;
}

.ux-top-37 {
  top: 37px !important;
}

.ux-right-37 {
  right: 37px !important;
}

.ux-bottom-37 {
  bottom: 37px !important;
}

.ux-left-37 {
  left: 37px !important;
}

.ux-top-38 {
  top: 38px !important;
}

.ux-right-38 {
  right: 38px !important;
}

.ux-bottom-38 {
  bottom: 38px !important;
}

.ux-left-38 {
  left: 38px !important;
}

.ux-top-39 {
  top: 39px !important;
}

.ux-right-39 {
  right: 39px !important;
}

.ux-bottom-39 {
  bottom: 39px !important;
}

.ux-left-39 {
  left: 39px !important;
}

.ux-top-40 {
  top: 40px !important;
}

.ux-right-40 {
  right: 40px !important;
}

.ux-bottom-40 {
  bottom: 40px !important;
}

.ux-left-40 {
  left: 40px !important;
}

.ux-top-41 {
  top: 41px !important;
}

.ux-right-41 {
  right: 41px !important;
}

.ux-bottom-41 {
  bottom: 41px !important;
}

.ux-left-41 {
  left: 41px !important;
}

.ux-top-42 {
  top: 42px !important;
}

.ux-right-42 {
  right: 42px !important;
}

.ux-bottom-42 {
  bottom: 42px !important;
}

.ux-left-42 {
  left: 42px !important;
}

.ux-top-43 {
  top: 43px !important;
}

.ux-right-43 {
  right: 43px !important;
}

.ux-bottom-43 {
  bottom: 43px !important;
}

.ux-left-43 {
  left: 43px !important;
}

.ux-top-44 {
  top: 44px !important;
}

.ux-right-44 {
  right: 44px !important;
}

.ux-bottom-44 {
  bottom: 44px !important;
}

.ux-left-44 {
  left: 44px !important;
}

.ux-top-45 {
  top: 45px !important;
}

.ux-right-45 {
  right: 45px !important;
}

.ux-bottom-45 {
  bottom: 45px !important;
}

.ux-left-45 {
  left: 45px !important;
}

.ux-top-46 {
  top: 46px !important;
}

.ux-right-46 {
  right: 46px !important;
}

.ux-bottom-46 {
  bottom: 46px !important;
}

.ux-left-46 {
  left: 46px !important;
}

.ux-top-47 {
  top: 47px !important;
}

.ux-right-47 {
  right: 47px !important;
}

.ux-bottom-47 {
  bottom: 47px !important;
}

.ux-left-47 {
  left: 47px !important;
}

.ux-top-48 {
  top: 48px !important;
}

.ux-right-48 {
  right: 48px !important;
}

.ux-bottom-48 {
  bottom: 48px !important;
}

.ux-left-48 {
  left: 48px !important;
}

.ux-top-49 {
  top: 49px !important;
}

.ux-right-49 {
  right: 49px !important;
}

.ux-bottom-49 {
  bottom: 49px !important;
}

.ux-left-49 {
  left: 49px !important;
}

.ux-top-50 {
  top: 50px !important;
}

.ux-right-50 {
  right: 50px !important;
}

.ux-bottom-50 {
  bottom: 50px !important;
}

.ux-left-50 {
  left: 50px !important;
}

.ux-top-51 {
  top: 51px !important;
}

.ux-right-51 {
  right: 51px !important;
}

.ux-bottom-51 {
  bottom: 51px !important;
}

.ux-left-51 {
  left: 51px !important;
}

.ux-top-52 {
  top: 52px !important;
}

.ux-right-52 {
  right: 52px !important;
}

.ux-bottom-52 {
  bottom: 52px !important;
}

.ux-left-52 {
  left: 52px !important;
}

.ux-top-53 {
  top: 53px !important;
}

.ux-right-53 {
  right: 53px !important;
}

.ux-bottom-53 {
  bottom: 53px !important;
}

.ux-left-53 {
  left: 53px !important;
}

.ux-top-54 {
  top: 54px !important;
}

.ux-right-54 {
  right: 54px !important;
}

.ux-bottom-54 {
  bottom: 54px !important;
}

.ux-left-54 {
  left: 54px !important;
}

.ux-top-55 {
  top: 55px !important;
}

.ux-right-55 {
  right: 55px !important;
}

.ux-bottom-55 {
  bottom: 55px !important;
}

.ux-left-55 {
  left: 55px !important;
}

.ux-top-56 {
  top: 56px !important;
}

.ux-right-56 {
  right: 56px !important;
}

.ux-bottom-56 {
  bottom: 56px !important;
}

.ux-left-56 {
  left: 56px !important;
}

.ux-top-57 {
  top: 57px !important;
}

.ux-right-57 {
  right: 57px !important;
}

.ux-bottom-57 {
  bottom: 57px !important;
}

.ux-left-57 {
  left: 57px !important;
}

.ux-top-58 {
  top: 58px !important;
}

.ux-right-58 {
  right: 58px !important;
}

.ux-bottom-58 {
  bottom: 58px !important;
}

.ux-left-58 {
  left: 58px !important;
}

.ux-top-59 {
  top: 59px !important;
}

.ux-right-59 {
  right: 59px !important;
}

.ux-bottom-59 {
  bottom: 59px !important;
}

.ux-left-59 {
  left: 59px !important;
}

.ux-top-60 {
  top: 60px !important;
}

.ux-right-60 {
  right: 60px !important;
}

.ux-bottom-60 {
  bottom: 60px !important;
}

.ux-left-60 {
  left: 60px !important;
}

.ux-top-61 {
  top: 61px !important;
}

.ux-right-61 {
  right: 61px !important;
}

.ux-bottom-61 {
  bottom: 61px !important;
}

.ux-left-61 {
  left: 61px !important;
}

.ux-top-62 {
  top: 62px !important;
}

.ux-right-62 {
  right: 62px !important;
}

.ux-bottom-62 {
  bottom: 62px !important;
}

.ux-left-62 {
  left: 62px !important;
}

.ux-top-63 {
  top: 63px !important;
}

.ux-right-63 {
  right: 63px !important;
}

.ux-bottom-63 {
  bottom: 63px !important;
}

.ux-left-63 {
  left: 63px !important;
}

.ux-top-64 {
  top: 64px !important;
}

.ux-right-64 {
  right: 64px !important;
}

.ux-bottom-64 {
  bottom: 64px !important;
}

.ux-left-64 {
  left: 64px !important;
}

.ux-top-65 {
  top: 65px !important;
}

.ux-right-65 {
  right: 65px !important;
}

.ux-bottom-65 {
  bottom: 65px !important;
}

.ux-left-65 {
  left: 65px !important;
}

.ux-top-66 {
  top: 66px !important;
}

.ux-right-66 {
  right: 66px !important;
}

.ux-bottom-66 {
  bottom: 66px !important;
}

.ux-left-66 {
  left: 66px !important;
}

.ux-top-67 {
  top: 67px !important;
}

.ux-right-67 {
  right: 67px !important;
}

.ux-bottom-67 {
  bottom: 67px !important;
}

.ux-left-67 {
  left: 67px !important;
}

.ux-top-68 {
  top: 68px !important;
}

.ux-right-68 {
  right: 68px !important;
}

.ux-bottom-68 {
  bottom: 68px !important;
}

.ux-left-68 {
  left: 68px !important;
}

.ux-top-69 {
  top: 69px !important;
}

.ux-right-69 {
  right: 69px !important;
}

.ux-bottom-69 {
  bottom: 69px !important;
}

.ux-left-69 {
  left: 69px !important;
}

.ux-top-70 {
  top: 70px !important;
}

.ux-right-70 {
  right: 70px !important;
}

.ux-bottom-70 {
  bottom: 70px !important;
}

.ux-left-70 {
  left: 70px !important;
}

.ux-top-71 {
  top: 71px !important;
}

.ux-right-71 {
  right: 71px !important;
}

.ux-bottom-71 {
  bottom: 71px !important;
}

.ux-left-71 {
  left: 71px !important;
}

.ux-top-72 {
  top: 72px !important;
}

.ux-right-72 {
  right: 72px !important;
}

.ux-bottom-72 {
  bottom: 72px !important;
}

.ux-left-72 {
  left: 72px !important;
}

.ux-top-73 {
  top: 73px !important;
}

.ux-right-73 {
  right: 73px !important;
}

.ux-bottom-73 {
  bottom: 73px !important;
}

.ux-left-73 {
  left: 73px !important;
}

.ux-top-74 {
  top: 74px !important;
}

.ux-right-74 {
  right: 74px !important;
}

.ux-bottom-74 {
  bottom: 74px !important;
}

.ux-left-74 {
  left: 74px !important;
}

.ux-top-75 {
  top: 75px !important;
}

.ux-right-75 {
  right: 75px !important;
}

.ux-bottom-75 {
  bottom: 75px !important;
}

.ux-left-75 {
  left: 75px !important;
}

.ux-top-76 {
  top: 76px !important;
}

.ux-right-76 {
  right: 76px !important;
}

.ux-bottom-76 {
  bottom: 76px !important;
}

.ux-left-76 {
  left: 76px !important;
}

.ux-top-77 {
  top: 77px !important;
}

.ux-right-77 {
  right: 77px !important;
}

.ux-bottom-77 {
  bottom: 77px !important;
}

.ux-left-77 {
  left: 77px !important;
}

.ux-top-78 {
  top: 78px !important;
}

.ux-right-78 {
  right: 78px !important;
}

.ux-bottom-78 {
  bottom: 78px !important;
}

.ux-left-78 {
  left: 78px !important;
}

.ux-top-79 {
  top: 79px !important;
}

.ux-right-79 {
  right: 79px !important;
}

.ux-bottom-79 {
  bottom: 79px !important;
}

.ux-left-79 {
  left: 79px !important;
}

.ux-top-80 {
  top: 80px !important;
}

.ux-right-80 {
  right: 80px !important;
}

.ux-bottom-80 {
  bottom: 80px !important;
}

.ux-left-80 {
  left: 80px !important;
}

.ux-top-81 {
  top: 81px !important;
}

.ux-right-81 {
  right: 81px !important;
}

.ux-bottom-81 {
  bottom: 81px !important;
}

.ux-left-81 {
  left: 81px !important;
}

.ux-top-82 {
  top: 82px !important;
}

.ux-right-82 {
  right: 82px !important;
}

.ux-bottom-82 {
  bottom: 82px !important;
}

.ux-left-82 {
  left: 82px !important;
}

.ux-top-83 {
  top: 83px !important;
}

.ux-right-83 {
  right: 83px !important;
}

.ux-bottom-83 {
  bottom: 83px !important;
}

.ux-left-83 {
  left: 83px !important;
}

.ux-top-84 {
  top: 84px !important;
}

.ux-right-84 {
  right: 84px !important;
}

.ux-bottom-84 {
  bottom: 84px !important;
}

.ux-left-84 {
  left: 84px !important;
}

.ux-top-85 {
  top: 85px !important;
}

.ux-right-85 {
  right: 85px !important;
}

.ux-bottom-85 {
  bottom: 85px !important;
}

.ux-left-85 {
  left: 85px !important;
}

.ux-top-86 {
  top: 86px !important;
}

.ux-right-86 {
  right: 86px !important;
}

.ux-bottom-86 {
  bottom: 86px !important;
}

.ux-left-86 {
  left: 86px !important;
}

.ux-top-87 {
  top: 87px !important;
}

.ux-right-87 {
  right: 87px !important;
}

.ux-bottom-87 {
  bottom: 87px !important;
}

.ux-left-87 {
  left: 87px !important;
}

.ux-top-88 {
  top: 88px !important;
}

.ux-right-88 {
  right: 88px !important;
}

.ux-bottom-88 {
  bottom: 88px !important;
}

.ux-left-88 {
  left: 88px !important;
}

.ux-top-89 {
  top: 89px !important;
}

.ux-right-89 {
  right: 89px !important;
}

.ux-bottom-89 {
  bottom: 89px !important;
}

.ux-left-89 {
  left: 89px !important;
}

.ux-top-90 {
  top: 90px !important;
}

.ux-right-90 {
  right: 90px !important;
}

.ux-bottom-90 {
  bottom: 90px !important;
}

.ux-left-90 {
  left: 90px !important;
}

.ux-top-91 {
  top: 91px !important;
}

.ux-right-91 {
  right: 91px !important;
}

.ux-bottom-91 {
  bottom: 91px !important;
}

.ux-left-91 {
  left: 91px !important;
}

.ux-top-92 {
  top: 92px !important;
}

.ux-right-92 {
  right: 92px !important;
}

.ux-bottom-92 {
  bottom: 92px !important;
}

.ux-left-92 {
  left: 92px !important;
}

.ux-top-93 {
  top: 93px !important;
}

.ux-right-93 {
  right: 93px !important;
}

.ux-bottom-93 {
  bottom: 93px !important;
}

.ux-left-93 {
  left: 93px !important;
}

.ux-top-94 {
  top: 94px !important;
}

.ux-right-94 {
  right: 94px !important;
}

.ux-bottom-94 {
  bottom: 94px !important;
}

.ux-left-94 {
  left: 94px !important;
}

.ux-top-95 {
  top: 95px !important;
}

.ux-right-95 {
  right: 95px !important;
}

.ux-bottom-95 {
  bottom: 95px !important;
}

.ux-left-95 {
  left: 95px !important;
}

.ux-top-96 {
  top: 96px !important;
}

.ux-right-96 {
  right: 96px !important;
}

.ux-bottom-96 {
  bottom: 96px !important;
}

.ux-left-96 {
  left: 96px !important;
}

.ux-top-97 {
  top: 97px !important;
}

.ux-right-97 {
  right: 97px !important;
}

.ux-bottom-97 {
  bottom: 97px !important;
}

.ux-left-97 {
  left: 97px !important;
}

.ux-top-98 {
  top: 98px !important;
}

.ux-right-98 {
  right: 98px !important;
}

.ux-bottom-98 {
  bottom: 98px !important;
}

.ux-left-98 {
  left: 98px !important;
}

.ux-top-99 {
  top: 99px !important;
}

.ux-right-99 {
  right: 99px !important;
}

.ux-bottom-99 {
  bottom: 99px !important;
}

.ux-left-99 {
  left: 99px !important;
}

.ux-top-100 {
  top: 100px !important;
}

.ux-right-100 {
  right: 100px !important;
}

.ux-bottom-100 {
  bottom: 100px !important;
}

.ux-left-100 {
  left: 100px !important;
}

/* ===========================
   ✏️ TEXT DECORATION
   =========================== */
.ux-text-decoration-underline {
  text-decoration: underline !important;
}

.ux-text-decoration-overline {
  text-decoration: overline !important;
}

.ux-text-decoration-line-through {
  text-decoration: line-through !important;
}

.ux-text-decoration-none {
  text-decoration: none !important;
}

/* ===========================
   ✂️ TEXT TRUNCATE (SCSS MIXIN)
   =========================== */
/* Usage classes */
.ux-text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.ux-text-truncate-2 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.ux-text-truncate-3 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

.ux-text-truncate-4 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
}