.dmt0 {
    margin-top: 0px;
}
.wd100{
    width: 100%;
}
.mt-1 {
  margin-top: 0.25rem; /* 4px */
}

.mt-2 {
  margin-top: 0.5rem; /* 8px */
}

.mt-3 {
  margin-top: 0.75rem; /* 12px */
}

.mt-4 {
  margin-top: 1rem; /* 16px */
}

.mt-5 {
  margin-top: 1.25rem; /* 20px */
}

.mt-6 {
  margin-top: 1.5rem; /* 24px */
}

.mt-7 {
  margin-top: 1.75rem; /* 28px */
}

.mt-8 {
  margin-top: 2rem; /* 32px */
}

.mt-9 {
  margin-top: 2.25rem; /* 36px */
}

.mt-10 {
  margin-top: 2.5rem; /* 40px */
}

.mt-11 {
  margin-top: 2.75rem; /* 44px */
}

.mt-12 {
  margin-top: 3rem; /* 48px */
}

.mt-13 {
  margin-top: 3.25rem; /* 52px */
}

.mt-14 {
  margin-top: 3.5rem; /* 56px */
}

.mt-15 {
  margin-top: 3.75rem; /* 60px */
}

.mt-16 {
  margin-top: 4rem; /* 64px */
}

.mt-17 {
  margin-top: 4.25rem; /* 68px */
}

.mt-18 {
  margin-top: 4.5rem; /* 72px */
}

.mt-19 {
  margin-top: 4.75rem; /* 76px */
}

.mt-20 {
  margin-top: 5rem; /* 80px */
}
.mb-1 {
  margin-bottom: 0.25rem; /* 4px */
}

.mb-2 {
  margin-bottom: 0.5rem; /* 8px */
}

.mb-3 {
  margin-bottom: 0.75rem; /* 12px */
}

.mb-4 {
  margin-bottom: 1rem; /* 16px */
}

.mb-5 {
  margin-bottom: 1.25rem; /* 20px */
}

.mb-6 {
  margin-bottom: 1.5rem; /* 24px */
}

.mb-7 {
  margin-bottom: 1.75rem; /* 28px */
}

.mb-8 {
  margin-bottom: 2rem; /* 32px */
}

.mb-9 {
  margin-bottom: 2.25rem; /* 36px */
}

.mb-10 {
  margin-bottom: 2.5rem; /* 40px */
}

.mb-11 {
  margin-bottom: 2.75rem; /* 44px */
}

.mb-12 {
  margin-bottom: 3rem; /* 48px */
}

.mb-13 {
  margin-bottom: 3.25rem; /* 52px */
}

.mb-14 {
  margin-bottom: 3.5rem; /* 56px */
}

.mb-15 {
  margin-bottom: 3.75rem; /* 60px */
}

.mb-16 {
  margin-bottom: 4rem; /* 64px */
}

.mb-17 {
  margin-bottom: 4.25rem; /* 68px */
}

.mb-18 {
  margin-bottom: 4.5rem; /* 72px */
}

.mb-19 {
  margin-bottom: 4.75rem; /* 76px */
}

.mb-20 {
  margin-bottom: 5rem; /* 80px */
}
.flex-end {
    justify-content: flex-end;
    display: flex;
}
