/*!
 * WPCargo Styles v6.0.3
*/
.wpcargo-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .wpcargo-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .wpcargo-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .wpcargo-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .wpcargo-container {
      max-width: 1140px; } }

.wpcargo-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.wpcargo-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.wpcargo-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .wpcargo-no-gutters > .wpcargo-col,
  .wpcargo-no-gutters > [class*="wpcargo-col-"] {
    padding-right: 0;
    padding-left: 0; }

.wpcargo-col-1, .wpcargo-col-2, .wpcargo-col-3, .wpcargo-col-4, .wpcargo-col-5, .wpcargo-col-6, .wpcargo-col-7, .wpcargo-col-8, .wpcargo-col-9, .wpcargo-col-10, .wpcargo-col-11, .wpcargo-col-12, .wpcargo-col,
.wpcargo-col-auto, .wpcargo-col-sm-1, .wpcargo-col-sm-2, .wpcargo-col-sm-3, .wpcargo-col-sm-4, .wpcargo-col-sm-5, .wpcargo-col-sm-6, .wpcargo-col-sm-7, .wpcargo-col-sm-8, .wpcargo-col-sm-9, .wpcargo-col-sm-10, .wpcargo-col-sm-11, .wpcargo-col-sm-12, .wpcargo-col-sm,
.wpcargo-col-sm-auto, .wpcargo-col-md-1, .wpcargo-col-md-2, .wpcargo-col-md-3, .wpcargo-col-md-4, .wpcargo-col-md-5, .wpcargo-col-md-6, .wpcargo-col-md-7, .wpcargo-col-md-8, .wpcargo-col-md-9, .wpcargo-col-md-10, .wpcargo-col-md-11, .wpcargo-col-md-12, .wpcargo-col-md,
.wpcargo-col-md-auto, .wpcargo-col-lg-1, .wpcargo-col-lg-2, .wpcargo-col-lg-3, .wpcargo-col-lg-4, .wpcargo-col-lg-5, .wpcargo-col-lg-6, .wpcargo-col-lg-7, .wpcargo-col-lg-8, .wpcargo-col-lg-9, .wpcargo-col-lg-10, .wpcargo-col-lg-11, .wpcargo-col-lg-12, .wpcargo-col-lg,
.wpcargo-col-lg-auto, .wpcargo-col-xl-1, .wpcargo-col-xl-2, .wpcargo-col-xl-3, .wpcargo-col-xl-4, .wpcargo-col-xl-5, .wpcargo-col-xl-6, .wpcargo-col-xl-7, .wpcargo-col-xl-8, .wpcargo-col-xl-9, .wpcargo-col-xl-10, .wpcargo-col-xl-11, .wpcargo-col-xl-12, .wpcargo-col-xl,
.wpcargo-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.wpcargo-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.wpcargo-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.wpcargo-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.wpcargo-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.wpcargo-col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.wpcargo-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.wpcargo-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.wpcargo-col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.wpcargo-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.wpcargo-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.wpcargo-col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.wpcargo-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.wpcargo-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.wpcargo-col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.wpcargo-order-first {
  order: -1; }

.wpcargo-order-last {
  order: 13; }

.wpcargo-order-0 {
  order: 0; }

.wpcargo-order-1 {
  order: 1; }

.wpcargo-order-2 {
  order: 2; }

.wpcargo-order-3 {
  order: 3; }

.wpcargo-order-4 {
  order: 4; }

.wpcargo-order-5 {
  order: 5; }

.wpcargo-order-6 {
  order: 6; }

.wpcargo-order-7 {
  order: 7; }

.wpcargo-order-8 {
  order: 8; }

.wpcargo-order-9 {
  order: 9; }

.wpcargo-order-10 {
  order: 10; }

.wpcargo-order-11 {
  order: 11; }

.wpcargo-order-12 {
  order: 12; }

.wpcargo-offset-1 {
  margin-left: 8.3333333333%; }

.wpcargo-offset-2 {
  margin-left: 16.6666666667%; }

.wpcargo-offset-3 {
  margin-left: 25%; }

.wpcargo-offset-4 {
  margin-left: 33.3333333333%; }

.wpcargo-offset-5 {
  margin-left: 41.6666666667%; }

.wpcargo-offset-6 {
  margin-left: 50%; }

.wpcargo-offset-7 {
  margin-left: 58.3333333333%; }

.wpcargo-offset-8 {
  margin-left: 66.6666666667%; }

.wpcargo-offset-9 {
  margin-left: 75%; }

.wpcargo-offset-10 {
  margin-left: 83.3333333333%; }

.wpcargo-offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .wpcargo-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .wpcargo-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .wpcargo-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .wpcargo-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .wpcargo-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .wpcargo-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .wpcargo-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .wpcargo-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .wpcargo-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .wpcargo-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .wpcargo-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .wpcargo-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .wpcargo-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .wpcargo-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .wpcargo-order-sm-first {
    order: -1; }

  .wpcargo-order-sm-last {
    order: 13; }

  .wpcargo-order-sm-0 {
    order: 0; }

  .wpcargo-order-sm-1 {
    order: 1; }

  .wpcargo-order-sm-2 {
    order: 2; }

  .wpcargo-order-sm-3 {
    order: 3; }

  .wpcargo-order-sm-4 {
    order: 4; }

  .wpcargo-order-sm-5 {
    order: 5; }

  .wpcargo-order-sm-6 {
    order: 6; }

  .wpcargo-order-sm-7 {
    order: 7; }

  .wpcargo-order-sm-8 {
    order: 8; }

  .wpcargo-order-sm-9 {
    order: 9; }

  .wpcargo-order-sm-10 {
    order: 10; }

  .wpcargo-order-sm-11 {
    order: 11; }

  .wpcargo-order-sm-12 {
    order: 12; }

  .wpcargo-offset-sm-0 {
    margin-left: 0; }

  .wpcargo-offset-sm-1 {
    margin-left: 8.3333333333%; }

  .wpcargo-offset-sm-2 {
    margin-left: 16.6666666667%; }

  .wpcargo-offset-sm-3 {
    margin-left: 25%; }

  .wpcargo-offset-sm-4 {
    margin-left: 33.3333333333%; }

  .wpcargo-offset-sm-5 {
    margin-left: 41.6666666667%; }

  .wpcargo-offset-sm-6 {
    margin-left: 50%; }

  .wpcargo-offset-sm-7 {
    margin-left: 58.3333333333%; }

  .wpcargo-offset-sm-8 {
    margin-left: 66.6666666667%; }

  .wpcargo-offset-sm-9 {
    margin-left: 75%; }

  .wpcargo-offset-sm-10 {
    margin-left: 83.3333333333%; }

  .wpcargo-offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .wpcargo-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .wpcargo-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .wpcargo-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .wpcargo-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .wpcargo-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .wpcargo-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .wpcargo-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .wpcargo-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .wpcargo-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .wpcargo-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .wpcargo-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .wpcargo-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .wpcargo-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .wpcargo-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .wpcargo-order-md-first {
    order: -1; }

  .wpcargo-order-md-last {
    order: 13; }

  .wpcargo-order-md-0 {
    order: 0; }

  .wpcargo-order-md-1 {
    order: 1; }

  .wpcargo-order-md-2 {
    order: 2; }

  .wpcargo-order-md-3 {
    order: 3; }

  .wpcargo-order-md-4 {
    order: 4; }

  .wpcargo-order-md-5 {
    order: 5; }

  .wpcargo-order-md-6 {
    order: 6; }

  .wpcargo-order-md-7 {
    order: 7; }

  .wpcargo-order-md-8 {
    order: 8; }

  .wpcargo-order-md-9 {
    order: 9; }

  .wpcargo-order-md-10 {
    order: 10; }

  .wpcargo-order-md-11 {
    order: 11; }

  .wpcargo-order-md-12 {
    order: 12; }

  .wpcargo-offset-md-0 {
    margin-left: 0; }

  .wpcargo-offset-md-1 {
    margin-left: 8.3333333333%; }

  .wpcargo-offset-md-2 {
    margin-left: 16.6666666667%; }

  .wpcargo-offset-md-3 {
    margin-left: 25%; }

  .wpcargo-offset-md-4 {
    margin-left: 33.3333333333%; }

  .wpcargo-offset-md-5 {
    margin-left: 41.6666666667%; }

  .wpcargo-offset-md-6 {
    margin-left: 50%; }

  .wpcargo-offset-md-7 {
    margin-left: 58.3333333333%; }

  .wpcargo-offset-md-8 {
    margin-left: 66.6666666667%; }

  .wpcargo-offset-md-9 {
    margin-left: 75%; }

  .wpcargo-offset-md-10 {
    margin-left: 83.3333333333%; }

  .wpcargo-offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .wpcargo-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .wpcargo-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .wpcargo-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .wpcargo-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .wpcargo-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .wpcargo-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .wpcargo-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .wpcargo-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .wpcargo-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .wpcargo-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .wpcargo-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .wpcargo-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .wpcargo-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .wpcargo-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .wpcargo-order-lg-first {
    order: -1; }

  .wpcargo-order-lg-last {
    order: 13; }

  .wpcargo-order-lg-0 {
    order: 0; }

  .wpcargo-order-lg-1 {
    order: 1; }

  .wpcargo-order-lg-2 {
    order: 2; }

  .wpcargo-order-lg-3 {
    order: 3; }

  .wpcargo-order-lg-4 {
    order: 4; }

  .wpcargo-order-lg-5 {
    order: 5; }

  .wpcargo-order-lg-6 {
    order: 6; }

  .wpcargo-order-lg-7 {
    order: 7; }

  .wpcargo-order-lg-8 {
    order: 8; }

  .wpcargo-order-lg-9 {
    order: 9; }

  .wpcargo-order-lg-10 {
    order: 10; }

  .wpcargo-order-lg-11 {
    order: 11; }

  .wpcargo-order-lg-12 {
    order: 12; }

  .wpcargo-offset-lg-0 {
    margin-left: 0; }

  .wpcargo-offset-lg-1 {
    margin-left: 8.3333333333%; }

  .wpcargo-offset-lg-2 {
    margin-left: 16.6666666667%; }

  .wpcargo-offset-lg-3 {
    margin-left: 25%; }

  .wpcargo-offset-lg-4 {
    margin-left: 33.3333333333%; }

  .wpcargo-offset-lg-5 {
    margin-left: 41.6666666667%; }

  .wpcargo-offset-lg-6 {
    margin-left: 50%; }

  .wpcargo-offset-lg-7 {
    margin-left: 58.3333333333%; }

  .wpcargo-offset-lg-8 {
    margin-left: 66.6666666667%; }

  .wpcargo-offset-lg-9 {
    margin-left: 75%; }

  .wpcargo-offset-lg-10 {
    margin-left: 83.3333333333%; }

  .wpcargo-offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .wpcargo-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .wpcargo-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .wpcargo-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .wpcargo-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .wpcargo-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .wpcargo-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .wpcargo-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .wpcargo-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .wpcargo-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .wpcargo-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .wpcargo-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .wpcargo-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .wpcargo-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .wpcargo-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .wpcargo-order-xl-first {
    order: -1; }

  .wpcargo-order-xl-last {
    order: 13; }

  .wpcargo-order-xl-0 {
    order: 0; }

  .wpcargo-order-xl-1 {
    order: 1; }

  .wpcargo-order-xl-2 {
    order: 2; }

  .wpcargo-order-xl-3 {
    order: 3; }

  .wpcargo-order-xl-4 {
    order: 4; }

  .wpcargo-order-xl-5 {
    order: 5; }

  .wpcargo-order-xl-6 {
    order: 6; }

  .wpcargo-order-xl-7 {
    order: 7; }

  .wpcargo-order-xl-8 {
    order: 8; }

  .wpcargo-order-xl-9 {
    order: 9; }

  .wpcargo-order-xl-10 {
    order: 10; }

  .wpcargo-order-xl-11 {
    order: 11; }

  .wpcargo-order-xl-12 {
    order: 12; }

  .wpcargo-offset-xl-0 {
    margin-left: 0; }

  .wpcargo-offset-xl-1 {
    margin-left: 8.3333333333%; }

  .wpcargo-offset-xl-2 {
    margin-left: 16.6666666667%; }

  .wpcargo-offset-xl-3 {
    margin-left: 25%; }

  .wpcargo-offset-xl-4 {
    margin-left: 33.3333333333%; }

  .wpcargo-offset-xl-5 {
    margin-left: 41.6666666667%; }

  .wpcargo-offset-xl-6 {
    margin-left: 50%; }

  .wpcargo-offset-xl-7 {
    margin-left: 58.3333333333%; }

  .wpcargo-offset-xl-8 {
    margin-left: 66.6666666667%; }

  .wpcargo-offset-xl-9 {
    margin-left: 75%; }

  .wpcargo-offset-xl-10 {
    margin-left: 83.3333333333%; }

  .wpcargo-offset-xl-11 {
    margin-left: 91.6666666667%; } }
.wpcargo-table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .wpcargo-table th,
  .wpcargo-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .wpcargo-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .wpcargo-table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .wpcargo-table .wpcargo-table {
    background-color: #fff; }

.wpcargo-table-sm th,
.wpcargo-table-sm td {
  padding: 0.3rem; }

.wpcargo-table-bordered {
  border: 1px solid #dee2e6; }
  .wpcargo-table-bordered th,
  .wpcargo-table-bordered td {
    border: 1px solid #dee2e6; }
  .wpcargo-table-bordered thead th,
  .wpcargo-table-bordered thead td {
    border-bottom-width: 2px; }

.wpcargo-table-borderless th,
.wpcargo-table-borderless td,
.wpcargo-table-borderless thead th,
.wpcargo-table-borderless tbody + tbody {
  border: 0; }

.wpcargo-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.wpcargo-table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.wpcargo-table-primary,
.wpcargo-table-primary > th,
.wpcargo-table-primary > td {
  background-color: #b8daff; }
.wpcargo-table-primary th,
.wpcargo-table-primary td,
.wpcargo-table-primary thead th,
.wpcargo-table-primary tbody + tbody {
  border-color: #7abaff; }

.wpcargo-table-hover .wpcargo-table-primary:hover {
  background-color: #9fcdff; }
  .wpcargo-table-hover .wpcargo-table-primary:hover > td,
  .wpcargo-table-hover .wpcargo-table-primary:hover > th {
    background-color: #9fcdff; }

.wpcargo-table-secondary,
.wpcargo-table-secondary > th,
.wpcargo-table-secondary > td {
  background-color: #d6d8db; }
.wpcargo-table-secondary th,
.wpcargo-table-secondary td,
.wpcargo-table-secondary thead th,
.wpcargo-table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.wpcargo-table-hover .wpcargo-table-secondary:hover {
  background-color: #c8cbcf; }
  .wpcargo-table-hover .wpcargo-table-secondary:hover > td,
  .wpcargo-table-hover .wpcargo-table-secondary:hover > th {
    background-color: #c8cbcf; }

.wpcargo-table-success,
.wpcargo-table-success > th,
.wpcargo-table-success > td {
  background-color: #c3e6cb; }
.wpcargo-table-success th,
.wpcargo-table-success td,
.wpcargo-table-success thead th,
.wpcargo-table-success tbody + tbody {
  border-color: #8fd19e; }

.wpcargo-table-hover .wpcargo-table-success:hover {
  background-color: #b1dfbb; }
  .wpcargo-table-hover .wpcargo-table-success:hover > td,
  .wpcargo-table-hover .wpcargo-table-success:hover > th {
    background-color: #b1dfbb; }

.wpcargo-table-info,
.wpcargo-table-info > th,
.wpcargo-table-info > td {
  background-color: #bee5eb; }
.wpcargo-table-info th,
.wpcargo-table-info td,
.wpcargo-table-info thead th,
.wpcargo-table-info tbody + tbody {
  border-color: #86cfda; }

.wpcargo-table-hover .wpcargo-table-info:hover {
  background-color: #abdde5; }
  .wpcargo-table-hover .wpcargo-table-info:hover > td,
  .wpcargo-table-hover .wpcargo-table-info:hover > th {
    background-color: #abdde5; }

.wpcargo-table-warning,
.wpcargo-table-warning > th,
.wpcargo-table-warning > td {
  background-color: #ffeeba; }
.wpcargo-table-warning th,
.wpcargo-table-warning td,
.wpcargo-table-warning thead th,
.wpcargo-table-warning tbody + tbody {
  border-color: #ffdf7e; }

.wpcargo-table-hover .wpcargo-table-warning:hover {
  background-color: #ffe8a1; }
  .wpcargo-table-hover .wpcargo-table-warning:hover > td,
  .wpcargo-table-hover .wpcargo-table-warning:hover > th {
    background-color: #ffe8a1; }

.wpcargo-table-danger,
.wpcargo-table-danger > th,
.wpcargo-table-danger > td {
  background-color: #f5c6cb; }
.wpcargo-table-danger th,
.wpcargo-table-danger td,
.wpcargo-table-danger thead th,
.wpcargo-table-danger tbody + tbody {
  border-color: #ed969e; }

.wpcargo-table-hover .wpcargo-table-danger:hover {
  background-color: #f1b0b7; }
  .wpcargo-table-hover .wpcargo-table-danger:hover > td,
  .wpcargo-table-hover .wpcargo-table-danger:hover > th {
    background-color: #f1b0b7; }

.wpcargo-table-light,
.wpcargo-table-light > th,
.wpcargo-table-light > td {
  background-color: #fdfdfe; }
.wpcargo-table-light th,
.wpcargo-table-light td,
.wpcargo-table-light thead th,
.wpcargo-table-light tbody + tbody {
  border-color: #fbfcfc; }

.wpcargo-table-hover .wpcargo-table-light:hover {
  background-color: #ececf6; }
  .wpcargo-table-hover .wpcargo-table-light:hover > td,
  .wpcargo-table-hover .wpcargo-table-light:hover > th {
    background-color: #ececf6; }

.wpcargo-table-dark,
.wpcargo-table-dark > th,
.wpcargo-table-dark > td {
  background-color: #c6c8ca; }
.wpcargo-table-dark th,
.wpcargo-table-dark td,
.wpcargo-table-dark thead th,
.wpcargo-table-dark tbody + tbody {
  border-color: #95999c; }

.wpcargo-table-hover .wpcargo-table-dark:hover {
  background-color: #b9bbbe; }
  .wpcargo-table-hover .wpcargo-table-dark:hover > td,
  .wpcargo-table-hover .wpcargo-table-dark:hover > th {
    background-color: #b9bbbe; }

.wpcargo-table-active,
.wpcargo-table-active > th,
.wpcargo-table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.wpcargo-table-hover .wpcargo-table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .wpcargo-table-hover .wpcargo-table-active:hover > td,
  .wpcargo-table-hover .wpcargo-table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.wpcargo-table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
.wpcargo-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.wpcargo-table-dark {
  color: #fff;
  background-color: #212529; }
  .wpcargo-table-dark th,
  .wpcargo-table-dark td,
  .wpcargo-table-dark thead th {
    border-color: #32383e; }
  .wpcargo-table-dark.table-bordered {
    border: 0; }
  .wpcargo-table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .wpcargo-table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .wpcargo-table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .wpcargo-table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .wpcargo-table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .wpcargo-table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .wpcargo-table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .wpcargo-table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .wpcargo-table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .wpcargo-table-responsive-xl > .table-bordered {
      border: 0; } }
.wpcargo-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .wpcargo-table-responsive > .table-bordered {
    border: 0; }

.wpcargo-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .wpcargo-btn {
      transition: none; } }
  .wpcargo-btn:hover {
    color: #212529;
    text-decoration: none; }
  .wpcargo-btn:focus, .wpcargo-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .wpcargo-btn.disabled, .wpcargo-btn:disabled {
    opacity: 0.65; }
  .wpcargo-btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.wpcargo-btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.wpcargo-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .wpcargo-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .wpcargo-btn-primary:focus, .wpcargo-btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .wpcargo-btn-primary.disabled, .wpcargo-btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .wpcargo-btn-primary:not(:disabled):not(.disabled):active, .wpcargo-btn-primary:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .wpcargo-btn-primary:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-primary:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.wpcargo-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .wpcargo-btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .wpcargo-btn-secondary:focus, .wpcargo-btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .wpcargo-btn-secondary.disabled, .wpcargo-btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .wpcargo-btn-secondary:not(:disabled):not(.disabled):active, .wpcargo-btn-secondary:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .wpcargo-btn-secondary:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.wpcargo-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .wpcargo-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .wpcargo-btn-success:focus, .wpcargo-btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .wpcargo-btn-success.disabled, .wpcargo-btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .wpcargo-btn-success:not(:disabled):not(.disabled):active, .wpcargo-btn-success:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .wpcargo-btn-success:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-success:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.wpcargo-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .wpcargo-btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .wpcargo-btn-info:focus, .wpcargo-btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .wpcargo-btn-info.disabled, .wpcargo-btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .wpcargo-btn-info:not(:disabled):not(.disabled):active, .wpcargo-btn-info:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .wpcargo-btn-info:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-info:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.wpcargo-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .wpcargo-btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .wpcargo-btn-warning:focus, .wpcargo-btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .wpcargo-btn-warning.disabled, .wpcargo-btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .wpcargo-btn-warning:not(:disabled):not(.disabled):active, .wpcargo-btn-warning:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .wpcargo-btn-warning:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-warning:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.wpcargo-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .wpcargo-btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .wpcargo-btn-danger:focus, .wpcargo-btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .wpcargo-btn-danger.disabled, .wpcargo-btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .wpcargo-btn-danger:not(:disabled):not(.disabled):active, .wpcargo-btn-danger:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .wpcargo-btn-danger:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-danger:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.wpcargo-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .wpcargo-btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .wpcargo-btn-light:focus, .wpcargo-btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .wpcargo-btn-light.disabled, .wpcargo-btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .wpcargo-btn-light:not(:disabled):not(.disabled):active, .wpcargo-btn-light:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .wpcargo-btn-light:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-light:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.wpcargo-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .wpcargo-btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .wpcargo-btn-dark:focus, .wpcargo-btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .wpcargo-btn-dark.disabled, .wpcargo-btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .wpcargo-btn-dark:not(:disabled):not(.disabled):active, .wpcargo-btn-dark:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .wpcargo-btn-dark:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-dark:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.wpcargo-btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .wpcargo-btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .wpcargo-btn-outline-primary:focus, .wpcargo-btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .wpcargo-btn-outline-primary.disabled, .wpcargo-btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .wpcargo-btn-outline-primary:not(:disabled):not(.disabled):active, .wpcargo-btn-outline-primary:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .wpcargo-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.wpcargo-btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .wpcargo-btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .wpcargo-btn-outline-secondary:focus, .wpcargo-btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .wpcargo-btn-outline-secondary.disabled, .wpcargo-btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .wpcargo-btn-outline-secondary:not(:disabled):not(.disabled):active, .wpcargo-btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .wpcargo-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.wpcargo-btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .wpcargo-btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .wpcargo-btn-outline-success:focus, .wpcargo-btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .wpcargo-btn-outline-success.disabled, .wpcargo-btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .wpcargo-btn-outline-success:not(:disabled):not(.disabled):active, .wpcargo-btn-outline-success:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .wpcargo-btn-outline-success:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.wpcargo-btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .wpcargo-btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .wpcargo-btn-outline-info:focus, .wpcargo-btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .wpcargo-btn-outline-info.disabled, .wpcargo-btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .wpcargo-btn-outline-info:not(:disabled):not(.disabled):active, .wpcargo-btn-outline-info:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .wpcargo-btn-outline-info:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.wpcargo-btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .wpcargo-btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .wpcargo-btn-outline-warning:focus, .wpcargo-btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .wpcargo-btn-outline-warning.disabled, .wpcargo-btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .wpcargo-btn-outline-warning:not(:disabled):not(.disabled):active, .wpcargo-btn-outline-warning:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .wpcargo-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.wpcargo-btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .wpcargo-btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .wpcargo-btn-outline-danger:focus, .wpcargo-btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .wpcargo-btn-outline-danger.disabled, .wpcargo-btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .wpcargo-btn-outline-danger:not(:disabled):not(.disabled):active, .wpcargo-btn-outline-danger:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .wpcargo-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.wpcargo-btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .wpcargo-btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .wpcargo-btn-outline-light:focus, .wpcargo-btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .wpcargo-btn-outline-light.disabled, .wpcargo-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .wpcargo-btn-outline-light:not(:disabled):not(.disabled):active, .wpcargo-btn-outline-light:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .wpcargo-btn-outline-light:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.wpcargo-btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .wpcargo-btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .wpcargo-btn-outline-dark:focus, .wpcargo-btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .wpcargo-btn-outline-dark.disabled, .wpcargo-btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .wpcargo-btn-outline-dark:not(:disabled):not(.disabled):active, .wpcargo-btn-outline-dark:not(:disabled):not(.disabled).active, .show > .wpcargo-btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .wpcargo-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .wpcargo-btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .wpcargo-btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.wpcargo-btn-link {
  font-weight: 400;
  color: #007bff; }
  .wpcargo-btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .wpcargo-btn-link:focus, .wpcargo-btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .wpcargo-btn-link:disabled, .wpcargo-btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.wpcargo-btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.wpcargo-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.wpcargo-btn-block {
  display: block;
  width: 100%; }
  .wpcargo-btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].wpcargo-btn-block,
input[type="reset"].wpcargo-btn-block,
input[type="button"].wpcargo-btn-block {
  width: 100%; }

.wpcargo-pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.wpcargo-page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .wpcargo-page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .wpcargo-page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .wpcargo-page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.wpcargo-page-item:first-child .wpcargo-page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.wpcargo-page-item:last-child .wpcargo-page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.wpcargo-page-item.active .wpcargo-page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.wpcargo-page-item.disabled .wpcargo-page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.wpcargo-pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.wpcargo-pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
.wpcargo-pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.wpcargo-pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.wpcargo-pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.wpcargo-pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

@media print {
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .wpcargo-container {
    min-width: 992px !important; }

  .wpcargo-table {
    border-collapse: collapse !important; }
    .wpcargo-table td,
    .wpcargo-table th {
      background-color: #fff !important; }

  .wpcargo-table-bordered th,
  .wpcargo-table-bordered td {
    border: 1px solid #dee2e6 !important; }

  .wpcargo-table-dark {
    color: inherit; }
    .wpcargo-table-dark th,
    .wpcargo-table-dark td,
    .wpcargo-table-dark thead th,
    .wpcargo-table-dark tbody + tbody {
      border-color: #dee2e6; }

  .wpcargo-table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
