.footer-logo {
  height: 60px;
  width: inherit;
}

.logo {
  /*width: 100px;*/
  height: 40px;
}

.logo-order {
  width: 100px;
  height: 60px;
}

.image {
  width: 100%;
}

.btn-image {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

.fox-btn-primary {
  background-color: #000000 !important;
  color: #ffffff;
}

.fox-btn-secondary {
  background-color: #f8f9fa !important;
  color: #6c757d;
  align-items: center;
}

.fox-div-kpi {
  margin-top: 50px;
  /*width: 100%;*/
  background-color: #f5f5f5 !important;
  backdrop-filter: saturate(200%) blur(25px);
  -webkit-backdrop-filter: saturate(200%) blur(25px);
}

.fox-div {
  margin-top: 150px;
  width: 100%;
}

fox-input {
  margin-top: 3rem;
}

.shadow-3-solid {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.fox-text-theme {
  /*color: #7446ac !important;*/
  background-color: transparent !important;
}

.fox-text-lite-theme {
  color: #ffffff !important;
  background-color: transparent !important;
}

.fox-link-theme {
  color: #4F4F4F !important;
  background-color: transparent !important;
}

.fox-text-order-theme {
  color: black !important;
  background-color: transparent !important;
}

.container {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.note-success {
  background-color: #e1ece3 !important;
  color: #69a477 !important;
}

.note-primary {
  background-color: #e9edf0 !important;
  color: var(--mdb-primary-text-emphasis);
}

.fox-title-font {
  font-family: Rubik, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 32px;
}

.fox-h2-font {
  font-family: Rubik, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-size: 22px;
}

.fox-login-subtitle-font {
  font-size: 16px !important;
}

.fox-login-description-font {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.fox-login-header-subtitle-font {
  font-size: 22px !important;
}

.fox-subtitle-font {
  font-size: 16px !important;
}

.footer {
  background-color: #f5f5f5;
  padding: 20px 0;
  font-size: 15px;
}

.fox-card-header {
  background-color: #f5f5f5 !important;
}

.fox-bg-dark {
  background-color: #000000 !important;
}

.fox-btn-dark {
  background-color: #000000 !important;
}

