@charset "UTF-8";
@media (min-width: 1200px) {
  .container {
    max-width: 1660px;
    width: auto; } }

:root {
  --color:#4a5867;
  --border:#cccccc; }

body {
  font-weight: 400; }

h1 {
  font-weight: 300; }

nav a {
  color: rgba(0, 0, 0, 0.3); }

nav a:hover {
  color: rgba(0, 0, 0, 0.6); }

.navbar-nav .dropdown-menu {
  left: auto; }

.json {
  white-space:pre;
}

article.container {
  padding-top: 1em; }

.block {
  display: block; }

label[for] {
  display: block; }

.modal-footer {
  background-color: #efefef; }

form .full {
  width: 85%; }

form {
  margin: 0; 
}

.form-btn-group {
  display:flex;
  justify-content:flex-end;
  flex-direction:column
}

[role=group] {
  padding: .75rem 0; }

.dividers [role=group] {
  border-bottom: 1px solid var(--border); }

.dividers [role=group]:last-child {
  border-bottom: 0; }

.flex-full {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 100% !important;
          flex: 1 1 100% !important; }

.form-label {
  display: block;
  margin-bottom: .25rem; }

.form-group {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
  padding: 0 2.5rem 1em 2.5rem; }

ul {
  list-style: none; }

.brand-primary {
  color: #4A90E2;
  color: #4e6b8e; }

.btn-info {
  --bs-btn-color:var(--bs-white); }

.btn-success {
  --bs-btn-color:var(--bs-white); }

.btn-warning {
  --bs-btn-color:var(--bs-white); }

.btn-danger {
  --bs-btn-color:var(--bs-white); }

.btn {
  --bs-btn-focus-shadow-rgb:none; }

.btn-primary {
  --bs-btn-color:var(--text-color);
  --bs-btn-bg:var(--bs-white);
  --bs-btn-border-color:var(--border); }

.navbar {
  background-color: white !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

/*
.bg-primary {
	background-color:#337ab7 !important;
}
*/
.growth_indicator {
  padding-left: .5em; }

.header {
  font-weight: 300;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: .5rem;
  margin-top: 0; }

.popover-wide {
  max-width: 600px !important;
  width: 600px !important; }

.popover-confirm .popover-header {
  text-align: center; }

.btn-light {
  border: 1px solid var(--border);
  background-color: white;
  color: var(--color); }

.btn-std, .btn-default {
  border: 1px solid #e5e5e6;
  border-radius: 4px;
  color: #34495e;
  background-color: white; }

.btn-dm {
  background-color: #34495e;
  color: white; }

.bg-alt {
  background-color: #B8E986;
  color: #fff !important; }

.bg-emo {
  background-color: #9464BE;
  color: #fff !important; }

.generated_link {
  overflow-wrap: break-word; }

.card h3 {
  padding: 0.5em 0 0 1em; }

.advertising .bdivider {
  border-bottom: 1px solid white; }

.dataTables_wrapper {
  position: relative; }
  .dataTables_wrapper .top {
    padding: 1em 0 0 2em;
    position: absolute;
    top: -1rem; }
  .dataTables_wrapper .bottom {
    padding-left: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .dataTables_wrapper .bottom .dataTables_length {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
    .dataTables_wrapper .bottom .dataTables_paginate {
      padding: 1.3em 3em; }

.dt-buttons {
  float: right !important; }

.dt-button {
  background-color: white;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: 1px solid var(--border);
  margin: 1em 0;
  border-radius: 3px;
  padding: .5rem 1rem; }

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-column-gap: 8px;
          column-gap: 8px; }

div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0; }

div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: white;
  border: 1px solid #d8d8d8; }

div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

div.dt-button-collection.fixed.two-column {
  margin-left: -150px; }

div.dt-button-collection.fixed.three-column {
  margin-left: -225px; }

div.dt-button-collection.fixed.four-column {
  margin-left: -300px; }

div.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
          break-inside: avoid; }

div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
          column-count: 2; }

div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
          column-count: 3; }

div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
          column-count: 4; }

div.dt-button-collection .dt-button {
  border-radius: 0; }

.dataTables_processing {
  background-color: var(--info);
  color: white;
  padding: .5em 2em;
  width: 400px;
  left: 209px;
  top: 19px; }

table[data-role=datatable] {
  --bg-color:white;
  --header-bg:var(--brand-primary);
  --header-text:var(--brand-primary-text);
  border: 1px solid var(--border);
  background-color: var(--bg-color); }
  table[data-role=datatable] tbody {
    background-color: rgba(0, 0, 0, 0.02); }
    table[data-role=datatable] tbody tr {
      border-bottom: 1px solid var(--border); }
    table[data-role=datatable] tbody td:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      z-index: 1;
      background-color: var(--bg-color);
      border-right: 1px solid var(--border); }
    table[data-role=datatable] tbody td {
      padding: .5rem;
      z-index: 2; }
  table[data-role=datatable] caption {
    text-align: center;
    caption-side: top;
    font-size: 2rem;
    font-weight: 200; }
  table[data-role=datatable] thead {
    color: var(--header-text);
    background-color: var(--header-bg);
    position: -webkit-sticky;
    position: sticky;
    inset-block-start: 0;
    z-index: 5; }
    table[data-role=datatable] thead th {
      text-align: center;
      white-space: nowrap;
      padding: 1rem .5rem;
      z-index: 2; }
    table[data-role=datatable] thead th:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      z-index: 6;
      background-color: var(--header-bg) !important; }
    table[data-role=datatable] thead tr.grouping {
      border-left: 1px solid var(--border);
      border-right: 1px solid var(--border); }
  table[data-role=datatable] [aria-sort=descending]:after {
    content: '▼';
    padding-left: .1em;
    display: inline-block;
    white-space: nowrap; }
  table[data-role=datatable] [aria-sort=ascending]:after {
    content: '▲';
    display: inline-block;
    padding-left: .1em;
    white-space: nowrap; }
  table[data-role=datatable] td.child ul {
    margin-top: 1rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  table[data-role=datatable] tr.child ul.dtr-details > li {
    border-bottom: 0 !important;
    padding: .5rem !important; }

.sub_detail {
  display: block;
  font-size: 0.7em; }

.table-wide-cols thead th {
  font-size: 14px; }

.ReportSettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 20px 20px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin: 0;
  padding: 1em 2em; 
  background-color: white;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 2rem;
  margin: 2rem 0;
}
  .ReportSettings .no_label {
    margin-top: 2.5em; }
  .ReportSettings > legend, .ReportSettings .heading, .ReportSettings h3 {
    font-weight: 300;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    text-align: left;
    font-size: 1.5em;
    padding: 4px 0;
    color: var(--color); }
  .ReportSettings .subtitle {
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase; }
  .ReportSettings > section {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ReportSettings > fieldset, .ReportSettings > [data-role=fieldset] {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    padding: 0;
    padding: 0 7px; }
  .ReportSettings > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
    padding: 0;
    padding: 0 7px; }
  .ReportSettings > .split {
    -webkit-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%; }
  .ReportSettings input {
    border: 1px solid var(--border);
    padding: 4px; }
  .ReportSettings fieldset {
    border-top: 0;
    border-bottom: 0;
    padding: 15px; }
  .ReportSettings .nolabel {
    margin-top: 1.5em; }
  .ReportSettings label {
    display: block; }
  .ReportSettings > .full {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%; }
  .ReportSettings h1, .ReportSettings h2, .ReportSettings h3, .ReportSettings h4, .ReportSettings h5, .ReportSettings h6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%; }

.dash_data .dataTables_wrapper.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.dash_data table {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.1rem; }
  .dash_data table .dataTables_wrapper .top {
    position: relative;
    top: 3em; }

.dash_data thead th {
  text-align: center;
  font-weight: 400;
  color: var(--brand-primary-text);
  background-color: var(--brand-primary);
  padding: 1rem 1.25rem; }

.dash_data tbody tr {
  background-color: white;
  border-bottom: 1px solid #e5e5e5; }

.dash_data tbody tr {
  background-color: white; }

.dash_data tbody td {
  border: 0;
  background-color: transparent;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
  color: #808b97;
  padding: .6em; }

.dash_data tbody .description td {
  text-align: left;
  font-size: .75em; }

.dash_data tr.description {
  font-weight: 200;
  text-align: left; }

.item_value {
  -webkit-transition: opacity .75s ease-in-out;
  -o-transition: opacity .75s ease-in-out;
  transition: opacity .75s ease-in-out; }

.item_detail {
  padding-top: .75em;
  font-size: .75em;
  display: block;
  opacity: 0;
  color: #6b737e;
  -webkit-transition: opacity .75s ease-in-out;
  -o-transition: opacity .75s ease-in-out;
  transition: opacity .75s ease-in-out; }

tr:hover .item_value {
  opacity: .6; }

tr:hover .item_detail {
  opacity: 1; }

.month_header {
  background-color: #f2f3f7;
  margin-top: 0;
  margin-bottom: 0; }
  .month_header li {
    max-width: 76px; }

.percent:after {
  content: '%';
  display: inline; }

.price:before, .money:before {
  content: '$';
  display: inline; }

[data-role=content].loading:before {
  font-size: 4em;
  text-align: center; }

.loading:before {
  -webkit-animation-name: 'fa-spin';
          animation-name: 'fa-spin';
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  font-size: 1rem;
  display: var(--fa-display, inline-block);
  content: "\f110" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900; }

.loading .loader {
  opacity: 1; }

.loader {
  opacity: 0;
  z-index: 5; }

.block {
  display: block; }

.fade.hider {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0); }

.fade.in.show {
  -webkit-transform: scaleY(100);
      -ms-transform: scaleY(100);
          transform: scaleY(100); }

section .container {
  margin-top: 1rem; }

/*************************************************/
/*****************Forms***************************/
.select, select {
  outline: none;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 8px;
  background-color: white;
  font-size: 13px;
  padding: 10px;
  color: #676b75;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  height: auto;
  background-position: 100% 0;
  background-repeat: no-repeat;
  font-weight: bold;
  padding: 8px 20px 8px 14px;
  max-width: 17em;
  height: 2.5em; }
  .select[multiple], select[multiple] {
    background: #eee;
    padding: 0; }
    .select[multiple] option, select[multiple] option {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 4px; }
      .select[multiple] option:selected, select[multiple] option:selected {
        background-color: yellow; }

select.input-sm {
  padding: 2px 20px 2px 6px; }

input:focus, textarea:focus {
  outline: none; }

.row.form-group {
  padding: 0 1.5rem 1em 1.5rem; }

form fieldset {
  padding: 1em 1.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

form fieldset label {
  font-weight: 600;
  font-size: .8em;
  margin-bottom: .3rem; }

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  position: relative;
  margin: 0 .5em;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  line-height: 1em;
  text-align: center;
  padding: 0px;
  width: 1.25em;
  height: 1.25em;
  border-radius: 4px;
  background-color: #34495e;
  opacity: .3;
  font-size: 17px; }
  input[type=checkbox]:checked {
    opacity: 1;
    color: white; }
  input[type=checkbox]:after {
    content: '\00a0';
    font-weight: normal;
    margin-top: .1em;
    display: inline-block; }
  input[type=checkbox]:checked:after {
    content: '✓';
    font-weight: normal; }

.col.col-push {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

/*
a.btn {
	color:$text-color;
	transition:color .5s ease-in-out;
}
a.btn-std:hover {
	color:black;
}
*/
/************Dashboard****************/
#Dashboard {
  color: 676b74; }
  #Dashboard h2 {
    font-weight: 200;
    padding-top: 1rem;
    font-size: 2.5rem; }

[data-tooltip] {
  position: relative; }
  [data-tooltip].success:before {
    border-top-color: #458746; }
  [data-tooltip].success:after {
    background: #458746; }
  [data-tooltip].info:before {
    border-top-color: #3986ac; }
  [data-tooltip].info:after {
    background: #3986ac;
    text-shadow: 0 -1px 0px #193b4d; }
  [data-tooltip].warning:before {
    background-color: #c09854;
    text-shadow: 0 -1px 0px #6c5328; }
  [data-tooltip].warning:after {
    border-top-color: #c09854; }
  [data-tooltip].error:before {
    border-top-color: #b34e4d; }
  [data-tooltip].error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0px #592726; }
  [data-tooltip]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  [data-tooltip]:hover:after {
    visibility: visible;
    z-index: 1000000;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px); }
  [data-tooltip]:after {
    font-family: Helvetica,Arial, sans-serif;
    background: white;
    color: #3f525c;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    margin-left: -18px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    bottom: 100%;
    left: 50%;
    border-radius: 5px; }
  [data-tooltip][data-placement=bottom]:after {
    bottom: -5em; }

[data-tooltip]:after {
  content: attr(data-tooltip); }

html {
  --border: #ebeaea;
  --text-color-dark:#212529;
  --text-color:#676B75; }

var {
  font-style: normal; }

.product_image img {
  max-height: 50px; }

/*
a[href] {
	color:var(--text-color);
}
*/
body {
  background-color: #fafafa;
  color: var(--text-color); }

/*****@table*****/
table tbody td[colspan] {
  font-size: .9em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

table {
  width: 100%;
  caption-side: top; }

table thead {
  background-color: var(--brand-primary);
  color: var(--brand-primary-text); }

table thead th {
  padding: 1rem 1.25rem; }

table tbody td {
  padding: .75rem 1rem;
  background-color: white; }

table caption {
  text-align: center;
  caption-side: top;
  font-size: 2rem;
  font-weight: 200; }

table [data-name=sku] {
  font-weight: 600; }

table p {
  margin-bottom: .5em; }

table [data-name=asin] {
  padding-left: 2em;
  font-weight: 600; }

table .description {
  font-weight: 300;
  font-size: .9em; }

h3 {
  font-weight: 200;
  margin-bottom: 1rem; }

h4 {
  font-weight: 200;
  margin-top: 1rem;
  font-size: 1.5rem;
  padding-left: 1rem; }

h5 {
  font-size: 1rem; }

section {
  margin-top: 2rem;
  background-color: white;
  border: 1px solid #EBEAEA;
  padding: 2rem !important;
  border-radius: 4px; }

h3 {
  font-size: 2rem; }

h6 {
  margin-top: .5em; }

.hero_data {
  font-size: 1.5rem;
  background-color: var(--brand-primary);
  color: var(--brand-primary-text);
  min-height: 200px;
  border: 0; }

.hero_data h5 {
  font-size: 1em;
  font-weight: 600; }

.hero_data p {
  font-size: 1.5em;
  font-weight: 100; }

.hero_data .item {
  text-align: center;
  margin: 1em 2em; }

.ninos {
  position: relative;
  font-size: 16px;
  color: #73777a;
  font-weight: bold; }

.nino {
  position: relative; }

.ninos p {
  font-size: .8em; }

.nino span.label {
  position: absolute;
  top: 1.3em;
  left: 1.5em; }

.hlist {
  list-style: none; }

.hlist li {
  /* border-right:1px solid var(--border);
	padding-right:1em; */ }

.hlist .div {
  width: 1px;
  border-right: 1px solid var(--border);
  /* margin-top:1em; */
  margin: 1em 2em;
  /* margin-bottom:1em; */ }

.line-graph {
  background-color: #eaedf1;
  height: 3px;
  position: relative; }

.line-graph .filled {
  background-color: #45b355;
  height: 3px; }

.line-graph:after {
  display: block;
  content: attr(data-fill);
  position: relative;
  top: -1.5em;
  right: -90%;
  font-size: .8em; }

.ninos .list-group-item {
  border: 0; }

.ninos .list-group-item:nth-child(2) .filled {
  background-color: pink; }

.ninos h5 {
  font-size: 1.2em; }

.hbox {
  padding: .5rem 1rem;
  max-width: 300px;
  font-size: 11px; }

.hbox .icon-container {
  border-radius: 1em;
  color: white;
  font-size: 1em;
  background-color: #0188cc;
  width: 1.5em;
  height: 1.5em;
  padding: .20em .35em; }

.hbox[data-style=blue] {
  border-left: 2px solid #0188cc; }

.activity {
  max-height: 450px;
  overflow-y: scroll;
  padding-left: 0; }

.activity [data-name=title] {
  font-size: .9em;
  font-weight: bold;
  margin-left: 1rem; }

.activity [data-name=title] {
  font-size: .8em;
  margin-left: 1rem; }

.col-fit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.activity [data-name=date] {
  font-size: .7em; }

.products h4 {
  margin-top: 1.5rem;
  margin-left: 1.5rem; }

.brand-logo {
  max-height: 35px; }

.card-success-edge {
  border-left: 4px solid var(--bs-success); }

.card-info-edge {
  border-left: 4px solid var(--bs-info); }

.card-extra-edge {
  border-left: 4px solid var(--bs-indigo); }

.card-warning-edge {
  border-left: 4px solid var(--bs-warning); }

.card-danger-edge {
  border-left: 4px solid var(--bs-danger); }

.card-danger {
  background-color: var(--danger);
  color: var(--text-light);
  --border:var(--text-light);
  --text-color:var(--text-light); }

.card-warning {
  background-color: var(--warning);
  color: var(--text-light);
  --border:var(--text-light);
  --text-color:var(--text-light); }

.card-success {
  background-color: var(--success);
  color: var(--text-light);
  --border:var(--text-light);
  --text-color:var(--text-light); }

.card-info {
  background-color: var(--info);
  color: var(--text-light);
  --border:var(--text-light);
  --text-color:var(--text-light); }

.card-primary {
  background-color: var(--info);
  color: var(--text-light);
  --border:var(--text-light);
  --text-color:var(--text-light); }

.card-light {
  background-color: var(--background-alt); }

.card:first-child {
  margin-left: 0 !important; }

.card:last-child {
  margin-right: 0 !important; }

.card {
  font-size: 15px; }
  .card .card-title {
    font-weight: 500;
    font-size: 1.1em; }
  .card .card-subtitle {
    font-weight: 400;
    font-size: .75em; }

.fs-7 {
  font-size: .9rem; }

.fs-8 {
  font-size: .8rem; }

.fs-9 {
  font-size: .75rem; }
