/** formatted text css **/
.primary-color {
  color: #542785;
}

.secondary-color {
  color: #b2006f;
}

* {
  font-family: "Titillium Web", sans-serif;
}

.app-requirements h3 {
  font-size: 1.25rem;
}

.text-justify {
  text-align: justify;
}

.fees-table {
  width: 100%;
  border-collapse: collapse;
}

table.fees-table td,
.template-table td {
  display: table-cell;
  padding: 4px 24px;
  line-height: 1.43;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  vertical-align: inherit;
}

table.fees-table td:first-child {
  background-color: #c6d147;
  width: 35%;
  font-weight: bold;
  text-align: center;
}

table.fees-table td:last-child {
  border: solid 1px #d6d6d6;
}

.contained-btn {
  color: #fff;
  background-color: #b2006f;
  padding: 6px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-shadow: none !important;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.75;
  border-radius: 8px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.contained-btn:hover {
  background-color: rgb(124, 0, 77);
}

table#uitf-products-table {
  width: 100%;
}

table#uitf-products-table td {
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  padding: 4px 24px;
}

.template-table {
  width: 100%;
  margin-bottom: 25px;
}

.template-table thead {
  background-color: #4d2679;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.template-table tbody tr td:first-child {
  background-color: #c6d147;
}

@media all and (max-width: 959px) {
  .tablePadding {
    margin-top: 40px;
  }
}

@media all and (min-width: 960px) {
  .tablePadding {
    padding: 16px 24px;
  }
}

/** end formatted text css **/
