/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.ka4wp-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.ka4wp-table th,
.ka4wp-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.ka4wp-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.ka4wp-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.ka4wp-table .ka4wp-table {
  background-color: #fff;
}

.ka4wp-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ka4wp-table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.ka4wp-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 0.5rem;
  text-align: center;
}

.ka4wp-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.h-100 {
  height: 100% !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.d-none {
  display: none !important;
}