@import 'color.css';

.container {
  padding: 20px;
}

.box {
  min-height: 50px;
}

.banner {
  border-bottom: var(--default-border);
  color: var(--teal);
  margin-bottom: 5px;
  padding: 4px 0;
}

.footer {
  background: #efefef;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  width: 100%;
}

.header {
  background: #efefef;
}

.modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  padding: 0;
}

/* line height */
.l-h-50px {
  line-height: 50px;
}

/* padding */
.p-0 {
  padding: 0;
}

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

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

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

.p-s-5px {
  padding-left: 5px;
}

.p-e-5px {
  padding-right: 5px;
}

/* margin */
.m-b-4px {
  margin-bottom: 4px;
}

.m-t-4px {
  margin-top: 4px;
}

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

.m-t-8px {
  margin-top: 8px;
}

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

.m-b-12px {
  margin-bottom: 12px;
}

.m-t-12px {
  margin-top: 12px;
}

.m-b-16px {
  margin-bottom: 16px;
}

.m-t-16px {
  margin-top: 16px;
}

.m-b-24px {
  margin-bottom: 24px;
}

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

.m-b-32px {
  margin-bottom: 32px;
}

.m-t-32px {
  margin-top: 32px;
}
