﻿/*Background Colors*/
.bg-sky-light-5 {
    background-color: #edf9fe !important;
}

.bg-sky-light-4 {
    background-color: #b2e6fa !important;
}

.bg-sky-light-3 {
    background-color: #7fd5f7 !important;
}

.bg-sky-light-2 {
    background-color: #52c7f5 !important;
}

.bg-sky-light-1 {
    background-color: #21b7f2 !important;
}

.bg-sky {
    background-color: #00acf0 !important;
}

.bg-sky-dark-5 {
    background-color: #075875 !important;
}

.bg-sky-dark-4 {
    background-color: #02729a !important;
}

.bg-sky-dark-3 {
    background-color: #0285b4 !important;
}

.bg-sky-dark-2 {
    background-color: #0293c9 !important;
}

.bg-sky-dark-1 {
    background-color: #00a0df !important;
}

.bg-green-light-5 {
    background-color: #eff9f2 !important;
}

.bg-green-light-4 {
    background-color: #bce7c7 !important;
}

.bg-green-light-3 {
    background-color: #90d7a3 !important;
}

.bg-green-light-2 {
    background-color: #69c982 !important;
}

.bg-green-light-1 {
    background-color: #3fb95f !important;
}

.bg-green,
.bg-success {
    background-color: #22af47 !important;
}

.bg-green-dark-5 {
    background-color: #05592b !important;
}

.bg-green-dark-4 {
    background-color: #056b33 !important;
}

.bg-green-dark-3 {
    background-color: #138431 !important;
}

.bg-green-dark-2 {
    background-color: #179237 !important;
}

.bg-green-dark-1 {
    background-color: #1aa23e !important;
}

.bg-yellow-light-5 {
    background-color: #fff8eb !important;
}

.bg-yellow-light-4 {
    background-color: #ffecc2 !important;
}

.bg-yellow-light-3 {
    background-color: #ffdf9a !important;
}

.bg-yellow-light-2 {
    background-color: #ffd477 !important;
}

.bg-yellow-light-1 {
    background-color: #ffc750 !important;
}

.bg-yellow,
.bg-warning {
    background-color: #ffbf36 !important;
}

.bg-yellow-dark-5 {
    background-color: #cb7e03 !important;
}

.bg-yellow-dark-4 {
    background-color: #eb9000 !important;
}

.bg-yellow-dark-3 {
    background-color: #faa000 !important;
}

.bg-yellow-dark-2 {
    background-color: #ffac19 !important;
}

.bg-yellow-dark-1 {
    background-color: #ffb71d !important;
}

.bg-red-light-5 {
    background-color: #fff1f1 !important;
}

.bg-red-light-4 {
    background-color: #fdc5c3 !important;
}

.bg-red-light-3 {
    background-color: #fb9f9b !important;
}

.bg-red-light-2 {
    background-color: #fa7d77 !important;
}

.bg-red-light-1 {
    background-color: #f95851 !important;
}

.bg-red,
.bg-danger {
    background-color: #f83f37 !important;
}

.bg-red-dark-5 {
    background-color: #8b0c12 !important;
}

.bg-red-dark-4 {
    background-color: #b10911 !important;
}

.bg-red-dark-3 {
    background-color: #cf020d !important;
}

.bg-red-dark-2 {
    background-color: #ed1622 !important;
}

.bg-red-dark-1 {
    background-color: #ff2f26 !important;
}

.bg-blue-light-5 {
    background-color: #edf7fe !important;
}

.bg-blue-light-4 {
    background-color: #b2defa !important;
}

.bg-blue-light-3 {
    background-color: #7fc8f6 !important;
}

.bg-blue-light-2 {
    background-color: #52b5f3 !important;
}

.bg-blue-light-1 {
    background-color: #21a0f0 !important;
}

.bg-blue {
    background-color: #0092ee !important;
}

.bg-blue-dark-5 {
    background-color: #044067 !important;
}

.bg-blue-dark-4 {
    background-color: #004f82 !important;
}

.bg-blue-dark-3 {
    background-color: #0768a5 !important;
}

.bg-blue-dark-2 {
    background-color: #007fd0 !important;
}

.bg-blue-dark-1 {
    background-color: #0089e0 !important;
}

.bg-cyan-light-5 {
    background-color: #effafb !important;
}

.bg-cyan-light-4 {
    background-color: #bbebf0 !important;
}

.bg-cyan-light-3 {
    background-color: #8edde6 !important;
}

.bg-cyan-light-2 {
    background-color: #66d2dd !important;
}

.bg-cyan-light-1 {
    background-color: #3bc5d3 !important;
}

.bg-cyan,
.bg-info {
    background-color: #1ebccd !important;
}

.bg-cyan-dark-5 {
    background-color: #065459 !important;
}

.bg-cyan-dark-4 {
    background-color: #046b73 !important;
}

.bg-cyan-dark-3 {
    background-color: #0b858f !important;
}

.bg-cyan-dark-2 {
    background-color: #0e949f !important;
}

.bg-cyan-dark-1 {
    background-color: #16a9b9 !important;
}

.bg-grey-light-5,
.bg-secondary-light-5 {
    background-color: #f5f5f5 !important;
}

.bg-grey-light-4,
.bg-secondary-light-4 {
    background-color: #e2e2e2 !important;
}

.bg-grey-light-3,
.bg-secondary-light-3 {
    background-color: #cecece !important;
}

.bg-grey-light-2,
.bg-secondary-light-2 {
    background-color: #bdbdbd !important;
}

.bg-grey-light-1,
.bg-secondary-light-1 {
    background-color: #ababab !important;
}

.bg-secondary,
.bg-grey {
    background-color: #9e9e9e !important;
}

.bg-grey-dark-1,
.bg-secondary-dark-1 {
    background-color: #919191 !important;
}

.bg-grey-dark-2,
.bg-secondary-dark-2 {
    background-color: #858484 !important;
}

.bg-grey-dark-3,
.bg-secondary-dark-3 {
    background-color: #777474 !important;
}

.bg-grey-dark-4,
.bg-secondary-dark-4 {
    background-color: #666161 !important;
}

.bg-grey-dark-5,
.bg-secondary-dark-5 {
    background-color: #524c4c !important;
}

.bg-pink-light-5 {
    background-color: #feeff4 !important;
}

.bg-pink-light-4 {
    background-color: #fabacf !important;
}

.bg-pink-light-3 {
    background-color: #f68daf !important;
}

.bg-pink-light-2 {
    background-color: #f36493 !important;
}

.bg-pink-light-1 {
    background-color: #ef3975 !important;
}

.bg-pink {
    background-color: #ed1b60 !important;
}

.bg-pink-dark-5 {
    background-color: #6f1333 !important;
}

.bg-pink-dark-4 {
    background-color: #90143f !important;
}

.bg-pink-dark-3 {
    background-color: #a7194b !important;
}

.bg-pink-dark-2 {
    background-color: #be1b54 !important;
}

.bg-pink-dark-1 {
    background-color: #df195f !important;
}

.bg-purple-light-5 {
    background-color: #f9f0f9 !important;
}

.bg-purple-light-4 {
    background-color: #e6bde5 !important;
}

.bg-purple-light-3 {
    background-color: #d592d4 !important;
}

.bg-purple-light-2 {
    background-color: #c66cc5 !important;
}

.bg-purple-light-1 {
    background-color: #b642b5 !important;
}

.bg-purple {
    background-color: #ab26aa !important;
}

.bg-purple-dark-5 {
    background-color: #5d1864 !important;
}

.bg-purple-dark-4 {
    background-color: #701b76 !important;
}

.bg-purple-dark-3 {
    background-color: #7c2181 !important;
}

.bg-purple-dark-2 {
    background-color: #882787 !important;
}

.bg-purple-dark-1 {
    background-color: #9a3092 !important;
}

.bg-violet-light-5 {
    background-color: #f4f2fa !important;
}

.bg-violet-light-4 {
    background-color: #d1c5e8 !important;
}

.bg-violet-light-3 {
    background-color: #b29fd8 !important;
}

.bg-violet-light-2 {
    background-color: #977dcb !important;
}

.bg-violet-light-1 {
    background-color: #7a59bc !important;
}

.bg-violet {
    background-color: #6640b2 !important;
}

.bg-violet-dark-5 {
    background-color: #2d1453 !important;
}

.bg-violet-dark-4 {
    background-color: #3a196c !important;
}

.bg-violet-dark-3 {
    background-color: #482e7e !important;
}

.bg-violet-dark-2 {
    background-color: #5935a3 !important;
}

.bg-violet-dark-1 {
    background-color: #603bab !important;
}

.bg-indigo-light-5 {
    background-color: #f1f3f9 !important;
}

.bg-indigo-light-4 {
    background-color: #c4cce7 !important;
}

.bg-indigo-light-3 {
    background-color: #9caad8 !important;
}

.bg-indigo-light-2 {
    background-color: #798cca !important;
}

.bg-indigo-light-1 {
    background-color: #536bbb !important;
}

.bg-indigo {
    background-color: #3a55b1 !important;
}

.bg-indigo-dark-5 {
    background-color: #0a2042 !important;
}

.bg-indigo-dark-4 {
    background-color: #002663 !important;
}

.bg-indigo-dark-3 {
    background-color: #273c87 !important;
}

.bg-indigo-dark-2 {
    background-color: #2f4595 !important;
}

.bg-indigo-dark-1 {
    background-color: #3650ab !important;
}

.bg-teal-light-5 {
    background-color: #edf8f6 !important;
}

.bg-teal-light-4 {
    background-color: #b2e1da !important;
}

.bg-teal-light-3 {
    background-color: #7fcdc1 !important;
}

.bg-teal-light-2 {
    background-color: #52bbac !important;
}

.bg-teal-light-1 {
    background-color: #21a894 !important;
}

.bg-teal {
    background-color: #009b84 !important;
}

.bg-teal-dark-5 {
    background-color: #044b3b !important;
}

.bg-teal-dark-4 {
    background-color: #02624f !important;
}

.bg-teal-dark-3 {
    background-color: #026f58 !important;
}

.bg-teal-dark-2 {
    background-color: #028068 !important;
}

.bg-teal-dark-1 {
    background-color: #018975 !important;
}

.bg-neon-light-5 {
    background-color: #f3f9ec !important;
}

.bg-neon-light-4 {
    background-color: #dbedc6 !important;
}

.bg-neon-light-3 {
    background-color: #c3e0a0 !important;
}

.bg-neon-light-2 {
    background-color: #aed67e !important;
}

.bg-neon-light-1 {
    background-color: #97ca5a !important;
}

.bg-primary,
.bg-purple {
    background-color: #ab26aa !important;
}

.bg-neon-dark-5 {
    background-color: #3d680f !important;
}

.bg-neon-dark-4 {
    background-color: #4c7f16 !important;
}

.bg-neon-dark-3 {
    background-color: #59970e !important;
}

.bg-neon-dark-2 {
    background-color: #67a41c !important;
}

.bg-neon-dark-1 {
    background-color: #79b62f !important;
}

.bg-lime-light-5 {
    background-color: #f9faeb !important;
}

.bg-lime-light-4 {
    background-color: #f1f4d0 !important;
}

.bg-lime-light-3 {
    background-color: #e7ecb0 !important;
}

.bg-lime-light-2 {
    background-color: #dfe594 !important;
}

.bg-lime-light-1 {
    background-color: #d6de76 !important;
}

.bg-lime {
    background-color: #d0d962 !important;
}

.bg-lime-dark-5 {
    background-color: #6f7208 !important;
}

.bg-lime-dark-4 {
    background-color: #878b09 !important;
}

.bg-lime-dark-3 {
    background-color: #9ea809 !important;
}

.bg-lime-dark-2 {
    background-color: #b7c11a !important;
}

.bg-lime-dark-1 {
    background-color: #c3cc34 !important;
}

.bg-sun-light-5 {
    background-color: #fffbe5 !important;
}

.bg-sun-light-4 {
    background-color: #fef7c2 !important;
}

.bg-sun-light-3 {
    background-color: #fef19a !important;
}

.bg-sun-light-2 {
    background-color: #feec76 !important;
}

.bg-sun-light-1 {
    background-color: #fde74f !important;
}

.bg-sun {
    background-color: #fde335 !important;
}

.bg-sun-dark-5 {
    background-color: #a48f03 !important;
}

.bg-sun-dark-4 {
    background-color: #bca300 !important;
}

.bg-sun-dark-3 {
    background-color: #cdb308 !important;
}

.bg-sun-dark-2 {
    background-color: #dfc414 !important;
}

.bg-sun-dark-1 {
    background-color: #ecd11e !important;
}

.bg-orange-light-5 {
    background-color: #fff4e9 !important;
}

.bg-orange-light-4 {
    background-color: #ffdfbe !important;
}

.bg-orange-light-3 {
    background-color: #ffca93 !important;
}

.bg-orange-light-2 {
    background-color: #ffb76d !important;
}

.bg-orange-light-1 {
    background-color: #ffa344 !important;
}

.bg-orange {
    background-color: #ff9528 !important;
}

.bg-orange-dark-5 {
    background-color: #c74c00 !important;
}

.bg-orange-dark-4 {
    background-color: #e05602 !important;
}

.bg-orange-dark-3 {
    background-color: #f16611 !important;
}

.bg-orange-dark-2 {
    background-color: #ff7800 !important;
}

.bg-orange-dark-1 {
    background-color: #ff880e !important;
}

.bg-pumpkin-light-5 {
    background-color: #fff4f0 !important;
}

.bg-pumpkin-light-4 {
    background-color: #ffcfbe !important;
}

.bg-pumpkin-light-3 {
    background-color: #ffaf93 !important;
}

.bg-pumpkin-light-2 {
    background-color: #ff936d !important;
}

.bg-pumpkin-light-1 {
    background-color: #ff7544 !important;
}

.bg-pumpkin {
    background-color: #ff6028 !important;
}

.bg-pumpkin-dark-5 {
    background-color: #ac2c00 !important;
}

.bg-pumpkin-dark-4 {
    background-color: #c63300 !important;
}

.bg-pumpkin-dark-3 {
    background-color: #dd3f08 !important;
}

.bg-pumpkin-dark-2 {
    background-color: #e8470f !important;
}

.bg-pumpkin-dark-1 {
    background-color: #fb551c !important;
}

.bg-brown-light-5 {
    background-color: #f6f3f2 !important;
}

.bg-brown-light-4 {
    background-color: #d7cbc8 !important;
}

.bg-brown-light-3 {
    background-color: #bca9a4 !important;
}

.bg-brown-light-2 {
    background-color: #a58b84 !important;
}

.bg-brown-light-1 {
    background-color: #8b6a61 !important;
}

.bg-brown {
    background-color: #7a5449 !important;
}

.bg-brown-dark-5 {
    background-color: #301811 !important;
}

.bg-brown-dark-4 {
    background-color: #44241b !important;
}

.bg-brown-dark-3 {
    background-color: #502f25 !important;
}

.bg-brown-dark-2 {
    background-color: #633d32 !important;
}

.bg-brown-dark-1 {
    background-color: #6f483d !important;
}

.bg-gold-light-5 {
    background-color: #fbf8f1 !important;
}

.bg-gold-light-4 {
    background-color: #ece0c5 !important;
}

.bg-gold-light-3 {
    background-color: #e0cc9f !important;
}

.bg-gold-light-2 {
    background-color: #d5ba7d !important;
}

.bg-gold-light-1 {
    background-color: #c9a658 !important;
}

.bg-gold {
    background-color: #c1993f !important;
}

.bg-gold-dark-5 {
    background-color: #6d4d05 !important;
}

.bg-gold-dark-4 {
    background-color: #85600d !important;
}

.bg-gold-dark-3 {
    background-color: #98731e !important;
}

.bg-gold-dark-2 {
    background-color: #a27b25 !important;
}

.bg-gold-dark-1 {
    background-color: #b48c32 !important;
}

.bg-smoke-light-5 {
    background-color: #f4f6f7 !important;
}

.bg-smoke-light-4 {
    background-color: #ced8dc !important;
}

.bg-smoke-light-3 {
    background-color: #aebec4 !important;
}

.bg-smoke-light-2 {
    background-color: #92a7b0 !important;
}

.bg-smoke-light-1 {
    background-color: #738e99 !important;
}

.bg-smoke {
    background-color: #5e7d8a !important;
}

.bg-smoke-dark-5 {
    background-color: #172a32 !important;
}

.bg-smoke-dark-4 {
    background-color: #233c46 !important;
}

.bg-smoke-dark-3 {
    background-color: #304e5a !important;
}

.bg-smoke-dark-2 {
    background-color: #40606d !important;
}

.bg-smoke-dark-1 {
    background-color: #4a6b78 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-light {
    background-color: #f5f5f6 !important;
}

.bg-light-10 {
    background-color: #e0e3e4 !important;
}

.bg-light-15 {
    background-color: #e0e3e4 !important;
}

.bg-light-20 {
    background-color: #d6d9da !important;
}

.bg-light-30 {
    background-color: #c1c6c8 !important;
}

.bg-light-40 {
    background-color: #adb3b6 !important;
}

.bg-light-50 {
    background-color: #98a0a3 !important;
}

.bg-light-60 {
    background-color: #848d91 !important;
}

.bg-light-70 {
    background-color: #6f7a7f !important;
}

.bg-light-80 {
    background-color: #5b676d !important;
}

.bg-light-90 {
    background-color: #46545a !important;
}

.bg-dark {
    background-color: #324148 !important;
}

.bg-dark-20 {
    background-color: #2b383e !important;
}

.bg-dark-40 {
    background-color: #273238 !important;
}

.bg-dark-60 {
    background-color: #212a2f !important;
}

.bg-dark-80 {
    background-color: #1a2225 !important;
}

.bg-dark-100 {
    background-color: #0d1113 !important;
}

.bg-twitter {
    background-color: #00aced !important;
}

.bg-gradient-primary {
    background: #ab26aa;
    background: linear-gradient(45deg, #ab26aa, #6640b2) !important;
    background: -webkit-bg-linear-gradient(45deg, #ab26aa, #6640b2) !important;
}

.bg-gradient-info {
    background: #1ebccd;
    background: linear-gradient(45deg, #1ebccd, #3a55b1) !important;
    background: -webkit-bg-linear-gradient(45deg, #1ebccd, #3a55b1) !important;
}

.bg-gradient-success {
    background: #22af47;
    background: linear-gradient(45deg, #22af47, #d0d962) !important;
    background: -webkit-bg-linear-gradient(45deg, #22af47, #d0d962) !important;
}

.bg-gradient-warning {
    background: #ffbf36;
    background: linear-gradient(45deg, #ffbf36, #ff6028) !important;
    background: -webkit-bg-linear-gradient(45deg, #ffbf36, #ff6028) !important;
}

.bg-gradient-danger {
    background: #f83f37;
    background: linear-gradient(45deg, #f83f37, #ab26aa) !important;
    background: -webkit-bg-linear-gradient(45deg, #f83f37, #ab26aa) !important;
}

.bg-gradient-secondary {
    background: #9e9e9e;
    background: linear-gradient(45deg, #9e9e9e, #5e7d8a) !important;
    background: -webkit-bg-linear-gradient(45deg, #9e9e9e, #5e7d8a) !important;
}

.bg-gradient-light {
    background: #f5f5f6;
    background: linear-gradient(45deg, #f5f5f6, #9e9e9e) !important;
    background: -webkit-bg-linear-gradient(45deg, #f5f5f6, #9e9e9e) !important;
}

.bg-gradient-dark {
    background: #324148;
    background: linear-gradient(45deg, #324148, #7a5449) !important;
    background: -webkit-bg-linear-gradient(45deg, #324148, #7a5449) !important;
}

.bg-gradient-pony {
    background: #ed1b60;
    background: linear-gradient(45deg, #ed1b60, #1ebccd) !important;
    background: -webkit-bg-linear-gradient(45deg, #ed1b60, #1ebccd) !important;
}

.bg-gradient-space {
    background: #ab26aa;
    background: linear-gradient(45deg, #ab26aa, #fde335) !important;
    background: -webkit-bg-linear-gradient(45deg, #ab26aa, #fde335) !important;
}

.bg-gradient-streaks {
    background: #6640b2;
    background: linear-gradient(45deg, #6640b2, #009b84) !important;
    background: -webkit-bg-linear-gradient(45deg, #6640b2, #009b84) !important;
}

.bg-gradient-bunting {
    background: #3a55b1;
    background: linear-gradient(45deg, #3a55b1, #7a5449) !important;
    background: -webkit-bg-linear-gradient(45deg, #3a55b1, #7a5449) !important;
}

.bg-gradient-paradise {
    background: #0092ee;
    background: linear-gradient(45deg, #0092ee, #ab26aa) !important;
    background: -webkit-bg-linear-gradient(45deg, #0092ee, #ab26aa) !important;
}

.bg-gradient-heaven {
    background: #ab26aa;
    background: linear-gradient(45deg, #ab26aa, #00acf0) !important;
    background: -webkit-bg-linear-gradient(45deg, #ab26aa, #00acf0) !important;
}

.bg-gradient-honey {
    background: #d0d962;
    background: linear-gradient(45deg, #d0d962, #ff9528) !important;
    background: -webkit-bg-linear-gradient(45deg, #d0d962, #ff9528) !important;
}

.bg-gradient-warbler {
    background: #fde335;
    background: linear-gradient(45deg, #fde335, #9e9e9e) !important;
    background: -webkit-bg-linear-gradient(45deg, #fde335, #9e9e9e) !important;
}

.bg-gradient-dusk {
    background: #ff9528;
    background: linear-gradient(45deg, #ff9528, #6640b2) !important;
    background: -webkit-bg-linear-gradient(45deg, #ff9528, #6640b2) !important;
}

.bg-gradient-citrine {
    background: #ff6028;
    background: linear-gradient(45deg, #ff6028, #7a5449) !important;
    background: -webkit-bg-linear-gradient(45deg, #ff6028, #7a5449) !important;
}

.bg-gradient-royston {
    background: #7a5449;
    background: linear-gradient(45deg, #7a5449, #009b84) !important;
    background: -webkit-bg-linear-gradient(45deg, #7a5449, #009b84) !important;
}

.bg-gradient-ashes {
    background: #5e7d8a;
    background: linear-gradient(45deg, #5e7d8a, #324148) !important;
    background: -webkit-bg-linear-gradient(45deg, #5e7d8a, #324148) !important;
}

.bg-gradient-metal {
    background: #c1993f;
    background: linear-gradient(45deg, #c1993f, #9e9e9e) !important;
    background: -webkit-bg-linear-gradient(45deg, #c1993f, #9e9e9e) !important;
}

.bg-gradient-sunset {
    background: #009b84;
    background: linear-gradient(45deg, #009b84, #ff6028) !important;
    background: -webkit-bg-linear-gradient(45deg, #009b84, #ff6028) !important;
}

.bg-trans-light-10 {
    background: rgba(255, 255, 255, 0.1);
}

.bg-trans-light-15 {
    background: rgba(255, 255, 255, 0.15);
}

.bg-trans-light-20 {
    background: rgba(255, 255, 255, 0.2);
}

.bg-trans-light-25 {
    background: rgba(255, 255, 255, 0.25);
}

.bg-trans-light-30 {
    background: rgba(255, 255, 255, 0.3);
}

.bg-trans-light-35 {
    background: rgba(255, 255, 255, 0.35);
}

.bg-trans-light-40 {
    background: rgba(255, 255, 255, 0.4);
}

.bg-trans-light-45 {
    background: rgba(255, 255, 255, 0.45);
}

.bg-trans-light-50 {
    background: rgba(255, 255, 255, 0.5);
}

.bg-trans-light-55 {
    background: rgba(255, 255, 255, 0.55);
}

.bg-trans-light-60 {
    background: rgba(255, 255, 255, 0.6);
}

.bg-trans-light-65 {
    background: rgba(255, 255, 255, 0.65);
}

.bg-trans-light-70 {
    background: rgba(255, 255, 255, 0.7);
}

.bg-trans-light-75 {
    background: rgba(255, 255, 255, 0.75);
}

.bg-trans-light-80 {
    background: rgba(255, 255, 255, 0.8);
}

.bg-trans-light-85 {
    background: rgba(255, 255, 255, 0.85);
}

.bg-trans-light-90 {
    background: rgba(255, 255, 255, 0.9);
}

.bg-trans-dark-10 {
    background: rgba(26, 34, 37, 0.1);
}

.bg-trans-dark-15 {
    background: rgba(26, 34, 37, 0.15);
}

.bg-trans-dark-20 {
    background: rgba(26, 34, 37, 0.2);
}

.bg-trans-dark-25 {
    background: rgba(26, 34, 37, 0.25);
}

.bg-trans-dark-30 {
    background: rgba(26, 34, 37, 0.3);
}

.bg-trans-dark-35 {
    background: rgba(26, 34, 37, 0.35);
}

.bg-trans-dark-40 {
    background: rgba(26, 34, 37, 0.4);
}

.bg-trans-dark-45 {
    background: rgba(26, 34, 37, 0.45);
}

.bg-trans-dark-50 {
    background: rgba(26, 34, 37, 0.5);
}

.bg-trans-dark-55 {
    background: rgba(26, 34, 37, 0.55);
}

.bg-trans-dark-60 {
    background: rgba(26, 34, 37, 0.6);
}

.bg-trans-dark-65 {
    background: rgba(26, 34, 37, 0.65);
}

.bg-trans-dark-70 {
    background: rgba(26, 34, 37, 0.7);
}

.bg-trans-dark-75 {
    background: rgba(26, 34, 37, 0.75);
}

.bg-trans-dark-80 {
    background: rgba(26, 34, 37, 0.8);
}

.bg-trans-dark-85 {
    background: rgba(26, 34, 37, 0.85);
}

.bg-trans-dark-90 {
    background: rgba(26, 34, 37, 0.9);
}

.bg-trans-dark-95 {
    background: rgba(26, 34, 37, 0.95);
}

.overlay-wrap {
    position: relative;
}

    .overlay-wrap .bg-overlay {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

/*Text Colors*/
.text-sky {
    color: #00acf0 !important;
}

.text-cyan,
.text-info {
    color: #1ebccd !important;
}

.text-green,
.text-success {
    color: #22af47 !important;
}

.text-yellow,
.text-warning {
    color: #ffbf36 !important;
}

.text-red,
.text-danger {
    color: #f83f37 !important;
}

.text-blue {
    color: #0092ee !important;
}

.text-pink {
    color: #ed1b60 !important;
}

.text-purple {
    color: #ab26aa !important;
}

.text-violet {
    color: #6640b2 !important;
}

.text-indigo {
    color: #3a55b1 !important;
}

.text-blue {
    color: #0092ee !important;
}

.text-teal {
    color: #009b84 !important;
}

.text-primary,
.text-purple {
    color: #ab26aa !important;
}

.text-lime {
    color: #d0d962 !important;
}

.text-sun {
    color: #fde335 !important;
}

.text-orange {
    color: #ff9528 !important;
}

.text-pumpkin {
    color: #ff6028 !important;
}

.text-brown {
    color: #7a5449 !important;
}

.text-gold {
    color: #c1993f !important;
}

.text-smoke,
.text-muted {
    color: #5e7d8a !important;
}

.text-grey,
.text-secondary {
    color: #9e9e9e !important;
}

.text-dark {
    color: #324148 !important;
}

.text-light {
    color: #848d91 !important;
}

.text-white {
    color: #fff !important;
}

.text-light-10 {
    color: #e0e3e4 !important;
}

.text-light-15 {
    color: #e0e3e4 !important;
}

.text-light-20 {
    color: #d6d9da !important;
}

.text-light-30 {
    color: #c1c6c8 !important;
}

.text-light-40 {
    color: #adb3b6 !important;
}

.text-light-50 {
    color: #98a0a3 !important;
}

.text-light-60 {
    color: #848d91 !important;
}

.text-light-70 {
    color: #6f7a7f !important;
}

.text-light-80 {
    color: #5b676d !important;
}

.text-light-90 {
    color: #46545a !important;
}

.text-dark-20 {
    color: #2b383e !important;
}

.text-dark-40 {
    color: #273238 !important;
}

.text-dark-60 {
    color: #212a2f !important;
}

.text-dark-80 {
    color: #1a2225 !important;
}

.text-dark-100 {
    color: #0d1113 !important;
}

.text-disabled {
    color: #c1c6c8 !important;
}

/*Border*/
.border {
    border: 1px solid #e0e3e4 !important;
}

.border-top {
    border-top: 1px solid #e0e3e4 !important;
}

.border-bottom {
    border-bottom: 1px solid #e0e3e4 !important;
}

.border-left {
    border-left: 1px solid #e0e3e4 !important;
}

.border-right {
    border-right: 1px solid #e0e3e4 !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.rounded {
    border-radius: 4px !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-top-left {
    border-top-left-radius: 0.25rem !important;
}

.rounded-top-right {
    border-top-right-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom-left {
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom-right {
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-top-left-0 {
    border-top-left-radius: 0 !important;
}

.rounded-top-right-0 {
    border-top-right-radius: 0 !important;
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom-left-0 {
    border-bottom-left-radius: 0 !important;
}

.rounded-bottom-right-0 {
    border-bottom-right-radius: 0 !important;
}

.rounded-0 {
    border-radius: 0px !important;
}

.rounded-1 {
    border-radius: 1px !important;
}

.rounded-2 {
    border-radius: 2px !important;
}

.rounded-3 {
    border-radius: 3px !important;
}

.rounded-4 {
    border-radius: 4px !important;
}

.rounded-5 {
    border-radius: 5px !important;
}

.rounded-6 {
    border-radius: 6px !important;
}

.rounded-7 {
    border-radius: 7px !important;
}

.rounded-8 {
    border-radius: 8px !important;
}

.rounded-9 {
    border-radius: 9px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

.rounded-15 {
    border-radius: 15px !important;
}

.rounded-20 {
    border-radius: 20px !important;
}

.rounded-25 {
    border-radius: 25px !important;
}

.rounded-30 {
    border-radius: 30px !important;
}

.rounded-35 {
    border-radius: 35px !important;
}

.rounded-40 {
    border-radius: 40px !important;
}

.rounded-45 {
    border-radius: 45px !important;
}

.rounded-50 {
    border-radius: 50px !important;
}

.circle {
    border-radius: 50% !important;
}

.square {
    border-radius: 0 !important;
}

.border-sky {
    border-color: #00acf0 !important;
}

.border-info,
.border-cyan {
    border-color: #1ebccd !important;
}

.border-danger,
.border-red {
    border-color: #f83f37 !important;
}

.border-success,
.border-green {
    border-color: #22af47 !important;
}

.border-warning,
.border-yellow {
    border-color: #ffbf36 !important;
}

.border-pink {
    border-color: #ed1b60 !important;
}

.border-purple {
    border-color: #ab26aa !important;
}

.border-violet {
    border-color: #6640b2 !important;
}

.border-indigo {
    border-color: #3a55b1 !important;
}

.border-blue {
    border-color: #0092ee !important;
}

.border-teal {
    border-color: #009b84 !important;
}

.border-primary,
.border-purple {
    border-color: #ab26aa !important;
}

.border-lime {
    border-color: #d0d962 !important;
}

.border-sun {
    border-color: #fde335 !important;
}

.border-orange {
    border-color: #ff9528 !important;
}

.border-pumpkin {
    border-color: #ff6028 !important;
}

.border-brown {
    border-color: #7a5449 !important;
}

.border-gold {
    border-color: #c1993f !important;
}

.border-smoke {
    border-color: #5e7d8a !important;
}

.border-white {
    border-color: #fff !important;
}

.border-light {
    border-color: #f5f5f6 !important;
}

.border-light-10 {
    border-color: #e0e3e4 !important;
}

.border-light-15 {
    border-color: #e0e3e4 !important;
}

.border-light-20 {
    border-color: #d6d9da !important;
}

.border-light-30 {
    border-color: #c1c6c8 !important;
}

.border-light-40 {
    border-color: #adb3b6 !important;
}

.border-light-50 {
    border-color: #98a0a3 !important;
}

.border-light-60 {
    border-color: #848d91 !important;
}

.border-light-70 {
    border-color: #6f7a7f !important;
}

.border-light-80 {
    border-color: #5b676d !important;
}

.border-light-90 {
    border-color: #46545a !important;
}

.border-dark {
    border-color: #324148 !important;
}

.border-dark-20 {
    border-color: #2b383e !important;
}

.border-dark-40 {
    border-color: #273238 !important;
}

.border-dark-60 {
    border-color: #212a2f !important;
}

.border-dark-80 {
    border-color: #1a2225 !important;
}

.border-dark-100 {
    border-color: #0d1113 !important;
}

.border-secondary {
    border-color: #9e9e9e !important;
}

.subtractive-example > .d-inline-block {
    border: 1px solid #adb3b6;
}

/*Colors*/
.color-palette-wrap .color-wrap {
    padding: 15px;
}

/*Shadow*/
.shadow-none {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-top {
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1) !important;
}

.shadow-bottom {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
}

.shadow-left {
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1) !important;
}

.shadow-right {
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1) !important;
}

.shadow-sm {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
}

    .shadow-sm.shadow-top {
        box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow-sm.shadow-bottom {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow-sm.shadow-left {
        box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow-sm.shadow-right {
        box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1) !important;
    }

.shadow-hover-sm {
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

    .shadow-hover-sm:hover {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
    }

        .shadow-hover-sm:hover.shadow-top {
            box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover-sm:hover.shadow-bottom {
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover-sm:hover.shadow-left {
            box-shadow: -2px 0 2px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover-sm:hover.shadow-right {
            box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1) !important;
        }

.shadow {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important;
}

    .shadow.shadow-top {
        box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow.shadow-bottom {
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow.shadow-left {
        box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow.shadow-right {
        box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1) !important;
    }

.shadow-hover {
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

    .shadow-hover:hover {
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important;
    }

        .shadow-hover:hover.shadow-top {
            box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover:hover.shadow-bottom {
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover:hover.shadow-left {
            box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover:hover.shadow-right {
            box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1) !important;
        }

.shadow-lg {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important;
}

    .shadow-lg.shadow-top {
        box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow-lg.shadow-bottom {
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow-lg.shadow-left {
        box-shadow: -6px 0 10px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow-lg.shadow-right {
        box-shadow: 6px 0 10px rgba(0, 0, 0, 0.1) !important;
    }

.shadow-hover-lg {
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

    .shadow-hover-lg:hover {
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important;
    }

        .shadow-hover-lg:hover.shadow-top {
            box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover-lg:hover.shadow-bottom {
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover-lg:hover.shadow-left {
            box-shadow: -6px 0 10px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover-lg:hover.shadow-right {
            box-shadow: 6px 0 10px rgba(0, 0, 0, 0.1) !important;
        }

.shadow-xl {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important;
}

    .shadow-xl.shadow-top {
        box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow-xl.shadow-bottom {
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow-xl.shadow-left {
        box-shadow: -8px 0 10px rgba(0, 0, 0, 0.1) !important;
    }

    .shadow-xl.shadow-right {
        box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1) !important;
    }

.shadow-hover-xl {
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

    .shadow-hover-xl:hover {
        box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important;
    }

        .shadow-hover-xl:hover.shadow-top {
            box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover-xl:hover.shadow-bottom {
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover-xl:hover.shadow-left {
            box-shadow: -8px 0 10px rgba(0, 0, 0, 0.1) !important;
        }

        .shadow-hover-xl:hover.shadow-right {
            box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1) !important;
        }

/*Font Size*/
.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-31 {
    font-size: 31px !important;
}

.font-32 {
    font-size: 32px !important;
}

.font-33 {
    font-size: 33px !important;
}

.font-34 {
    font-size: 34px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-36 {
    font-size: 36px !important;
}

.font-37 {
    font-size: 37px !important;
}

.font-38 {
    font-size: 38px !important;
}

.font-39 {
    font-size: 39px !important;
}

.font-40 {
    font-size: 40px !important;
}

.font-41 {
    font-size: 41px !important;
}

.font-42 {
    font-size: 42px !important;
}

.font-43 {
    font-size: 43px !important;
}

.font-44 {
    font-size: 44px !important;
}

.font-45 {
    font-size: 45px !important;
}

.font-46 {
    font-size: 46px !important;
}

.font-47 {
    font-size: 47px !important;
}

.font-48 {
    font-size: 48px !important;
}

.font-49 {
    font-size: 49px !important;
}

.font-50 {
    font-size: 50px !important;
}

@media (min-width: 576px) {
    .font-sm-11 {
        font-size: 11px !important;
    }

    .font-sm-12 {
        font-size: 12px !important;
    }

    .font-sm-13 {
        font-size: 13px !important;
    }

    .font-sm-14 {
        font-size: 14px !important;
    }

    .font-sm-15 {
        font-size: 15px !important;
    }

    .font-sm-16 {
        font-size: 16px !important;
    }

    .font-sm-17 {
        font-size: 17px !important;
    }

    .font-sm-18 {
        font-size: 18px !important;
    }

    .font-sm-19 {
        font-size: 19px !important;
    }

    .font-sm-20 {
        font-size: 20px !important;
    }

    .font-sm-21 {
        font-size: 21px !important;
    }

    .font-sm-22 {
        font-size: 22px !important;
    }

    .font-sm-23 {
        font-size: 23px !important;
    }

    .font-sm-24 {
        font-size: 24px !important;
    }

    .font-sm-25 {
        font-size: 25px !important;
    }

    .font-sm-26 {
        font-size: 26px !important;
    }

    .font-sm-27 {
        font-size: 27px !important;
    }

    .font-sm-28 {
        font-size: 28px !important;
    }

    .font-sm-29 {
        font-size: 29px !important;
    }

    .font-sm-30 {
        font-size: 30px !important;
    }

    .font-sm-31 {
        font-size: 31px !important;
    }

    .font-sm-32 {
        font-size: 32px !important;
    }

    .font-sm-33 {
        font-size: 33px !important;
    }

    .font-sm-34 {
        font-size: 34px !important;
    }

    .font-sm-35 {
        font-size: 35px !important;
    }

    .font-sm-36 {
        font-size: 36px !important;
    }

    .font-sm-37 {
        font-size: 37px !important;
    }

    .font-sm-38 {
        font-size: 38px !important;
    }

    .font-sm-39 {
        font-size: 39px !important;
    }

    .font-sm-40 {
        font-size: 40px !important;
    }

    .font-sm-41 {
        font-size: 41px !important;
    }

    .font-sm-42 {
        font-size: 42px !important;
    }

    .font-sm-43 {
        font-size: 43px !important;
    }

    .font-sm-44 {
        font-size: 44px !important;
    }

    .font-sm-45 {
        font-size: 45px !important;
    }

    .font-sm-46 {
        font-size: 46px !important;
    }

    .font-sm-47 {
        font-size: 47px !important;
    }

    .font-sm-48 {
        font-size: 48px !important;
    }

    .font-sm-49 {
        font-size: 49px !important;
    }

    .font-sm-50 {
        font-size: 50px !important;
    }
}

@media (min-width: 768px) {
    .font-md-11 {
        font-size: 11px !important;
    }

    .font-md-12 {
        font-size: 12px !important;
    }

    .font-md-13 {
        font-size: 13px !important;
    }

    .font-md-14 {
        font-size: 14px !important;
    }

    .font-md-15 {
        font-size: 15px !important;
    }

    .font-md-16 {
        font-size: 16px !important;
    }

    .font-md-17 {
        font-size: 17px !important;
    }

    .font-md-18 {
        font-size: 18px !important;
    }

    .font-md-19 {
        font-size: 19px !important;
    }

    .font-md-20 {
        font-size: 20px !important;
    }

    .font-md-21 {
        font-size: 21px !important;
    }

    .font-md-22 {
        font-size: 22px !important;
    }

    .font-md-23 {
        font-size: 23px !important;
    }

    .font-md-24 {
        font-size: 24px !important;
    }

    .font-md-25 {
        font-size: 25px !important;
    }

    .font-md-26 {
        font-size: 26px !important;
    }

    .font-md-27 {
        font-size: 27px !important;
    }

    .font-md-28 {
        font-size: 28px !important;
    }

    .font-md-29 {
        font-size: 29px !important;
    }

    .font-md-30 {
        font-size: 30px !important;
    }

    .font-md-31 {
        font-size: 31px !important;
    }

    .font-md-32 {
        font-size: 32px !important;
    }

    .font-md-33 {
        font-size: 33px !important;
    }

    .font-md-34 {
        font-size: 34px !important;
    }

    .font-md-35 {
        font-size: 35px !important;
    }

    .font-md-36 {
        font-size: 36px !important;
    }

    .font-md-37 {
        font-size: 37px !important;
    }

    .font-md-38 {
        font-size: 38px !important;
    }

    .font-md-39 {
        font-size: 39px !important;
    }

    .font-md-40 {
        font-size: 40px !important;
    }

    .font-md-41 {
        font-size: 41px !important;
    }

    .font-md-42 {
        font-size: 42px !important;
    }

    .font-md-43 {
        font-size: 43px !important;
    }

    .font-md-44 {
        font-size: 44px !important;
    }

    .font-md-45 {
        font-size: 45px !important;
    }

    .font-md-46 {
        font-size: 46px !important;
    }

    .font-md-47 {
        font-size: 47px !important;
    }

    .font-md-48 {
        font-size: 48px !important;
    }

    .font-md-49 {
        font-size: 49px !important;
    }

    .font-md-50 {
        font-size: 50px !important;
    }
}

@media (min-width: 992px) {
    .font-lg-11 {
        font-size: 11px !important;
    }

    .font-lg-12 {
        font-size: 12px !important;
    }

    .font-lg-13 {
        font-size: 13px !important;
    }

    .font-lg-14 {
        font-size: 14px !important;
    }

    .font-lg-15 {
        font-size: 15px !important;
    }

    .font-lg-16 {
        font-size: 16px !important;
    }

    .font-lg-17 {
        font-size: 17px !important;
    }

    .font-lg-18 {
        font-size: 18px !important;
    }

    .font-lg-19 {
        font-size: 19px !important;
    }

    .font-lg-20 {
        font-size: 20px !important;
    }

    .font-lg-21 {
        font-size: 21px !important;
    }

    .font-lg-22 {
        font-size: 22px !important;
    }

    .font-lg-23 {
        font-size: 23px !important;
    }

    .font-lg-24 {
        font-size: 24px !important;
    }

    .font-lg-25 {
        font-size: 25px !important;
    }

    .font-lg-26 {
        font-size: 26px !important;
    }

    .font-lg-27 {
        font-size: 27px !important;
    }

    .font-lg-28 {
        font-size: 28px !important;
    }

    .font-lg-29 {
        font-size: 29px !important;
    }

    .font-lg-30 {
        font-size: 30px !important;
    }

    .font-lg-31 {
        font-size: 31px !important;
    }

    .font-lg-32 {
        font-size: 32px !important;
    }

    .font-lg-33 {
        font-size: 33px !important;
    }

    .font-lg-34 {
        font-size: 34px !important;
    }

    .font-lg-35 {
        font-size: 35px !important;
    }

    .font-lg-36 {
        font-size: 36px !important;
    }

    .font-lg-37 {
        font-size: 37px !important;
    }

    .font-lg-38 {
        font-size: 38px !important;
    }

    .font-lg-39 {
        font-size: 39px !important;
    }

    .font-lg-40 {
        font-size: 40px !important;
    }

    .font-lg-41 {
        font-size: 41px !important;
    }

    .font-lg-42 {
        font-size: 42px !important;
    }

    .font-lg-43 {
        font-size: 43px !important;
    }

    .font-lg-44 {
        font-size: 44px !important;
    }

    .font-lg-45 {
        font-size: 45px !important;
    }

    .font-lg-46 {
        font-size: 46px !important;
    }

    .font-lg-47 {
        font-size: 47px !important;
    }

    .font-lg-48 {
        font-size: 48px !important;
    }

    .font-lg-49 {
        font-size: 49px !important;
    }

    .font-lg-50 {
        font-size: 50px !important;
    }
}

@media (min-width: 1200px) {
    .font-xl-11 {
        font-size: 11px !important;
    }

    .font-xl-12 {
        font-size: 12px !important;
    }

    .font-xl-13 {
        font-size: 13px !important;
    }

    .font-xl-14 {
        font-size: 14px !important;
    }

    .font-xl-15 {
        font-size: 15px !important;
    }

    .font-xl-16 {
        font-size: 16px !important;
    }

    .font-xl-17 {
        font-size: 17px !important;
    }

    .font-xl-18 {
        font-size: 18px !important;
    }

    .font-xl-19 {
        font-size: 19px !important;
    }

    .font-xl-20 {
        font-size: 20px !important;
    }

    .font-xl-21 {
        font-size: 21px !important;
    }

    .font-xl-22 {
        font-size: 22px !important;
    }

    .font-xl-23 {
        font-size: 23px !important;
    }

    .font-xl-24 {
        font-size: 24px !important;
    }

    .font-xl-25 {
        font-size: 25px !important;
    }

    .font-xl-26 {
        font-size: 26px !important;
    }

    .font-xl-27 {
        font-size: 27px !important;
    }

    .font-xl-28 {
        font-size: 28px !important;
    }

    .font-xl-29 {
        font-size: 29px !important;
    }

    .font-xl-30 {
        font-size: 30px !important;
    }

    .font-xl-31 {
        font-size: 31px !important;
    }

    .font-xl-32 {
        font-size: 32px !important;
    }

    .font-xl-33 {
        font-size: 33px !important;
    }

    .font-xl-34 {
        font-size: 34px !important;
    }

    .font-xl-35 {
        font-size: 35px !important;
    }

    .font-xl-36 {
        font-size: 36px !important;
    }

    .font-xl-37 {
        font-size: 37px !important;
    }

    .font-xl-38 {
        font-size: 38px !important;
    }

    .font-xl-39 {
        font-size: 39px !important;
    }

    .font-xl-40 {
        font-size: 40px !important;
    }

    .font-xl-41 {
        font-size: 41px !important;
    }

    .font-xl-42 {
        font-size: 42px !important;
    }

    .font-xl-43 {
        font-size: 43px !important;
    }

    .font-xl-44 {
        font-size: 44px !important;
    }

    .font-xl-45 {
        font-size: 45px !important;
    }

    .font-xl-46 {
        font-size: 46px !important;
    }

    .font-xl-47 {
        font-size: 47px !important;
    }

    .font-xl-48 {
        font-size: 48px !important;
    }

    .font-xl-49 {
        font-size: 49px !important;
    }

    .font-xl-50 {
        font-size: 50px !important;
    }
}
/*Font Weight*/
.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

/*Text Case*/
.text-nonecase {
    text-transform: none !important;
}

/*Letter Spacing*/
.letter-spacing-5 {
    letter-spacing: 0.5px !important;
}

.letter-spacing-10 {
    letter-spacing: 1px !important;
}

.letter-spacing-15 {
    letter-spacing: 1.5px !important;
}

.letter-spacing-20 {
    letter-spacing: 2px !important;
}

.letter-spacing-25 {
    letter-spacing: 2.5px !important;
}

.letter-spacing-30 {
    letter-spacing: 3px !important;
}

.letter-spacing-35 {
    letter-spacing: 3.5px !important;
}

.letter-spacing-40 {
    letter-spacing: 4px !important;
}

.letter-spacing-45 {
    letter-spacing: 4.5px !important;
}

.letter-spacing-50 {
    letter-spacing: 5px !important;
}

/*Line Height*/
.line-height-0 {
    line-height: 0 !important;
}

.line-height-10 {
    line-height: 1 !important;
}

.line-height-11 {
    line-height: 1.1 !important;
}

.line-height-12 {
    line-height: 1.2 !important;
}

.line-height-13 {
    line-height: 1.3 !important;
}

.line-height-14 {
    line-height: 1.4 !important;
}

.line-height-15 {
    line-height: 1.5 !important;
}

.line-height-16 {
    line-height: 1.6 !important;
}

.line-height-17 {
    line-height: 1.7 !important;
}

.line-height-18 {
    line-height: 1.8 !important;
}

.line-height-19 {
    line-height: 1.9 !important;
}

.line-height-20 {
    line-height: 2 !important;
}

/*Width*/
.w-25p {
    width: 25px !important;
}

.w-30p {
    width: 30px !important;
}

.w-35p {
    width: 35px !important;
}

.w-40p {
    width: 40px !important;
}

.w-45p {
    width: 45px !important;
}

.w-50p {
    width: 50px !important;
}

.w-55p {
    width: 55px !important;
}

.w-60p {
    width: 60px !important;
}

.w-65p {
    width: 65px !important;
}

.w-70p {
    width: 70px !important;
}

.w-75p {
    width: 75px !important;
}

.w-80p {
    width: 80px !important;
}

.w-85p {
    width: 85px !important;
}

.w-90p {
    width: 90px !important;
}

.w-95p {
    width: 95px !important;
}

.w-100p {
    width: 100px !important;
}

.w-105p {
    width: 105px !important;
}

.w-110p {
    width: 110px !important;
}

.w-115p {
    width: 115px !important;
}

.w-120p {
    width: 120px !important;
}

.w-125p {
    width: 125px !important;
}

.w-130p {
    width: 130px !important;
}

.w-135p {
    width: 135px !important;
}

.w-140p {
    width: 140px !important;
}

.w-145p {
    width: 145px !important;
}

.w-150p {
    width: 150px !important;
}

.w-155p {
    width: 155px !important;
}

.w-160p {
    width: 160px !important;
}

.w-165p {
    width: 165px !important;
}

.w-170p {
    width: 170px !important;
}

.w-175p {
    width: 175px !important;
}

.w-180p {
    width: 180px !important;
}

.w-185p {
    width: 185px !important;
}

.w-190p {
    width: 190px !important;
}

.w-195p {
    width: 195px !important;
}

.w-200p {
    width: 200px !important;
}

.w-205p {
    width: 205px !important;
}

.w-210p {
    width: 210px !important;
}

.w-215p {
    width: 215px !important;
}

.w-220p {
    width: 220px !important;
}

.w-225p {
    width: 225px !important;
}

.w-230p {
    width: 230px !important;
}

.w-235p {
    width: 235px !important;
}

.w-240p {
    width: 240px !important;
}

.w-245p {
    width: 245px !important;
}

.w-250p {
    width: 250px !important;
}

.w-255p {
    width: 255px !important;
}

.w-260p {
    width: 260px !important;
}

.w-265p {
    width: 265px !important;
}

.w-270p {
    width: 270px !important;
}

.w-275p {
    width: 275px !important;
}

.w-280p {
    width: 280px !important;
}

.w-285p {
    width: 285px !important;
}

.w-290p {
    width: 290px !important;
}

.w-295p {
    width: 295px !important;
}

.w-300p {
    width: 300px !important;
}

.w-305p {
    width: 305px !important;
}

.w-310p {
    width: 310px !important;
}

.w-315p {
    width: 315px !important;
}

.w-320p {
    width: 320px !important;
}

.w-325p {
    width: 325px !important;
}

.w-330p {
    width: 330px !important;
}

.w-335p {
    width: 335px !important;
}

.w-340p {
    width: 340px !important;
}

.w-345p {
    width: 345px !important;
}

.w-350p {
    width: 350px !important;
}

.w-355p {
    width: 355px !important;
}

.w-360p {
    width: 360px !important;
}

.w-365p {
    width: 365px !important;
}

.w-370p {
    width: 370px !important;
}

.w-375p {
    width: 375px !important;
}

.w-380p {
    width: 380px !important;
}

.w-385p {
    width: 385px !important;
}

.w-390p {
    width: 390px !important;
}

.w-395p {
    width: 395px !important;
}

.w-400p {
    width: 400px !important;
}

.w-405p {
    width: 405px !important;
}

.w-410p {
    width: 410px !important;
}

.w-415p {
    width: 415px !important;
}

.w-420p {
    width: 420px !important;
}

.w-425p {
    width: 425px !important;
}

.w-430p {
    width: 430px !important;
}

.w-435p {
    width: 435px !important;
}

.w-440p {
    width: 440px !important;
}

.w-445p {
    width: 445px !important;
}

.w-450p {
    width: 450px !important;
}

.w-455p {
    width: 455px !important;
}

.w-460p {
    width: 460px !important;
}

.w-465p {
    width: 465px !important;
}

.w-470p {
    width: 470px !important;
}

.w-475p {
    width: 475px !important;
}

.w-480p {
    width: 480px !important;
}

.w-485p {
    width: 485px !important;
}

.w-490p {
    width: 490px !important;
}

.w-495p {
    width: 495px !important;
}

.w-500p {
    width: 500px !important;
}

.w-505p {
    width: 505px !important;
}

.w-510p {
    width: 510px !important;
}

.w-515p {
    width: 515px !important;
}

.w-520p {
    width: 520px !important;
}

.w-525p {
    width: 525px !important;
}

.w-530p {
    width: 530px !important;
}

.w-535p {
    width: 535px !important;
}

.w-540p {
    width: 540px !important;
}

.w-545p {
    width: 545px !important;
}

.w-550p {
    width: 550px !important;
}

.w-555p {
    width: 555px !important;
}

.w-560p {
    width: 560px !important;
}

.w-565p {
    width: 565px !important;
}

.w-570p {
    width: 570px !important;
}

.w-575p {
    width: 575px !important;
}

.w-580p {
    width: 580px !important;
}

.w-585p {
    width: 585px !important;
}

.w-590p {
    width: 590px !important;
}

.w-595p {
    width: 595px !important;
}

.w-600p {
    width: 600px !important;
}

.w-605p {
    width: 605px !important;
}

.w-610p {
    width: 610px !important;
}

.w-615p {
    width: 615px !important;
}

.w-620p {
    width: 620px !important;
}

.w-625p {
    width: 625px !important;
}

.w-630p {
    width: 630px !important;
}

.w-635p {
    width: 635px !important;
}

.w-640p {
    width: 640px !important;
}

.w-645p {
    width: 645px !important;
}

.w-650p {
    width: 650px !important;
}

.w-655p {
    width: 655px !important;
}

.w-660p {
    width: 660px !important;
}

.w-665p {
    width: 665px !important;
}

.w-670p {
    width: 670px !important;
}

.w-675p {
    width: 675px !important;
}

.w-680p {
    width: 680px !important;
}

.w-685p {
    width: 685px !important;
}

.w-690p {
    width: 690px !important;
}

.w-695p {
    width: 695px !important;
}

.w-700p {
    width: 700px !important;
}

.w-705p {
    width: 705px !important;
}

.w-710p {
    width: 710px !important;
}

.w-715p {
    width: 715px !important;
}

.w-720p {
    width: 720px !important;
}

.w-725p {
    width: 725px !important;
}

.w-730p {
    width: 730px !important;
}

.w-735p {
    width: 735px !important;
}

.w-740p {
    width: 740px !important;
}

.w-745p {
    width: 745px !important;
}

.w-750p {
    width: 750px !important;
}

.w-755p {
    width: 755px !important;
}

.w-760p {
    width: 760px !important;
}

.w-765p {
    width: 765px !important;
}

.w-770p {
    width: 770px !important;
}

.w-775p {
    width: 775px !important;
}

.w-780p {
    width: 780px !important;
}

.w-785p {
    width: 785px !important;
}

.w-790p {
    width: 790px !important;
}

.w-795p {
    width: 795px !important;
}

.w-800p {
    width: 800px !important;
}

@media (min-width: 576px) {
    .w-sm-25p {
        width: 25px !important;
    }

    .w-sm-30p {
        width: 30px !important;
    }

    .w-sm-35p {
        width: 35px !important;
    }

    .w-sm-40p {
        width: 40px !important;
    }

    .w-sm-45p {
        width: 45px !important;
    }

    .w-sm-50p {
        width: 50px !important;
    }

    .w-sm-55p {
        width: 55px !important;
    }

    .w-sm-60p {
        width: 60px !important;
    }

    .w-sm-65p {
        width: 65px !important;
    }

    .w-sm-70p {
        width: 70px !important;
    }

    .w-sm-75p {
        width: 75px !important;
    }

    .w-sm-80p {
        width: 80px !important;
    }

    .w-sm-85p {
        width: 85px !important;
    }

    .w-sm-90p {
        width: 90px !important;
    }

    .w-sm-95p {
        width: 95px !important;
    }

    .w-sm-100p {
        width: 100px !important;
    }

    .w-sm-105p {
        width: 105px !important;
    }

    .w-sm-110p {
        width: 110px !important;
    }

    .w-sm-115p {
        width: 115px !important;
    }

    .w-sm-120p {
        width: 120px !important;
    }

    .w-sm-125p {
        width: 125px !important;
    }

    .w-sm-130p {
        width: 130px !important;
    }

    .w-sm-135p {
        width: 135px !important;
    }

    .w-sm-140p {
        width: 140px !important;
    }

    .w-sm-145p {
        width: 145px !important;
    }

    .w-sm-150p {
        width: 150px !important;
    }

    .w-sm-155p {
        width: 155px !important;
    }

    .w-sm-160p {
        width: 160px !important;
    }

    .w-sm-165p {
        width: 165px !important;
    }

    .w-sm-170p {
        width: 170px !important;
    }

    .w-sm-175p {
        width: 175px !important;
    }

    .w-sm-180p {
        width: 180px !important;
    }

    .w-sm-185p {
        width: 185px !important;
    }

    .w-sm-190p {
        width: 190px !important;
    }

    .w-sm-195p {
        width: 195px !important;
    }

    .w-sm-200p {
        width: 200px !important;
    }

    .w-sm-205p {
        width: 205px !important;
    }

    .w-sm-210p {
        width: 210px !important;
    }

    .w-sm-215p {
        width: 215px !important;
    }

    .w-sm-220p {
        width: 220px !important;
    }

    .w-sm-225p {
        width: 225px !important;
    }

    .w-sm-230p {
        width: 230px !important;
    }

    .w-sm-235p {
        width: 235px !important;
    }

    .w-sm-240p {
        width: 240px !important;
    }

    .w-sm-245p {
        width: 245px !important;
    }

    .w-sm-250p {
        width: 250px !important;
    }

    .w-sm-255p {
        width: 255px !important;
    }

    .w-sm-260p {
        width: 260px !important;
    }

    .w-sm-265p {
        width: 265px !important;
    }

    .w-sm-270p {
        width: 270px !important;
    }

    .w-sm-275p {
        width: 275px !important;
    }

    .w-sm-280p {
        width: 280px !important;
    }

    .w-sm-285p {
        width: 285px !important;
    }

    .w-sm-290p {
        width: 290px !important;
    }

    .w-sm-295p {
        width: 295px !important;
    }

    .w-sm-300p {
        width: 300px !important;
    }

    .w-sm-305p {
        width: 305px !important;
    }

    .w-sm-310p {
        width: 310px !important;
    }

    .w-sm-315p {
        width: 315px !important;
    }

    .w-sm-320p {
        width: 320px !important;
    }

    .w-sm-325p {
        width: 325px !important;
    }

    .w-sm-330p {
        width: 330px !important;
    }

    .w-sm-335p {
        width: 335px !important;
    }

    .w-sm-340p {
        width: 340px !important;
    }

    .w-sm-345p {
        width: 345px !important;
    }

    .w-sm-350p {
        width: 350px !important;
    }

    .w-sm-355p {
        width: 355px !important;
    }

    .w-sm-360p {
        width: 360px !important;
    }

    .w-sm-365p {
        width: 365px !important;
    }

    .w-sm-370p {
        width: 370px !important;
    }

    .w-sm-375p {
        width: 375px !important;
    }

    .w-sm-380p {
        width: 380px !important;
    }

    .w-sm-385p {
        width: 385px !important;
    }

    .w-sm-390p {
        width: 390px !important;
    }

    .w-sm-395p {
        width: 395px !important;
    }

    .w-sm-400p {
        width: 400px !important;
    }

    .w-sm-405p {
        width: 405px !important;
    }

    .w-sm-410p {
        width: 410px !important;
    }

    .w-sm-415p {
        width: 415px !important;
    }

    .w-sm-420p {
        width: 420px !important;
    }

    .w-sm-425p {
        width: 425px !important;
    }

    .w-sm-430p {
        width: 430px !important;
    }

    .w-sm-435p {
        width: 435px !important;
    }

    .w-sm-440p {
        width: 440px !important;
    }

    .w-sm-445p {
        width: 445px !important;
    }

    .w-sm-450p {
        width: 450px !important;
    }

    .w-sm-455p {
        width: 455px !important;
    }

    .w-sm-460p {
        width: 460px !important;
    }

    .w-sm-465p {
        width: 465px !important;
    }

    .w-sm-470p {
        width: 470px !important;
    }

    .w-sm-475p {
        width: 475px !important;
    }

    .w-sm-480p {
        width: 480px !important;
    }

    .w-sm-485p {
        width: 485px !important;
    }

    .w-sm-490p {
        width: 490px !important;
    }

    .w-sm-495p {
        width: 495px !important;
    }

    .w-sm-500p {
        width: 500px !important;
    }

    .w-sm-505p {
        width: 505px !important;
    }

    .w-sm-510p {
        width: 510px !important;
    }

    .w-sm-515p {
        width: 515px !important;
    }

    .w-sm-520p {
        width: 520px !important;
    }

    .w-sm-525p {
        width: 525px !important;
    }

    .w-sm-530p {
        width: 530px !important;
    }

    .w-sm-535p {
        width: 535px !important;
    }

    .w-sm-540p {
        width: 540px !important;
    }

    .w-sm-545p {
        width: 545px !important;
    }

    .w-sm-550p {
        width: 550px !important;
    }

    .w-sm-555p {
        width: 555px !important;
    }

    .w-sm-560p {
        width: 560px !important;
    }

    .w-sm-565p {
        width: 565px !important;
    }

    .w-sm-570p {
        width: 570px !important;
    }

    .w-sm-575p {
        width: 575px !important;
    }

    .w-sm-580p {
        width: 580px !important;
    }

    .w-sm-585p {
        width: 585px !important;
    }

    .w-sm-590p {
        width: 590px !important;
    }

    .w-sm-595p {
        width: 595px !important;
    }

    .w-sm-600p {
        width: 600px !important;
    }

    .w-sm-605p {
        width: 605px !important;
    }

    .w-sm-610p {
        width: 610px !important;
    }

    .w-sm-615p {
        width: 615px !important;
    }

    .w-sm-620p {
        width: 620px !important;
    }

    .w-sm-625p {
        width: 625px !important;
    }

    .w-sm-630p {
        width: 630px !important;
    }

    .w-sm-635p {
        width: 635px !important;
    }

    .w-sm-640p {
        width: 640px !important;
    }

    .w-sm-645p {
        width: 645px !important;
    }

    .w-sm-650p {
        width: 650px !important;
    }

    .w-sm-655p {
        width: 655px !important;
    }

    .w-sm-660p {
        width: 660px !important;
    }

    .w-sm-665p {
        width: 665px !important;
    }

    .w-sm-670p {
        width: 670px !important;
    }

    .w-sm-675p {
        width: 675px !important;
    }

    .w-sm-680p {
        width: 680px !important;
    }

    .w-sm-685p {
        width: 685px !important;
    }

    .w-sm-690p {
        width: 690px !important;
    }

    .w-sm-695p {
        width: 695px !important;
    }

    .w-sm-700p {
        width: 700px !important;
    }

    .w-sm-705p {
        width: 705px !important;
    }

    .w-sm-710p {
        width: 710px !important;
    }

    .w-sm-715p {
        width: 715px !important;
    }

    .w-sm-720p {
        width: 720px !important;
    }

    .w-sm-725p {
        width: 725px !important;
    }

    .w-sm-730p {
        width: 730px !important;
    }

    .w-sm-735p {
        width: 735px !important;
    }

    .w-sm-740p {
        width: 740px !important;
    }

    .w-sm-745p {
        width: 745px !important;
    }

    .w-sm-750p {
        width: 750px !important;
    }

    .w-sm-755p {
        width: 755px !important;
    }

    .w-sm-760p {
        width: 760px !important;
    }

    .w-sm-765p {
        width: 765px !important;
    }

    .w-sm-770p {
        width: 770px !important;
    }

    .w-sm-775p {
        width: 775px !important;
    }

    .w-sm-780p {
        width: 780px !important;
    }

    .w-sm-785p {
        width: 785px !important;
    }

    .w-sm-790p {
        width: 790px !important;
    }

    .w-sm-795p {
        width: 795px !important;
    }

    .w-sm-800p {
        width: 800px !important;
    }
}

@media (min-width: 768px) {
    .w-md-25p {
        width: 25px !important;
    }

    .w-md-30p {
        width: 30px !important;
    }

    .w-md-35p {
        width: 35px !important;
    }

    .w-md-40p {
        width: 40px !important;
    }

    .w-md-45p {
        width: 45px !important;
    }

    .w-md-50p {
        width: 50px !important;
    }

    .w-md-55p {
        width: 55px !important;
    }

    .w-md-60p {
        width: 60px !important;
    }

    .w-md-65p {
        width: 65px !important;
    }

    .w-md-70p {
        width: 70px !important;
    }

    .w-md-75p {
        width: 75px !important;
    }

    .w-md-80p {
        width: 80px !important;
    }

    .w-md-85p {
        width: 85px !important;
    }

    .w-md-90p {
        width: 90px !important;
    }

    .w-md-95p {
        width: 95px !important;
    }

    .w-md-100p {
        width: 100px !important;
    }

    .w-md-105p {
        width: 105px !important;
    }

    .w-md-110p {
        width: 110px !important;
    }

    .w-md-115p {
        width: 115px !important;
    }

    .w-md-120p {
        width: 120px !important;
    }

    .w-md-125p {
        width: 125px !important;
    }

    .w-md-130p {
        width: 130px !important;
    }

    .w-md-135p {
        width: 135px !important;
    }

    .w-md-140p {
        width: 140px !important;
    }

    .w-md-145p {
        width: 145px !important;
    }

    .w-md-150p {
        width: 150px !important;
    }

    .w-md-155p {
        width: 155px !important;
    }

    .w-md-160p {
        width: 160px !important;
    }

    .w-md-165p {
        width: 165px !important;
    }

    .w-md-170p {
        width: 170px !important;
    }

    .w-md-175p {
        width: 175px !important;
    }

    .w-md-180p {
        width: 180px !important;
    }

    .w-md-185p {
        width: 185px !important;
    }

    .w-md-190p {
        width: 190px !important;
    }

    .w-md-195p {
        width: 195px !important;
    }

    .w-md-200p {
        width: 200px !important;
    }

    .w-md-205p {
        width: 205px !important;
    }

    .w-md-210p {
        width: 210px !important;
    }

    .w-md-215p {
        width: 215px !important;
    }

    .w-md-220p {
        width: 220px !important;
    }

    .w-md-225p {
        width: 225px !important;
    }

    .w-md-230p {
        width: 230px !important;
    }

    .w-md-235p {
        width: 235px !important;
    }

    .w-md-240p {
        width: 240px !important;
    }

    .w-md-245p {
        width: 245px !important;
    }

    .w-md-250p {
        width: 250px !important;
    }

    .w-md-255p {
        width: 255px !important;
    }

    .w-md-260p {
        width: 260px !important;
    }

    .w-md-265p {
        width: 265px !important;
    }

    .w-md-270p {
        width: 270px !important;
    }

    .w-md-275p {
        width: 275px !important;
    }

    .w-md-280p {
        width: 280px !important;
    }

    .w-md-285p {
        width: 285px !important;
    }

    .w-md-290p {
        width: 290px !important;
    }

    .w-md-295p {
        width: 295px !important;
    }

    .w-md-300p {
        width: 300px !important;
    }

    .w-md-305p {
        width: 305px !important;
    }

    .w-md-310p {
        width: 310px !important;
    }

    .w-md-315p {
        width: 315px !important;
    }

    .w-md-320p {
        width: 320px !important;
    }

    .w-md-325p {
        width: 325px !important;
    }

    .w-md-330p {
        width: 330px !important;
    }

    .w-md-335p {
        width: 335px !important;
    }

    .w-md-340p {
        width: 340px !important;
    }

    .w-md-345p {
        width: 345px !important;
    }

    .w-md-350p {
        width: 350px !important;
    }

    .w-md-355p {
        width: 355px !important;
    }

    .w-md-360p {
        width: 360px !important;
    }

    .w-md-365p {
        width: 365px !important;
    }

    .w-md-370p {
        width: 370px !important;
    }

    .w-md-375p {
        width: 375px !important;
    }

    .w-md-380p {
        width: 380px !important;
    }

    .w-md-385p {
        width: 385px !important;
    }

    .w-md-390p {
        width: 390px !important;
    }

    .w-md-395p {
        width: 395px !important;
    }

    .w-md-400p {
        width: 400px !important;
    }

    .w-md-405p {
        width: 405px !important;
    }

    .w-md-410p {
        width: 410px !important;
    }

    .w-md-415p {
        width: 415px !important;
    }

    .w-md-420p {
        width: 420px !important;
    }

    .w-md-425p {
        width: 425px !important;
    }

    .w-md-430p {
        width: 430px !important;
    }

    .w-md-435p {
        width: 435px !important;
    }

    .w-md-440p {
        width: 440px !important;
    }

    .w-md-445p {
        width: 445px !important;
    }

    .w-md-450p {
        width: 450px !important;
    }

    .w-md-455p {
        width: 455px !important;
    }

    .w-md-460p {
        width: 460px !important;
    }

    .w-md-465p {
        width: 465px !important;
    }

    .w-md-470p {
        width: 470px !important;
    }

    .w-md-475p {
        width: 475px !important;
    }

    .w-md-480p {
        width: 480px !important;
    }

    .w-md-485p {
        width: 485px !important;
    }

    .w-md-490p {
        width: 490px !important;
    }

    .w-md-495p {
        width: 495px !important;
    }

    .w-md-500p {
        width: 500px !important;
    }

    .w-md-505p {
        width: 505px !important;
    }

    .w-md-510p {
        width: 510px !important;
    }

    .w-md-515p {
        width: 515px !important;
    }

    .w-md-520p {
        width: 520px !important;
    }

    .w-md-525p {
        width: 525px !important;
    }

    .w-md-530p {
        width: 530px !important;
    }

    .w-md-535p {
        width: 535px !important;
    }

    .w-md-540p {
        width: 540px !important;
    }

    .w-md-545p {
        width: 545px !important;
    }

    .w-md-550p {
        width: 550px !important;
    }

    .w-md-555p {
        width: 555px !important;
    }

    .w-md-560p {
        width: 560px !important;
    }

    .w-md-565p {
        width: 565px !important;
    }

    .w-md-570p {
        width: 570px !important;
    }

    .w-md-575p {
        width: 575px !important;
    }

    .w-md-580p {
        width: 580px !important;
    }

    .w-md-585p {
        width: 585px !important;
    }

    .w-md-590p {
        width: 590px !important;
    }

    .w-md-595p {
        width: 595px !important;
    }

    .w-md-600p {
        width: 600px !important;
    }

    .w-md-605p {
        width: 605px !important;
    }

    .w-md-610p {
        width: 610px !important;
    }

    .w-md-615p {
        width: 615px !important;
    }

    .w-md-620p {
        width: 620px !important;
    }

    .w-md-625p {
        width: 625px !important;
    }

    .w-md-630p {
        width: 630px !important;
    }

    .w-md-635p {
        width: 635px !important;
    }

    .w-md-640p {
        width: 640px !important;
    }

    .w-md-645p {
        width: 645px !important;
    }

    .w-md-650p {
        width: 650px !important;
    }

    .w-md-655p {
        width: 655px !important;
    }

    .w-md-660p {
        width: 660px !important;
    }

    .w-md-665p {
        width: 665px !important;
    }

    .w-md-670p {
        width: 670px !important;
    }

    .w-md-675p {
        width: 675px !important;
    }

    .w-md-680p {
        width: 680px !important;
    }

    .w-md-685p {
        width: 685px !important;
    }

    .w-md-690p {
        width: 690px !important;
    }

    .w-md-695p {
        width: 695px !important;
    }

    .w-md-700p {
        width: 700px !important;
    }

    .w-md-705p {
        width: 705px !important;
    }

    .w-md-710p {
        width: 710px !important;
    }

    .w-md-715p {
        width: 715px !important;
    }

    .w-md-720p {
        width: 720px !important;
    }

    .w-md-725p {
        width: 725px !important;
    }

    .w-md-730p {
        width: 730px !important;
    }

    .w-md-735p {
        width: 735px !important;
    }

    .w-md-740p {
        width: 740px !important;
    }

    .w-md-745p {
        width: 745px !important;
    }

    .w-md-750p {
        width: 750px !important;
    }

    .w-md-755p {
        width: 755px !important;
    }

    .w-md-760p {
        width: 760px !important;
    }

    .w-md-765p {
        width: 765px !important;
    }

    .w-md-770p {
        width: 770px !important;
    }

    .w-md-775p {
        width: 775px !important;
    }

    .w-md-780p {
        width: 780px !important;
    }

    .w-md-785p {
        width: 785px !important;
    }

    .w-md-790p {
        width: 790px !important;
    }

    .w-md-795p {
        width: 795px !important;
    }

    .w-md-800p {
        width: 800px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25p {
        width: 25px !important;
    }

    .w-lg-30p {
        width: 30px !important;
    }

    .w-lg-35p {
        width: 35px !important;
    }

    .w-lg-40p {
        width: 40px !important;
    }

    .w-lg-45p {
        width: 45px !important;
    }

    .w-lg-50p {
        width: 50px !important;
    }

    .w-lg-55p {
        width: 55px !important;
    }

    .w-lg-60p {
        width: 60px !important;
    }

    .w-lg-65p {
        width: 65px !important;
    }

    .w-lg-70p {
        width: 70px !important;
    }

    .w-lg-75p {
        width: 75px !important;
    }

    .w-lg-80p {
        width: 80px !important;
    }

    .w-lg-85p {
        width: 85px !important;
    }

    .w-lg-90p {
        width: 90px !important;
    }

    .w-lg-95p {
        width: 95px !important;
    }

    .w-lg-100p {
        width: 100px !important;
    }

    .w-lg-105p {
        width: 105px !important;
    }

    .w-lg-110p {
        width: 110px !important;
    }

    .w-lg-115p {
        width: 115px !important;
    }

    .w-lg-120p {
        width: 120px !important;
    }

    .w-lg-125p {
        width: 125px !important;
    }

    .w-lg-130p {
        width: 130px !important;
    }

    .w-lg-135p {
        width: 135px !important;
    }

    .w-lg-140p {
        width: 140px !important;
    }

    .w-lg-145p {
        width: 145px !important;
    }

    .w-lg-150p {
        width: 150px !important;
    }

    .w-lg-155p {
        width: 155px !important;
    }

    .w-lg-160p {
        width: 160px !important;
    }

    .w-lg-165p {
        width: 165px !important;
    }

    .w-lg-170p {
        width: 170px !important;
    }

    .w-lg-175p {
        width: 175px !important;
    }

    .w-lg-180p {
        width: 180px !important;
    }

    .w-lg-185p {
        width: 185px !important;
    }

    .w-lg-190p {
        width: 190px !important;
    }

    .w-lg-195p {
        width: 195px !important;
    }

    .w-lg-200p {
        width: 200px !important;
    }

    .w-lg-205p {
        width: 205px !important;
    }

    .w-lg-210p {
        width: 210px !important;
    }

    .w-lg-215p {
        width: 215px !important;
    }

    .w-lg-220p {
        width: 220px !important;
    }

    .w-lg-225p {
        width: 225px !important;
    }

    .w-lg-230p {
        width: 230px !important;
    }

    .w-lg-235p {
        width: 235px !important;
    }

    .w-lg-240p {
        width: 240px !important;
    }

    .w-lg-245p {
        width: 245px !important;
    }

    .w-lg-250p {
        width: 250px !important;
    }

    .w-lg-255p {
        width: 255px !important;
    }

    .w-lg-260p {
        width: 260px !important;
    }

    .w-lg-265p {
        width: 265px !important;
    }

    .w-lg-270p {
        width: 270px !important;
    }

    .w-lg-275p {
        width: 275px !important;
    }

    .w-lg-280p {
        width: 280px !important;
    }

    .w-lg-285p {
        width: 285px !important;
    }

    .w-lg-290p {
        width: 290px !important;
    }

    .w-lg-295p {
        width: 295px !important;
    }

    .w-lg-300p {
        width: 300px !important;
    }

    .w-lg-305p {
        width: 305px !important;
    }

    .w-lg-310p {
        width: 310px !important;
    }

    .w-lg-315p {
        width: 315px !important;
    }

    .w-lg-320p {
        width: 320px !important;
    }

    .w-lg-325p {
        width: 325px !important;
    }

    .w-lg-330p {
        width: 330px !important;
    }

    .w-lg-335p {
        width: 335px !important;
    }

    .w-lg-340p {
        width: 340px !important;
    }

    .w-lg-345p {
        width: 345px !important;
    }

    .w-lg-350p {
        width: 350px !important;
    }

    .w-lg-355p {
        width: 355px !important;
    }

    .w-lg-360p {
        width: 360px !important;
    }

    .w-lg-365p {
        width: 365px !important;
    }

    .w-lg-370p {
        width: 370px !important;
    }

    .w-lg-375p {
        width: 375px !important;
    }

    .w-lg-380p {
        width: 380px !important;
    }

    .w-lg-385p {
        width: 385px !important;
    }

    .w-lg-390p {
        width: 390px !important;
    }

    .w-lg-395p {
        width: 395px !important;
    }

    .w-lg-400p {
        width: 400px !important;
    }

    .w-lg-405p {
        width: 405px !important;
    }

    .w-lg-410p {
        width: 410px !important;
    }

    .w-lg-415p {
        width: 415px !important;
    }

    .w-lg-420p {
        width: 420px !important;
    }

    .w-lg-425p {
        width: 425px !important;
    }

    .w-lg-430p {
        width: 430px !important;
    }

    .w-lg-435p {
        width: 435px !important;
    }

    .w-lg-440p {
        width: 440px !important;
    }

    .w-lg-445p {
        width: 445px !important;
    }

    .w-lg-450p {
        width: 450px !important;
    }

    .w-lg-455p {
        width: 455px !important;
    }

    .w-lg-460p {
        width: 460px !important;
    }

    .w-lg-465p {
        width: 465px !important;
    }

    .w-lg-470p {
        width: 470px !important;
    }

    .w-lg-475p {
        width: 475px !important;
    }

    .w-lg-480p {
        width: 480px !important;
    }

    .w-lg-485p {
        width: 485px !important;
    }

    .w-lg-490p {
        width: 490px !important;
    }

    .w-lg-495p {
        width: 495px !important;
    }

    .w-lg-500p {
        width: 500px !important;
    }

    .w-lg-505p {
        width: 505px !important;
    }

    .w-lg-510p {
        width: 510px !important;
    }

    .w-lg-515p {
        width: 515px !important;
    }

    .w-lg-520p {
        width: 520px !important;
    }

    .w-lg-525p {
        width: 525px !important;
    }

    .w-lg-530p {
        width: 530px !important;
    }

    .w-lg-535p {
        width: 535px !important;
    }

    .w-lg-540p {
        width: 540px !important;
    }

    .w-lg-545p {
        width: 545px !important;
    }

    .w-lg-550p {
        width: 550px !important;
    }

    .w-lg-555p {
        width: 555px !important;
    }

    .w-lg-560p {
        width: 560px !important;
    }

    .w-lg-565p {
        width: 565px !important;
    }

    .w-lg-570p {
        width: 570px !important;
    }

    .w-lg-575p {
        width: 575px !important;
    }

    .w-lg-580p {
        width: 580px !important;
    }

    .w-lg-585p {
        width: 585px !important;
    }

    .w-lg-590p {
        width: 590px !important;
    }

    .w-lg-595p {
        width: 595px !important;
    }

    .w-lg-600p {
        width: 600px !important;
    }

    .w-lg-605p {
        width: 605px !important;
    }

    .w-lg-610p {
        width: 610px !important;
    }

    .w-lg-615p {
        width: 615px !important;
    }

    .w-lg-620p {
        width: 620px !important;
    }

    .w-lg-625p {
        width: 625px !important;
    }

    .w-lg-630p {
        width: 630px !important;
    }

    .w-lg-635p {
        width: 635px !important;
    }

    .w-lg-640p {
        width: 640px !important;
    }

    .w-lg-645p {
        width: 645px !important;
    }

    .w-lg-650p {
        width: 650px !important;
    }

    .w-lg-655p {
        width: 655px !important;
    }

    .w-lg-660p {
        width: 660px !important;
    }

    .w-lg-665p {
        width: 665px !important;
    }

    .w-lg-670p {
        width: 670px !important;
    }

    .w-lg-675p {
        width: 675px !important;
    }

    .w-lg-680p {
        width: 680px !important;
    }

    .w-lg-685p {
        width: 685px !important;
    }

    .w-lg-690p {
        width: 690px !important;
    }

    .w-lg-695p {
        width: 695px !important;
    }

    .w-lg-700p {
        width: 700px !important;
    }

    .w-lg-705p {
        width: 705px !important;
    }

    .w-lg-710p {
        width: 710px !important;
    }

    .w-lg-715p {
        width: 715px !important;
    }

    .w-lg-720p {
        width: 720px !important;
    }

    .w-lg-725p {
        width: 725px !important;
    }

    .w-lg-730p {
        width: 730px !important;
    }

    .w-lg-735p {
        width: 735px !important;
    }

    .w-lg-740p {
        width: 740px !important;
    }

    .w-lg-745p {
        width: 745px !important;
    }

    .w-lg-750p {
        width: 750px !important;
    }

    .w-lg-755p {
        width: 755px !important;
    }

    .w-lg-760p {
        width: 760px !important;
    }

    .w-lg-765p {
        width: 765px !important;
    }

    .w-lg-770p {
        width: 770px !important;
    }

    .w-lg-775p {
        width: 775px !important;
    }

    .w-lg-780p {
        width: 780px !important;
    }

    .w-lg-785p {
        width: 785px !important;
    }

    .w-lg-790p {
        width: 790px !important;
    }

    .w-lg-795p {
        width: 795px !important;
    }

    .w-lg-800p {
        width: 800px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-25p {
        width: 25px !important;
    }

    .w-xl-30p {
        width: 30px !important;
    }

    .w-xl-35p {
        width: 35px !important;
    }

    .w-xl-40p {
        width: 40px !important;
    }

    .w-xl-45p {
        width: 45px !important;
    }

    .w-xl-50p {
        width: 50px !important;
    }

    .w-xl-55p {
        width: 55px !important;
    }

    .w-xl-60p {
        width: 60px !important;
    }

    .w-xl-65p {
        width: 65px !important;
    }

    .w-xl-70p {
        width: 70px !important;
    }

    .w-xl-75p {
        width: 75px !important;
    }

    .w-xl-80p {
        width: 80px !important;
    }

    .w-xl-85p {
        width: 85px !important;
    }

    .w-xl-90p {
        width: 90px !important;
    }

    .w-xl-95p {
        width: 95px !important;
    }

    .w-xl-100p {
        width: 100px !important;
    }

    .w-xl-105p {
        width: 105px !important;
    }

    .w-xl-110p {
        width: 110px !important;
    }

    .w-xl-115p {
        width: 115px !important;
    }

    .w-xl-120p {
        width: 120px !important;
    }

    .w-xl-125p {
        width: 125px !important;
    }

    .w-xl-130p {
        width: 130px !important;
    }

    .w-xl-135p {
        width: 135px !important;
    }

    .w-xl-140p {
        width: 140px !important;
    }

    .w-xl-145p {
        width: 145px !important;
    }

    .w-xl-150p {
        width: 150px !important;
    }

    .w-xl-155p {
        width: 155px !important;
    }

    .w-xl-160p {
        width: 160px !important;
    }

    .w-xl-165p {
        width: 165px !important;
    }

    .w-xl-170p {
        width: 170px !important;
    }

    .w-xl-175p {
        width: 175px !important;
    }

    .w-xl-180p {
        width: 180px !important;
    }

    .w-xl-185p {
        width: 185px !important;
    }

    .w-xl-190p {
        width: 190px !important;
    }

    .w-xl-195p {
        width: 195px !important;
    }

    .w-xl-200p {
        width: 200px !important;
    }

    .w-xl-205p {
        width: 205px !important;
    }

    .w-xl-210p {
        width: 210px !important;
    }

    .w-xl-215p {
        width: 215px !important;
    }

    .w-xl-220p {
        width: 220px !important;
    }

    .w-xl-225p {
        width: 225px !important;
    }

    .w-xl-230p {
        width: 230px !important;
    }

    .w-xl-235p {
        width: 235px !important;
    }

    .w-xl-240p {
        width: 240px !important;
    }

    .w-xl-245p {
        width: 245px !important;
    }

    .w-xl-250p {
        width: 250px !important;
    }

    .w-xl-255p {
        width: 255px !important;
    }

    .w-xl-260p {
        width: 260px !important;
    }

    .w-xl-265p {
        width: 265px !important;
    }

    .w-xl-270p {
        width: 270px !important;
    }

    .w-xl-275p {
        width: 275px !important;
    }

    .w-xl-280p {
        width: 280px !important;
    }

    .w-xl-285p {
        width: 285px !important;
    }

    .w-xl-290p {
        width: 290px !important;
    }

    .w-xl-295p {
        width: 295px !important;
    }

    .w-xl-300p {
        width: 300px !important;
    }

    .w-xl-305p {
        width: 305px !important;
    }

    .w-xl-310p {
        width: 310px !important;
    }

    .w-xl-315p {
        width: 315px !important;
    }

    .w-xl-320p {
        width: 320px !important;
    }

    .w-xl-325p {
        width: 325px !important;
    }

    .w-xl-330p {
        width: 330px !important;
    }

    .w-xl-335p {
        width: 335px !important;
    }

    .w-xl-340p {
        width: 340px !important;
    }

    .w-xl-345p {
        width: 345px !important;
    }

    .w-xl-350p {
        width: 350px !important;
    }

    .w-xl-355p {
        width: 355px !important;
    }

    .w-xl-360p {
        width: 360px !important;
    }

    .w-xl-365p {
        width: 365px !important;
    }

    .w-xl-370p {
        width: 370px !important;
    }

    .w-xl-375p {
        width: 375px !important;
    }

    .w-xl-380p {
        width: 380px !important;
    }

    .w-xl-385p {
        width: 385px !important;
    }

    .w-xl-390p {
        width: 390px !important;
    }

    .w-xl-395p {
        width: 395px !important;
    }

    .w-xl-400p {
        width: 400px !important;
    }

    .w-xl-405p {
        width: 405px !important;
    }

    .w-xl-410p {
        width: 410px !important;
    }

    .w-xl-415p {
        width: 415px !important;
    }

    .w-xl-420p {
        width: 420px !important;
    }

    .w-xl-425p {
        width: 425px !important;
    }

    .w-xl-430p {
        width: 430px !important;
    }

    .w-xl-435p {
        width: 435px !important;
    }

    .w-xl-440p {
        width: 440px !important;
    }

    .w-xl-445p {
        width: 445px !important;
    }

    .w-xl-450p {
        width: 450px !important;
    }

    .w-xl-455p {
        width: 455px !important;
    }

    .w-xl-460p {
        width: 460px !important;
    }

    .w-xl-465p {
        width: 465px !important;
    }

    .w-xl-470p {
        width: 470px !important;
    }

    .w-xl-475p {
        width: 475px !important;
    }

    .w-xl-480p {
        width: 480px !important;
    }

    .w-xl-485p {
        width: 485px !important;
    }

    .w-xl-490p {
        width: 490px !important;
    }

    .w-xl-495p {
        width: 495px !important;
    }

    .w-xl-500p {
        width: 500px !important;
    }

    .w-xl-505p {
        width: 505px !important;
    }

    .w-xl-510p {
        width: 510px !important;
    }

    .w-xl-515p {
        width: 515px !important;
    }

    .w-xl-520p {
        width: 520px !important;
    }

    .w-xl-525p {
        width: 525px !important;
    }

    .w-xl-530p {
        width: 530px !important;
    }

    .w-xl-535p {
        width: 535px !important;
    }

    .w-xl-540p {
        width: 540px !important;
    }

    .w-xl-545p {
        width: 545px !important;
    }

    .w-xl-550p {
        width: 550px !important;
    }

    .w-xl-555p {
        width: 555px !important;
    }

    .w-xl-560p {
        width: 560px !important;
    }

    .w-xl-565p {
        width: 565px !important;
    }

    .w-xl-570p {
        width: 570px !important;
    }

    .w-xl-575p {
        width: 575px !important;
    }

    .w-xl-580p {
        width: 580px !important;
    }

    .w-xl-585p {
        width: 585px !important;
    }

    .w-xl-590p {
        width: 590px !important;
    }

    .w-xl-595p {
        width: 595px !important;
    }

    .w-xl-600p {
        width: 600px !important;
    }

    .w-xl-605p {
        width: 605px !important;
    }

    .w-xl-610p {
        width: 610px !important;
    }

    .w-xl-615p {
        width: 615px !important;
    }

    .w-xl-620p {
        width: 620px !important;
    }

    .w-xl-625p {
        width: 625px !important;
    }

    .w-xl-630p {
        width: 630px !important;
    }

    .w-xl-635p {
        width: 635px !important;
    }

    .w-xl-640p {
        width: 640px !important;
    }

    .w-xl-645p {
        width: 645px !important;
    }

    .w-xl-650p {
        width: 650px !important;
    }

    .w-xl-655p {
        width: 655px !important;
    }

    .w-xl-660p {
        width: 660px !important;
    }

    .w-xl-665p {
        width: 665px !important;
    }

    .w-xl-670p {
        width: 670px !important;
    }

    .w-xl-675p {
        width: 675px !important;
    }

    .w-xl-680p {
        width: 680px !important;
    }

    .w-xl-685p {
        width: 685px !important;
    }

    .w-xl-690p {
        width: 690px !important;
    }

    .w-xl-695p {
        width: 695px !important;
    }

    .w-xl-700p {
        width: 700px !important;
    }

    .w-xl-705p {
        width: 705px !important;
    }

    .w-xl-710p {
        width: 710px !important;
    }

    .w-xl-715p {
        width: 715px !important;
    }

    .w-xl-720p {
        width: 720px !important;
    }

    .w-xl-725p {
        width: 725px !important;
    }

    .w-xl-730p {
        width: 730px !important;
    }

    .w-xl-735p {
        width: 735px !important;
    }

    .w-xl-740p {
        width: 740px !important;
    }

    .w-xl-745p {
        width: 745px !important;
    }

    .w-xl-750p {
        width: 750px !important;
    }

    .w-xl-755p {
        width: 755px !important;
    }

    .w-xl-760p {
        width: 760px !important;
    }

    .w-xl-765p {
        width: 765px !important;
    }

    .w-xl-770p {
        width: 770px !important;
    }

    .w-xl-775p {
        width: 775px !important;
    }

    .w-xl-780p {
        width: 780px !important;
    }

    .w-xl-785p {
        width: 785px !important;
    }

    .w-xl-790p {
        width: 790px !important;
    }

    .w-xl-795p {
        width: 795px !important;
    }

    .w-xl-800p {
        width: 800px !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-25p {
        width: 25px !important;
    }

    .w-xxl-30p {
        width: 30px !important;
    }

    .w-xxl-35p {
        width: 35px !important;
    }

    .w-xxl-40p {
        width: 40px !important;
    }

    .w-xxl-45p {
        width: 45px !important;
    }

    .w-xxl-50p {
        width: 50px !important;
    }

    .w-xxl-55p {
        width: 55px !important;
    }

    .w-xxl-60p {
        width: 60px !important;
    }

    .w-xxl-65p {
        width: 65px !important;
    }

    .w-xxl-70p {
        width: 70px !important;
    }

    .w-xxl-75p {
        width: 75px !important;
    }

    .w-xxl-80p {
        width: 80px !important;
    }

    .w-xxl-85p {
        width: 85px !important;
    }

    .w-xxl-90p {
        width: 90px !important;
    }

    .w-xxl-95p {
        width: 95px !important;
    }

    .w-xxl-100p {
        width: 100px !important;
    }

    .w-xxl-105p {
        width: 105px !important;
    }

    .w-xxl-110p {
        width: 110px !important;
    }

    .w-xxl-115p {
        width: 115px !important;
    }

    .w-xxl-120p {
        width: 120px !important;
    }

    .w-xxl-125p {
        width: 125px !important;
    }

    .w-xxl-130p {
        width: 130px !important;
    }

    .w-xxl-135p {
        width: 135px !important;
    }

    .w-xxl-140p {
        width: 140px !important;
    }

    .w-xxl-145p {
        width: 145px !important;
    }

    .w-xxl-150p {
        width: 150px !important;
    }

    .w-xxl-155p {
        width: 155px !important;
    }

    .w-xxl-160p {
        width: 160px !important;
    }

    .w-xxl-165p {
        width: 165px !important;
    }

    .w-xxl-170p {
        width: 170px !important;
    }

    .w-xxl-175p {
        width: 175px !important;
    }

    .w-xxl-180p {
        width: 180px !important;
    }

    .w-xxl-185p {
        width: 185px !important;
    }

    .w-xxl-190p {
        width: 190px !important;
    }

    .w-xxl-195p {
        width: 195px !important;
    }

    .w-xxl-200p {
        width: 200px !important;
    }

    .w-xxl-205p {
        width: 205px !important;
    }

    .w-xxl-210p {
        width: 210px !important;
    }

    .w-xxl-215p {
        width: 215px !important;
    }

    .w-xxl-220p {
        width: 220px !important;
    }

    .w-xxl-225p {
        width: 225px !important;
    }

    .w-xxl-230p {
        width: 230px !important;
    }

    .w-xxl-235p {
        width: 235px !important;
    }

    .w-xxl-240p {
        width: 240px !important;
    }

    .w-xxl-245p {
        width: 245px !important;
    }

    .w-xxl-250p {
        width: 250px !important;
    }

    .w-xxl-255p {
        width: 255px !important;
    }

    .w-xxl-260p {
        width: 260px !important;
    }

    .w-xxl-265p {
        width: 265px !important;
    }

    .w-xxl-270p {
        width: 270px !important;
    }

    .w-xxl-275p {
        width: 275px !important;
    }

    .w-xxl-280p {
        width: 280px !important;
    }

    .w-xxl-285p {
        width: 285px !important;
    }

    .w-xxl-290p {
        width: 290px !important;
    }

    .w-xxl-295p {
        width: 295px !important;
    }

    .w-xxl-300p {
        width: 300px !important;
    }

    .w-xxl-305p {
        width: 305px !important;
    }

    .w-xxl-310p {
        width: 310px !important;
    }

    .w-xxl-315p {
        width: 315px !important;
    }

    .w-xxl-320p {
        width: 320px !important;
    }

    .w-xxl-325p {
        width: 325px !important;
    }

    .w-xxl-330p {
        width: 330px !important;
    }

    .w-xxl-335p {
        width: 335px !important;
    }

    .w-xxl-340p {
        width: 340px !important;
    }

    .w-xxl-345p {
        width: 345px !important;
    }

    .w-xxl-350p {
        width: 350px !important;
    }

    .w-xxl-355p {
        width: 355px !important;
    }

    .w-xxl-360p {
        width: 360px !important;
    }

    .w-xxl-365p {
        width: 365px !important;
    }

    .w-xxl-370p {
        width: 370px !important;
    }

    .w-xxl-375p {
        width: 375px !important;
    }

    .w-xxl-380p {
        width: 380px !important;
    }

    .w-xxl-385p {
        width: 385px !important;
    }

    .w-xxl-390p {
        width: 390px !important;
    }

    .w-xxl-395p {
        width: 395px !important;
    }

    .w-xxl-400p {
        width: 400px !important;
    }

    .w-xxl-405p {
        width: 405px !important;
    }

    .w-xxl-410p {
        width: 410px !important;
    }

    .w-xxl-415p {
        width: 415px !important;
    }

    .w-xxl-420p {
        width: 420px !important;
    }

    .w-xxl-425p {
        width: 425px !important;
    }

    .w-xxl-430p {
        width: 430px !important;
    }

    .w-xxl-435p {
        width: 435px !important;
    }

    .w-xxl-440p {
        width: 440px !important;
    }

    .w-xxl-445p {
        width: 445px !important;
    }

    .w-xxl-450p {
        width: 450px !important;
    }

    .w-xxl-455p {
        width: 455px !important;
    }

    .w-xxl-460p {
        width: 460px !important;
    }

    .w-xxl-465p {
        width: 465px !important;
    }

    .w-xxl-470p {
        width: 470px !important;
    }

    .w-xxl-475p {
        width: 475px !important;
    }

    .w-xxl-480p {
        width: 480px !important;
    }

    .w-xxl-485p {
        width: 485px !important;
    }

    .w-xxl-490p {
        width: 490px !important;
    }

    .w-xxl-495p {
        width: 495px !important;
    }

    .w-xxl-500p {
        width: 500px !important;
    }

    .w-xxl-505p {
        width: 505px !important;
    }

    .w-xxl-510p {
        width: 510px !important;
    }

    .w-xxl-515p {
        width: 515px !important;
    }

    .w-xxl-520p {
        width: 520px !important;
    }

    .w-xxl-525p {
        width: 525px !important;
    }

    .w-xxl-530p {
        width: 530px !important;
    }

    .w-xxl-535p {
        width: 535px !important;
    }

    .w-xxl-540p {
        width: 540px !important;
    }

    .w-xxl-545p {
        width: 545px !important;
    }

    .w-xxl-550p {
        width: 550px !important;
    }

    .w-xxl-555p {
        width: 555px !important;
    }

    .w-xxl-560p {
        width: 560px !important;
    }

    .w-xxl-565p {
        width: 565px !important;
    }

    .w-xxl-570p {
        width: 570px !important;
    }

    .w-xxl-575p {
        width: 575px !important;
    }

    .w-xxl-580p {
        width: 580px !important;
    }

    .w-xxl-585p {
        width: 585px !important;
    }

    .w-xxl-590p {
        width: 590px !important;
    }

    .w-xxl-595p {
        width: 595px !important;
    }

    .w-xxl-600p {
        width: 600px !important;
    }

    .w-xxl-605p {
        width: 605px !important;
    }

    .w-xxl-610p {
        width: 610px !important;
    }

    .w-xxl-615p {
        width: 615px !important;
    }

    .w-xxl-620p {
        width: 620px !important;
    }

    .w-xxl-625p {
        width: 625px !important;
    }

    .w-xxl-630p {
        width: 630px !important;
    }

    .w-xxl-635p {
        width: 635px !important;
    }

    .w-xxl-640p {
        width: 640px !important;
    }

    .w-xxl-645p {
        width: 645px !important;
    }

    .w-xxl-650p {
        width: 650px !important;
    }

    .w-xxl-655p {
        width: 655px !important;
    }

    .w-xxl-660p {
        width: 660px !important;
    }

    .w-xxl-665p {
        width: 665px !important;
    }

    .w-xxl-670p {
        width: 670px !important;
    }

    .w-xxl-675p {
        width: 675px !important;
    }

    .w-xxl-680p {
        width: 680px !important;
    }

    .w-xxl-685p {
        width: 685px !important;
    }

    .w-xxl-690p {
        width: 690px !important;
    }

    .w-xxl-695p {
        width: 695px !important;
    }

    .w-xxl-700p {
        width: 700px !important;
    }

    .w-xxl-705p {
        width: 705px !important;
    }

    .w-xxl-710p {
        width: 710px !important;
    }

    .w-xxl-715p {
        width: 715px !important;
    }

    .w-xxl-720p {
        width: 720px !important;
    }

    .w-xxl-725p {
        width: 725px !important;
    }

    .w-xxl-730p {
        width: 730px !important;
    }

    .w-xxl-735p {
        width: 735px !important;
    }

    .w-xxl-740p {
        width: 740px !important;
    }

    .w-xxl-745p {
        width: 745px !important;
    }

    .w-xxl-750p {
        width: 750px !important;
    }

    .w-xxl-755p {
        width: 755px !important;
    }

    .w-xxl-760p {
        width: 760px !important;
    }

    .w-xxl-765p {
        width: 765px !important;
    }

    .w-xxl-770p {
        width: 770px !important;
    }

    .w-xxl-775p {
        width: 775px !important;
    }

    .w-xxl-780p {
        width: 780px !important;
    }

    .w-xxl-785p {
        width: 785px !important;
    }

    .w-xxl-790p {
        width: 790px !important;
    }

    .w-xxl-795p {
        width: 795px !important;
    }

    .w-xxl-800p {
        width: 800px !important;
    }
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}

@media (min-width: 576px) {
    .w-sm-5 {
        width: 5% !important;
    }

    .w-sm-10 {
        width: 10% !important;
    }

    .w-sm-15 {
        width: 15% !important;
    }

    .w-sm-20 {
        width: 20% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-30 {
        width: 30% !important;
    }

    .w-sm-35 {
        width: 35% !important;
    }

    .w-sm-40 {
        width: 40% !important;
    }

    .w-sm-45 {
        width: 45% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-55 {
        width: 55% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-65 {
        width: 65% !important;
    }

    .w-sm-70 {
        width: 70% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-85 {
        width: 85% !important;
    }

    .w-sm-90 {
        width: 90% !important;
    }

    .w-sm-95 {
        width: 95% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-md-5 {
        width: 5% !important;
    }

    .w-md-10 {
        width: 10% !important;
    }

    .w-md-15 {
        width: 15% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-30 {
        width: 30% !important;
    }

    .w-md-35 {
        width: 35% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-45 {
        width: 45% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-55 {
        width: 55% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-65 {
        width: 65% !important;
    }

    .w-md-70 {
        width: 70% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-85 {
        width: 85% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-95 {
        width: 95% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-5 {
        width: 5% !important;
    }

    .w-lg-10 {
        width: 10% !important;
    }

    .w-lg-15 {
        width: 15% !important;
    }

    .w-lg-20 {
        width: 20% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-30 {
        width: 30% !important;
    }

    .w-lg-35 {
        width: 35% !important;
    }

    .w-lg-40 {
        width: 40% !important;
    }

    .w-lg-45 {
        width: 45% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-55 {
        width: 55% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-65 {
        width: 65% !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-85 {
        width: 85% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }

    .w-lg-95 {
        width: 95% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-5 {
        width: 5% !important;
    }

    .w-xl-10 {
        width: 10% !important;
    }

    .w-xl-15 {
        width: 15% !important;
    }

    .w-xl-20 {
        width: 20% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-30 {
        width: 30% !important;
    }

    .w-xl-35 {
        width: 35% !important;
    }

    .w-xl-40 {
        width: 40% !important;
    }

    .w-xl-45 {
        width: 45% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-55 {
        width: 55% !important;
    }

    .w-xl-60 {
        width: 60% !important;
    }

    .w-xl-65 {
        width: 65% !important;
    }

    .w-xl-70 {
        width: 70% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-80 {
        width: 80% !important;
    }

    .w-xl-85 {
        width: 85% !important;
    }

    .w-xl-90 {
        width: 90% !important;
    }

    .w-xl-95 {
        width: 95% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-5 {
        width: 5% !important;
    }

    .w-xxl-10 {
        width: 10% !important;
    }

    .w-xxl-15 {
        width: 15% !important;
    }

    .w-xxl-20 {
        width: 20% !important;
    }

    .w-xxl-25 {
        width: 25% !important;
    }

    .w-xxl-30 {
        width: 30% !important;
    }

    .w-xxl-35 {
        width: 35% !important;
    }

    .w-xxl-40 {
        width: 40% !important;
    }

    .w-xxl-45 {
        width: 45% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-55 {
        width: 55% !important;
    }

    .w-xxl-60 {
        width: 60% !important;
    }

    .w-xxl-65 {
        width: 65% !important;
    }

    .w-xxl-70 {
        width: 70% !important;
    }

    .w-xxl-75 {
        width: 75% !important;
    }

    .w-xxl-80 {
        width: 80% !important;
    }

    .w-xxl-85 {
        width: 85% !important;
    }

    .w-xxl-90 {
        width: 90% !important;
    }

    .w-xxl-95 {
        width: 95% !important;
    }

    .w-xxl-100 {
        width: 100% !important;
    }
}
/*Max Width*/
.mw-25p {
    max-width: 25px !important;
}

.mw-50p {
    max-width: 50px !important;
}

.mw-75p {
    max-width: 75px !important;
}

.mw-100p {
    max-width: 100px !important;
}

.mw-125p {
    max-width: 125px !important;
}

.mw-150p {
    max-width: 150px !important;
}

.mw-175p {
    max-width: 175px !important;
}

.mw-200p {
    max-width: 200px !important;
}

.mw-225p {
    max-width: 225px !important;
}

.mw-250p {
    max-width: 250px !important;
}

.mw-275p {
    max-width: 275px !important;
}

.mw-300p {
    max-width: 300px !important;
}

.mw-325p {
    max-width: 325px !important;
}

.mw-350p {
    max-width: 350px !important;
}

.mw-375p {
    max-width: 375px !important;
}

.mw-400p {
    max-width: 400px !important;
}

.mw-425p {
    max-width: 425px !important;
}

.mw-450p {
    max-width: 450px !important;
}

.mw-475p {
    max-width: 475px !important;
}

.mw-500p {
    max-width: 500px !important;
}

.mw-525p {
    max-width: 525px !important;
}

.mw-550p {
    max-width: 550px !important;
}

.mw-575p {
    max-width: 575px !important;
}

.mw-600p {
    max-width: 600px !important;
}

.mw-625p {
    max-width: 625px !important;
}

.mw-650p {
    max-width: 650px !important;
}

.mw-675p {
    max-width: 675px !important;
}

.mw-700p {
    max-width: 700px !important;
}

.mw-725p {
    max-width: 725px !important;
}

.mw-750p {
    max-width: 750px !important;
}

.mw-775p {
    max-width: 775px !important;
}

.mw-800p {
    max-width: 800px !important;
}

/*Min Width*/
.mnw-0 {
    min-width: 0 !important;
}

.mnw-25p {
    min-width: 25px !important;
}

.mnw-50p {
    min-width: 50px !important;
}

.mnw-75p {
    min-width: 75px !important;
}

.mnw-100p {
    min-width: 100px !important;
}

.mnw-125p {
    min-width: 125px !important;
}

.mnw-150p {
    min-width: 150px !important;
}

.mnw-175p {
    min-width: 175px !important;
}

.mnw-200p {
    min-width: 200px !important;
}

.mnw-225p {
    min-width: 225px !important;
}

.mnw-250p {
    min-width: 250px !important;
}

.mnw-275p {
    min-width: 275px !important;
}

.mnw-300p {
    min-width: 300px !important;
}

.mnw-325p {
    min-width: 325px !important;
}

.mnw-350p {
    min-width: 350px !important;
}

.mnw-375p {
    min-width: 375px !important;
}

.mnw-400p {
    min-width: 400px !important;
}

.mnw-425p {
    min-width: 425px !important;
}

.mnw-450p {
    min-width: 450px !important;
}

.mnw-475p {
    min-width: 475px !important;
}

.mnw-500p {
    min-width: 500px !important;
}

.mnw-525p {
    min-width: 525px !important;
}

.mnw-550p {
    min-width: 550px !important;
}

.mnw-575p {
    min-width: 575px !important;
}

.mnw-600p {
    min-width: 600px !important;
}

.mnw-625p {
    min-width: 625px !important;
}

.mnw-650p {
    min-width: 650px !important;
}

.mnw-675p {
    min-width: 675px !important;
}

.mnw-700p {
    min-width: 700px !important;
}

.mnw-725p {
    min-width: 725px !important;
}

.mnw-750p {
    min-width: 750px !important;
}

.mnw-775p {
    min-width: 775px !important;
}

.mnw-800p {
    min-width: 800px !important;
}

/*Height*/
.h-25p {
    height: 25px !important;
}

.h-30p {
    height: 30px !important;
}

.h-35p {
    height: 35px !important;
}

.h-40p {
    height: 40px !important;
}

.h-45p {
    height: 45px !important;
}

.h-50p {
    height: 50px !important;
}

.h-55p {
    height: 55px !important;
}

.h-60p {
    height: 60px !important;
}

.h-65p {
    height: 65px !important;
}

.h-70p {
    height: 70px !important;
}

.h-75p {
    height: 75px !important;
}

.h-80p {
    height: 80px !important;
}

.h-85p {
    height: 85px !important;
}

.h-90p {
    height: 90px !important;
}

.h-95p {
    height: 95px !important;
}

.h-100p {
    height: 100px !important;
}

.h-105p {
    height: 105px !important;
}

.h-110p {
    height: 110px !important;
}

.h-115p {
    height: 115px !important;
}

.h-120p {
    height: 120px !important;
}

.h-125p {
    height: 125px !important;
}

.h-130p {
    height: 130px !important;
}

.h-135p {
    height: 135px !important;
}

.h-140p {
    height: 140px !important;
}

.h-145p {
    height: 145px !important;
}

.h-150p {
    height: 150px !important;
}

.h-155p {
    height: 155px !important;
}

.h-160p {
    height: 160px !important;
}

.h-165p {
    height: 165px !important;
}

.h-170p {
    height: 170px !important;
}

.h-175p {
    height: 175px !important;
}

.h-180p {
    height: 180px !important;
}

.h-185p {
    height: 185px !important;
}

.h-190p {
    height: 190px !important;
}

.h-195p {
    height: 195px !important;
}

.h-200p {
    height: 200px !important;
}

.h-205p {
    height: 205px !important;
}

.h-210p {
    height: 210px !important;
}

.h-215p {
    height: 215px !important;
}

.h-220p {
    height: 220px !important;
}

.h-225p {
    height: 225px !important;
}

.h-230p {
    height: 230px !important;
}

.h-235p {
    height: 235px !important;
}

.h-240p {
    height: 240px !important;
}

.h-245p {
    height: 245px !important;
}

.h-250p {
    height: 250px !important;
}

.h-255p {
    height: 255px !important;
}

.h-260p {
    height: 260px !important;
}

.h-265p {
    height: 265px !important;
}

.h-270p {
    height: 270px !important;
}

.h-275p {
    height: 275px !important;
}

.h-280p {
    height: 280px !important;
}

.h-285p {
    height: 285px !important;
}

.h-290p {
    height: 290px !important;
}

.h-295p {
    height: 295px !important;
}

.h-300p {
    height: 300px !important;
}

.h-305p {
    height: 305px !important;
}

.h-310p {
    height: 310px !important;
}

.h-315p {
    height: 315px !important;
}

.h-320p {
    height: 320px !important;
}

.h-325p {
    height: 325px !important;
}

.h-330p {
    height: 330px !important;
}

.h-335p {
    height: 335px !important;
}

.h-340p {
    height: 340px !important;
}

.h-345p {
    height: 345px !important;
}

.h-350p {
    height: 350px !important;
}

.h-355p {
    height: 355px !important;
}

.h-360p {
    height: 360px !important;
}

.h-365p {
    height: 365px !important;
}

.h-370p {
    height: 370px !important;
}

.h-375p {
    height: 375px !important;
}

.h-380p {
    height: 380px !important;
}

.h-385p {
    height: 385px !important;
}

.h-390p {
    height: 390px !important;
}

.h-395p {
    height: 395px !important;
}

.h-400p {
    height: 400px !important;
}

.h-405p {
    height: 405px !important;
}

.h-410p {
    height: 410px !important;
}

.h-415p {
    height: 415px !important;
}

.h-420p {
    height: 420px !important;
}

.h-425p {
    height: 425px !important;
}

.h-430p {
    height: 430px !important;
}

.h-435p {
    height: 435px !important;
}

.h-440p {
    height: 440px !important;
}

.h-445p {
    height: 445px !important;
}

.h-450p {
    height: 450px !important;
}

.h-455p {
    height: 455px !important;
}

.h-460p {
    height: 460px !important;
}

.h-465p {
    height: 465px !important;
}

.h-470p {
    height: 470px !important;
}

.h-475p {
    height: 475px !important;
}

.h-480p {
    height: 480px !important;
}

.h-485p {
    height: 485px !important;
}

.h-490p {
    height: 490px !important;
}

.h-495p {
    height: 495px !important;
}

.h-500p {
    height: 500px !important;
}

.h-505p {
    height: 505px !important;
}

.h-510p {
    height: 510px !important;
}

.h-515p {
    height: 515px !important;
}

.h-520p {
    height: 520px !important;
}

.h-525p {
    height: 525px !important;
}

.h-530p {
    height: 530px !important;
}

.h-535p {
    height: 535px !important;
}

.h-540p {
    height: 540px !important;
}

.h-545p {
    height: 545px !important;
}

.h-550p {
    height: 550px !important;
}

.h-555p {
    height: 555px !important;
}

.h-560p {
    height: 560px !important;
}

.h-565p {
    height: 565px !important;
}

.h-570p {
    height: 570px !important;
}

.h-575p {
    height: 575px !important;
}

.h-580p {
    height: 580px !important;
}

.h-585p {
    height: 585px !important;
}

.h-590p {
    height: 590px !important;
}

.h-595p {
    height: 595px !important;
}

.h-600p {
    height: 600px !important;
}

.h-605p {
    height: 605px !important;
}

.h-610p {
    height: 610px !important;
}

.h-615p {
    height: 615px !important;
}

.h-620p {
    height: 620px !important;
}

.h-625p {
    height: 625px !important;
}

.h-630p {
    height: 630px !important;
}

.h-635p {
    height: 635px !important;
}

.h-640p {
    height: 640px !important;
}

.h-645p {
    height: 645px !important;
}

.h-650p {
    height: 650px !important;
}

.h-655p {
    height: 655px !important;
}

.h-660p {
    height: 660px !important;
}

.h-665p {
    height: 665px !important;
}

.h-670p {
    height: 670px !important;
}

.h-675p {
    height: 675px !important;
}

.h-680p {
    height: 680px !important;
}

.h-685p {
    height: 685px !important;
}

.h-690p {
    height: 690px !important;
}

.h-695p {
    height: 695px !important;
}

.h-700p {
    height: 700px !important;
}

.h-705p {
    height: 705px !important;
}

.h-710p {
    height: 710px !important;
}

.h-715p {
    height: 715px !important;
}

.h-720p {
    height: 720px !important;
}

.h-725p {
    height: 725px !important;
}

.h-730p {
    height: 730px !important;
}

.h-735p {
    height: 735px !important;
}

.h-740p {
    height: 740px !important;
}

.h-745p {
    height: 745px !important;
}

.h-750p {
    height: 750px !important;
}

.h-755p {
    height: 755px !important;
}

.h-760p {
    height: 760px !important;
}

.h-765p {
    height: 765px !important;
}

.h-770p {
    height: 770px !important;
}

.h-775p {
    height: 775px !important;
}

.h-780p {
    height: 780px !important;
}

.h-785p {
    height: 785px !important;
}

.h-790p {
    height: 790px !important;
}

.h-795p {
    height: 795px !important;
}

.h-800p {
    height: 800px !important;
}

.h-25 {
    height: 25% !important;
}

.h-30 {
    height: 30% !important;
}

.h-35 {
    height: 35% !important;
}

.h-40 {
    height: 40% !important;
}

.h-45 {
    height: 45% !important;
}

.h-50 {
    height: 50% !important;
}

.h-55 {
    height: 55% !important;
}

.h-60 {
    height: 60% !important;
}

.h-65 {
    height: 65% !important;
}

.h-70 {
    height: 70% !important;
}

.h-75 {
    height: 75% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.h-100 {
    height: 100% !important;
}

/*Max Height*/
.mh-100p {
    max-height: 100px !important;
}

.mh-125p {
    max-height: 125px !important;
}

.mh-150p {
    max-height: 150px !important;
}

.mh-175p {
    max-height: 175px !important;
}

.mh-200p {
    max-height: 200px !important;
}

.mh-225p {
    max-height: 225px !important;
}

.mh-250p {
    max-height: 250px !important;
}

.mh-275p {
    max-height: 275px !important;
}

.mh-300p {
    max-height: 300px !important;
}

.mh-325p {
    max-height: 325px !important;
}

.mh-350p {
    max-height: 350px !important;
}

.mh-375p {
    max-height: 375px !important;
}

.mh-400p {
    max-height: 400px !important;
}

.mh-425p {
    max-height: 425px !important;
}

.mh-450p {
    max-height: 450px !important;
}

.mh-475p {
    max-height: 475px !important;
}

.mh-500p {
    max-height: 500px !important;
}

.mh-525p {
    max-height: 525px !important;
}

.mh-550p {
    max-height: 550px !important;
}

.mh-575p {
    max-height: 575px !important;
}

.mh-600p {
    max-height: 600px !important;
}

.mh-625p {
    max-height: 625px !important;
}

.mh-650p {
    max-height: 650px !important;
}

.mh-675p {
    max-height: 675px !important;
}

.mh-700p {
    max-height: 700px !important;
}

.mh-725p {
    max-height: 725px !important;
}

.mh-750p {
    max-height: 750px !important;
}

.mh-775p {
    max-height: 775px !important;
}

.mh-800p {
    max-height: 800px !important;
}

/*Min Height*/
.mnh-100p {
    min-height: 100px !important;
}

.mnh-125p {
    min-height: 125px !important;
}

.mnh-150p {
    min-height: 150px !important;
}

.mnh-175p {
    min-height: 175px !important;
}

.mnh-200p {
    min-height: 200px !important;
}

.mnh-225p {
    min-height: 225px !important;
}

.mnh-250p {
    min-height: 250px !important;
}

.mnh-275p {
    min-height: 275px !important;
}

.mnh-300p {
    min-height: 300px !important;
}

.mnh-325p {
    min-height: 325px !important;
}

.mnh-350p {
    min-height: 350px !important;
}

.mnh-375p {
    min-height: 375px !important;
}

.mnh-400p {
    min-height: 400px !important;
}

.mnh-425p {
    min-height: 425px !important;
}

.mnh-450p {
    min-height: 450px !important;
}

.mnh-475p {
    min-height: 475px !important;
}

.mnh-500p {
    min-height: 500px !important;
}

.mnh-525p {
    min-height: 525px !important;
}

.mnh-550p {
    min-height: 550px !important;
}

.mnh-575p {
    min-height: 575px !important;
}

.mnh-600p {
    min-height: 600px !important;
}

.mnh-625p {
    min-height: 625px !important;
}

.mnh-650p {
    min-height: 650px !important;
}

.mnh-675p {
    min-height: 675px !important;
}

.mnh-700p {
    min-height: 700px !important;
}

.mnh-725p {
    min-height: 725px !important;
}

.mnh-750p {
    min-height: 750px !important;
}

.mnh-775p {
    min-height: 775px !important;
}

.mnh-800p {
    min-height: 800px !important;
}

/*Hr*/
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e0e3e4;
}

    hr.hr-light {
        border-top: 1px solid #f5f5f6;
    }

    hr.hr-light-10 {
        border-top: 1px solid #e0e3e4;
    }

    hr.hr-light-15 {
        border-top: 1px solid #e0e3e4;
    }

    hr.hr-light-20 {
        border-top: 1px solid #d6d9da;
    }

    hr.hr-light-30 {
        border-top: 1px solid #c1c6c8;
    }

    hr.hr-dark {
        border-top: 1px solid #324148;
    }

    hr.hr-dark-20 {
        border-top: 1px solid #2b383e;
    }

    hr.hr-dark-40 {
        border-top: 1px solid #273238;
    }

    hr.hr-white {
        border-top: 1px solid #fff;
    }

    hr.hr-primary {
        border-top: 1px solid #ab26aa;
    }

    hr.hr-success {
        border-top: 1px solid #22af47;
    }

    hr.hr-info {
        border-top: 1px solid #1ebccd;
    }

    hr.hr-warning {
        border-top: 1px solid #ffbf36;
    }

    hr.hr-danger {
        border-top: 1px solid #f83f37;
    }

    hr.hr-secondary {
        border-top: 1px solid #9e9e9e;
    }

    hr.hr-soft-primary {
        border-top: 1px solid #e6bde5;
    }

    hr.hr-soft-success {
        border-top: 1px solid #bce7c7;
    }

    hr.hr-soft-info {
        border-top: 1px solid #bbebf0;
    }

    hr.hr-soft-warning {
        border-top: 1px solid #ffecc2;
    }

    hr.hr-soft-danger {
        border-top: 1px solid #fdc5c3;
    }

    hr.hr-soft-secondary {
        border-top: 1px solid #e2e2e2;
    }

    hr.hr-2 {
        border-width: 2px !important;
    }

    hr.hr-3 {
        border-width: 3px !important;
    }

/*Opacity*/
.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-15 {
    opacity: 0.15 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-35 {
    opacity: 0.35 !important;
}

.opacity-40 {
    opacity: 0.4 !important;
}

.opacity-45 {
    opacity: 0.45 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-55 {
    opacity: 0.55 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

.opacity-65 {
    opacity: 0.65 !important;
}

.opacity-70 {
    opacity: 0.7 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

.opacity-85 {
    opacity: 0.85 !important;
}

.opacity-90 {
    opacity: 0.9 !important;
}

.opacity-95 {
    opacity: 0.95 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

/*Div Sizes*/
.d-8 {
    height: 8px !important;
    width: 8px !important;
}

.d-10 {
    height: 10px !important;
    width: 10px !important;
}

.d-12 {
    height: 12px !important;
    width: 12px !important;
}

.d-14 {
    height: 14px !important;
    width: 14px !important;
}

.d-16 {
    height: 16px !important;
    width: 16px !important;
}

.d-18 {
    height: 18px !important;
    width: 18px !important;
}

.d-20 {
    height: 20px !important;
    width: 20px !important;
}

.d-22 {
    height: 22px !important;
    width: 22px !important;
}

.d-24 {
    height: 24px !important;
    width: 24px !important;
}

.d-26 {
    height: 26px !important;
    width: 26px !important;
}

.d-28 {
    height: 28px !important;
    width: 28px !important;
}

.d-30 {
    height: 30px !important;
    width: 30px !important;
}

.d-32 {
    height: 32px !important;
    width: 32px !important;
}

.d-34 {
    height: 34px !important;
    width: 34px !important;
}

.d-36 {
    height: 36px !important;
    width: 36px !important;
}

.d-38 {
    height: 38px !important;
    width: 38px !important;
}

.d-40 {
    height: 40px !important;
    width: 40px !important;
}

.d-42 {
    height: 42px !important;
    width: 42px !important;
}

.d-44 {
    height: 44px !important;
    width: 44px !important;
}

.d-46 {
    height: 46px !important;
    width: 46px !important;
}

.d-48 {
    height: 48px !important;
    width: 48px !important;
}

.d-50 {
    height: 50px !important;
    width: 50px !important;
}

.d-54 {
    height: 54px !important;
    width: 54px !important;
}

.d-58 {
    height: 58px !important;
    width: 58px !important;
}

.d-62 {
    height: 62px !important;
    width: 62px !important;
}

.d-66 {
    height: 66px !important;
    width: 66px !important;
}

.d-70 {
    height: 70px !important;
    width: 70px !important;
}

.d-74 {
    height: 74px !important;
    width: 74px !important;
}

.d-78 {
    height: 78px !important;
    width: 78px !important;
}

.d-82 {
    height: 82px !important;
    width: 82px !important;
}

.d-86 {
    height: 86px !important;
    width: 86px !important;
}

.d-90 {
    height: 90px !important;
    width: 90px !important;
}

.d-94 {
    height: 94px !important;
    width: 94px !important;
}

.d-98 {
    height: 98px !important;
    width: 98px !important;
}

.d-100 {
    height: 100px !important;
    width: 100px !important;
}

.d-110 {
    height: 110px !important;
    width: 110px !important;
}

.d-120 {
    height: 120px !important;
    width: 120px !important;
}

.d-130 {
    height: 130px !important;
    width: 130px !important;
}

.d-140 {
    height: 140px !important;
    width: 140px !important;
}

.d-150 {
    height: 150px !important;
    width: 150px !important;
}

/*Z-Index*/
.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.z-index-4 {
    z-index: 4 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-6 {
    z-index: 6 !important;
}

.z-index-7 {
    z-index: 7 !important;
}

.z-index-8 {
    z-index: 8 !important;
}

.z-index-9 {
    z-index: 9 !important;
}

.z-index-10 {
    z-index: 10 !important;
}
/*Buttons*/
.btn {
    text-transform: capitalize;
    outline: none;
    border-width: 2px;
}

    .btn:focus, .btn:active, .btn:hover {
        box-shadow: none !important;
    }

    .btn.btn-wth-icon {
        position: relative;
    }

        .btn.btn-wth-icon .feather-icon .feather {
            height: 20px;
            width: 20px;
        }

        .btn.btn-wth-icon .btn-text {
            padding-left: 35px;
        }

        .btn.btn-wth-icon .icon-label {
            background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
            position: absolute;
            border-radius: .25rem;
            top: -2px;
            left: -2px;
            bottom: -2px;
            width: 40px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
        }

            .btn.btn-wth-icon .icon-label > i, .btn.btn-wth-icon .icon-label > span {
                font-size: 15px;
            }

        .btn.btn-wth-icon.icon-right .icon-label {
            right: -2px;
            left: auto;
        }

        .btn.btn-wth-icon.icon-right .btn-text {
            padding-left: 0 !important;
            padding-right: 35px;
        }

        .btn.btn-wth-icon.icon-wthot-bg .icon-label {
            background: transparent;
            width: auto !important;
            left: .75em;
        }

        .btn.btn-wth-icon.icon-wthot-bg .btn-text {
            padding-left: 20px;
        }

        .btn.btn-wth-icon.icon-wthot-bg.icon-right .icon-label {
            right: .75em;
            left: auto !important;
        }

        .btn.btn-wth-icon.icon-wthot-bg.icon-right .btn-text {
            padding-left: 0 !important;
            padding-right: 20px;
        }

        .btn.btn-wth-icon.btn-lg .feather-icon .feather {
            height: 24px;
            width: 24px;
        }

        .btn.btn-wth-icon.btn-lg .icon-label {
            width: 46px;
            border-radius: .25rem;
        }

            .btn.btn-wth-icon.btn-lg .icon-label > i, .btn.btn-wth-icon.btn-lg .icon-label > span {
                font-size: 18px;
            }

        .btn.btn-wth-icon.btn-lg .btn-text {
            padding-left: 42px;
        }

        .btn.btn-wth-icon.btn-lg.icon-right .btn-text {
            padding-right: 42px;
        }

        .btn.btn-wth-icon.btn-lg.icon-wthot-bg .icon-label {
            left: 1rem;
        }

        .btn.btn-wth-icon.btn-lg.icon-wthot-bg .btn-text {
            padding-left: 28px;
        }

        .btn.btn-wth-icon.btn-lg.icon-wthot-bg.icon-right .icon-label {
            right: 1rem;
        }

        .btn.btn-wth-icon.btn-lg.icon-wthot-bg.icon-right .btn-text {
            padding-right: 28px;
        }

        .btn.btn-wth-icon.btn-sm .feather-icon .feather {
            height: 16px;
            width: 16px;
        }

        .btn.btn-wth-icon.btn-sm .icon-label {
            width: 33px;
            border-radius: .2rem;
        }

            .btn.btn-wth-icon.btn-sm .icon-label > i, .btn.btn-wth-icon.btn-sm .icon-label > span {
                font-size: 13px;
            }

        .btn.btn-wth-icon.btn-sm .btn-text {
            padding-left: 30px;
        }

        .btn.btn-wth-icon.btn-sm.icon-right .btn-text {
            padding-right: 30px;
        }

        .btn.btn-wth-icon.btn-sm.icon-wthot-bg .icon-label {
            left: .5rem;
        }

        .btn.btn-wth-icon.btn-sm.icon-wthot-bg .btn-text {
            padding-left: 18px;
        }

        .btn.btn-wth-icon.btn-sm.icon-wthot-bg.icon-right .icon-label {
            right: .5rem;
        }

        .btn.btn-wth-icon.btn-sm.icon-wthot-bg.icon-right .btn-text {
            padding-right: 18px;
        }

        .btn.btn-wth-icon.btn-xs .feather-icon .feather {
            height: 13px;
            width: 13px;
        }

        .btn.btn-wth-icon.btn-xs .icon-label {
            width: 26px;
            border-radius: .2rem;
        }

            .btn.btn-wth-icon.btn-xs .icon-label > i, .btn.btn-wth-icon.btn-xs .icon-label > span {
                font-size: 11px;
            }

        .btn.btn-wth-icon.btn-xs .btn-text {
            padding-left: 24px;
        }

        .btn.btn-wth-icon.btn-xs.icon-right .btn-text {
            padding-right: 24px;
        }

        .btn.btn-wth-icon.btn-xs.icon-wthot-bg .icon-label {
            left: .3rem;
        }

        .btn.btn-wth-icon.btn-xs.icon-wthot-bg .btn-text {
            padding-left: 15px;
        }

        .btn.btn-wth-icon.btn-xs.icon-wthot-bg.icon-right .icon-label {
            right: .3rem;
        }

        .btn.btn-wth-icon.btn-xs.icon-wthot-bg.icon-right .btn-text {
            padding-right: 15px;
        }

    .btn.btn-rounded {
        border-radius: 50px;
    }

        .btn.btn-rounded .icon-label {
            border-radius: 50% !important;
        }

    .btn.btn-xs {
        padding: .15rem .4rem;
        font-size: .75rem;
    }

    .btn.btn-icon {
        height: 40px;
        width: 40px;
        padding: 0;
    }

        .btn.btn-icon > i, .btn.btn-icon > span {
            font-size: 15px;
        }

        .btn.btn-icon .feather-icon .feather {
            height: 20px;
            width: 20px;
        }

        .btn.btn-icon.btn-icon-circle {
            border-radius: 50%;
        }

        .btn.btn-icon.btn-icon-only {
            height: auto;
            width: auto;
            border: none;
            padding: 0;
            background: transparent !important;
        }

        .btn.btn-icon.btn-icon-style-1 {
            -webkit-transition: all 400ms;
            -moz-transition: all 400ms;
            transition: all 400ms;
        }

            .btn.btn-icon.btn-icon-style-1:hover {
                border-radius: 50%;
            }

        .btn.btn-icon.btn-icon-style-2 {
            -webkit-transition: all 400ms;
            -moz-transition: all 400ms;
            transition: all 400ms;
        }

            .btn.btn-icon.btn-icon-style-2:hover {
                border-radius: 0;
            }

        .btn.btn-icon.btn-icon-style-3 {
            position: relative;
            border: none;
            background: transparent !important;
            color: #324148;
        }

            .btn.btn-icon.btn-icon-style-3 > i, .btn.btn-icon.btn-icon-style-3 > span {
                position: relative;
                z-index: 1;
            }

            .btn.btn-icon.btn-icon-style-3::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                height: 0;
                width: 0;
                background: #00acf0;
                -webkit-transition: all 400ms;
                -moz-transition: all 400ms;
                transition: all 400ms;
            }

            .btn.btn-icon.btn-icon-style-3.btn-icon-circle::before {
                border-radius: 50%;
            }

            .btn.btn-icon.btn-icon-style-3:hover::before {
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
            }

            .btn.btn-icon.btn-icon-style-3:hover > i, .btn.btn-icon.btn-icon-style-3:hover > span {
                color: #fff;
            }

        .btn.btn-icon.btn-icon-style-4 {
            color: #324148;
            -webkit-transition: color 0.2s ease-in-out;
            -moz-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
        }

            .btn.btn-icon.btn-icon-style-4:hover {
                color: #f83f37;
            }

        .btn.btn-icon.btn-lg {
            height: 50px;
            width: 50px;
        }

            .btn.btn-icon.btn-lg > i, .btn.btn-icon.btn-lg > span {
                font-size: 18px;
            }

            .btn.btn-icon.btn-lg .feather-icon .feather {
                height: 24px;
                width: 24px;
            }

        .btn.btn-icon.btn-sm {
            height: 35px;
            width: 35px;
        }

            .btn.btn-icon.btn-sm > i, .btn.btn-icon.btn-sm > span {
                font-size: 13px;
            }

            .btn.btn-icon.btn-sm .feather-icon .feather {
                height: 16px;
                width: 16px;
            }

        .btn.btn-icon.btn-xs {
            height: 25px;
            width: 25px;
            padding-left: 0;
            padding-right: 0;
        }

            .btn.btn-icon.btn-xs > i, .btn.btn-icon.btn-xs > span {
                font-size: 11px;
            }

            .btn.btn-icon.btn-xs .feather-icon .feather {
                height: 13px;
                width: 13px;
            }

.btn-icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    height: 100%;
    width: 100%;
}

    .btn-icon-wrap > i, .btn-icon-wrap > span {
        line-height: 0;
    }

.btn-icon-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-sky {
    color: #fff;
    background-color: #00acf0;
    border-color: #00acf0;
}

    .btn-sky:hover, .btn-sky:focus {
        color: #fff;
        background-color: #00a0df;
        border-color: #00a0df;
    }

    .btn-sky:not(:disabled):not(.disabled).active, .btn-sky:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0293c9;
        border-color: #0293c9;
    }

    .btn-sky.disabled, .btn-sky:disabled {
        color: #fff;
        background-color: #7fd5f7;
        border-color: #7fd5f7;
    }

.btn-info,
.btn-cyan {
    color: #fff;
    background-color: #1ebccd;
    border-color: #1ebccd;
}

    .btn-info:hover, .btn-info:focus,
    .btn-cyan:hover,
    .btn-cyan:focus {
        color: #fff;
        background-color: #16a9b9;
        border-color: #16a9b9;
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active,
    .btn-cyan:not(:disabled):not(.disabled).active,
    .btn-cyan:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0e949f;
        border-color: #0e949f;
    }

    .btn-info.disabled, .btn-info:disabled,
    .btn-cyan.disabled,
    .btn-cyan:disabled {
        color: #fff;
        background-color: #8edde6;
        border-color: #8edde6;
    }

.btn-success,
.btn-green {
    color: #fff;
    background-color: #22af47;
    border-color: #22af47;
}

    .btn-success:hover, .btn-success:focus,
    .btn-green:hover,
    .btn-green:focus {
        color: #fff;
        background-color: #1aa23e;
        border-color: #1aa23e;
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active,
    .btn-green:not(:disabled):not(.disabled).active,
    .btn-green:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #179237;
        border-color: #179237;
    }

    .btn-success.disabled, .btn-success:disabled,
    .btn-green.disabled,
    .btn-green:disabled {
        color: #fff;
        background-color: #90d7a3;
        border-color: #90d7a3;
    }

.btn-warning,
.btn-yellow {
    color: #fff;
    background-color: #ffbf36;
    border-color: #ffbf36;
}

    .btn-warning:hover, .btn-warning:focus,
    .btn-yellow:hover,
    .btn-yellow:focus {
        color: #fff;
        background-color: #ffb71d;
        border-color: #ffb71d;
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active,
    .btn-yellow:not(:disabled):not(.disabled).active,
    .btn-yellow:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #ffac19;
        border-color: #ffac19;
    }

    .btn-warning.disabled, .btn-warning:disabled,
    .btn-yellow.disabled,
    .btn-yellow:disabled {
        color: #fff;
        background-color: #ffdf9a;
        border-color: #ffdf9a;
    }

.btn-danger,
.btn-red {
    color: #fff;
    background-color: #f83f37;
    border-color: #f83f37;
}

    .btn-danger:hover, .btn-danger:focus,
    .btn-red:hover,
    .btn-red:focus {
        color: #fff;
        background-color: #ff2f26;
        border-color: #ff2f26;
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active,
    .btn-red:not(:disabled):not(.disabled).active,
    .btn-red:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #ed1622;
        border-color: #ed1622;
    }

    .btn-danger.disabled, .btn-danger:disabled,
    .btn-red.disabled,
    .btn-red:disabled {
        color: #fff;
        background-color: #fb9f9b;
        border-color: #fb9f9b;
    }

.btn-secondary,
.btn-grey {
    color: #fff;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

    .btn-secondary:hover, .btn-secondary:focus,
    .btn-grey:hover,
    .btn-grey:focus {
        color: #fff;
        background-color: #919191;
        border-color: #919191;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-grey:not(:disabled):not(.disabled).active,
    .btn-grey:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #858484;
        border-color: #858484;
    }

    .btn-secondary.disabled, .btn-secondary:disabled,
    .btn-grey.disabled,
    .btn-grey:disabled {
        color: #fff;
        background-color: #cecece;
        border-color: #cecece;
    }

.btn-pink {
    color: #fff;
    background-color: #ed1b60;
    border-color: #ed1b60;
}

    .btn-pink:hover, .btn-pink:focus {
        color: #fff;
        background-color: #df195f;
        border-color: #df195f;
    }

    .btn-pink:not(:disabled):not(.disabled).active, .btn-pink:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #be1b54;
        border-color: #be1b54;
    }

    .btn-pink.disabled, .btn-pink:disabled {
        color: #fff;
        background-color: #f68daf;
        border-color: #f68daf;
    }

.btn-purple {
    color: #fff;
    background-color: #ab26aa;
    border-color: #ab26aa;
}

    .btn-purple:hover, .btn-purple:focus {
        color: #fff;
        background-color: #9a3092;
        border-color: #9a3092;
    }

    .btn-purple:not(:disabled):not(.disabled).active, .btn-purple:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #882787;
        border-color: #882787;
    }

    .btn-purple.disabled, .btn-purple:disabled {
        color: #fff;
        background-color: #d592d4;
        border-color: #d592d4;
    }

.btn-violet {
    color: #fff;
    background-color: #6640b2;
    border-color: #6640b2;
}

    .btn-violet:hover, .btn-violet:focus {
        color: #fff;
        background-color: #603bab;
        border-color: #603bab;
    }

    .btn-violet:not(:disabled):not(.disabled).active, .btn-violet:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #5935a3;
        border-color: #5935a3;
    }

    .btn-violet.disabled, .btn-violet:disabled {
        color: #fff;
        background-color: #b29fd8;
        border-color: #b29fd8;
    }

.btn-indigo {
    color: #fff;
    background-color: #3a55b1;
    border-color: #3a55b1;
}

    .btn-indigo:hover, .btn-indigo:focus {
        color: #fff;
        background-color: #3650ab;
        border-color: #3650ab;
    }

    .btn-indigo:not(:disabled):not(.disabled).active, .btn-indigo:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #2f4595;
        border-color: #2f4595;
    }

    .btn-indigo.disabled, .btn-indigo:disabled {
        color: #fff;
        background-color: #9caad8;
        border-color: #9caad8;
    }

.btn-blue {
    color: #fff;
    background-color: #0092ee;
    border-color: #0092ee;
}

    .btn-blue:hover, .btn-blue:focus {
        color: #fff;
        background-color: #0089e0;
        border-color: #0089e0;
    }

    .btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #007fd0;
        border-color: #007fd0;
    }

    .btn-blue.disabled, .btn-blue:disabled {
        color: #fff;
        background-color: #7fc8f6;
        border-color: #7fc8f6;
    }

.btn-teal {
    color: #fff;
    background-color: #009b84;
    border-color: #009b84;
}

    .btn-teal:hover, .btn-teal:focus {
        color: #fff;
        background-color: #018975;
        border-color: #018975;
    }

    .btn-teal:not(:disabled):not(.disabled).active, .btn-teal:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #028068;
        border-color: #028068;
    }

    .btn-teal.disabled, .btn-teal:disabled {
        color: #fff;
        background-color: #7fcdc1;
        border-color: #7fcdc1;
    }

.btn-primary,
.btn-purple {
    color: #fff;
    background-color: #ab26aa;
    border-color: #ab26aa;
}

    .btn-primary:hover, .btn-primary:focus,
    .btn-purple:hover,
    .btn-purple:focus {
        color: #fff;
        background-color: #9a3092;
        border-color: #9a3092;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
    .btn-purple:not(:disabled):not(.disabled).active,
    .btn-purple:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #882787;
        border-color: #882787;
    }

    .btn-primary.disabled, .btn-primary:disabled,
    .btn-purple.disabled,
    .btn-purple:disabled {
        color: #fff;
        background-color: #d592d4;
        border-color: #d592d4;
    }

.btn-lime {
    color: #324148;
    background-color: #d0d962;
    border-color: #d0d962;
}

    .btn-lime:hover, .btn-lime:focus {
        color: #324148;
        background-color: #c3cc34;
        border-color: #c3cc34;
    }

    .btn-lime:not(:disabled):not(.disabled).active, .btn-lime:not(:disabled):not(.disabled):active {
        color: #324148;
        background-color: #b7c11a;
        border-color: #b7c11a;
    }

    .btn-lime.disabled, .btn-lime:disabled {
        color: #324148;
        background-color: #e7ecb0;
        border-color: #e7ecb0;
    }

.btn-sun {
    color: #324148;
    background-color: #fde335;
    border-color: #fde335;
}

    .btn-sun:hover, .btn-sun:focus {
        color: #324148;
        background-color: #ecd11e;
        border-color: #ecd11e;
    }

    .btn-sun:not(:disabled):not(.disabled).active, .btn-sun:not(:disabled):not(.disabled):active {
        color: #324148;
        background-color: #dfc414;
        border-color: #dfc414;
    }

    .btn-sun.disabled, .btn-sun:disabled {
        color: #324148;
        background-color: #fef19a;
        border-color: #fef19a;
    }

.btn-orange {
    color: #fff;
    background-color: #ff9528;
    border-color: #ff9528;
}

    .btn-orange:hover, .btn-orange:focus {
        color: #fff;
        background-color: #ff880e;
        border-color: #ff880e;
    }

    .btn-orange:not(:disabled):not(.disabled).active, .btn-orange:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #ff7800;
        border-color: #ff7800;
    }

    .btn-orange.disabled, .btn-orange:disabled {
        color: #fff;
        background-color: #ffca93;
        border-color: #ffca93;
    }

.btn-pumpkin {
    color: #fff;
    background-color: #ff6028;
    border-color: #ff6028;
}

    .btn-pumpkin:hover, .btn-pumpkin:focus {
        color: #fff;
        background-color: #fb551c;
        border-color: #fb551c;
    }

    .btn-pumpkin:not(:disabled):not(.disabled).active, .btn-pumpkin:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #e8470f;
        border-color: #e8470f;
    }

    .btn-pumpkin.disabled, .btn-pumpkin:disabled {
        color: #fff;
        background-color: #ffaf93;
        border-color: #ffaf93;
    }

.btn-brown {
    color: #fff;
    background-color: #7a5449;
    border-color: #7a5449;
}

    .btn-brown:hover, .btn-brown:focus {
        color: #fff;
        background-color: #6f483d;
        border-color: #6f483d;
    }

    .btn-brown:not(:disabled):not(.disabled).active, .btn-brown:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #633d32;
        border-color: #633d32;
    }

    .btn-brown.disabled, .btn-brown:disabled {
        color: #fff;
        background-color: #bca9a4;
        border-color: #bca9a4;
    }

.btn-gold {
    color: #fff;
    background-color: #c1993f;
    border-color: #c1993f;
}

    .btn-gold:hover, .btn-gold:focus {
        color: #fff;
        background-color: #b48c32;
        border-color: #b48c32;
    }

    .btn-gold:not(:disabled):not(.disabled).active, .btn-gold:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #a27b25;
        border-color: #a27b25;
    }

    .btn-gold.disabled, .btn-gold:disabled {
        color: #fff;
        background-color: #e0cc9f;
        border-color: #e0cc9f;
    }

.btn-smoke {
    color: #fff;
    background-color: #5e7d8a;
    border-color: #5e7d8a;
}

    .btn-smoke:hover, .btn-smoke:focus {
        color: #fff;
        background-color: #4a6b78;
        border-color: #4a6b78;
    }

    .btn-smoke:not(:disabled):not(.disabled).active, .btn-smoke:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #40606d;
        border-color: #40606d;
    }

    .btn-smoke.disabled, .btn-smoke:disabled {
        color: #fff;
        background-color: #aebec4;
        border-color: #aebec4;
    }

.btn-dark {
    color: #fff;
    background-color: #324148;
    border-color: #324148;
}

    .btn-dark:hover, .btn-dark:focus {
        color: #fff;
        background-color: #2b383e;
        border-color: #2b383e;
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #273238;
        border-color: #273238;
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #adb3b6;
        border-color: #adb3b6;
    }

.btn-light {
    color: #324148;
    background-color: #e0e3e4;
    border-color: #e0e3e4;
}

    .btn-light:hover, .btn-light:focus {
        color: #324148;
        background-color: #d6d9da;
        border-color: #d6d9da;
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
        color: #324148;
        background-color: #c1c6c8;
        border-color: #c1c6c8;
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #324148;
        background-color: #f5f5f6;
        border-color: #f5f5f6;
    }

.btn-gradient-primary {
    color: #fff;
    border: none;
    background: #ab26aa;
    background: linear-gradient(45deg, #ab26aa, #6640b2) !important;
    background: -webkit-bg-linear-gradient(45deg, #ab26aa, #6640b2) !important;
}

    .btn-gradient-primary:hover, .btn-gradient-primary:focus {
        color: #fff;
        background: #9a3092;
        background: linear-gradient(45deg, #9a3092, #603bab) !important;
        background: -webkit-bg-linear-gradient(45deg, #9a3092, #603bab) !important;
    }

    .btn-gradient-primary:not(:disabled):not(.disabled).active, .btn-gradient-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #882787;
        background: linear-gradient(45deg, #882787, #5935a3) !important;
        background: -webkit-bg-linear-gradient(45deg, #882787, #5935a3) !important;
    }

    .btn-gradient-primary.disabled, .btn-gradient-primary:disabled {
        color: #fff;
        background: #bca9a4;
        background: linear-gradient(45deg, #bca9a4, #b29fd8) !important;
        background: -webkit-bg-linear-gradient(45deg, #bca9a4, #b29fd8) !important;
    }

.btn-gradient-info {
    color: #fff;
    border: none;
    background: #1ebccd;
    background: linear-gradient(45deg, #1ebccd, #3a55b1) !important;
    background: -webkit-bg-linear-gradient(45deg, #1ebccd, #3a55b1) !important;
}

    .btn-gradient-info:hover, .btn-gradient-info:focus {
        color: #fff;
        background: #16a9b9;
        background: linear-gradient(45deg, #16a9b9, #3650ab) !important;
        background: -webkit-bg-linear-gradient(45deg, #16a9b9, #3650ab) !important;
    }

    .btn-gradient-info:not(:disabled):not(.disabled).active, .btn-gradient-info:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #0e949f;
        background: linear-gradient(45deg, #0e949f, #2f4595) !important;
        background: -webkit-bg-linear-gradient(45deg, #0e949f, #2f4595) !important;
    }

    .btn-gradient-info.disabled, .btn-gradient-info:disabled {
        color: #fff;
        background: #8edde6;
        background: linear-gradient(45deg, #8edde6, #9caad8) !important;
        background: -webkit-bg-linear-gradient(45deg, #8edde6, #9caad8) !important;
    }

.btn-gradient-success {
    color: #fff;
    border: none;
    background: #22af47;
    background: linear-gradient(45deg, #22af47, #d0d962) !important;
    background: -webkit-bg-linear-gradient(45deg, #22af47, #d0d962) !important;
}

    .btn-gradient-success:hover, .btn-gradient-success:focus {
        color: #fff;
        background: #1aa23e;
        background: linear-gradient(45deg, #1aa23e, #c3cc34) !important;
        background: -webkit-bg-linear-gradient(45deg, #1aa23e, #c3cc34) !important;
    }

    .btn-gradient-success:not(:disabled):not(.disabled).active, .btn-gradient-success:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #179237;
        background: linear-gradient(45deg, #179237, #b7c11a) !important;
        background: -webkit-bg-linear-gradient(45deg, #179237, #b7c11a) !important;
    }

    .btn-gradient-success.disabled, .btn-gradient-success:disabled {
        color: #fff;
        background: #90d7a3;
        background: linear-gradient(45deg, #90d7a3, #e7ecb0) !important;
        background: -webkit-bg-linear-gradient(45deg, #90d7a3, #e7ecb0) !important;
    }

.btn-gradient-warning {
    color: #fff;
    border: none;
    background: #ffbf36;
    background: linear-gradient(45deg, #ffbf36, #ff6028) !important;
    background: -webkit-bg-linear-gradient(45deg, #ffbf36, #ff6028) !important;
}

    .btn-gradient-warning:hover, .btn-gradient-warning:focus {
        color: #fff;
        background: #ffb71d;
        background: linear-gradient(45deg, #ffb71d, #fb551c) !important;
        background: -webkit-bg-linear-gradient(45deg, #ffb71d, #fb551c) !important;
    }

    .btn-gradient-warning:not(:disabled):not(.disabled).active, .btn-gradient-warning:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #ffac19;
        background: linear-gradient(45deg, #ffac19, #e8470f) !important;
        background: -webkit-bg-linear-gradient(45deg, #ffac19, #e8470f) !important;
    }

    .btn-gradient-warning.disabled, .btn-gradient-warning:disabled {
        color: #fff;
        background: #ffdf9a;
        background: linear-gradient(45deg, #ffdf9a, #ffaf93) !important;
        background: -webkit-bg-linear-gradient(45deg, #ffdf9a, #ffaf93) !important;
    }

.btn-gradient-danger {
    color: #fff;
    border: none;
    background: #f83f37;
    background: linear-gradient(45deg, #f83f37, #ab26aa) !important;
    background: -webkit-bg-linear-gradient(45deg, #f83f37, #ab26aa) !important;
}

    .btn-gradient-danger:hover, .btn-gradient-danger:focus {
        color: #fff;
        background: #ff2f26;
        background: linear-gradient(45deg, #ff2f26, #9a3092) !important;
        background: -webkit-bg-linear-gradient(45deg, #ff2f26, #9a3092) !important;
    }

    .btn-gradient-danger:not(:disabled):not(.disabled).active, .btn-gradient-danger:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #ed1622;
        background: linear-gradient(45deg, #ed1622, #882787) !important;
        background: -webkit-bg-linear-gradient(45deg, #ed1622, #882787) !important;
    }

    .btn-gradient-danger.disabled, .btn-gradient-danger:disabled {
        color: #fff;
        background: #fb9f9b;
        background: linear-gradient(45deg, #fb9f9b, #d592d4) !important;
        background: -webkit-bg-linear-gradient(45deg, #fb9f9b, #d592d4) !important;
    }

.btn-gradient-secondary {
    color: #fff;
    border: none;
    background: #9e9e9e;
    background: linear-gradient(45deg, #9e9e9e, #5e7d8a) !important;
    background: -webkit-bg-linear-gradient(45deg, #9e9e9e, #5e7d8a) !important;
}

    .btn-gradient-secondary:hover, .btn-gradient-secondary:focus {
        color: #fff;
        background: #919191;
        background: linear-gradient(45deg, #919191, #4a6b78) !important;
        background: -webkit-bg-linear-gradient(45deg, #919191, #4a6b78) !important;
    }

    .btn-gradient-secondary:not(:disabled):not(.disabled).active, .btn-gradient-secondary:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #858484;
        background: linear-gradient(45deg, #858484, #40606d) !important;
        background: -webkit-bg-linear-gradient(45deg, #858484, #40606d) !important;
    }

    .btn-gradient-secondary.disabled, .btn-gradient-secondary:disabled {
        color: #fff;
        background: #cecece;
        background: linear-gradient(45deg, #cecece, #aebec4) !important;
        background: -webkit-bg-linear-gradient(45deg, #cecece, #aebec4) !important;
    }

.btn-gradient-light {
    color: #324148;
    border: none;
    background: #f5f5f6;
    background: linear-gradient(45deg, #f5f5f6, #9e9e9e) !important;
    background: -webkit-bg-linear-gradient(45deg, #f5f5f6, #9e9e9e) !important;
}

    .btn-gradient-light:hover, .btn-gradient-light:focus {
        color: #324148;
        background: #e0e3e4;
        background: linear-gradient(45deg, #e0e3e4, #919191) !important;
        background: -webkit-bg-linear-gradient(45deg, #e0e3e4, #919191) !important;
    }

    .btn-gradient-light:not(:disabled):not(.disabled).active, .btn-gradient-light:not(:disabled):not(.disabled):active {
        color: #324148;
        background: #c1c6c8;
        background: linear-gradient(45deg, #c1c6c8, #858484) !important;
        background: -webkit-bg-linear-gradient(45deg, #c1c6c8, #858484) !important;
    }

    .btn-gradient-light.disabled, .btn-gradient-light:disabled {
        color: #324148;
        background: #f5f5f6;
        background: linear-gradient(45deg, #f5f5f6, #cecece) !important;
        background: -webkit-bg-linear-gradient(45deg, #f5f5f6, #cecece) !important;
    }

.btn-gradient-dark {
    color: #fff;
    border: none;
    background: #324148;
    background: linear-gradient(45deg, #324148, #7a5449) !important;
    background: -webkit-bg-linear-gradient(45deg, #324148, #7a5449) !important;
}

    .btn-gradient-dark:hover, .btn-gradient-dark:focus {
        color: #fff;
        background: #2b383e;
        background: linear-gradient(45deg, #2b383e, #9a3092) !important;
        background: -webkit-bg-linear-gradient(45deg, #2b383e, #9a3092) !important;
    }

    .btn-gradient-dark:not(:disabled):not(.disabled).active, .btn-gradient-dark:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #273238;
        background: linear-gradient(45deg, #273238, #882787) !important;
        background: -webkit-bg-linear-gradient(45deg, #273238, #882787) !important;
    }

    .btn-gradient-dark.disabled, .btn-gradient-dark:disabled {
        color: #fff;
        background: #324148;
        background: linear-gradient(45deg, #324148, #d592d4) !important;
        background: -webkit-bg-linear-gradient(45deg, #324148, #d592d4) !important;
    }

.btn-gradient-pony {
    color: #fff;
    border: none;
    background: #ed1b60;
    background: linear-gradient(45deg, #ed1b60, #1ebccd) !important;
    background: -webkit-bg-linear-gradient(45deg, #ed1b60, #1ebccd) !important;
}

    .btn-gradient-pony:hover, .btn-gradient-pony:focus {
        color: #fff;
        background: #df195f;
        background: linear-gradient(45deg, #df195f, #16a9b9) !important;
        background: -webkit-bg-linear-gradient(45deg, #df195f, #16a9b9) !important;
    }

    .btn-gradient-pony:not(:disabled):not(.disabled).active, .btn-gradient-pony:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #be1b54;
        background: linear-gradient(45deg, #be1b54, #0e949f) !important;
        background: -webkit-bg-linear-gradient(45deg, #be1b54, #0e949f) !important;
    }

    .btn-gradient-pony.disabled, .btn-gradient-pony:disabled {
        color: #fff;
        background: #f68daf;
        background: linear-gradient(45deg, #f68daf, #8edde6) !important;
        background: -webkit-bg-linear-gradient(45deg, #f68daf, #8edde6) !important;
    }

.btn-gradient-space {
    color: #fff;
    border: none;
    background: #ab26aa;
    background: linear-gradient(45deg, #ab26aa, #fde335) !important;
    background: -webkit-bg-linear-gradient(45deg, #ab26aa, #fde335) !important;
}

    .btn-gradient-space:hover, .btn-gradient-space:focus {
        color: #fff;
        background: #9a3092;
        background: linear-gradient(45deg, #9a3092, #ecd11e) !important;
        background: -webkit-bg-linear-gradient(45deg, #9a3092, #ecd11e) !important;
    }

    .btn-gradient-space:not(:disabled):not(.disabled).active, .btn-gradient-space:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #882787;
        background: linear-gradient(45deg, #882787, #dfc414) !important;
        background: -webkit-bg-linear-gradient(45deg, #882787, #dfc414) !important;
    }

    .btn-gradient-space.disabled, .btn-gradient-space:disabled {
        color: #fff;
        background: #d592d4;
        background: linear-gradient(45deg, #d592d4, #fef19a) !important;
        background: -webkit-bg-linear-gradient(45deg, #d592d4, #fef19a) !important;
    }

.btn-gradient-streaks {
    color: #fff;
    border: none;
    background: #6640b2;
    background: linear-gradient(45deg, #6640b2, #009b84) !important;
    background: -webkit-bg-linear-gradient(45deg, #6640b2, #009b84) !important;
}

    .btn-gradient-streaks:hover, .btn-gradient-streaks:focus {
        color: #fff;
        background: #603bab;
        background: linear-gradient(45deg, #603bab, #018975) !important;
        background: -webkit-bg-linear-gradient(45deg, #603bab, #018975) !important;
    }

    .btn-gradient-streaks:not(:disabled):not(.disabled).active, .btn-gradient-streaks:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #5935a3;
        background: linear-gradient(45deg, #5935a3, #028068) !important;
        background: -webkit-bg-linear-gradient(45deg, #5935a3, #028068) !important;
    }

    .btn-gradient-streaks.disabled, .btn-gradient-streaks:disabled {
        color: #fff;
        background: #b29fd8;
        background: linear-gradient(45deg, #b29fd8, #7fcdc1) !important;
        background: -webkit-bg-linear-gradient(45deg, #b29fd8, #7fcdc1) !important;
    }

.btn-gradient-bunting {
    color: #fff;
    border: none;
    background: #3a55b1;
    background: linear-gradient(45deg, #3a55b1, #7a5449) !important;
    background: -webkit-bg-linear-gradient(45deg, #3a55b1, #7a5449) !important;
}

    .btn-gradient-bunting:hover, .btn-gradient-bunting:focus {
        color: #fff;
        background: #3650ab;
        background: linear-gradient(45deg, #3650ab, #6f483d) !important;
        background: -webkit-bg-linear-gradient(45deg, #3650ab, #6f483d) !important;
    }

    .btn-gradient-bunting:not(:disabled):not(.disabled).active, .btn-gradient-bunting:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #2f4595;
        background: linear-gradient(45deg, #2f4595, #633d32) !important;
        background: -webkit-bg-linear-gradient(45deg, #2f4595, #633d32) !important;
    }

    .btn-gradient-bunting.disabled, .btn-gradient-bunting:disabled {
        color: #fff;
        background: #9caad8;
        background: linear-gradient(45deg, #9caad8, #bca9a4) !important;
        background: -webkit-bg-linear-gradient(45deg, #9caad8, #bca9a4) !important;
    }

.btn-gradient-paradise {
    color: #fff;
    border: none;
    background: #0092ee;
    background: linear-gradient(45deg, #0092ee, #ab26aa) !important;
    background: -webkit-bg-linear-gradient(45deg, #0092ee, #ab26aa) !important;
}

    .btn-gradient-paradise:hover, .btn-gradient-paradise:focus {
        color: #fff;
        background: #0089e0;
        background: linear-gradient(45deg, #0089e0, #9a3092) !important;
        background: -webkit-bg-linear-gradient(45deg, #0089e0, #9a3092) !important;
    }

    .btn-gradient-paradise:not(:disabled):not(.disabled).active, .btn-gradient-paradise:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #007fd0;
        background: linear-gradient(45deg, #007fd0, #882787) !important;
        background: -webkit-bg-linear-gradient(45deg, #007fd0, #882787) !important;
    }

    .btn-gradient-paradise.disabled, .btn-gradient-paradise:disabled {
        color: #fff;
        background: #7fc8f6;
        background: linear-gradient(45deg, #7fc8f6, #d592d4) !important;
        background: -webkit-bg-linear-gradient(45deg, #7fc8f6, #d592d4) !important;
    }

.btn-gradient-heaven {
    color: #fff;
    border: none;
    background: #ab26aa;
    background: linear-gradient(45deg, #ab26aa, #00acf0) !important;
    background: -webkit-bg-linear-gradient(45deg, #ab26aa, #00acf0) !important;
}

    .btn-gradient-heaven:hover, .btn-gradient-heaven:focus {
        color: #fff;
        background: #9a3092;
        background: linear-gradient(45deg, #9a3092, #00a0df) !important;
        background: -webkit-bg-linear-gradient(45deg, #9a3092, #00a0df) !important;
    }

    .btn-gradient-heaven:not(:disabled):not(.disabled).active, .btn-gradient-heaven:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #882787;
        background: linear-gradient(45deg, #882787, #0293c9) !important;
        background: -webkit-bg-linear-gradient(45deg, #882787, #0293c9) !important;
    }

    .btn-gradient-heaven.disabled, .btn-gradient-heaven:disabled {
        color: #fff;
        background: #d592d4;
        background: linear-gradient(45deg, #d592d4, #7fd5f7) !important;
        background: -webkit-bg-linear-gradient(45deg, #d592d4, #7fd5f7) !important;
    }

.btn-gradient-honey {
    color: #fff;
    border: none;
    background: #d0d962;
    background: linear-gradient(45deg, #d0d962, #ff9528) !important;
    background: -webkit-bg-linear-gradient(45deg, #d0d962, #ff9528) !important;
}

    .btn-gradient-honey:hover, .btn-gradient-honey:focus {
        color: #fff;
        background: #c3cc34;
        background: linear-gradient(45deg, #c3cc34, #ff880e) !important;
        background: -webkit-bg-linear-gradient(45deg, #c3cc34, #ff880e) !important;
    }

    .btn-gradient-honey:not(:disabled):not(.disabled).active, .btn-gradient-honey:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #b7c11a;
        background: linear-gradient(45deg, #b7c11a, #ff7800) !important;
        background: -webkit-bg-linear-gradient(45deg, #b7c11a, #ff7800) !important;
    }

    .btn-gradient-honey.disabled, .btn-gradient-honey:disabled {
        color: #fff;
        background: #e7ecb0;
        background: linear-gradient(45deg, #e7ecb0, #ffca93) !important;
        background: -webkit-bg-linear-gradient(45deg, #e7ecb0, #ffca93) !important;
    }

.btn-gradient-warbler {
    color: #fff;
    border: none;
    background: #fde335;
    background: linear-gradient(45deg, #fde335, #9e9e9e) !important;
    background: -webkit-bg-linear-gradient(45deg, #fde335, #9e9e9e) !important;
}

    .btn-gradient-warbler:hover, .btn-gradient-warbler:focus {
        color: #fff;
        background: #ecd11e;
        background: linear-gradient(45deg, #ecd11e, #919191) !important;
        background: -webkit-bg-linear-gradient(45deg, #ecd11e, #919191) !important;
    }

    .btn-gradient-warbler:not(:disabled):not(.disabled).active, .btn-gradient-warbler:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #dfc414;
        background: linear-gradient(45deg, #dfc414, #858484) !important;
        background: -webkit-bg-linear-gradient(45deg, #dfc414, #858484) !important;
    }

    .btn-gradient-warbler.disabled, .btn-gradient-warbler:disabled {
        color: #fff;
        background: #fef19a;
        background: linear-gradient(45deg, #fef19a, #cecece) !important;
        background: -webkit-bg-linear-gradient(45deg, #fef19a, #cecece) !important;
    }

.btn-gradient-dusk {
    color: #fff;
    border: none;
    background: #ff9528;
    background: linear-gradient(45deg, #ff9528, #6640b2) !important;
    background: -webkit-bg-linear-gradient(45deg, #ff9528, #6640b2) !important;
}

    .btn-gradient-dusk:hover, .btn-gradient-dusk:focus {
        color: #fff;
        background: #ff880e;
        background: linear-gradient(45deg, #ff880e, #603bab) !important;
        background: -webkit-bg-linear-gradient(45deg, #ff880e, #603bab) !important;
    }

    .btn-gradient-dusk:not(:disabled):not(.disabled).active, .btn-gradient-dusk:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #ff7800;
        background: linear-gradient(45deg, #ff7800, #5935a3) !important;
        background: -webkit-bg-linear-gradient(45deg, #ff7800, #5935a3) !important;
    }

    .btn-gradient-dusk.disabled, .btn-gradient-dusk:disabled {
        color: #fff;
        background: #ffca93;
        background: linear-gradient(45deg, #ffca93, #b29fd8) !important;
        background: -webkit-bg-linear-gradient(45deg, #ffca93, #b29fd8) !important;
    }

.btn-gradient-citrine {
    color: #fff;
    border: none;
    background: #ff6028;
    background: linear-gradient(45deg, #ff6028, #7a5449) !important;
    background: -webkit-bg-linear-gradient(45deg, #ff6028, #7a5449) !important;
}

    .btn-gradient-citrine:hover, .btn-gradient-citrine:focus {
        color: #fff;
        background: #fb551c;
        background: linear-gradient(45deg, #fb551c, #6f483d) !important;
        background: -webkit-bg-linear-gradient(45deg, #fb551c, #6f483d) !important;
    }

    .btn-gradient-citrine:not(:disabled):not(.disabled).active, .btn-gradient-citrine:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #e8470f;
        background: linear-gradient(45deg, #e8470f, #633d32) !important;
        background: -webkit-bg-linear-gradient(45deg, #e8470f, #633d32) !important;
    }

    .btn-gradient-citrine.disabled, .btn-gradient-citrine:disabled {
        color: #fff;
        background: #ffaf93;
        background: linear-gradient(45deg, #ffaf93, #bca9a4) !important;
        background: -webkit-bg-linear-gradient(45deg, #ffaf93, #bca9a4) !important;
    }

.btn-gradient-royston {
    color: #fff;
    border: none;
    background: #7a5449;
    background: linear-gradient(45deg, #7a5449, #009b84) !important;
    background: -webkit-bg-linear-gradient(45deg, #7a5449, #009b84) !important;
}

    .btn-gradient-royston:hover, .btn-gradient-royston:focus {
        color: #fff;
        background: #6f483d;
        background: linear-gradient(45deg, #6f483d, #018975) !important;
        background: -webkit-bg-linear-gradient(45deg, #6f483d, #018975) !important;
    }

    .btn-gradient-royston:not(:disabled):not(.disabled).active, .btn-gradient-royston:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #633d32;
        background: linear-gradient(45deg, #633d32, #028068) !important;
        background: -webkit-bg-linear-gradient(45deg, #633d32, #028068) !important;
    }

    .btn-gradient-royston.disabled, .btn-gradient-royston:disabled {
        color: #fff;
        background: #bca9a4;
        background: linear-gradient(45deg, #bca9a4, #7fcdc1) !important;
        background: -webkit-bg-linear-gradient(45deg, #bca9a4, #7fcdc1) !important;
    }

.btn-gradient-ashes {
    color: #fff;
    border: none;
    background: #5e7d8a;
    background: linear-gradient(45deg, #5e7d8a, #324148) !important;
    background: -webkit-bg-linear-gradient(45deg, #5e7d8a, #324148) !important;
}

    .btn-gradient-ashes:hover, .btn-gradient-ashes:focus {
        color: #fff;
        background: #4a6b78;
        background: linear-gradient(45deg, #4a6b78, #2b383e) !important;
        background: -webkit-bg-linear-gradient(45deg, #4a6b78, #2b383e) !important;
    }

    .btn-gradient-ashes:not(:disabled):not(.disabled).active, .btn-gradient-ashes:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #40606d;
        background: linear-gradient(45deg, #40606d, #273238) !important;
        background: -webkit-bg-linear-gradient(45deg, #40606d, #273238) !important;
    }

    .btn-gradient-ashes.disabled, .btn-gradient-ashes:disabled {
        color: #fff;
        background: #aebec4;
        background: linear-gradient(45deg, #aebec4, #324148) !important;
        background: -webkit-bg-linear-gradient(45deg, #aebec4, #324148) !important;
    }

.btn-gradient-metal {
    color: #fff;
    border: none;
    background: #c1993f;
    background: linear-gradient(45deg, #c1993f, #9e9e9e) !important;
    background: -webkit-bg-linear-gradient(45deg, #c1993f, #9e9e9e) !important;
}

    .btn-gradient-metal:hover, .btn-gradient-metal:focus {
        color: #fff;
        background: #b48c32;
        background: linear-gradient(45deg, #b48c32, #919191) !important;
        background: -webkit-bg-linear-gradient(45deg, #b48c32, #919191) !important;
    }

    .btn-gradient-metal:not(:disabled):not(.disabled).active, .btn-gradient-metal:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #a27b25;
        background: linear-gradient(45deg, #a27b25, #858484) !important;
        background: -webkit-bg-linear-gradient(45deg, #a27b25, #858484) !important;
    }

    .btn-gradient-metal.disabled, .btn-gradient-metal:disabled {
        color: #fff;
        background: #e0cc9f;
        background: linear-gradient(45deg, #e0cc9f, #cecece) !important;
        background: -webkit-bg-linear-gradient(45deg, #e0cc9f, #cecece) !important;
    }

.btn-gradient-sunset {
    color: #fff;
    border: none;
    background: #009b84;
    background: linear-gradient(45deg, #009b84, #ff6028) !important;
    background: -webkit-bg-linear-gradient(45deg, #009b84, #ff6028) !important;
}

    .btn-gradient-sunset:hover, .btn-gradient-sunset:focus {
        color: #fff;
        background: #018975;
        background: linear-gradient(45deg, #018975, #fb551c) !important;
        background: -webkit-bg-linear-gradient(45deg, #018975, #fb551c) !important;
    }

    .btn-gradient-sunset:not(:disabled):not(.disabled).active, .btn-gradient-sunset:not(:disabled):not(.disabled):active {
        color: #fff;
        background: #028068;
        background: linear-gradient(45deg, #028068, #e8470f) !important;
        background: -webkit-bg-linear-gradient(45deg, #028068, #e8470f) !important;
    }

    .btn-gradient-sunset.disabled, .btn-gradient-sunset:disabled {
        color: #fff;
        background: #7fcdc1;
        background: linear-gradient(45deg, #7fcdc1, #ffaf93) !important;
        background: -webkit-bg-linear-gradient(45deg, #7fcdc1, #ffaf93) !important;
    }

.btn-outline-sky {
    color: #00acf0;
    background-color: transparent;
    background-image: none;
    border-color: #00acf0;
}

    .btn-outline-sky:hover, .btn-outline-sky:focus {
        color: #fff;
        background-color: #00a0df;
        border-color: #00a0df;
    }

    .btn-outline-sky:not(:disabled):not(.disabled).active, .btn-outline-sky:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0293c9;
        border-color: #0293c9;
    }

    .btn-outline-sky.disabled, .btn-outline-sky:disabled {
        color: #fff;
        background-color: #7fd5f7;
        border-color: #7fd5f7;
    }

.btn-outline-info,
.btn-outline-cyan {
    color: #1ebccd;
    background-color: transparent;
    background-image: none;
    border-color: #1ebccd;
}

    .btn-outline-info:hover, .btn-outline-info:focus,
    .btn-outline-cyan:hover,
    .btn-outline-cyan:focus {
        color: #fff;
        background-color: #16a9b9;
        border-color: #16a9b9;
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active,
    .btn-outline-cyan:not(:disabled):not(.disabled).active,
    .btn-outline-cyan:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0e949f;
        border-color: #0e949f;
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled,
    .btn-outline-cyan.disabled,
    .btn-outline-cyan:disabled {
        color: #fff;
        background-color: #8edde6;
        border-color: #8edde6;
    }

.btn-outline-success,
.btn-outline-green {
    color: #22af47;
    background-color: transparent;
    background-image: none;
    border-color: #22af47;
}

    .btn-outline-success:hover, .btn-outline-success:focus,
    .btn-outline-green:hover,
    .btn-outline-green:focus {
        color: #fff;
        background-color: #1aa23e;
        border-color: #1aa23e;
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active,
    .btn-outline-green:not(:disabled):not(.disabled).active,
    .btn-outline-green:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #179237;
        border-color: #179237;
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled,
    .btn-outline-green.disabled,
    .btn-outline-green:disabled {
        color: #fff;
        background-color: #90d7a3;
        border-color: #90d7a3;
    }

.btn-outline-warning,
.btn-outline-yellow {
    color: #ffbf36;
    background-color: transparent;
    background-image: none;
    border-color: #ffbf36;
}

    .btn-outline-warning:hover, .btn-outline-warning:focus,
    .btn-outline-yellow:hover,
    .btn-outline-yellow:focus {
        color: #fff;
        background-color: #ffb71d;
        border-color: #ffb71d;
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active,
    .btn-outline-yellow:not(:disabled):not(.disabled).active,
    .btn-outline-yellow:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #ffac19;
        border-color: #ffac19;
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled,
    .btn-outline-yellow.disabled,
    .btn-outline-yellow:disabled {
        color: #fff;
        background-color: #ffdf9a;
        border-color: #ffdf9a;
    }

.btn-outline-danger,
.btn-outline-red {
    color: #f83f37;
    background-color: transparent;
    background-image: none;
    border-color: #f83f37;
}

    .btn-outline-danger:hover, .btn-outline-danger:focus,
    .btn-outline-red:hover,
    .btn-outline-red:focus {
        color: #fff;
        background-color: #ff2f26;
        border-color: #ff2f26;
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active,
    .btn-outline-red:not(:disabled):not(.disabled).active,
    .btn-outline-red:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #ed1622;
        border-color: #ed1622;
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled,
    .btn-outline-red.disabled,
    .btn-outline-red:disabled {
        color: #fff;
        background-color: #fb9f9b;
        border-color: #fb9f9b;
    }

.btn-outline-secondary,
.btn-outline-grey {
    color: #9e9e9e;
    background-color: transparent;
    background-image: none;
    border-color: #9e9e9e;
}

    .btn-outline-secondary:hover, .btn-outline-secondary:focus,
    .btn-outline-grey:hover,
    .btn-outline-grey:focus {
        color: #fff;
        background-color: #919191;
        border-color: #919191;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .btn-outline-grey:not(:disabled):not(.disabled).active,
    .btn-outline-grey:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #858484;
        border-color: #858484;
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled,
    .btn-outline-grey.disabled,
    .btn-outline-grey:disabled {
        color: #fff;
        background-color: #cecece;
        border-color: #cecece;
    }

.btn-outline-pink {
    color: #ed1b60;
    background-color: transparent;
    background-image: none;
    border-color: #ed1b60;
}

    .btn-outline-pink:hover, .btn-outline-pink:focus {
        color: #fff;
        background-color: #df195f;
        border-color: #df195f;
    }

    .btn-outline-pink:not(:disabled):not(.disabled).active, .btn-outline-pink:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #be1b54;
        border-color: #be1b54;
    }

    .btn-outline-pink.disabled, .btn-outline-pink:disabled {
        color: #fff;
        background-color: #f68daf;
        border-color: #f68daf;
    }

.btn-outline-purple {
    color: #ab26aa;
    background-color: transparent;
    background-image: none;
    border-color: #ab26aa;
}

    .btn-outline-purple:hover, .btn-outline-purple:focus {
        color: #fff;
        background-color: #9a3092;
        border-color: #9a3092;
    }

    .btn-outline-purple:not(:disabled):not(.disabled).active, .btn-outline-purple:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #882787;
        border-color: #882787;
    }

    .btn-outline-purple.disabled, .btn-outline-purple:disabled {
        color: #fff;
        background-color: #d592d4;
        border-color: #d592d4;
    }

.btn-outline-violet {
    color: #6640b2;
    background-color: transparent;
    background-image: none;
    border-color: #6640b2;
}

    .btn-outline-violet:hover, .btn-outline-violet:focus {
        color: #fff;
        background-color: #603bab;
        border-color: #603bab;
    }

    .btn-outline-violet:not(:disabled):not(.disabled).active, .btn-outline-violet:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #5935a3;
        border-color: #5935a3;
    }

    .btn-outline-violet.disabled, .btn-outline-violet:disabled {
        color: #fff;
        background-color: #b29fd8;
        border-color: #b29fd8;
    }

.btn-outline-indigo {
    color: #3a55b1;
    background-color: transparent;
    background-image: none;
    border-color: #3a55b1;
}

    .btn-outline-indigo:hover, .btn-outline-indigo:focus {
        color: #fff;
        background-color: #3650ab;
        border-color: #3650ab;
    }

    .btn-outline-indigo:not(:disabled):not(.disabled).active, .btn-outline-indigo:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #2f4595;
        border-color: #2f4595;
    }

    .btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
        color: #fff;
        background-color: #9caad8;
        border-color: #9caad8;
    }

.btn-outline-blue {
    color: #0092ee;
    background-color: transparent;
    background-image: none;
    border-color: #0092ee;
}

    .btn-outline-blue:hover, .btn-outline-blue:focus {
        color: #fff;
        background-color: #0089e0;
        border-color: #0089e0;
    }

    .btn-outline-blue:not(:disabled):not(.disabled).active, .btn-outline-blue:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #007fd0;
        border-color: #007fd0;
    }

    .btn-outline-blue.disabled, .btn-outline-blue:disabled {
        color: #fff;
        background-color: #7fc8f6;
        border-color: #7fc8f6;
    }

.btn-outline-teal {
    color: #009b84;
    background-color: transparent;
    background-image: none;
    border-color: #009b84;
}

    .btn-outline-teal:hover, .btn-outline-teal:focus {
        color: #fff;
        background-color: #018975;
        border-color: #018975;
    }

    .btn-outline-teal:not(:disabled):not(.disabled).active, .btn-outline-teal:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #028068;
        border-color: #028068;
    }

    .btn-outline-teal.disabled, .btn-outline-teal:disabled {
        color: #fff;
        background-color: #7fcdc1;
        border-color: #7fcdc1;
    }

.btn-outline-primary,
.btn-outline-purple {
    color: #ab26aa;
    background-color: transparent;
    background-image: none;
    border-color: #ab26aa;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus,
    .btn-outline-purple:hover,
    .btn-outline-purple:focus {
        color: #fff;
        background-color: #9a3092;
        border-color: #9a3092;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-purple:not(:disabled):not(.disabled).active,
    .btn-outline-purple:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #882787;
        border-color: #882787;
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled,
    .btn-outline-purple.disabled,
    .btn-outline-purple:disabled {
        color: #fff;
        background-color: #d592d4;
        border-color: #d592d4;
    }

.btn-outline-lime {
    color: #d0d962;
    background-color: transparent;
    background-image: none;
    border-color: #d0d962;
}

    .btn-outline-lime:hover, .btn-outline-lime:focus {
        color: #324148;
        background-color: #c3cc34;
        border-color: #c3cc34;
    }

    .btn-outline-lime:not(:disabled):not(.disabled).active, .btn-outline-lime:not(:disabled):not(.disabled):active {
        color: #324148;
        background-color: #b7c11a;
        border-color: #b7c11a;
    }

    .btn-outline-lime.disabled, .btn-outline-lime:disabled {
        color: #324148;
        background-color: #e7ecb0;
        border-color: #e7ecb0;
    }

.btn-outline-sun {
    color: #fde335;
    background-color: transparent;
    background-image: none;
    border-color: #fde335;
}

    .btn-outline-sun:hover, .btn-outline-sun:focus {
        color: #324148;
        background-color: #ecd11e;
        border-color: #ecd11e;
    }

    .btn-outline-sun:not(:disabled):not(.disabled).active, .btn-outline-sun:not(:disabled):not(.disabled):active {
        color: #324148;
        background-color: #dfc414;
        border-color: #dfc414;
    }

    .btn-outline-sun.disabled, .btn-outline-sun:disabled {
        color: #324148;
        background-color: #fef19a;
        border-color: #fef19a;
    }

.btn-outline-orange {
    color: #ff9528;
    background-color: transparent;
    background-image: none;
    border-color: #ff9528;
}

    .btn-outline-orange:hover, .btn-outline-orange:focus {
        color: #fff;
        background-color: #ff880e;
        border-color: #ff880e;
    }

    .btn-outline-orange:not(:disabled):not(.disabled).active, .btn-outline-orange:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #ff7800;
        border-color: #ff7800;
    }

    .btn-outline-orange.disabled, .btn-outline-orange:disabled {
        color: #fff;
        background-color: #ffca93;
        border-color: #ffca93;
    }

.btn-outline-pumpkin {
    color: #ff6028;
    background-color: transparent;
    background-image: none;
    border-color: #ff6028;
}

    .btn-outline-pumpkin:hover, .btn-outline-pumpkin:focus {
        color: #fff;
        background-color: #fb551c;
        border-color: #fb551c;
    }

    .btn-outline-pumpkin:not(:disabled):not(.disabled).active, .btn-outline-pumpkin:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #e8470f;
        border-color: #e8470f;
    }

    .btn-outline-pumpkin.disabled, .btn-outline-pumpkin:disabled {
        color: #fff;
        background-color: #ffaf93;
        border-color: #ffaf93;
    }

.btn-outline-brown {
    color: #7a5449;
    background-color: transparent;
    background-image: none;
    border-color: #7a5449;
}

    .btn-outline-brown:hover, .btn-outline-brown:focus {
        color: #fff;
        background-color: #6f483d;
        border-color: #6f483d;
    }

    .btn-outline-brown:not(:disabled):not(.disabled).active, .btn-outline-brown:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #633d32;
        border-color: #633d32;
    }

    .btn-outline-brown.disabled, .btn-outline-brown:disabled {
        color: #fff;
        background-color: #bca9a4;
        border-color: #bca9a4;
    }

.btn-outline-gold {
    color: #c1993f;
    background-color: transparent;
    background-image: none;
    border-color: #c1993f;
}

    .btn-outline-gold:hover, .btn-outline-gold:focus {
        color: #fff;
        background-color: #b48c32;
        border-color: #b48c32;
    }

    .btn-outline-gold:not(:disabled):not(.disabled).active, .btn-outline-gold:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #a27b25;
        border-color: #a27b25;
    }

    .btn-outline-gold.disabled, .btn-outline-gold:disabled {
        color: #fff;
        background-color: #e0cc9f;
        border-color: #e0cc9f;
    }

.btn-outline-smoke {
    color: #5e7d8a;
    background-color: transparent;
    background-image: none;
    border-color: #5e7d8a;
}

    .btn-outline-smoke:hover, .btn-outline-smoke:focus {
        color: #fff;
        background-color: #4a6b78;
        border-color: #4a6b78;
    }

    .btn-outline-smoke:not(:disabled):not(.disabled).active, .btn-outline-smoke:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #40606d;
        border-color: #40606d;
    }

    .btn-outline-smoke.disabled, .btn-outline-smoke:disabled {
        color: #fff;
        background-color: #aebec4;
        border-color: #aebec4;
    }

.btn-outline-dark {
    color: #324148;
    background-color: transparent;
    background-image: none;
    border-color: #324148;
}

    .btn-outline-dark:hover, .btn-outline-dark:focus {
        color: #fff;
        background-color: #2b383e;
        border-color: #2b383e;
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #273238;
        border-color: #273238;
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #fff;
        background-color: #adb3b6;
        border-color: #adb3b6;
    }

.btn-outline-light {
    color: #324148;
    background-color: transparent;
    background-image: none;
    border-color: #e0e3e4;
}

    .btn-outline-light:hover, .btn-outline-light:focus {
        color: #324148;
        background-color: #d6d9da;
        border-color: #d6d9da;
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
        color: #324148;
        background-color: #c1c6c8;
        border-color: #c1c6c8;
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #324148;
        background-color: #f5f5f6;
        border-color: #f5f5f6;
    }

.show > .btn-sky.dropdown-toggle,
.show > .btn-outline-sky.dropdown-toggle {
    color: #fff;
    background-color: #0293c9;
    border-color: #0293c9;
}

.show > .btn-info.dropdown-toggle, .show > .btn-cyan.dropdown-toggle,
.show > .btn-outline-info.dropdown-toggle, .show > .btn-outline-cyan.dropdown-toggle {
    color: #fff;
    background-color: #0e949f;
    border-color: #0e949f;
}

.show > .btn-success.dropdown-toggle, .show > .btn-green.dropdown-toggle,
.show > .btn-outline-success.dropdown-toggle, .show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #179237;
    border-color: #179237;
}

.show > .btn-warning.dropdown-toggle, .show > .btn-yellow.dropdown-toggle,
.show > .btn-outline-warning.dropdown-toggle, .show > .btn-outline-yellow.dropdown-toggle {
    color: #fff;
    background-color: #ffac19;
    border-color: #ffac19;
}

.show > .btn-danger.dropdown-toggle, .show > .btn-red.dropdown-toggle,
.show > .btn-outline-danger.dropdown-toggle, .show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #ed1622;
    border-color: #ed1622;
}

.show > .btn-secondary.dropdown-toggle, .show > .btn-grey.dropdown-toggle,
.show > .btn-outline-secondary.dropdown-toggle, .show > .btn-outline-grey.dropdown-toggle {
    color: #fff;
    background-color: #858484;
    border-color: #858484;
}

.show > .btn-grey.dropdown-toggle,
.show > .btn-outline-grey.dropdown-toggle {
    color: #fff;
    background-color: #858484;
    border-color: #858484;
}

.show > .btn-pink.dropdown-toggle,
.show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #be1b54;
    border-color: #be1b54;
}

.show > .btn-purple.dropdown-toggle,
.show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #882787;
    border-color: #882787;
}

.show > .btn-violet.dropdown-toggle,
.show > .btn-outline-violet.dropdown-toggle {
    color: #fff;
    background-color: #5935a3;
    border-color: #5935a3;
}

.show > .btn-indigo.dropdown-toggle,
.show > .btn-outline-indigo.dropdown-toggle {
    color: #fff;
    background-color: #2f4595;
    border-color: #2f4595;
}

.show > .btn-blue.dropdown-toggle,
.show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #007fd0;
    border-color: #007fd0;
}

.show > .btn-teal.dropdown-toggle,
.show > .btn-outline-teal.dropdown-toggle {
    color: #fff;
    background-color: #028068;
    border-color: #028068;
}

.show > .btn-primary.dropdown-toggle,
.show > .btn-purple.dropdown-toggle,
.show > .btn-outline-primary.dropdown-toggle,
.show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #882787;
    border-color: #882787;
}

.show > .btn-lime.dropdown-toggle,
.show > .btn-outline-lime.dropdown-toggle {
    color: #324148;
    background-color: #b7c11a;
    border-color: #b7c11a;
}

.show > .btn-sun.dropdown-toggle,
.show > .btn-outline-sun.dropdown-toggle {
    color: #324148;
    background-color: #dfc414;
    border-color: #dfc414;
}

.show > .btn-orange.dropdown-toggle,
.show > .btn-outline-orange.dropdown-toggle {
    color: #fff;
    background-color: #ff7800;
    border-color: #ff7800;
}

.show > .btn-pumpkin.dropdown-toggle,
.show > .btn-outline-pumpkin.dropdown-toggle {
    color: #fff;
    background-color: #e8470f;
    border-color: #e8470f;
}

.show > .btn-brown.dropdown-toggle,
.show > .btn-outline-brown.dropdown-toggle {
    color: #fff;
    background-color: #633d32;
    border-color: #633d32;
}

.show > .btn-gold.dropdown-toggle,
.show > .btn-outline-gold.dropdown-toggle {
    color: #fff;
    background-color: #a27b25;
    border-color: #a27b25;
}

.show > .btn-smoke.dropdown-toggle,
.show > .btn-outline-smoke.dropdown-toggle {
    color: #fff;
    background-color: #40606d;
    border-color: #40606d;
}

.show > .btn-light.dropdown-toggle,
.show > .btn-outline-light.dropdown-toggle {
    color: #324148;
    background-color: #c1c6c8;
    border-color: #c1c6c8;
}

.show > .btn-dark.dropdown-toggle,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #273238;
    border-color: #273238;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -2px;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -2px;
}

.btn-group.btn-group-rounded .btn:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.btn-group.btn-group-rounded .btn:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 1.1rem;
    border-radius: 0.25rem;
}

.btn-group-xs > .btn, .btn-xs {
    font-size: 1.1rem;
    border-radius: 0.2rem;
    padding: .05rem .3rem;
    font-size: .85rem;
}

.button-list > .btn, .button-list > .btn-group {
    margin-top: 15px;
    margin-right: 10px;
}

button.close {
    outline: none;
}
