/*
    Stylesheet Helper.css
    version 1.0
    for ERP : Enterprise Resource Planning
*/

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-gray: #7E8299;
  --bs-gray-dark: #3F4254;
  --bs-white: #ffffff;
  --bs-light: #F5F8FA;
  --bs-primary: #009EF7;
  --bs-secondary: #E4E6EF;
  --bs-success: #50CD89;
  --bs-info: #7239EA;
  --bs-warning: #FFC700;
  --bs-danger: #F1416C;
  --bs-dark: #181C32;
}

/* Helper : Display Layout */
.d-none {
  display: none !important
}

.d-flex {
  display: flex
}

.flex-root {
  flex: 1
}

.flex-column-auto {
  flex: none
}

.flex-column-fluid {
  flex: 1 0 auto
}

.flex-row-auto {
  flex: 0 0 auto
}

.flex-row-fluid {
  flex: 1 auto;
  min-width: 0
}

.flex-center {
  align-items: center;
  justify-content: center
}

.flex-stack {
  align-items: center;
  justify-content: space-between
}

@media (min-width:576px) {
  .flex-sm-root {
    flex: 1
  }

  .flex-sm-column-auto {
    flex: none
  }

  .flex-sm-column-fluid {
    flex: 1 0 auto
  }

  .flex-sm-row-auto {
    flex: 0 0 auto
  }

  .flex-sm-row-fluid {
    flex: 1 auto;
    min-width: 0
  }

  .flex-sm-center {
    align-items: center;
    justify-content: center
  }

  .flex-sm-stack {
    align-items: center;
    justify-content: space-between
  }
}

@media (min-width:768px) {
  .flex-md-root {
    flex: 1
  }

  .flex-md-column-auto {
    flex: none
  }

  .flex-md-column-fluid {
    flex: 1 0 auto
  }

  .flex-md-row-auto {
    flex: 0 0 auto
  }

  .flex-md-row-fluid {
    flex: 1 auto;
    min-width: 0
  }

  .flex-md-center {
    align-items: center;
    justify-content: center
  }

  .flex-md-stack {
    align-items: center;
    justify-content: space-between
  }
}

@media (min-width:992px) {
  .flex-lg-root {
    flex: 1
  }

  .flex-lg-column-auto {
    flex: none
  }

  .flex-lg-column-fluid {
    flex: 1 0 auto
  }

  .flex-lg-row-auto {
    flex: 0 0 auto
  }

  .flex-lg-row-fluid {
    flex: 1 auto;
    min-width: 0
  }

  .flex-lg-center {
    align-items: center;
    justify-content: center
  }

  .flex-lg-stack {
    align-items: center;
    justify-content: space-between
  }
}

@media (min-width:1200px) {
  .flex-xl-root {
    flex: 1
  }

  .flex-xl-column-auto {
    flex: none
  }

  .flex-xl-column-fluid {
    flex: 1 0 auto
  }

  .flex-xl-row-auto {
    flex: 0 0 auto
  }

  .flex-xl-row-fluid {
    flex: 1 auto;
    min-width: 0
  }

  .flex-xl-center {
    align-items: center;
    justify-content: center
  }

  .flex-xl-stack {
    align-items: center;
    justify-content: space-between
  }
}

@media (min-width:1400px) {
  .flex-xxl-root {
    flex: 1
  }

  .flex-xxl-column-auto {
    flex: none
  }

  .flex-xxl-column-fluid {
    flex: 1 0 auto
  }

  .flex-xxl-row-auto {
    flex: 0 0 auto
  }

  .flex-xxl-row-fluid {
    flex: 1 auto;
    min-width: 0
  }

  .flex-xxl-center {
    align-items: center;
    justify-content: center
  }

  .flex-xxl-stack {
    align-items: center;
    justify-content: space-between
  }
}

.flex-equal {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

/* Helper : Font Size , Font Weight */

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

.fw-bold {
  font-weight: 500 !important
}

.fw-bolder {
  font-weight: 600 !important
}

.fs-1 {
  font-size: calc(1.3rem + .6vw) !important
}

.fs-2 {
  font-size: calc(1.275rem + .3vw) !important
}

.fs-3 {
  font-size: calc(1.26rem + .12vw) !important
}

.fs-4 {
  font-size: 1.25rem !important
}

.fs-5 {
  font-size: 1.15rem !important
}

.fs-6 {
  font-size: 1.075rem !important
}

.fs-7 {
  font-size: .95rem !important
}

.fs-8 {
  font-size: .85rem !important
}

.fs-9 {
  font-size: .75rem !important
}

.fs-10 {
  font-size: .5rem !important
}

.fs-base {
  font-size: 1rem !important
}

.fs-fluid {
  font-size: 100% !important
}

.fs-2x {
  font-size: calc(1.325rem + .9vw) !important
}

.fs-2qx {
  font-size: calc(1.35rem + 1.2vw) !important
}

.fs-2hx {
  font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2tx {
  font-size: calc(1.4rem + 1.8vw) !important
}

.fs-3x {
  font-size: calc(1.425rem + 2.1vw) !important
}

.fs-3qx {
  font-size: calc(1.45rem + 2.4vw) !important
}

.fs-3hx {
  font-size: calc(1.475rem + 2.7vw) !important
}

.fs-3tx {
  font-size: calc(1.5rem + 3vw) !important
}

.fs-4x {
  font-size: calc(1.525rem + 3.3vw) !important
}

.fs-4qx {
  font-size: calc(1.55rem + 3.6vw) !important
}

.fs-4hx {
  font-size: calc(1.575rem + 3.9vw) !important
}

.fs-4tx {
  font-size: calc(1.6rem + 4.2vw) !important
}

.fs-5x {
  font-size: calc(1.625rem + 4.5vw) !important
}

.fs-5qx {
  font-size: calc(1.65rem + 4.8vw) !important
}

.fs-5hx {
  font-size: calc(1.675rem + 5.1vw) !important
}

.fs-5tx {
  font-size: calc(1.7rem + 5.4vw) !important
}

/* Helper : Text Style */

.text-italic {
  font-style: italic !important
}

.text-line-through {
  text-decoration: line-through !important
}

  .text-line-through > td {
    text-decoration: line-through !important
  }

.text-decoration-none {
  text-decoration: none !important
}

.text-decoration-underline {
  text-decoration: underline !important
}

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

.text-uppercase {
  text-transform: uppercase !important
}

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

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}

.text-highlight {
  background-color: #FFFF00 !important
}

.text-white {
  color: #fff !important
}

.text-light {
  color: #f5f8fa !important
}

.text-primary {
  color: #009ef7 !important
}

.text-secondary {
  color: #e4e6ef !important
}

.text-success {
  color: #50cd89 !important
}

.text-info {
  color: #26b2f7;
}

.text-info2 {
  color: #b2e5ff;
}

.text-warning {
  color: #ffc700 !important
}

.text-danger {
  color: #f1416c !important
}

  .text-danger > td {
    color: #f1416c !important
  }

.text-dark {
  color: #181c32 !important
}

.text-muted {
  color: #eee !important
}

.text-secondary {
  color: #6c757d !important
}

.text-gray-dark {
  color: #343a40 !important
}

.text-gray {
  color: #adb5bd !important
}

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

.text-white {
  color: #FFF !important
}

.text-light {
  color: #1f2d3d !important
}

.text-indigo {
  color: #6610f2 !important
}

.text-lightblue {
  color: #3c8dbc !important
}

.text-navy {
  color: #001f3f !important
}

.text-fuchsia {
  color: #f012be !important
}

.text-maroon {
  color: #d81b60 !important
}

.text-orange {
  color: #ff851b !important
}

.text-lime {
  color: #01ff70 !important
}

.text-olive {
  color: #3d9970 !important
}

.text-dark-blue {
  color: #001D6E !important
}

.text-pink, .text-pink:focus, .text-pink:hover {
  color: #e91e63 !important
}

/* Helper : Backgroud Color */

.bg-success {
  background-color: #b1edcee8 !important
}

.bg-olive {
  background-color: #3d9970 !important
}

.bg-danger {
  background-color: var(--bs-red) !important
}

.btn.bg-danger {
  color: #fff !important
}

.bg-table-success > td {
  background-color: #dff0d8 !important
}

.bg-table-danger > td {
  background-color: #f2dede !important
}

.bg-light {
  background-color: #FFF0 !important;
  color: #525252
}

.bg-light-primary {
  background-color: #ECF8FF !important
}

.bg-light-success {
  background-color: #e8fff3 !important
}

.bg-light-danger {
  background-color: #fff5f8 !important
}

.bg-content-table {
  background-color: #EEEEEE !important;
  color: #333 !important
}

  .bg-content-table > td {
    background-color: #EEEEEE !important;
    color: #333 !important
  }

.green-header {
  background-color: #448e4a !important;
}

.green-detail {
  background-color: #a4e2a9 !important;
}

.orange-header {
  background-color: #ffb700 !important;
}

.orange-detail {
  background-color: #ffe092 !important;
}

.blue-header {
  background-color: rgb(85, 130, 255) !important;
}

.blue-detail {
  background-color: rgb(182, 202, 255) !important;
}

/* Helper : Border Color */
.border-dashed {
  border-style: dashed !important
}

.border-primary {
  border-color: #009EF7 !important
}

.border-success {
  border-color: #50cd89 !important
}

.border-danger {
  border-color: #f1416c !important
}

/* Helper : Height, Width */

.max-width {
  width: 100% !important
}

.h-50 {
  height: 50px;
  max-height: 50px
}

.h-100 {
  height: 100px;
  max-height: 100px
}

.w-50 {
  width: 50px;
  max-width: 50px
}

.w-100 {
  width: 100px;
  max-width: 100px
}

.w-150 {
  width: 150px;
  max-width: 150px
}

.w-200 {
  width: 200px;
  max-width: 200px
}

.w-250 {
  width: 250px;
  max-width: 250px
}

.w-300 {
  width: 300px;
  max-width: 300px
}

.h-auto {
  height: auto !important
}

.h-1px {
  height: 1px !important
}

.h-2px {
  height: 2px !important
}

.h-3px {
  height: 3px !important
}

.h-4px {
  height: 4px !important
}

.h-5px {
  height: 5px !important
}

.h-6px {
  height: 6px !important
}

.h-7px {
  height: 7px !important
}

.h-8px {
  height: 8px !important
}

.h-9px {
  height: 9px !important
}

.h-10px {
  height: 10px !important
}

.h-15px {
  height: 15px !important
}

.h-20px {
  height: 20px !important
}

.h-25px {
  height: 25px !important
}

.h-30px {
  height: 30px !important
}

.h-35px {
  height: 35px !important
}

.h-40px {
  height: 40px !important
}

.h-45px {
  height: 45px !important
}

.h-50px {
  height: 50px !important
}

.h-55px {
  height: 55px !important
}

.h-60px {
  height: 60px !important
}

.h-65px {
  height: 65px !important
}

.h-70px {
  height: 70px !important
}

.h-75px {
  height: 75px !important
}

.h-80px {
  height: 80px !important
}

.h-85px {
  height: 85px !important
}

.h-90px {
  height: 90px !important
}

.h-95px {
  height: 95px !important
}

.h-100px {
  height: 100px !important
}

.h-125px {
  height: 125px !important
}

.h-150px {
  height: 150px !important
}

.h-175px {
  height: 175px !important
}

.h-200px {
  height: 200px !important
}

.h-225px {
  height: 225px !important
}

.h-250px {
  height: 250px !important
}

.h-275px {
  height: 275px !important
}

.h-300px {
  height: 300px !important
}

.h-325px {
  height: 325px !important
}

.h-350px {
  height: 350px !important
}

.h-375px {
  height: 375px !important
}

.h-400px {
  height: 400px !important
}

.h-425px {
  height: 425px !important
}

.h-450px {
  height: 450px !important
}

.h-475px {
  height: 475px !important
}

.h-500px {
  height: 500px !important
}

.h-550px {
  height: 550px !important
}

.h-600px {
  height: 600px !important
}

.h-650px {
  height: 650px !important
}

.h-700px {
  height: 700px !important
}

.h-750px {
  height: 750px !important
}

.h-800px {
  height: 800px !important
}

.h-850px {
  height: 850px !important
}

.h-900px {
  height: 900px !important
}

.h-950px {
  height: 950px !important
}

.h-1000px {
  height: 1000px !important
}

.w-1px {
  width: 1px !important
}

.w-2px {
  width: 2px !important
}

.w-3px {
  width: 3px !important
}

.w-4px {
  width: 4px !important
}

.w-5px {
  width: 5px !important
}

.w-6px {
  width: 6px !important
}

.w-7px {
  width: 7px !important
}

.w-8px {
  width: 8px !important
}

.w-9px {
  width: 9px !important
}

.w-10px {
  width: 10px !important
}

.w-15px {
  width: 15px !important
}

.w-20px {
  width: 20px !important
}

.w-25px {
  width: 25px !important
}

.w-30px {
  width: 30px !important
}

.w-35px {
  width: 35px !important
}

.w-40px {
  width: 40px !important
}

.w-45px {
  width: 45px !important
}

.w-50px {
  width: 50px !important
}

.w-55px {
  width: 55px !important
}

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

.w-65px {
  width: 65px !important
}

.w-70px {
  width: 70px !important
}

.w-75px {
  width: 75px !important
}

.w-80px {
  width: 80px !important
}

.w-85px {
  width: 85px !important
}

.w-90px {
  width: 90px !important
}

.w-95px {
  width: 95px !important
}

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

.w-125px {
  width: 125px !important
}

.w-150px {
  width: 150px !important
}

.w-175px {
  width: 175px !important
}

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

.w-225px {
  width: 225px !important
}

.w-250px {
  width: 250px !important
}

.w-275px {
  width: 275px !important
}

.w-300px {
  width: 300px !important
}

.w-325px {
  width: 325px !important
}

.w-350px {
  width: 350px !important
}

.w-375px {
  width: 375px !important
}

.w-400px {
  width: 400px !important
}

.w-425px {
  width: 425px !important
}

.w-450px {
  width: 450px !important
}

.w-475px {
  width: 475px !important
}

.w-500px {
  width: 500px !important
}

.w-550px {
  width: 550px !important
}

.w-600px {
  width: 600px !important
}

.w-650px {
  width: 650px !important
}

.w-700px {
  width: 700px !important
}

.w-750px {
  width: 750px !important
}

.w-800px {
  width: 800px !important
}

.w-850px {
  width: 850px !important
}

.w-900px {
  width: 900px !important
}

.w-950px {
  width: 950px !important
}

.w-1000px {
  width: 1000px !important
}

/* Helper : Table Width */

.tf-costcode {
  width: 200px;
  min-width: 200px !important;
  max-width: calc(200px * 4)
}

.tf-1 {
  width: 40px;
  min-width: 40px !important;
  max-width: calc(40px * 4)
}

.tf-1-5 {
  width: 60px;
  min-width: 60px !important;
  max-width: calc(60px * 4)
}

.tf-2 {
  width: 70px;
  min-width: 70px !important;
  max-width: calc(70px * 4)
}

.tf-2-5 {
  width: 100px;
  min-width: 100px !important;
  max-width: calc(100px * 4)
}

.tf-3 {
  width: 120px;
  min-width: 120px !important;
  max-width: calc(120px * 4)
}

.tf-3-5 {
  width: 170px;
  min-width: 170px !important;
  max-width: calc(170px * 4)
}

.tf-3-6 {
  width: 180px;
  min-width: 180px !important;
  max-width: calc(180px * 4)
}

.tf-3-7 {
  width: 190px;
  min-width: 190px !important;
  max-width: calc(190px * 4)
}

.tf-3-8 {
  width: 210px;
  min-width: 210px !important;
  max-width: calc(210px * 4)
}

.tf-3-9 {
  width: 230px;
  min-width: 230px !important;
  max-width: calc(230px * 4)
}

.tf-4 {
  width: 250px;
  min-width: 250px !important;
  max-width: calc(250px * 4)
}

.tf-4-5 {
  width: 280px;
  min-width: 280px !important;
  max-width: calc(280px * 4)
}

.tf-5 {
  width: 300px;
  min-width: 300px !important;
  max-width: calc(300px * 4)
}

.tf-5-5 {
  width: 400px;
  min-width: 400px !important;
  max-width: calc(400px * 4)
}

.tf-6 {
  width: 550px;
  min-width: 550px !important;
  max-width: calc(550px * 4)
}

.tf-6-5 {
  width: 650px;
  min-width: 650px !important;
  max-width: calc(650px * 4)
}

.tf-7 {
  width: 700px;
  min-width: 700px !important;
  max-width: calc(700px * 4)
}

.tf-7-5 {
  width: 750px;
  min-width: 750px !important;
  max-width: calc(750px * 4)
}

.tf-8 {
  width: 800px;
  min-width: 800px !important;
  max-width: calc(800px * 4)
}

.tf-8-5 {
  width: 850px;
  min-width: 850px !important;
  max-width: calc(850px * 4)
}

.tf-9 {
  width: 900px;
  min-width: 900px !important;
  max-width: calc(900px * 4)
}

.tf-9-5 {
  width: 950px;
  min-width: 950px !important;
  max-width: calc(950px * 4)
}

.tf-10 {
  width: 1000px;
  min-width: 1000px !important;
  max-width: calc(1000px * 4)
}

.w-15-px {
  width: 15px;
  max-width: calc(15px * 3)
}

.w-30-px {
  width: 30px;
  max-width: calc(30px * 3)
}

.w-35-px {
  width: 35px;
  max-width: calc(35px * 3)
}

.w-40-px {
  width: 40px;
  max-width: calc(40px * 3)
}

.w-50-px {
  width: 50px;
  max-width: calc(50px * 3)
}

.w-80-px {
  width: 80px;
  max-width: calc(80px * 3)
}

.w-100-px {
  width: 100px;
  max-width: calc(100px * 3)
}

.w-150-px {
  width: 150px;
  max-width: calc(150px * 3)
}

.w-160-px {
  width: 160px;
  max-width: calc(160px * 3)
}

.w-200-px {
  width: 200px;
  max-width: calc(200px * 3)
}

.w-300-px {
  width: 300px;
  max-width: calc(300px * 3)
}

.w-400-px {
  width: 400px;
  max-width: calc(400px * 3)
}

.w-500-px {
  width: 500px;
  max-width: calc(500px * 3)
}

/* Helper : Margin */

.margin-l-0 {
  margin-left: 0 !important
}

.margin-l-5 {
  margin-left: 5px
}

.margin-l-10 {
  margin-left: 10px
}

.margin-l-15 {
  margin-left: 15px
}

.margin-l-20 {
  margin-left: 20px
}

.margin-l-21 {
  margin-left: 21px
}

.margin-l-22 {
  margin-left: 22px
}

.margin-l-23 {
  margin-left: 23px
}

.margin-l-24 {
  margin-left: 24px
}

.margin-l-25 {
  margin-left: 25px
}

.margin-l-30 {
  margin-left: 30px
}

.margin-l-35 {
  margin-left: 35px
}

.margin-l-40 {
  margin-left: 40px
}

.margin-l-45 {
  margin-left: 45px
}

.margin-l-50 {
  margin-left: 50px
}

.margin-r-5 {
  margin-right: 5px
}

.margin-r-10 {
  margin-right: 10px
}

.margin-r-15 {
  margin-right: 15px
}

.margin-r-20 {
  margin-right: 20px
}

.margin-r-25 {
  margin-right: 25px
}

.margin-r-30 {
  margin-right: 30px
}

.margin-r-35 {
  margin-right: 35px
}

.margin-r-40 {
  margin-right: 40px
}

.margin-r-45 {
  margin-right: 45px
}

.margin-r-50 {
  margin-right: 50px
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: .75rem !important
}

.me-4 {
  margin-right: 1rem !important
}

.me-5 {
  margin-right: 1.25rem !important
}

.me-6 {
  margin-right: 1.5rem !important
}

.me-7 {
  margin-right: 1.75rem !important
}

.me-8 {
  margin-right: 2rem !important
}

.me-9 {
  margin-right: 2.25rem !important
}

.me-10 {
  margin-right: 2.5rem !important
}

.me-11 {
  margin-right: 2.75rem !important
}

.me-12 {
  margin-right: 3rem !important
}

.me-13 {
  margin-right: 3.25rem !important
}

.me-14 {
  margin-right: 3.5rem !important
}

.me-15 {
  margin-right: 3.75rem !important
}

.me-16 {
  margin-right: 4rem !important
}

.me-17 {
  margin-right: 4.25rem !important
}

.me-18 {
  margin-right: 4.5rem !important
}

.me-19 {
  margin-right: 4.75rem !important
}

.me-20 {
  margin-right: 5rem !important
}

.me-auto {
  margin-right: auto !important
}

.margin-t-5 {
  margin-top: 5px !important
}

.margin-t-10 {
  margin-top: 10px
}

.margin-t-15 {
  margin-top: 15px
}

.margin-t-20 {
  margin-top: 20px
}

.margin-t-21 {
  margin-top: 21px
}

.margin-t-22 {
  margin-top: 22px
}

.margin-t-23 {
  margin-top: 23px
}

.margin-t-24 {
  margin-top: 24px
}

.margin-t-25 {
  margin-top: 25px
}

.margin-t-30 {
  margin-top: 30px
}

.margin-t-35 {
  margin-top: 35px
}

.margin-t-40 {
  margin-top: 40px
}

.margin-t-45 {
  margin-top: 45px
}

.margin-t-50 {
  margin-top: 50px
}

.margin-b-5 {
  margin-bottom: 5px
}

.margin-b-8 {
  margin-bottom: 8px
}

.margin-b-10 {
  margin-bottom: 10px
}

.margin-b-15 {
  margin-bottom: 15px
}

.margin-b-20 {
  margin-bottom: 20px
}

.margin-b-25 {
  margin-bottom: 25px
}

.margin-b-30 {
  margin-bottom: 30px
}

.margin-b-35 {
  margin-bottom: 35px
}

.margin-b-40 {
  margin-bottom: 40px
}

.margin-b-45 {
  margin-bottom: 45px
}

.margin-b-50 {
  margin-bottom: 50px
}

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

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: .75rem !important
}

.mb-4 {
  margin-bottom: 1rem !important
}

.mb-5 {
  margin-bottom: 1.25rem !important
}

.mb-6 {
  margin-bottom: 1.5rem !important
}

.mb-7 {
  margin-bottom: 1.75rem !important
}

.mb-8 {
  margin-bottom: 2rem !important
}

.mb-9 {
  margin-bottom: 2.25rem !important
}

.mb-10 {
  margin-bottom: 2.5rem !important
}

.mb-11 {
  margin-bottom: 2.75rem !important
}

.mb-12 {
  margin-bottom: 3rem !important
}

.mb-13 {
  margin-bottom: 3.25rem !important
}

.mb-14 {
  margin-bottom: 3.5rem !important
}

.mb-15 {
  margin-bottom: 3.75rem !important
}

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

.mb-17 {
  margin-bottom: 4.25rem !important
}

.mb-18 {
  margin-bottom: 4.5rem !important
}

.mb-19 {
  margin-bottom: 4.75rem !important
}

.mb-20 {
  margin-bottom: 5rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

/* Helper : Padding */

.padding-0 {
  padding: 0px
}

.padding-5 {
  padding: 5px
}

.padding-10 {
  padding: 10px
}

.padding-t-5 {
  padding-top: 5px
}

.padding-t-10 {
  padding-top: 10px
}

.padding-t-15 {
  padding-top: 15px
}

.padding-t-20 {
  padding-top: 20px
}

.padding-t-25 {
  padding-top: 25px
}

.padding-t-30 {
  padding-top: 30px
}

.padding-t-35 {
  padding-top: 35px
}

.padding-t-40 {
  padding-top: 40px
}

.padding-t-45 {
  padding-top: 45px
}

.padding-t-50 {
  padding-top: 50px
}

.padding-l-0 {
  padding-left: 0px
}
.padding-l-5 {
  padding-left: 5px
}

.padding-l-10 {
  padding-left: 10px
}

.padding-l-15 {
  padding-left: 15px
}

.padding-l-20 {
  padding-left: 20px
}

.padding-l-25 {
  padding-left: 25px
}

.padding-l-30 {
  padding-left: 30px
}

.padding-l-35 {
  padding-left: 35px
}

.padding-l-40 {
  padding-left: 40px
}

.padding-l-45 {
  padding-left: 45px
}

.padding-l-50 {
  padding-left: 50px
}

.padding-r-0 {
  padding-right: 0px
}

.padding-r-5 {
  padding-right: 5px
}

.padding-r-10 {
  padding-right: 10px
}

.padding-r-15 {
  padding-right: 15px
}

.padding-r-20 {
  padding-right: 20px
}

.padding-r-25 {
  padding-right: 25px
}

.padding-r-30 {
  padding-right: 30px
}

.padding-r-35 {
  padding-right: 35px
}

.padding-r-40 {
  padding-right: 40px
}

.padding-r-45 {
  padding-right: 45px
}

.padding-r-50 {
  padding-right: 50px
}

.padding-b-5 {
  padding-bottom: 5px
}

.padding-b-10 {
  padding-bottom: 10px
}

.padding-b-15 {
  padding-bottom: 15px
}

.padding-b-20 {
  padding-bottom: 20px
}

.padding-b-25 {
  padding-bottom: 25px
}

.padding-b-30 {
  padding-bottom: 30px
}

.padding-b-35 {
  padding-bottom: 35px
}

.padding-b-40 {
  padding-bottom: 40px
}

.padding-b-45 {
  padding-bottom: 45px
}

.padding-b-50 {
  padding-bottom: 50px
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3 {
  padding-right: .75rem !important;
  padding-left: .75rem !important
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important
}

.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important
}

.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important
}

.px-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important
}

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important
}

.px-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important
}

.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: .75rem !important;
  padding-bottom: .75rem !important
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important
}

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important
}

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}
