﻿/* Margin (all sides) */
.sp-m-0 {
    margin: 0 !important;
}

.sp-m-1 {
    margin: 0.25rem !important;
}

.sp-m-2 {
    margin: 0.5rem !important;
}

.sp-m-3 {
    margin: 1rem !important;
}

.sp-m-4 {
    margin: 1.5rem !important;
}

.sp-m-5 {
    margin: 3rem !important;
}

/* Margin-top */
.sp-mt-0 {
    margin-top: 0 !important;
}

.sp-mt-1 {
    margin-top: 0.25rem !important;
}

.sp-mt-2 {
    margin-top: 0.5rem !important;
}

.sp-mt-3 {
    margin-top: 1rem !important;
}

.sp-mt-4 {
    margin-top: 1.5rem !important;
}

.sp-mt-5 {
    margin-top: 3rem !important;
}

/* Margin-bottom */
.sp-mb-0 {
    margin-bottom: 0 !important;
}

.sp-mb-1 {
    margin-bottom: 0.25rem !important;
}

.sp-mb-2 {
    margin-bottom: 0.5rem !important;
}

.sp-mb-3 {
    margin-bottom: 1rem !important;
}

.sp-mb-4 {
    margin-bottom: 1.5rem !important;
}

.sp-mb-5 {
    margin-bottom: 3rem !important;
}

/* Margin-left */
.sp-ml-0 {
    margin-left: 0 !important;
}

.sp-ml-1 {
    margin-left: 0.25rem !important;
}

.sp-ml-2 {
    margin-left: 0.5rem !important;
}

.sp-ml-3 {
    margin-left: 1rem !important;
}

.sp-ml-4 {
    margin-left: 1.5rem !important;
}

.sp-ml-5 {
    margin-left: 3rem !important;
}

/* Margin-right */
.sp-mr-0 {
    margin-right: 0 !important;
}

.sp-mr-1 {
    margin-right: 0.25rem !important;
}

.sp-mr-2 {
    margin-right: 0.5rem !important;
}

.sp-mr-3 {
    margin-right: 1rem !important;
}

.sp-mr-4 {
    margin-right: 1.5rem !important;
}

.sp-mr-5 {
    margin-right: 3rem !important;
}

/* Horizontal Margins (left & right) */
.sp-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sp-mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.sp-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.sp-mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.sp-mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.sp-mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

/* Vertical Margins (top & bottom) */
.sp-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.sp-my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.sp-my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.sp-my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.sp-my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.sp-my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/* Auto Margins */
.sp-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.sp-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
