/*
==============
=== MARGIN ===
==============
*/

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

.m-1px { margin: 1px !important; }
.m-2px { margin: 2px !important; }
.m-3px { margin: 3px !important; }
.m-4px { margin: 4px !important; }
.m-5px { margin: 5px !important; }
.m-6px { margin: 6px !important; }
.m-7px { margin: 7px !important; }
.m-8px { margin: 8px !important; }
.m-9px { margin: 9px !important; }
.m-10px { margin: 10px !important; }
.m-15px { margin: 15px !important; }
.m-20px { margin: 20px !important; }
.m-30px { margin: 30px !important; }
.m-40px { margin: 40px !important; }

.m-01rem { margin: 0.1rem !important; }
.m-02rem { margin: 0.2rem !important; }
.m-03rem { margin: 0.3rem !important; }
.m-04rem { margin: 0.4rem !important; }
.m-05rem { margin: 0.5rem !important; }
.m-06rem { margin: 0.6rem !important; }
.m-07rem { margin: 0.7rem !important; }
.m-08rem { margin: 0.8rem !important; }
.m-09rem { margin: 0.9rem !important; }
.m-1rem { margin: 1rem !important; }
.m-15rem { margin: 1.5rem !important; }
.m-2rem { margin: 2rem !important; }
.m-25rem { margin: 2.5rem !important; }
.m-3rem { margin: 3rem !important; }
.m-35rem { margin: 3.5rem !important; }
.m-4rem { margin: 4rem !important; }

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

.mt-1px { margin-top: 1px !important; }
.mt-2px { margin-top: 2px !important; }
.mt-3px { margin-top: 3px !important; }
.mt-4px { margin-top: 4px !important; }
.mt-5px { margin-top: 5px !important; }
.mt-6px { margin-top: 6px !important; }
.mt-7px { margin-top: 7px !important; }
.mt-8px { margin-top: 8px !important; }
.mt-9px { margin-top: 9px !important; }
.mt-10px { margin-top: 10px !important; }
.mt-15px { margin-top: 15px !important; }
.mt-20px { margin-top: 20px !important; }
.mt-30px { margin-top: 30px !important; }
.mt-40px { margin-top: 40px !important; }

.mt-01rem { margin-top: 0.1rem !important; }
.mt-02rem { margin-top: 0.2rem !important; }
.mt-03rem { margin-top: 0.3rem !important; }
.mt-04rem { margin-top: 0.4rem !important; }
.mt-05rem { margin-top: 0.5rem !important; }
.mt-06rem { margin-top: 0.6rem !important; }
.mt-07rem { margin-top: 0.7rem !important; }
.mt-08rem { margin-top: 0.8rem !important; }
.mt-09rem { margin-top: 0.9rem !important; }
.mt-1rem { margin-top: 1rem !important; }
.mt-15rem { margin-top: 1.5rem !important; }
.mt-2rem { margin-top: 2rem !important; }
.mt-25rem { margin-top: 2.5rem !important; }
.mt-3rem { margin-top: 3rem !important; }
.mt-35rem { margin-top: 3.5rem !important; }
.mt-4rem { margin-top: 4rem !important; }

/* margin-right */
.mr-0 { margin-right: 0 !important; }

.mr-1px { margin-right: 1px !important; }
.mr-2px { margin-right: 2px !important; }
.mr-3px { margin-right: 3px !important; }
.mr-4px { margin-right: 4px !important; }
.mr-5px { margin-right: 5px !important; }
.mr-6px { margin-right: 6px !important; }
.mr-7px { margin-right: 7px !important; }
.mr-8px { margin-right: 8px !important; }
.mr-9px { margin-right: 9px !important; }
.mr-10px { margin-right: 10px !important; }
.mr-15px { margin-right: 15px !important; }
.mr-20px { margin-right: 20px !important; }
.mr-30px { margin-right: 30px !important; }
.mr-40px { margin-right: 40px !important; }

.mr-01rem { margin-right: 0.1rem !important; }
.mr-02rem { margin-right: 0.2rem !important; }
.mr-03rem { margin-right: 0.3rem !important; }
.mr-04rem { margin-right: 0.4rem !important; }
.mr-05rem { margin-right: 0.5rem !important; }
.mr-06rem { margin-right: 0.6rem !important; }
.mr-07rem { margin-right: 0.7rem !important; }
.mr-08rem { margin-right: 0.8rem !important; }
.mr-09rem { margin-right: 0.9rem !important; }
.mr-1rem { margin-right: 1rem !important; }
.mr-15rem { margin-right: 1.5rem !important; }
.mr-2rem { margin-right: 2rem !important; }
.mr-25rem { margin-right: 2.5rem !important; }
.mr-3rem { margin-right: 3rem !important; }
.mr-35rem { margin-right: 3.5rem !important; }
.mr-4rem { margin-right: 4rem !important; }

/* margin-bottom */
pb-0 { margin-bottom: 0 !important; }

.mb-1px { margin-bottom: 1px !important; }
.mb-2px { margin-bottom: 2px !important; }
.mb-3px { margin-bottom: 3px !important; }
.mb-4px { margin-bottom: 4px !important; }
.mb-5px { margin-bottom: 5px !important; }
.mb-6px { margin-bottom: 6px !important; }
.mb-7px { margin-bottom: 7px !important; }
.mb-8px { margin-bottom: 8px !important; }
.mb-9px { margin-bottom: 9px !important; }
.mb-10px { margin-bottom: 10px !important; }
.mb-15px { margin-bottom: 15px !important; }
.mb-20px { margin-bottom: 20px !important; }
.mb-30px { margin-bottom: 30px !important; }
.mb-40px { margin-bottom: 40px !important; }

.mb-01rem { margin-bottom: 0.1rem !important; }
.mb-02rem { margin-bottom: 0.2rem !important; }
.mb-03rem { margin-bottom: 0.3rem !important; }
.mb-04rem { margin-bottom: 0.4rem !important; }
.mb-05rem { margin-bottom: 0.5rem !important; }
.mb-06rem { margin-bottom: 0.6rem !important; }
.mb-07rem { margin-bottom: 0.7rem !important; }
.mb-08rem { margin-bottom: 0.8rem !important; }
.mb-09rem { margin-bottom: 0.9rem !important; }
.mb-1rem { margin-bottom: 1rem !important; }
.mb-15rem { margin-bottom: 1.5rem !important; }
.mb-2rem { margin-bottom: 2rem !important; }
.mb-25rem { margin-bottom: 2.5rem !important; }
.mb-3rem { margin-bottom: 3rem !important; }
.mb-35rem { margin-bottom: 3.5rem !important; }
.mb-4rem { margin-bottom: 4rem !important; }

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

.ml-1px { margin-left: 1px !important; }
.ml-2px { margin-left: 2px !important; }
.ml-3px { margin-left: 3px !important; }
.ml-4px { margin-left: 4px !important; }
.ml-5px { margin-left: 5px !important; }
.ml-6px { margin-left: 6px !important; }
.ml-7px { margin-left: 7px !important; }
.ml-8px { margin-left: 8px !important; }
.ml-9px { margin-left: 9px !important; }
.ml-10px { margin-left: 10px !important; }
.ml-15px { margin-left: 15px !important; }
.ml-20px { margin-left: 20px !important; }
.ml-30px { margin-left: 30px !important; }
.ml-40px { margin-left: 40px !important; }

.ml-01rem { margin-left: 0.1rem !important; }
.ml-02rem { margin-left: 0.2rem !important; }
.ml-03rem { margin-left: 0.3rem !important; }
.ml-04rem { margin-left: 0.4rem !important; }
.ml-05rem { margin-left: 0.5rem !important; }
.ml-06rem { margin-left: 0.6rem !important; }
.ml-07rem { margin-left: 0.7rem !important; }
.ml-08rem { margin-left: 0.8rem !important; }
.ml-09rem { margin-left: 0.9rem !important; }
.ml-1rem { margin-left: 1rem !important; }
.ml-15rem { margin-left: 1.5rem !important; }
.ml-2rem { margin-left: 2rem !important; }
.ml-25rem { margin-left: 2.5rem !important; }
.ml-3rem { margin-left: 3rem !important; }
.ml-35rem { margin-left: 3.5rem !important; }
.ml-4rem { margin-left: 4rem !important; }
