/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/assets/scss/user.scss ***!
  \****************************************************************************************************************************************************************************/
/*-----------------------------------------------
|   Phoenix buttons
-----------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                                Phoenix button                              */
/* -------------------------------------------------------------------------- */
:root {
  --toastify-color-light: $primary;
  --toastify-color-dark: $secondary;
  --toastify-color-info: $info;
  --toastify-color-success: $success;
  --toastify-color-warning: $warning;
  --toastify-color-error: $danger;
}

/* prettier-ignore */
/* ----------------------------- Phoenix-buttons ---------------------------- */
.vi__character {
  max-width: 43px;
  width: 43px;
}

.vi__character--selected {
  color: var(--reduco2-gray-900);
  background-color: var(--reduco2-input-bg);
  border-color: #1777FF;
  outline: 0;
  box-shadow: inset 0 1px 2px transparent, 0 0 0 0.25rem rgba(23, 119, 255, 0.25);
}

.text-16 span {
  font-size: 16px !important;
}

.avatar .avatar-name {
  color: var(--reduco2-secondary);
  background-color: #e3e7f6;
}

.nav-link {
  cursor: pointer !important;
}

.navbar-top-collapse .nav-link:hover {
  background-color: #eff2f6;
  border-radius: 6px;
}

.reduco2-table-striped tbody tr:nth-of-type(odd) {
  background-color: #eff2f6;
}

.nav-link.active {
  background-color: #eff2f6;
  border-radius: 6px;
}

.phoenix-table .form-check {
  padding-left: 35px;
}

section[aria-label="Notifications alt+T"] {
  padding: 0 !important;
  margin: 0 !important;
}

.modal-dialog {
  border-radius: 15px;
}

.dropdown-menu .nav-link.btn.btn-phoenix-danger:hover {
  background-color: rgba(211, 87, 130, 0.1);
}

/*# sourceMappingURL=user.min.css.map*/