.feather {
  height: 16px;
  width: 16px;
}

.feather .feather-16 {
  height: 16px;
  width: 16px;
}

.feather .feather-24 {
  height: 24px;
  width: 24px;
}

.feather .feather-32 {
  height: 32px;
  width: 32px;
}

.avatar-color {
  background-color: #cfe2ff;
  color: #0d6efd;
}

.badge-purple {
  color: #fff;
  background-color: #6f42c1;
}

a.badge-purple:hover,
a.badge-purple:focus {
  color: #fff;
  background-color: #8c68cd;
}

a.badge-purple:focus,
a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 53, 154, 0.5);
}

/*-----------------
	21. Invoice View
-----------------------*/

.invoice-content {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
}

.invoice-item .invoice-logo {
  margin-bottom: 30px;
}

.invoice-item .invoice-logo img {
  width: auto;
  max-height: 52px;
}

.invoice-item .invoice-text h2 {
  color: #272b41;
  font-size: 36px;
  font-weight: 600;
}

.invoice-item .invoice-details {
  text-align: right;
  color: #757575;
  font-weight: 500
}

.invoice-item .invoice-details strong {
  color: #272b41
}

.invoice-item .invoice-details-two {
  text-align: left
}

.invoice-item .invoice-text {
  padding-top: 42px;
  padding-bottom: 36px
}

.invoice-item .invoice-text h2 {
  font-weight: 400
}

.invoice-info {
  margin-bottom: 30px;
}

.invoice-info p {
  margin-bottom: 0;
}

.invoice-info.invoice-info2 {
  text-align: right;
}

.invoice-item .customer-text {
  font-size: 18px;
  color: #272b41;
  font-weight: 600;
  margin-bottom: 8px;
  display: block
}

.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
  color: #272b41;
  font-weight: 600;
  padding: 10px 20px;
  line-height: inherit
}

.invoice-table tr td,
.invoice-table-two tr td {
  color: #757575;
  font-weight: 500;
}

.invoice-table-two {
  margin-bottom: 0
}

.invoice-table-two tr th,
.invoice-table-two tr td {
  border-top: 0;
}

.invoice-table-two tr td {
  text-align: right
}

.invoice-info h5 {
  font-size: 16px;
  font-weight: 500;
}

.other-info {
  margin-top: 10px;
}

.invoice-details,
.invoice-payment-details>li span {
  float: none;
  text-align: left;
}

@media only screen and (max-width: 767.98px) {
  .invoice-info.invoice-info2 {
    text-align: left;
  }

  .invoice-item .invoice-details {
    text-align: left;
  }

  .invoice-item .customer-text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575.98px) {
  .invoice-content {
    padding: 1.25rem;
  }
}