x-card {
  display: block;
  background-color: var(--color-white, #FFFFFF);
  box-shadow: 0px 3px 1rem rgba(var(--color-border-rgb, 200, 199, 204), 0.2), inset 0 0 0 1px rgba(var(--color-border-rgb, 200, 199, 204), 0.35);
  border: none;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}
x-card:last-child {
  margin-bottom: 0px !important;
}
.is-dark-mode x-card {
  color: var(--color-text-light, #FEFEFE);
  background-color: var(--color-black, #000000);
  box-shadow: 0px 3px 1rem rgba(var(--color-black-rgb, 0, 0, 0), 0.35), inset 0 0 0 1px var(--color-dark-tint, #414141);
}
x-card .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
x-card .card-body h1,
x-card .card-body h3,
x-card .card-body h5 {
  margin-bottom: 1rem;
}
x-card .card-body h1 + h2,
x-card .card-body h3 + h4,
x-card .card-body h5 + h6 {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  line-height: 1em;
  font-size: 0.85em;
  opacity: 0.75;
}
x-card .card-body p:last-child {
  margin-bottom: 0;
}
x-card .card-body x-tabs nav {
  margin-left: calc(-1.25rem + 1px);
  margin-right: calc(-1.25rem + 1px);
}
x-card .card-body x-tabs nav ul {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-bottom-color: rgba(var(--color-border-rgb, 200, 199, 204), 0.35);
}
x-card .card-body x-tabs nav ul li a {
  border-bottom-color: transparent;
}
x-card .card-body x-tabs .tab-content {
  padding: 1rem 0;
}
x-card.card-with-icon {
  margin-top: 2.25rem;
}
x-card.card-with-icon:first-child {
  margin-top: 1.25rem;
}
x-card.card-with-icon .card-header {
  display: none !important;
}
x-card.card-with-icon .card-icon {
  font-size: 3rem !important;
  margin-left: 1.25rem !important;
  transform: translateY(-1.25rem);
}
x-card.card-with-icon .card-body {
  padding-top: 0;
}
x-card.card-fluid {
  border-radius: 0;
  border-right: none !important;
  border-left: none !important;
  box-shadow: 0px 3px 1rem rgba(var(--color-border-rgb, 200, 199, 204), 0.2);
  border: 1px solid rgba(var(--color-border-rgb, 200, 199, 204), 0.35);
}
.is-dark-mode x-card.card-fluid {
  border: 1px solid var(--color-dark-tint, #414141);
  box-shadow: 0px 3px 1rem rgba(var(--color-black-rgb, 0, 0, 0), 0.35);
}
x-card.card-fluid .card-body {
  padding: 2px !important;
}
x-card .card-header x-card-segment.bordered {
  border-bottom: 1px solid rgba(var(--color-border-rgb, 200, 199, 204), 0.2);
}
x-card .card-header [slot=header] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
  margin-bottom: 0;
}
x-card .card-header [slot=header] h1,
x-card .card-header [slot=header] h2,
x-card .card-header [slot=header] h3,
x-card .card-header [slot=header] h4,
x-card .card-header [slot=header] h5,
x-card .card-header [slot=header] h6 {
  margin: 0;
}
x-card .card-header [slot=header]:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
x-card .card-header [slot=header] + .list-group .list-group-item:first-child {
  border-top: 0;
}
x-card .card-footer x-card-segment.bordered {
  border-top: 1px solid rgba(var(--color-border-rgb, 200, 199, 204), 0.2);
}
x-card .card-footer [slot=footer] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
}
x-card .card-footer [slot=footer] > * {
  margin-right: 1rem;
}
x-card .card-footer [slot=footer] > *:last-child {
  margin-right: 0px;
}
x-card .card-footer [slot=footer]:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}
x-card .card-header [slot=header] a,
x-card .card-footer [slot=footer] a {
  transition: background-color 0.5s, box-shadow 0.5s;
  border-radius: 0.2rem;
  position: relative;
}
x-card .card-header [slot=header] a:active,
x-card .card-footer [slot=footer] a:active {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.05);
  transition: none;
}
.is-dark-mode x-card .card-header [slot=header] a:active,
.is-dark-mode x-card .card-footer [slot=footer] a:active {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.05);
}
x-card .card-header [slot=header] a:not(:active),
x-card .card-footer [slot=footer] a:not(:active) {
  background-color: transparent;
  box-shadow: 0 0 0 0.25rem transparent;
  transition: background-color 0.5s, box-shadow 0.5s;
}
x-card .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -1rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
x-card .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
x-card .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  overflow-y: auto;
  z-index: 9;
  color: var(--color-text-light, #FEFEFE);
}
x-card .card-img-overlay h1,
x-card .card-img-overlay h3,
x-card .card-img-overlay h5 {
  margin-bottom: 1rem;
}
x-card .card-img-overlay h1 + h2,
x-card .card-img-overlay h3 + h4,
x-card .card-img-overlay h5 + h6 {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  line-height: 1em;
  font-size: 0.85em;
  opacity: 0.75;
}
x-card .card-img-overlay p:last-child {
  margin-bottom: 0;
}
x-card .card-img {
  position: relative;
  display: inline-block;
  width: calc(100% - 2px);
  margin: 1px;
  object-fit: cover;
  object-position: center;
  border-radius: calc(0.5rem - 1px);
}
x-card.card-with-footer.card-with-overlay .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  z-index: 9;
}
x-card.card-with-overlay:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--color-black-rgb, 0, 0, 0), 0.35);
  position: absolute;
  border-radius: 0.5rem;
  z-index: 1;
  pointer-events: none;
}
x-card.card-with-overlay .card-link {
  color: var(--color-text-light, #FEFEFE) !important;
  border-bottom: 1px dashed rgba(var(--color-text-light-rgb, 254, 254, 254), 0.5);
}
x-card .card-img-top {
  position: relative;
  display: inline-block;
  width: calc(100% - 2px);
  margin: 1px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
x-card .card-img-bottom {
  position: relative;
  display: inline-block;
  width: calc(100% - 2px);
  margin: 1px;
  object-fit: cover;
  object-position: center;
  border-bottom-left-radius: calc(0.5rem - 1px);
  border-bottom-right-radius: calc(0.5rem - 1px);
}
x-card .card-link {
  line-height: 1em;
}
x-card .card-link:hover {
  text-decoration: none;
}
x-card .card-link + .card-link {
  margin-left: 1rem;
}
x-card .card-deck {
  display: flex;
  flex-direction: column;
}
x-card .card-deck .card {
  margin-bottom: 1rem;
}
@media screen and (max-width: 360px) {
  x-card .card-deck {
    flex-flow: row wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  x-card .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 1rem;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}

x-card-segment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0;
}
x-card-segment.tinted {
  background-color: rgba(var(--color-border-rgb, 200, 199, 204), 0.1);
}
x-card-segment .content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0 !important;
}
x-card-segment .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
x-card-segment .actions x-button {
  margin-left: 0.25rem;
}
x-card-segment .actions x-button:active, x-card-segment .actions x-button:focus, x-card-segment .actions x-button.button-focus {
  box-shadow: none !important;
}
x-card-segment .actions x-button button, x-card-segment .actions x-button a {
  background-color: transparent !important;
  color: var(--color-text, #4A4A4A);
  font-size: 1.25rem !important;
  padding: 0.25rem;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  box-shadow: none !important;
}
x-card-segment .actions x-button button:hover, x-card-segment .actions x-button a:hover {
  background-color: rgba(var(--color-border-rgb, 200, 199, 204), 0.2) !important;
}
.is-dark-mode x-card-segment .actions x-button button, .is-dark-mode x-card-segment .actions x-button a {
  color: var(--color-text-light, #FEFEFE);
}
x-card-segment .actions x-button x-icon {
  color: var(--color-text, #4A4A4A);
  font-size: 1.25rem !important;
}
.is-dark-mode x-card-segment .actions x-button x-icon {
  color: var(--color-text-light, #FEFEFE);
}