.wrapper.buyers {
  background: url("../../img/bg-pattern-splash.png") bottom left no-repeat;
  background-size: auto;
}
.table-caption h1 {
  color: #ffffff;
  margin-bottom: 0;
  font-family: 'MontSerratRegular';
  font-weight: normal;
  font-size: 26px;
  text-transform: uppercase;
}
.table-caption .table-actions .btn-primary {
  background: #6bb805;
  font-size: 15px;
  padding: 4px 15px;
  border-radius: 4px;
}
.table-caption .table-actions .add {
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  background: #4abbe5;
  cursor: pointer;
  text-decoration: none;
}
.table-responsive {
  background: rgba(16, 127, 206, 0.8);
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border: none;
  padding: 1rem;
}
.table-responsive .table {
  border: none;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-responsive .table thead th {
  border: none;
  padding: 0 5px;
  display: none;
}
.table-responsive .table thead tr {
  border: none;
}
.table-responsive .table thead tr td {
  border: none;
}
.table-responsive .table thead th label {
  white-space: nowrap;
  font-family: 'MontSerratLight';
  font-weight: 400;
  color: #ffffff;
  padding: 0;
  display: block;
}
.table-responsive .table thead td label {
  white-space: nowrap;
  font-family: 'MontSerratLight';
  font-weight: 400;
  color: #ffffff;
  padding: 0;
  display: block;
}
.table-responsive .table thead th .form-control {
  display: block;
  background: #ffffff;
  border: 2px solid #4abbe5;
  color: #236eab;
  font-size: 16px;
  font-family: 'MontSerratLight';
  font-weight: 400;
}
.table-responsive .table tbody tr .first {
  border: none;
  padding: 0 5px;
  background-color: transparent;
}
.table-responsive .table tbody tr .first label {
  display: block;
}
.table-responsive .table tbody tr .first label input {
  display: none;
}
.table-responsive .table tbody tr .first label .checkmark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  border: 2px solid #4abbe5;
  position: relative;
  cursor: pointer;
  top: 7px;
}
.table-responsive .table tbody tr .first label .checkmark:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease;
}
.table-responsive .table tbody tr .first label input:checked ~ .checkmark:after {
  background: #107fce;
}
.table-responsive .table tbody tr td {
  background: #ffffff;
  border: 2px solid #4abbe5;
  border-left: none;
  border-right: none;
  padding: 0 10px;
  box-shadow: none;
  font-family: 'MontSerratLight';
  font-weight: 400;
  color: #0061a5;
  line-height: 40px;
  white-space: nowrap;
}
.table-responsive .table tbody tr .second {
  border-left: 2px solid #4abbe5;
}
.table-responsive .table tbody tr .last {
  border-right: 2px solid #4abbe5;
}
.table-responsive .table tbody tr .edit-row {
  width: 32px;
  height: 32px;
  display: block;
  margin: 5px auto;
  cursor: pointer;
}
.table-responsive .table tbody tr.selected td {
  background: #65bfff;
  color: #ffffff;
}
.pagination {
  margin: 0;
  justify-content: center;
}
.pagination .page-item .page-link {
  font-family: 'MontSerratLight';
  font-weight: 400;
  color: #ffffff;
  background: none;
  border: none;
  box-shadow: none;
}
/*# sourceMappingURL=buyer.css.map */