body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f7f9fc;
    padding: 0;
}

a {
    text-decoration: none;
}

.card-title,
th {
    font-weight: 600;
}

.card {
    box-shadow: 0 0 .875rem 0 rgba(41, 48, 66, .05);
    border: 0
}

.card-body {
    padding: 1.25rem;
}

.card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

.table > :not(caption) > * > * {
    padding: .75rem;
}

.table-data table th:first-child,
.table-data table td:first-child {
    padding-left: 1.25rem;
}

.table-data table th:last-child,
.table-data table td:last-child {
    padding-right: 1.25rem;
}

.table-data .table tr:last-child td {
    border-bottom: 0;
}

.form-control,
.form-select,
.btn,
.btn-group-sm > .btn, .btn-sm,
.alert,
.card,
.dropdown-menu,
.card-header:first-child {
    border-radius: 0;
}

.card table td,
.list-group-item {
    line-height: 24px;
}

.material-icons {
    vertical-align: top;
}

.text-default-1 {
    color: #feb960 !important;
}

.text-default-2 {
    color: #38c695 !important;
}

.text-default-3 {
    color: #b27cf5 !important;
}

.text-default-4 {
    color: #fc5f45 !important;
}

.border-default-1 {
    border-color: #feb960 !important;
}

.border-default-2 {
    border-color: #38c695 !important;
}

.border-default-3 {
    border-color: #b27cf5 !important;
}

.border-default-4 {
    border-color: #fc5f45 !important;
}

.bg-default-1 {
  background-color: #feb960 !important;
}

.bg-default-2 {
  background-color: #38c695 !important;
}

.bg-default-3 {
  background-color: #b27cf5 !important;
}

.bg-default-4 {
  background-color: #fc5f45 !important;
}