.m-0 {
    margin: 0 !important;
}

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

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

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

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

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

.mb-0 {
    margin-bottom: 0 !important;
}

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

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

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

.mt-0 {
    margin-top: 0 !important;
}

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

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

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

.ml-0 {
    margin-left: 0 !important;
}

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

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

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

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

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


.p-0 {
    padding: 0 !important;
}

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

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

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

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

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

.pt-0 {
    padding-top: 0 !important;
}

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

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

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

.w-100 {
    width: 100% !important;
}

.w-99 {
    width: 99% !important;
}

.w-95 {
    width: 95% !important;
}

.w-90 {
    width: 90% !important;
}

.w-10 {
    width: 10% !important;
}

.w-5 {
    width: 5% !important;
}

.w-1 {
    width: 1% !important;
}

.w-60px {
    width: 60px !important;
}

.w-100px {
    width: 100px !important;
}

.w-200px {
    width: 200px !important;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}