body {
  font-family: 'Nunito', sans-serif;
  font-size: .95rem;
  color: #838C96;
  /* background: #fafbfe; */
  /* background: #F2EAE4; */
  /* background: #F2F2F2; */
  background: #F2EAE4;
  /* scroll-behavior: auto;
  scroll-behavior: smooth; */
  /* color: #6c757d; */
  /* background: #838C96; */
  /* #edeff1 */
}

a {
  text-decoration: none;
}

/* a:link.dropdown-item {
  color: #212529;
} */

 /* a:link {
  font-family: 'Nunito', sans-serif;
  color: #f8f8f8;
  color: #838C96;
} */

/* a:hover {
  color: #838C96;
} */

.wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.container-fluid {
  max-width: 85%;
}

.bg-success, .btn-success {
  background-color: #0ACF97 !important;
  border-color: #0ACF97 !important;
}

.text-success {
  color: #0ACF97 !important;
}

.bg-light, .btn-light {
  background-color: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
}

.bg-action, .btn-action {
  background-color: #F25A38 !important;
  border-color: #F25A38 !important;
  color: white !important;
}

.text-danger {
  color: #F25A38 !important;
}

.bg-info, .btn-info {
  background-color: #F2CD5E !important;
  border-color: #F2CD5E !important;
}

.text-info {
  color: #F2CD5E !important;
}

.bg-primary, .btn-primary {
  background-color: #4E41A6 !important;
  border-color: #4E41A6 !important;
}

.text-primary {
  color: #4E41A6 !important;
}

.bg-aqua, .btn-aqua {
  background-color: #05DBF2!important;
  border-color: #05DBF2!important;
}

.bg-salmon, .btn-salmon, text-salmon {
  background-color: #F27E93 !important;
  border-color: #F27E93 !important;
}

.text-salmon {
  color: #F27E93 !important;
}

.bg-warming, .btn-warming {
  background-color: #F2BF5E !important;
  border-color: #F2BF5E !important;
}

.text-warning {
  color: #F2BF5E !important;
}

/* .text-primary {
  color: #4E41A6 !important;
} */



/* .text-info {
  color: #4B4FA6 !important;
} */

label {
  font-weight: 600;
}

.success-dot {
  color: #0ACF97;
  font-size: .7rem;
}

.error-dot {
  color: #F25A38;
  font-size: .7rem;
}

.info-dot {
  color: #F2BF5E;
  font-size: .7rem;
}

.empty-dot {
  color: #838C96;
  font-size: .6rem;
}

