/* stylelint-disable color-no-hex */
/* stylelint-enable color-no-hex */
/*
* By default, the theme uses a global cascade based on the global color-base.scss variables file to generate a uniform, consistent visual variants across alerts, badges, buttons, and other bootstrap visuals.
*
* Usage of this file is reserved for interfacing with native bootstrap 4 mixins and functions
* E.g. [alert|button|badge|text-emphasis|background [ -outline ]]-variant()
*
* These mixins generate the respective color classes (e.g. btn-primary)
*
* Recommendation: Only modify if you want to customize partial visual variants
* Example: have deviating primary colors for alert and badge
*/
/*
  * @argument background <--
  * @argument border
  * @argument color
  */
/*
  * @argument background <--
  */
/*
  * @argument background <--
  */
/*
  * @argument parent-selector
  * @argument color <--
  */
/*
  * @argument parent-selector
  * @argument color <--
  */
:root {
  --chart-color-mortgage: #181e41;
  --chart-color-rent: #181e41;
  --chart-color-beauty: #181e41;
  --chart-color-health-fitness: #181e41;
  --chart-color-alcohol-bars: #181e41;
  --chart-color-fast-food: #181e41;
  --chart-color-groceries: #181e41;
  --chart-color-restaurants: #181e41;
  --chart-color-car: #181e41;
  --chart-color-public-transport: #181e41;
  --chart-color-clothing: #181e41;
  --chart-color-electronics: #181e41;
  --chart-color-internet: #181e41;
  --chart-color-mobile-phone: #181e41;
  --chart-color-utilities: #181e41;
  --chart-color-bonus: #181e41;
  --chart-color-salary-wages: #181e41;
  --chart-color-interest-income: #181e41;
  --chart-color-rental-income: #181e41;
  --chart-color-pending: #a2a2a2;
  --chart-color-income: #181e41;
  --chart-color-home: #181e41;
  --chart-color-transfers: #181e41;
  --chart-color-shopping: #181e41;
  --chart-color-uncategorised: #181e41;
  --chart-color-transportation: #181e41;
  --chart-color-bills-utilities: #181e41;
  --chart-color-hobbies-entertainment: #181e41;
  --chart-color-health-beauty: #181e41;
  --chart-color-food-drinks: #181e41;
  --chart-color-other-income: #181e41;
  --chart-color-suppliers: #00a1e0;
  --chart-color-salaries: #4da1d9;
  --chart-color-office-rent: #205823;
  --chart-color-loan-repayment: #0079c9;
  --chart-color-miscellaneous: #2e7d32;
  --chart-color-intercompany-receivable: #f2780c;
  --chart-color-term-deposit: #0079c9;
  --chart-color-direct-debit-collections: #c22327;
  --chart-color-intracompany-receivable: #49074e;
  --chart-color-interest-received: #181e41;
  --chart-categories-colors: mortgage #181e41 home, rent #181e41 home, beauty #181e41 favorite, health-fitness #181e41 favorite, alcohol-bars #181e41 restaurant, fast-food #181e41 restaurant, groceries #181e41 restaurant, restaurants #181e41 restaurant, car #181e41 directions_car, public-transport #181e41 directions_car, clothing #181e41 shopping_cart, electronics #181e41 shopping_cart, internet #181e41 description, mobile-phone #181e41 description, utilities #181e41 description, bonus #181e41 add_box, salary-wages #181e41 add_box, interest-income #181e41 toll, rental-income #181e41 toll, pending #a2a2a2 error_outline, income #0079c9 add_box, home #00a1e0 home, transfers #ffac09 swap_horiz, shopping #f2780c shopping_cart, uncategorised #e24b2c help_outline, transportation #c22327 directions_car, bills-utilities #49074e description, hobbies-entertainment #181e41 local_play, health-beauty #260a24 favorite, food-drinks #2e7d32 restaurant, other-income #181e41 toll, suppliers #00a1e0, salaries #4da1d9, office-rent #205823, loan-repayment #0079c9, miscellaneous #2e7d32, intercompany-receivable #f2780c, term-deposit #0079c9, direct-debit-collections #c22327, intracompany-receivable #49074e, interest-received #181e41; }

/**
 * @name Positive rotation classes mixin
 *
 * @description
 * This will generate classes with transform rotate '+' deg for a given interval
 *
 * Parameters:
 * $minRotationAngle - starting angle
 * $maxRotationAngle - end angle
 */
/**
 * @name Negative rotation classes mixin
 *
 * @description
 * This will generate classes with transform rotate '-' deg for a given interval
 *
 * Parameters:
 * $minRotationAngle - starting angle
 * $maxRotationAngle - end angle
 */
/**
 * @name fade animation mixin
 *
 * @description
 * defines animation for fades
 *
 * Parameters for this mixin are:
 * $class-name: Class name
 * $background-from: Color value;
 * $background-to: Color value;
 **/
/**
 * @name Infinite rotation animation classes mixin
 *
 * @description
 * It adds all the transformations to infinite rotate an element
 *
 * Parameters:
 * $anticlockwise - reverses animation direction
 */
/**
 * @name Arrow classes mixin
 *
 * @description
 * This will produce classes that can be used to display arrows attached on element
 * for which the mixin is included.
 * The classes are named using the format bb-arrow-{position}
 *
 * Where position is one of: top, right, bottom, left
 *
 * Parameters for this mixin are:
 * size - Size of arrow in
 * border - Size of border
 * (it is rendered beneath arrow, so size should be greater than arrow size)
 * offset - Arrow offset from left/top (depending on orientation)
 * arrow-color
 * border-color
 */
/**
 * @name Chart colors mixin
 *
 * @description
 * Generates classes with colors for charts
 *
 * Parameters for this mixin are:
 * $colors - list of colors
 */
/**
 * @name Spinner mixin
 *
 * @description
 * This will add an animated spinner in the background
 *
 * Parameters for this mixin are:
 * size - Width and height of the spinner
 */
@font-face {
  font-weight: 400;
  font-family: "Material Icons Outlined";
  font-style: normal;
  src: url("../assets/fonts/materialicons/MaterialIcons-Outlined.woff2") format("woff2"), url("../assets/fonts/materialicons/MaterialIcons-Outlined.woff") format("woff"); }

@font-face {
  font-weight: 400;
  font-family: "Material Icons";
  font-style: normal;
  src: url("../assets/fonts/materialicons/MaterialIcons-Regular.woff2") format("woff2"), url("../assets/fonts/materialicons/MaterialIcons-Regular.woff") format("woff"); }

@font-face {
  font-weight: 400;
  font-family: "Inter";
  font-style: normal;
  src: url("../assets/fonts/Inter/Inter-Regular.woff"); }

@font-face {
  font-weight: 600;
  font-family: "Inter";
  font-style: normal;
  src: url("../assets/fonts/Inter/Inter-SemiBold.woff"); }

@font-face {
  font-weight: 700;
  font-family: "Inter";
  font-style: normal;
  src: url("../assets/fonts/Inter/Inter-Bold.woff"); }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0079c9;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #00558d;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #737373;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

input::-ms-clear {
  display: none; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0079c9;
  --secondary: #181e41;
  --success: #2e7d32;
  --info: #1476cc;
  --warning: #fbc02d;
  --danger: #d32f2f;
  --light: #e9eaeb;
  --dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.5rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

label {
  font-weight: 600; }

[type="button"],
[role="button"] {
  cursor: pointer; }

input[type="search"] {
  box-sizing: border-box; }

button[disabled],
input[disabled],
.disabled {
  cursor: not-allowed; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  background-color: #fff; }

ul {
  padding-left: 1rem; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Inter", "sans-serif";
  font-weight: 700;
  line-height: 1.2;
  color: #000000; }

h1, .h1 {
  font-size: 2.125rem; }

h2, .h2 {
  font-size: 1.5rem; }

h3, .h3 {
  font-size: 1.25rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.875rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 400; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 0.875rem;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875rem;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

strong {
  font-weight: 600; }

blockquote {
  margin-bottom: 1rem;
  font-size: 1.5rem; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dedede; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dedede; } }

/*
 * Bootstrap overrides
 */
.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.2s cubic-bezier(0.42, 0, 0.58, 1), box-shadow 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-radius: 20rem; }

.badge-primary {
  color: #fff;
  background-color: #0079c9; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #005a96; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 121, 201, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #181e41; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #0a0d1c; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(24, 30, 65, 0.5); }

.badge-success {
  color: #fff;
  background-color: #2e7d32; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #205823; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5); }

.badge-info {
  color: #fff;
  background-color: #1476cc; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #0f5b9e; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(20, 118, 204, 0.5); }

.badge-warning {
  color: #111112;
  background-color: #fbc02d; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #111112;
    background-color: #f0ad05; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #d32f2f; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ab2424; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5); }

.badge-light {
  color: #111112;
  background-color: #e9eaeb; }
  a.badge-light:hover, a.badge-light:focus {
    color: #111112;
    background-color: #ced1d3; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(233, 234, 235, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #333333; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1a1a1a; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.badge-primary {
  color: #111112;
  background-color: #d9ebf7;
  color: #00436f; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #111112;
    background-color: #afd5ee; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(217, 235, 247, 0.5); }

.badge-secondary {
  color: #111112;
  background-color: #dedede;
  color: #000000; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #111112;
    background-color: #c5c5c5; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5); }

.badge-success {
  color: #111112;
  background-color: #e0ece0;
  color: #19451c; }
  a.badge-success:hover, a.badge-success:focus {
    color: #111112;
    background-color: #c0d9c0; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(224, 236, 224, 0.5); }

.badge-info {
  color: #111112;
  background-color: #dceaf7;
  color: #0b4170; }
  a.badge-info:hover, a.badge-info:focus {
    color: #111112;
    background-color: #b2d1ee; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 234, 247, 0.5); }

.badge-warning {
  color: #111112;
  background-color: #fef6e0;
  color: #8a6a19; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #111112;
    background-color: #fce8af; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(254, 246, 224, 0.5); }

.badge-danger {
  color: #111112;
  background-color: #f8e0e0;
  color: #741a1a; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #111112;
    background-color: #efb6b6; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 224, 224, 0.5); }

.badge {
  line-height: 1.2; }
  .badge abbr {
    text-decoration: none; }

.btn {
  display: inline-block;
  font-family: "Inter", "sans-serif";
  font-weight: 400;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.60714;
  border-radius: 20rem;
  transition: color 0.2s cubic-bezier(0.42, 0, 0.58, 1), background-color 0.2s cubic-bezier(0.42, 0, 0.58, 1), border-color 0.2s cubic-bezier(0.42, 0, 0.58, 1), box-shadow 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px #dceaf7; }
  .btn.disabled, .btn:disabled {
    opacity: 1; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0079c9;
  border-color: #0079c9; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0062a3;
    border-color: #005a96; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(38, 141, 209, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0079c9;
    border-color: #0079c9; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005a96;
    border-color: #005389; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 141, 209, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #181e41;
  border-color: #181e41; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #0e1125;
    border-color: #0a0d1c; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(59, 64, 94, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #181e41;
    border-color: #181e41; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0a0d1c;
    border-color: #070912; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(59, 64, 94, 0.5); }

.btn-success {
  color: #fff;
  background-color: #2e7d32;
  border-color: #2e7d32; }
  .btn-success:hover {
    color: #fff;
    background-color: #246127;
    border-color: #205823; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(77, 145, 81, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #205823;
    border-color: #1d4e1f; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(77, 145, 81, 0.5); }

.btn-info {
  color: #fff;
  background-color: #1476cc;
  border-color: #1476cc; }
  .btn-info:hover {
    color: #fff;
    background-color: #1162a9;
    border-color: #0f5b9e; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(55, 139, 212, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #1476cc;
    border-color: #1476cc; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0f5b9e;
    border-color: #0e5492; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(55, 139, 212, 0.5); }

.btn-warning {
  color: #111112;
  background-color: #fbc02d;
  border-color: #fbc02d; }
  .btn-warning:hover {
    color: #111112;
    background-color: #fab507;
    border-color: #f0ad05; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(216, 166, 41, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #111112;
    background-color: #fbc02d;
    border-color: #fbc02d; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #111112;
    background-color: #f0ad05;
    border-color: #e4a404; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(216, 166, 41, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #d32f2f;
  border-color: #d32f2f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #b52626;
    border-color: #ab2424; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(218, 78, 78, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ab2424;
    border-color: #a02222; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(218, 78, 78, 0.5); }

.btn-light {
  color: #111112;
  background-color: #e9eaeb;
  border-color: #e9eaeb; }
  .btn-light:hover {
    color: #111112;
    background-color: #d5d7d9;
    border-color: #ced1d3; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(201, 201, 202, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #111112;
    background-color: #e9eaeb;
    border-color: #e9eaeb; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #111112;
    background-color: #ced1d3;
    border-color: #c8cacd; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(201, 201, 202, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }
  .btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(82, 82, 82, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(82, 82, 82, 0.5); }

.btn-outline-primary {
  color: #0079c9;
  border-color: #0079c9; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0079c9;
    border-color: #0079c9; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 121, 201, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0079c9;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0079c9;
    border-color: #0079c9; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(0, 121, 201, 0.5); }

.btn-outline-secondary {
  color: #181e41;
  border-color: #181e41; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #181e41;
    border-color: #181e41; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(24, 30, 65, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #181e41;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #181e41;
    border-color: #181e41; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(24, 30, 65, 0.5); }

.btn-outline-success {
  color: #2e7d32;
  border-color: #2e7d32; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #2e7d32;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #2e7d32;
    border-color: #2e7d32; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.5); }

.btn-outline-info {
  color: #1476cc;
  border-color: #1476cc; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #1476cc;
    border-color: #1476cc; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(20, 118, 204, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #1476cc;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #1476cc;
    border-color: #1476cc; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(20, 118, 204, 0.5); }

.btn-outline-warning {
  color: #fbc02d;
  border-color: #fbc02d; }
  .btn-outline-warning:hover {
    color: #111112;
    background-color: #fbc02d;
    border-color: #fbc02d; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(251, 192, 45, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #fbc02d;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #111112;
    background-color: #fbc02d;
    border-color: #fbc02d; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(251, 192, 45, 0.5); }

.btn-outline-danger {
  color: #d32f2f;
  border-color: #d32f2f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d32f2f;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d32f2f;
    border-color: #d32f2f; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.5); }

.btn-outline-light {
  color: #e9eaeb;
  border-color: #e9eaeb; }
  .btn-outline-light:hover {
    color: #111112;
    background-color: #e9eaeb;
    border-color: #e9eaeb; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(233, 234, 235, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #e9eaeb;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #111112;
    background-color: #e9eaeb;
    border-color: #e9eaeb; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(233, 234, 235, 0.5); }

.btn-outline-dark {
  color: #333333;
  border-color: #333333; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #333333;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.5); }

.btn-link {
  font-weight: 400;
  color: #0079c9;
  text-decoration: none; }
  .btn-link:hover {
    color: #00558d;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #a2a2a2;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.625rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.60714;
  border-radius: 20rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.375rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.60714;
  border-radius: 20rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 1rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  white-space: nowrap; }
  .btn i + span,
  .btn span + i {
    margin-left: 1.5rem; }
  .btn.btn-circle {
    padding: 0; }
    .btn.btn-circle.btn-sm, .btn-group-sm > .btn.btn-circle {
      width: 2.3rem;
      height: 2.3rem; }
    .btn.btn-circle.btn-md {
      width: 2.7rem;
      height: 2.7rem; }
  .btn bb-icon-ui:last-child .bb-icon--cropped {
    margin-left: 0.5rem; }
  .btn bb-icon-ui:first-child .bb-icon--cropped {
    margin-right: 0.5rem; }

.btn-primary {
  /*
      We are passing the focus background and focus border as background to the mixin then manually overriding the border and background just after invoking the mixing.
      The reason for this is that the focus rules are harder to override than the border and background ones, and they are using the background and border color
     */
  color: #fff;
  background-color: #00558d;
  border-color: #00558d;
  background-color: #0079c9;
  border-color: #0079c9; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00436f;
    border-color: #00436f; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-primary.btn-circle {
    border-width: 1px; }
    .btn-primary.btn-circle:hover:not(:disabled):not(.disabled) {
      color: #fff; }
    .btn-primary.btn-circle:active, .btn-primary.btn-circle.active, .btn-primary.btn-circle:active:focus, .btn-primary.btn-circle.active:focus {
      color: #fff; }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed; }
  .btn-primary:not(:disabled):not(.disabled):hover {
    background-color: #00558d;
    border-color: #00558d; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    background-color: #00436f;
    border-color: #00436f; }

.btn-secondary {
  /*
      We are passing the focus background and focus border as background to the mixin then manually overriding the border and background just after invoking the mixing.
      The reason for this is that the focus rules are harder to override than the border and background ones, and they are using the background and border color
     */
  color: #fff;
  background-color: #00558d;
  border-color: #00558d;
  background-color: transparent;
  border-color: #0079c9;
  color: #0079c9; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #0079c9;
    border-color: #0079c9; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-secondary.btn-circle {
    border-width: 1px; }
    .btn-secondary.btn-circle:hover:not(:disabled):not(.disabled) {
      color: #fff; }
    .btn-secondary.btn-circle:active, .btn-secondary.btn-circle.active, .btn-secondary.btn-circle:active:focus, .btn-secondary.btn-circle.active:focus {
      color: #fff; }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed; }
  .btn-secondary:not(:disabled):not(.disabled):hover {
    background-color: #0079c9;
    border-color: #0079c9;
    color: #fff; }
    .btn-secondary:not(:disabled):not(.disabled):hover .bicon, .btn-secondary:not(:disabled):not(.disabled):hover .bb-transaction-category,
    .btn-secondary:not(:disabled):not(.disabled):hover .bb-icon,
    .btn-secondary:not(:disabled):not(.disabled):hover .table thead th.sortable .th-content::before,
    .table thead th.sortable .btn-secondary:not(:disabled):not(.disabled):hover .th-content::before,
    .btn-secondary:not(:disabled):not(.disabled):hover .bicon,
    .btn-secondary:not(:disabled):not(.disabled):hover .bb-transaction-category {
      color: #fff !important; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    background-color: #00558d;
    border-color: #00558d; }

.btn-success {
  /*
      We are passing the focus background and focus border as background to the mixin then manually overriding the border and background just after invoking the mixing.
      The reason for this is that the focus rules are harder to override than the border and background ones, and they are using the background and border color
     */
  color: #fff;
  background-color: #00558d;
  border-color: #00558d;
  background-color: #2e7d32;
  border-color: #2e7d32; }
  .btn-success:hover {
    color: #fff;
    background-color: #205823;
    border-color: #205823; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #19451c;
    border-color: #19451c; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-success.btn-circle {
    background-color: transparent;
    color: #2e7d32;
    border-width: 1px; }
    .btn-success.btn-circle:hover:not(:disabled):not(.disabled) {
      color: #fff; }
    .btn-success.btn-circle:active, .btn-success.btn-circle.active, .btn-success.btn-circle:active:focus, .btn-success.btn-circle.active:focus {
      color: #fff; }
  .btn-success:disabled, .btn-success.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed; }
  .btn-success:not(:disabled):not(.disabled):hover {
    background-color: #205823;
    border-color: #205823; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
    background-color: #19451c;
    border-color: #19451c; }

.btn-info {
  /*
      We are passing the focus background and focus border as background to the mixin then manually overriding the border and background just after invoking the mixing.
      The reason for this is that the focus rules are harder to override than the border and background ones, and they are using the background and border color
     */
  color: #fff;
  background-color: #00558d;
  border-color: #00558d;
  background-color: #1476cc;
  border-color: #1476cc; }
  .btn-info:hover {
    color: #fff;
    background-color: #0e538f;
    border-color: #0e538f; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0b4170;
    border-color: #0b4170; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-info.btn-circle {
    border-width: 1px; }
    .btn-info.btn-circle:hover:not(:disabled):not(.disabled) {
      color: #fff; }
    .btn-info.btn-circle:active, .btn-info.btn-circle.active, .btn-info.btn-circle:active:focus, .btn-info.btn-circle.active:focus {
      color: #fff; }
  .btn-info:disabled, .btn-info.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed; }
  .btn-info:not(:disabled):not(.disabled):hover {
    background-color: #0e538f;
    border-color: #0e538f; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
    background-color: #0b4170;
    border-color: #0b4170; }

.btn-warning {
  /*
      We are passing the focus background and focus border as background to the mixin then manually overriding the border and background just after invoking the mixing.
      The reason for this is that the focus rules are harder to override than the border and background ones, and they are using the background and border color
     */
  color: #fff;
  background-color: #00558d;
  border-color: #00558d;
  background-color: #fbc02d;
  border-color: #fbc02d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #b08620;
    border-color: #b08620; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #8a6a19;
    border-color: #8a6a19; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-warning.btn-circle {
    border-width: 1px; }
    .btn-warning.btn-circle:hover:not(:disabled):not(.disabled) {
      color: #fff; }
    .btn-warning.btn-circle:active, .btn-warning.btn-circle.active, .btn-warning.btn-circle:active:focus, .btn-warning.btn-circle.active:focus {
      color: #fff; }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed; }
  .btn-warning:not(:disabled):not(.disabled):hover {
    background-color: #b08620;
    border-color: #b08620; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
    background-color: #8a6a19;
    border-color: #8a6a19; }

.btn-danger {
  /*
      We are passing the focus background and focus border as background to the mixin then manually overriding the border and background just after invoking the mixing.
      The reason for this is that the focus rules are harder to override than the border and background ones, and they are using the background and border color
     */
  color: #fff;
  background-color: #00558d;
  border-color: #00558d;
  background-color: #d32f2f;
  border-color: #d32f2f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #942121;
    border-color: #942121; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #741a1a;
    border-color: #741a1a; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-danger.btn-circle {
    background-color: transparent;
    color: #d32f2f;
    border-width: 1px; }
    .btn-danger.btn-circle:hover:not(:disabled):not(.disabled) {
      color: #fff; }
    .btn-danger.btn-circle:active, .btn-danger.btn-circle.active, .btn-danger.btn-circle:active:focus, .btn-danger.btn-circle.active:focus {
      color: #fff; }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed; }
  .btn-danger:not(:disabled):not(.disabled):hover {
    background-color: #942121;
    border-color: #942121; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
    background-color: #741a1a;
    border-color: #741a1a; }

.btn-link {
  /*
      We are passing the focus background and focus border as background to the mixin then manually overriding the border and background just after invoking the mixing.
      The reason for this is that the focus rules are harder to override than the border and background ones, and they are using the background and border color
     */
  color: #fff;
  background-color: #00558d;
  border-color: #00558d;
  background-color: transparent;
  border-color: #0079c9;
  color: #0079c9;
  border-color: transparent; }
  .btn-link:hover {
    color: #111112;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-link:focus, .btn-link.focus {
    box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-link.disabled, .btn-link:disabled {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active,
  .show > .btn-link.dropdown-toggle {
    color: #111112;
    background-color: #e9eaeb;
    border-color: #e9eaeb; }
    .btn-link:not(:disabled):not(.disabled):active:focus, .btn-link:not(:disabled):not(.disabled).active:focus,
    .show > .btn-link.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-link.btn-circle {
    border-width: 1px; }
    .btn-link.btn-circle:hover:not(:disabled):not(.disabled) {
      color: #fff; }
    .btn-link.btn-circle:active, .btn-link.btn-circle.active, .btn-link.btn-circle:active:focus, .btn-link.btn-circle.active:focus {
      color: #fff; }
  .btn-link:disabled, .btn-link.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed; }
  .btn-link:not(:disabled):not(.disabled):hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #0079c9; }
    .btn-link:not(:disabled):not(.disabled):hover .bicon, .btn-link:not(:disabled):not(.disabled):hover .bb-transaction-category,
    .btn-link:not(:disabled):not(.disabled):hover .bb-icon,
    .btn-link:not(:disabled):not(.disabled):hover .table thead th.sortable .th-content::before,
    .table thead th.sortable .btn-link:not(:disabled):not(.disabled):hover .th-content::before,
    .btn-link:not(:disabled):not(.disabled):hover .bicon,
    .btn-link:not(:disabled):not(.disabled):hover .bb-transaction-category {
      color: #0079c9 !important; }
  .btn-link:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled).active, .btn-link:not(:disabled):not(.disabled):active:focus, .btn-link:not(:disabled):not(.disabled).active:focus {
    background-color: #e9eaeb;
    border-color: #e9eaeb; }

.btn-light {
  /*
      We are passing the focus background and focus border as background to the mixin then manually overriding the border and background just after invoking the mixing.
      The reason for this is that the focus rules are harder to override than the border and background ones, and they are using the background and border color
     */
  color: #fff;
  background-color: #00558d;
  border-color: #00558d;
  background-color: #e9eaeb;
  border-color: #e9eaeb; }
  .btn-light:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #111112;
    border-color: #111112; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-light.btn-circle {
    border-width: 1px; }
    .btn-light.btn-circle:hover:not(:disabled):not(.disabled) {
      color: #fff; }
    .btn-light.btn-circle:active, .btn-light.btn-circle.active, .btn-light.btn-circle:active:focus, .btn-light.btn-circle.active:focus {
      color: #fff; }
  .btn-light:disabled, .btn-light.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed; }
  .btn-light:not(:disabled):not(.disabled):hover {
    background-color: #333333;
    border-color: #333333; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
    background-color: #111112;
    border-color: #111112; }

.btn-dark {
  /*
      We are passing the focus background and focus border as background to the mixin then manually overriding the border and background just after invoking the mixing.
      The reason for this is that the focus rules are harder to override than the border and background ones, and they are using the background and border color
     */
  color: #fff;
  background-color: #00558d;
  border-color: #00558d;
  background-color: #737373;
  border-color: #737373; }
  .btn-dark:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #111112;
    border-color: #111112; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-dark.btn-circle {
    border-width: 1px; }
    .btn-dark.btn-circle:hover:not(:disabled):not(.disabled) {
      color: #fff; }
    .btn-dark.btn-circle:active, .btn-dark.btn-circle.active, .btn-dark.btn-circle:active:focus, .btn-dark.btn-circle.active:focus {
      color: #fff; }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed; }
  .btn-dark:not(:disabled):not(.disabled):hover {
    background-color: #333333;
    border-color: #333333; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
    background-color: #111112;
    border-color: #111112; }

.btn-link-dark {
  /*
      We are passing the focus background and focus border as background to the mixin then manually overriding the border and background just after invoking the mixing.
      The reason for this is that the focus rules are harder to override than the border and background ones, and they are using the background and border color
     */
  color: #fff;
  background-color: #00558d;
  border-color: #00558d;
  background-color: transparent;
  border-color: #0079c9;
  color: #000000;
  border-color: transparent; }
  .btn-link-dark:hover {
    color: #111112;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .btn-link-dark:focus, .btn-link-dark.focus {
    box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-link-dark.disabled, .btn-link-dark:disabled {
    color: #fff;
    background-color: #00558d;
    border-color: #00558d; }
  .btn-link-dark:not(:disabled):not(.disabled):active, .btn-link-dark:not(:disabled):not(.disabled).active,
  .show > .btn-link-dark.dropdown-toggle {
    color: #111112;
    background-color: #e9eaeb;
    border-color: #e9eaeb; }
    .btn-link-dark:not(:disabled):not(.disabled):active:focus, .btn-link-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-link-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 3px rgba(38, 111, 158, 0.5); }
  .btn-link-dark.btn-circle {
    border-width: 1px; }
    .btn-link-dark.btn-circle:hover:not(:disabled):not(.disabled) {
      color: #fff; }
    .btn-link-dark.btn-circle:active, .btn-link-dark.btn-circle.active, .btn-link-dark.btn-circle:active:focus, .btn-link-dark.btn-circle.active:focus {
      color: #fff; }
  .btn-link-dark:disabled, .btn-link-dark.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed; }
  .btn-link-dark:not(:disabled):not(.disabled):hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000000; }
    .btn-link-dark:not(:disabled):not(.disabled):hover .bicon, .btn-link-dark:not(:disabled):not(.disabled):hover .bb-transaction-category,
    .btn-link-dark:not(:disabled):not(.disabled):hover .bb-icon,
    .btn-link-dark:not(:disabled):not(.disabled):hover .table thead th.sortable .th-content::before,
    .table thead th.sortable .btn-link-dark:not(:disabled):not(.disabled):hover .th-content::before,
    .btn-link-dark:not(:disabled):not(.disabled):hover .bicon,
    .btn-link-dark:not(:disabled):not(.disabled):hover .bb-transaction-category {
      color: #000000 !important; }
  .btn-link-dark:not(:disabled):not(.disabled):active, .btn-link-dark:not(:disabled):not(.disabled).active, .btn-link-dark:not(:disabled):not(.disabled):active:focus, .btn-link-dark:not(:disabled):not(.disabled).active:focus {
    background-color: #e9eaeb;
    border-color: #e9eaeb; }

.btn-link,
.btn-link-dark {
  opacity: 1; }
  .btn-link:focus, .btn-link:hover,
  .btn-link-dark:focus,
  .btn-link-dark:hover {
    text-decoration: none; }

.btn-icon-link {
  color: #333333; }
  .btn-icon-link:not(.disabled):not(:disabled):hover {
    color: #333333;
    background-color: #f2f2f2; }
  .btn-icon-link:not(.disabled):not(:disabled):active {
    color: #333333;
    background-color: #e9eaeb; }
  .btn-icon-link:focus, .btn-icon-link:hover {
    text-decoration: none; }
  .btn-icon-link:disabled, .btn-icon-link.disabled {
    color: #a2a2a2;
    background-color: #f2f2f2;
    border-color: #f2f2f2; }

.btn-unstyled {
  padding: 0 0;
  color: inherit;
  font-weight: normal;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0; }
  .btn-unstyled:not(:disabled):not(.disabled):hover {
    background-color: transparent; }
  .btn-unstyled:not(:disabled):not(.disabled).active, .btn-unstyled:not(:disabled):not(.disabled):active {
    background-color: transparent; }

button,
[type="submit"],
[type="button"],
[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.btn-group > .btn:not(:first-child):before,
.btn-group > .btn-group:not(:first-child) > .btn:before,
.btn-group > .btn-group:not(:first-child) > div > .btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  margin-top: -1px;
  margin-bottom: -1px;
  background: #fff;
  content: ""; }

.btn-group > .btn-group {
  z-index: 1; }

.btn-group-toggle {
  display: inline-flex; }
  .btn-group-toggle > .btn:first-child {
    border-top-left-radius: 20rem;
    border-bottom-left-radius: 20rem; }
  .btn-group-toggle > .btn:not(:first-child) {
    border-left: unset; }
  .btn-group-toggle > .btn:last-child {
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem; }
  .btn-group-toggle > .btn:not(:focus) {
    box-shadow: none; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #fff;
  border-radius: 1rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem; }

.card-title {
  margin-bottom: 1rem; }

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.5rem; }

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid #fff; }
  .card-header:first-child {
    border-radius: calc(1rem - 0) calc(1rem - 0) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-top: 0 solid #fff; }
  .card-footer:last-child {
    border-radius: 0 0 calc(1rem - 0) calc(1rem - 0); }

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1rem;
  margin-left: -0.75rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(1rem - 0); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(1rem - 0);
  border-top-right-radius: calc(1rem - 0); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(1rem - 0);
  border-bottom-left-radius: calc(1rem - 0); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 1rem; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -1rem;
      margin-left: -1rem; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 1rem;
        margin-bottom: 0;
        margin-left: 1rem; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 1rem; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 1rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: 0; }

.card {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }

.card--shadow-level-1 {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }

.card--shadow-level-2 {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }

.card--shadow-level-3 {
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1); }

.card--shadow-level-4 {
  box-shadow: 0px 32px 32px 0px rgba(0, 0, 0, 0.25); }

.card--shadowless {
  box-shadow: none; }

.card--highlight {
  background-color: #f5f5f5; }

.card-header {
  padding: 1.5rem 1.5rem 0 1.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }

.card-header--only-child {
  padding-bottom: 1.5rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.card-footer {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.card-section {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem; }
  .card-section::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 2 * 1.5rem);
    margin-left: 1.5rem;
    border-bottom: 1px solid #c5c5c5;
    content: ""; }
  .card-section:last-of-type::after {
    display: none; }
  .card-section:first-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .card-section:last-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem; }

.card-section--highlight {
  background-color: #f2f2f2; }
  .card-section--highlight::after {
    display: none; }

.card-sm .card-header {
  padding: 1rem 1rem 0 1rem; }

.card-sm .card-header--only-child {
  padding-bottom: 1rem; }

.card-sm .card-body {
  padding: 1rem; }

.card-sm .card-title {
  margin-bottom: 0.5rem; }

.card-sm .card-footer {
  padding: 0 1rem 1rem 1rem; }

.card-sm .card-section {
  padding: 1rem; }

.card-lg .card-header {
  padding: 2rem 2rem 0 2rem; }

.card-lg .card-header--only-child {
  padding-bottom: 2rem; }

.card-lg .card-body {
  padding: 2rem; }

.card-lg .card-footer {
  padding: 0 2rem 2rem 2rem; }

.card-lg .card-section {
  padding: 2rem; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 1rem 0;
  margin: 0.25rem 0 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #c5c5c5;
  border-radius: 1rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.25rem; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.25rem; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.25rem; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #dedede; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #000000;
    text-decoration: none;
    background-color: #f2f2f2; }
  .dropdown-item.active, .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #e9eaeb; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #a2a2a2;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 1rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #000000; }

.dropdown-menu {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }

.dropdown-menu-unstyled {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.dropdown-divider {
  margin-right: 1rem;
  margin-left: 1rem; }

.dropdown-header {
  margin-bottom: 0.25rem;
  padding: 0 1rem;
  white-space: nowrap; }

.form-control, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 1rem;
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c5c5c5;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container {
      transition: none; } }
  .form-control::-ms-expand, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:focus {
    color: #000000;
    background-color: #fff;
    border-color: #5b9fdb;
    outline: 0;
    box-shadow: 0 0 0 3px #dceaf7; }
  .form-control::placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container::placeholder {
    color: #737373;
    opacity: 1; }
  .form-control:disabled, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled, .form-control[readonly], .bb-country-selector.ng-select.ng-select-multiple .ng-select-container[readonly] {
    background-color: #f5f5f5;
    opacity: 1; }

select.form-control:focus::-ms-value, .bb-country-selector.ng-select.ng-select-multiple select.ng-select-container:focus::-ms-value {
  color: #000000;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.form-control-lg {
  height: calc(1.5em + 1rem);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

select.form-control[size], .bb-country-selector.ng-select.ng-select-multiple select.ng-select-container[size], select.form-control[multiple], .bb-country-selector.ng-select.ng-select-multiple select.ng-select-container[multiple] {
  height: auto; }

textarea.form-control, .bb-country-selector.ng-select.ng-select-multiple textarea.ng-select-container {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #737373; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #2e7d32; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(46, 125, 50, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .was-validated .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:valid, .bb-country-selector.ng-select.ng-select-multiple .was-validated .ng-select-container:valid, .form-control.is-valid, .bb-country-selector.ng-select.ng-select-multiple .is-valid.ng-select-container {
  border-color: #2e7d32; }
  .was-validated .form-control:valid:focus, .was-validated .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:valid:focus, .bb-country-selector.ng-select.ng-select-multiple .was-validated .ng-select-container:valid:focus, .form-control.is-valid:focus, .bb-country-selector.ng-select.ng-select-multiple .is-valid.ng-select-container:focus {
    border-color: #2e7d32;
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:valid ~ .valid-feedback, .bb-country-selector.ng-select.ng-select-multiple .was-validated .ng-select-container:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:valid ~ .valid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .was-validated .ng-select-container:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .bb-country-selector.ng-select.ng-select-multiple .is-valid.ng-select-container ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .is-valid.ng-select-container ~ .valid-tooltip {
    display: block; }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #2e7d32; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #2e7d32;
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2e7d32; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #2e7d32; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #2e7d32; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #3ca241;
  background-color: #3ca241; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2e7d32; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2e7d32; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #2e7d32;
  box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #d32f2f; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(211, 47, 47, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:invalid, .bb-country-selector.ng-select.ng-select-multiple .was-validated .ng-select-container:invalid, .form-control.is-invalid, .bb-country-selector.ng-select.ng-select-multiple .is-invalid.ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.ng-select-container:not(:focus),
.bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.ng-select-container:not(:focus),
.bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .ng-select-container.bb-dropdown-multi-select-ui, .ng-invalid.ng-touched .bb-country-selector.ng-select.ng-select-multiple .ng-select-container.bb-dropdown-multi-select-ui,
.bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.ng-select-container:not(:focus), .ng-invalid.ng-touched > .input-group > input.form-control:not(:focus),
.ng-invalid.ng-touched > input.form-control:not(:focus),
.ng-invalid.ng-touched .form-control.bb-dropdown-multi-select-ui,
.ng-invalid.ng-touched > select.form-control:not(:focus) {
  border-color: #d32f2f; }
  .was-validated .form-control:invalid:focus, .was-validated .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:invalid:focus, .bb-country-selector.ng-select.ng-select-multiple .was-validated .ng-select-container:invalid:focus, .form-control.is-invalid:focus, .bb-country-selector.ng-select.ng-select-multiple .is-invalid.ng-select-container:focus, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.ng-select-container:focus:not(:focus),
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.ng-select-container:focus:not(:focus),
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .ng-select-container.bb-dropdown-multi-select-ui:focus, .ng-invalid.ng-touched .bb-country-selector.ng-select.ng-select-multiple .ng-select-container.bb-dropdown-multi-select-ui:focus,
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.ng-select-container:focus:not(:focus), .ng-invalid.ng-touched > .input-group > input.form-control:focus:not(:focus),
  .ng-invalid.ng-touched > input.form-control:focus:not(:focus),
  .ng-invalid.ng-touched .form-control.bb-dropdown-multi-select-ui:focus,
  .ng-invalid.ng-touched > select.form-control:focus:not(:focus) {
    border-color: #d32f2f;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:invalid ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .was-validated .ng-select-container:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:invalid ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .was-validated .ng-select-container:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .is-invalid.ng-select-container ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.ng-select-container:not(:focus) ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.ng-select-container:not(:focus) ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .ng-select-container.bb-dropdown-multi-select-ui ~ .invalid-feedback, .ng-invalid.ng-touched .bb-country-selector.ng-select.ng-select-multiple .ng-select-container.bb-dropdown-multi-select-ui ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.ng-select-container:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched > .input-group > input.form-control:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched > input.form-control:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched .form-control.bb-dropdown-multi-select-ui ~ .invalid-feedback, .ng-invalid.ng-touched > select.form-control:not(:focus) ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .is-invalid.ng-select-container ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.ng-select-container:not(:focus) ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.ng-select-container:not(:focus) ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .ng-select-container.bb-dropdown-multi-select-ui ~ .invalid-tooltip,
  .ng-invalid.ng-touched .bb-country-selector.ng-select.ng-select-multiple .ng-select-container.bb-dropdown-multi-select-ui ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.ng-select-container:not(:focus) ~ .invalid-tooltip,
  .ng-invalid.ng-touched > .input-group > input.form-control:not(:focus) ~ .invalid-tooltip,
  .ng-invalid.ng-touched > input.form-control:not(:focus) ~ .invalid-tooltip,
  .ng-invalid.ng-touched .form-control.bb-dropdown-multi-select-ui ~ .invalid-tooltip,
  .ng-invalid.ng-touched > select.form-control:not(:focus) ~ .invalid-tooltip {
    display: block; }

.was-validated .custom-select:invalid, .custom-select.is-invalid, .ng-invalid.ng-touched > .input-group > input.custom-select:not(:focus),
.ng-invalid.ng-touched > input.custom-select:not(:focus),
.ng-invalid.ng-touched .custom-select.bb-dropdown-multi-select-ui,
.ng-invalid.ng-touched > select.custom-select:not(:focus) {
  border-color: #d32f2f; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus, .ng-invalid.ng-touched > .input-group > input.custom-select:focus:not(:focus),
  .ng-invalid.ng-touched > input.custom-select:focus:not(:focus),
  .ng-invalid.ng-touched .custom-select.bb-dropdown-multi-select-ui:focus,
  .ng-invalid.ng-touched > select.custom-select:focus:not(:focus) {
    border-color: #d32f2f;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .ng-invalid.ng-touched > .input-group > input.custom-select:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched > input.custom-select:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched .custom-select.bb-dropdown-multi-select-ui ~ .invalid-feedback, .ng-invalid.ng-touched > select.custom-select:not(:focus) ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip,
  .ng-invalid.ng-touched > .input-group > input.custom-select:not(:focus) ~ .invalid-tooltip,
  .ng-invalid.ng-touched > input.custom-select:not(:focus) ~ .invalid-tooltip,
  .ng-invalid.ng-touched .custom-select.bb-dropdown-multi-select-ui ~ .invalid-tooltip,
  .ng-invalid.ng-touched > select.custom-select:not(:focus) ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .ng-invalid.ng-touched > .input-group > input.form-control-file:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched > input.form-control-file:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched .form-control-file.bb-dropdown-multi-select-ui ~ .invalid-feedback, .ng-invalid.ng-touched > select.form-control-file:not(:focus) ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.ng-invalid.ng-touched > .input-group > input.form-control-file:not(:focus) ~ .invalid-tooltip,
.ng-invalid.ng-touched > input.form-control-file:not(:focus) ~ .invalid-tooltip,
.ng-invalid.ng-touched .form-control-file.bb-dropdown-multi-select-ui ~ .invalid-tooltip,
.ng-invalid.ng-touched > select.form-control-file:not(:focus) ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .ng-invalid.ng-touched > .input-group > input.form-check-input:not(:focus) ~ .form-check-label, .ng-invalid.ng-touched > input.form-check-input:not(:focus) ~ .form-check-label, .ng-invalid.ng-touched .form-check-input.bb-dropdown-multi-select-ui ~ .form-check-label, .ng-invalid.ng-touched > select.form-check-input:not(:focus) ~ .form-check-label {
  color: #d32f2f; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .ng-invalid.ng-touched > .input-group > input.form-check-input:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched > input.form-check-input:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched .form-check-input.bb-dropdown-multi-select-ui ~ .invalid-feedback, .ng-invalid.ng-touched > select.form-check-input:not(:focus) ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.ng-invalid.ng-touched > .input-group > input.form-check-input:not(:focus) ~ .invalid-tooltip,
.ng-invalid.ng-touched > input.form-check-input:not(:focus) ~ .invalid-tooltip,
.ng-invalid.ng-touched .form-check-input.bb-dropdown-multi-select-ui ~ .invalid-tooltip,
.ng-invalid.ng-touched > select.form-check-input:not(:focus) ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label, .ng-invalid.ng-touched > .input-group > input.custom-control-input:not(:focus) ~ .custom-control-label, .ng-invalid.ng-touched > input.custom-control-input:not(:focus) ~ .custom-control-label, .ng-invalid.ng-touched .custom-control-input.bb-dropdown-multi-select-ui ~ .custom-control-label, .ng-invalid.ng-touched > select.custom-control-input:not(:focus) ~ .custom-control-label {
  color: #d32f2f; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .ng-invalid.ng-touched > .input-group > input.custom-control-input:not(:focus) ~ .custom-control-label::before, .ng-invalid.ng-touched > input.custom-control-input:not(:focus) ~ .custom-control-label::before, .ng-invalid.ng-touched .custom-control-input.bb-dropdown-multi-select-ui ~ .custom-control-label::before, .ng-invalid.ng-touched > select.custom-control-input:not(:focus) ~ .custom-control-label::before {
    border-color: #d32f2f; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .ng-invalid.ng-touched > .input-group > input.custom-control-input:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched > input.custom-control-input:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched .custom-control-input.bb-dropdown-multi-select-ui ~ .invalid-feedback, .ng-invalid.ng-touched > select.custom-control-input:not(:focus) ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.ng-invalid.ng-touched > .input-group > input.custom-control-input:not(:focus) ~ .invalid-tooltip,
.ng-invalid.ng-touched > input.custom-control-input:not(:focus) ~ .invalid-tooltip,
.ng-invalid.ng-touched .custom-control-input.bb-dropdown-multi-select-ui ~ .invalid-tooltip,
.ng-invalid.ng-touched > select.custom-control-input:not(:focus) ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .ng-invalid.ng-touched > .input-group > input.custom-control-input:checked:not(:focus) ~ .custom-control-label::before, .ng-invalid.ng-touched > input.custom-control-input:checked:not(:focus) ~ .custom-control-label::before, .ng-invalid.ng-touched .custom-control-input.bb-dropdown-multi-select-ui:checked ~ .custom-control-label::before, .ng-invalid.ng-touched > select.custom-control-input:checked:not(:focus) ~ .custom-control-label::before {
  border-color: #dc5959;
  background-color: #dc5959; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .ng-invalid.ng-touched > .input-group > input.custom-control-input:focus:not(:focus) ~ .custom-control-label::before, .ng-invalid.ng-touched > input.custom-control-input:focus:not(:focus) ~ .custom-control-label::before, .ng-invalid.ng-touched .custom-control-input.bb-dropdown-multi-select-ui:focus ~ .custom-control-label::before, .ng-invalid.ng-touched > select.custom-control-input:focus:not(:focus) ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .ng-invalid.ng-touched > .input-group > input.custom-control-input:focus:not(:checked):not(:focus) ~ .custom-control-label::before, .ng-invalid.ng-touched > input.custom-control-input:focus:not(:checked):not(:focus) ~ .custom-control-label::before, .ng-invalid.ng-touched .custom-control-input.bb-dropdown-multi-select-ui:focus:not(:checked) ~ .custom-control-label::before, .ng-invalid.ng-touched > select.custom-control-input:focus:not(:checked):not(:focus) ~ .custom-control-label::before {
  border-color: #d32f2f; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label, .ng-invalid.ng-touched > .input-group > input.custom-file-input:not(:focus) ~ .custom-file-label, .ng-invalid.ng-touched > input.custom-file-input:not(:focus) ~ .custom-file-label, .ng-invalid.ng-touched .custom-file-input.bb-dropdown-multi-select-ui ~ .custom-file-label, .ng-invalid.ng-touched > select.custom-file-input:not(:focus) ~ .custom-file-label {
  border-color: #d32f2f; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .ng-invalid.ng-touched > .input-group > input.custom-file-input:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched > input.custom-file-input:not(:focus) ~ .invalid-feedback, .ng-invalid.ng-touched .custom-file-input.bb-dropdown-multi-select-ui ~ .invalid-feedback, .ng-invalid.ng-touched > select.custom-file-input:not(:focus) ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.ng-invalid.ng-touched > .input-group > input.custom-file-input:not(:focus) ~ .invalid-tooltip,
.ng-invalid.ng-touched > input.custom-file-input:not(:focus) ~ .invalid-tooltip,
.ng-invalid.ng-touched .custom-file-input.bb-dropdown-multi-select-ui ~ .invalid-tooltip,
.ng-invalid.ng-touched > select.custom-file-input:not(:focus) ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label, .ng-invalid.ng-touched > .input-group > input.custom-file-input:focus:not(:focus) ~ .custom-file-label, .ng-invalid.ng-touched > input.custom-file-input:focus:not(:focus) ~ .custom-file-label, .ng-invalid.ng-touched .custom-file-input.bb-dropdown-multi-select-ui:focus ~ .custom-file-label, .ng-invalid.ng-touched > select.custom-file-input:focus:not(:focus) ~ .custom-file-label {
  border-color: #d32f2f;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .bb-country-selector.ng-select.ng-select-multiple .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .form-inline .ng-select-container {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.form-group.is-valid .form-control, .form-group.is-valid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-valid .ng-select-container {
  padding: 0.5rem 1rem;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.5rem;
  box-shadow: none; }
  .form-group.is-valid .form-control::placeholder, .form-group.is-valid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container::placeholder, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-valid .ng-select-container::placeholder {
    color: #737373; }
  .form-group.is-valid .form-control:focus, .form-group.is-valid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:focus, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-valid .ng-select-container:focus {
    border: 1px solid #5b9fdb;
    box-shadow: 0 0 0 3px #dceaf7; }
  .form-group.is-valid .form-control:invalid, .form-group.is-valid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:invalid, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-valid .ng-select-container:invalid {
    border: 1px solid #d32f2f; }
  .form-group.is-valid .form-control:disabled, .form-group.is-valid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-valid .ng-select-container:disabled {
    color: #737373;
    background-color: #f5f5f5; }
    .form-group.is-valid .form-control:disabled::placeholder, .form-group.is-valid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled::placeholder, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-valid .ng-select-container:disabled::placeholder {
      color: #a2a2a2; }
  .form-group.is-valid .form-control ~ .valid-feedback, .form-group.is-valid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .valid-feedback, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-valid .ng-select-container ~ .valid-feedback,
  .form-group.is-valid .form-control ~ .valid-tooltip,
  .form-group.is-valid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .valid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .form-group.is-valid .ng-select-container ~ .valid-tooltip {
    display: block; }

.form-group.is-invalid .form-control, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .form-control, .ng-invalid.ng-touched > input.form-group:not(:focus) .form-control, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .form-control, .ng-invalid.ng-touched > select.form-group:not(:focus) .form-control, .form-group.is-invalid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-invalid .ng-select-container, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .ng-select-container, .ng-invalid.ng-touched > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.form-group:not(:focus) .ng-select-container, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .bb-country-selector.ng-select.ng-select-multiple .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .ng-select-container, .ng-invalid.ng-touched > select.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.form-group:not(:focus) .ng-select-container {
  padding: 0.5rem 1rem;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.5rem;
  box-shadow: none; }
  .form-group.is-invalid .form-control::placeholder, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .form-control::placeholder, .ng-invalid.ng-touched > input.form-group:not(:focus) .form-control::placeholder, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .form-control::placeholder, .ng-invalid.ng-touched > select.form-group:not(:focus) .form-control::placeholder, .form-group.is-invalid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container::placeholder, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-invalid .ng-select-container::placeholder, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container::placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .ng-select-container::placeholder, .ng-invalid.ng-touched > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container::placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.form-group:not(:focus) .ng-select-container::placeholder, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .bb-country-selector.ng-select.ng-select-multiple .ng-select-container::placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .ng-select-container::placeholder, .ng-invalid.ng-touched > select.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container::placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.form-group:not(:focus) .ng-select-container::placeholder {
    color: #737373; }
  .form-group.is-invalid .form-control:focus, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .form-control:focus, .ng-invalid.ng-touched > input.form-group:not(:focus) .form-control:focus, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .form-control:focus, .ng-invalid.ng-touched > select.form-group:not(:focus) .form-control:focus, .form-group.is-invalid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:focus, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-invalid .ng-select-container:focus, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:focus, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .ng-select-container:focus, .ng-invalid.ng-touched > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:focus, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.form-group:not(:focus) .ng-select-container:focus, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:focus, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .ng-select-container:focus, .ng-invalid.ng-touched > select.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:focus, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.form-group:not(:focus) .ng-select-container:focus {
    border: 1px solid #5b9fdb;
    box-shadow: 0 0 0 3px #dceaf7; }
  .form-group.is-invalid .form-control:invalid, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .form-control:invalid, .ng-invalid.ng-touched > input.form-group:not(:focus) .form-control:invalid, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .form-control:invalid, .ng-invalid.ng-touched > select.form-group:not(:focus) .form-control:invalid, .form-group.is-invalid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:invalid, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-invalid .ng-select-container:invalid, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:invalid, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .ng-select-container:invalid, .ng-invalid.ng-touched > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:invalid, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.form-group:not(:focus) .ng-select-container:invalid, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:invalid, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .ng-select-container:invalid, .ng-invalid.ng-touched > select.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:invalid, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.form-group:not(:focus) .ng-select-container:invalid {
    border: 1px solid #d32f2f; }
  .form-group.is-invalid .form-control:disabled, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .form-control:disabled, .ng-invalid.ng-touched > input.form-group:not(:focus) .form-control:disabled, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .form-control:disabled, .ng-invalid.ng-touched > select.form-group:not(:focus) .form-control:disabled, .form-group.is-invalid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-invalid .ng-select-container:disabled, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .ng-select-container:disabled, .ng-invalid.ng-touched > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.form-group:not(:focus) .ng-select-container:disabled, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .ng-select-container:disabled, .ng-invalid.ng-touched > select.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.form-group:not(:focus) .ng-select-container:disabled {
    color: #737373;
    background-color: #f5f5f5; }
    .form-group.is-invalid .form-control:disabled::placeholder, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .form-control:disabled::placeholder, .ng-invalid.ng-touched > input.form-group:not(:focus) .form-control:disabled::placeholder, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .form-control:disabled::placeholder, .ng-invalid.ng-touched > select.form-group:not(:focus) .form-control:disabled::placeholder, .form-group.is-invalid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled::placeholder, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-invalid .ng-select-container:disabled::placeholder, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled::placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .ng-select-container:disabled::placeholder, .ng-invalid.ng-touched > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled::placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.form-group:not(:focus) .ng-select-container:disabled::placeholder, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled::placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .ng-select-container:disabled::placeholder, .ng-invalid.ng-touched > select.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled::placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.form-group:not(:focus) .ng-select-container:disabled::placeholder {
      color: #a2a2a2; }
  .form-group.is-invalid .form-control ~ .invalid-feedback, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .form-control ~ .invalid-feedback, .ng-invalid.ng-touched > input.form-group:not(:focus) .form-control ~ .invalid-feedback, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .form-control ~ .invalid-feedback, .ng-invalid.ng-touched > select.form-group:not(:focus) .form-control ~ .invalid-feedback, .form-group.is-invalid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .form-group.is-invalid .ng-select-container ~ .invalid-feedback, .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .ng-select-container ~ .invalid-feedback, .ng-invalid.ng-touched > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.form-group:not(:focus) .ng-select-container ~ .invalid-feedback, .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .ng-select-container ~ .invalid-feedback, .ng-invalid.ng-touched > select.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .invalid-feedback, .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.form-group:not(:focus) .ng-select-container ~ .invalid-feedback,
  .form-group.is-invalid .form-control ~ .invalid-tooltip,
  .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .form-control ~ .invalid-tooltip,
  .ng-invalid.ng-touched > input.form-group:not(:focus) .form-control ~ .invalid-tooltip,
  .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .form-control ~ .invalid-tooltip,
  .ng-invalid.ng-touched > select.form-group:not(:focus) .form-control ~ .invalid-tooltip,
  .form-group.is-invalid .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .form-group.is-invalid .ng-select-container ~ .invalid-tooltip,
  .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > .input-group > input.form-group:not(:focus) .ng-select-container ~ .invalid-tooltip,
  .ng-invalid.ng-touched > input.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > input.form-group:not(:focus) .ng-select-container ~ .invalid-tooltip,
  .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched .form-group.bb-dropdown-multi-select-ui .ng-select-container ~ .invalid-tooltip,
  .ng-invalid.ng-touched > select.form-group:not(:focus) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container ~ .invalid-tooltip,
  .bb-country-selector.ng-select.ng-select-multiple .ng-invalid.ng-touched > select.form-group:not(:focus) .ng-select-container ~ .invalid-tooltip {
    display: block; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #111112;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #111112;
    text-decoration: none;
    background-color: #f6f7f7; }
  .list-group-item-action:active {
    color: #111112;
    background-color: #e9eaeb; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: none;
  border: 1px solid #dedede; }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #111112;
    pointer-events: none;
    background-color: none; }
  .list-group-item.active {
    z-index: 2;
    color: #111112;
    background-color: #e9eaeb;
    border-color: #dedede; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #003050;
  background-color: #e6f2fa; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #003050;
    background-color: #d1e7f6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #003050;
    border-color: #003050; }

.list-group-item-secondary {
  color: #0a0c1a;
  background-color: #e8e9ec; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #0a0c1a;
    background-color: #dadce0; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #0a0c1a;
    border-color: #0a0c1a; }

.list-group-item-success {
  color: #123214;
  background-color: #eaf2eb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #123214;
    background-color: #dae8dc; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #123214;
    border-color: #123214; }

.list-group-item-info {
  color: #082f52;
  background-color: #e8f1fa; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #082f52;
    background-color: #d3e4f5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #082f52;
    border-color: #082f52; }

.list-group-item-warning {
  color: #644d12;
  background-color: #fff9ea; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #644d12;
    background-color: #fff2d1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #644d12;
    border-color: #644d12; }

.list-group-item-danger {
  color: #541313;
  background-color: #fbeaea; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #541313;
    background-color: #f7d5d5; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #541313;
    border-color: #541313; }

.list-group-item-light {
  color: #5d5e5e;
  background-color: #fdfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #5d5e5e;
    background-color: #f0f0f0; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #5d5e5e;
    border-color: #5d5e5e; }

.list-group-item-dark {
  color: #141414;
  background-color: #ebebeb; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141414;
    background-color: #dedede; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141414;
    border-color: #141414; }

.list-group-item a {
  color: #0079c9;
  text-decoration: none; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: -1px;
  border-bottom: 1px solid #dedede; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 50%; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #c5c5c5;
  border-radius: 1rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 2rem 0;
  border-bottom: 0 solid #c5c5c5;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }
  .modal-header .close {
    padding: 2rem 2rem 0;
    margin: -2rem -2rem -2rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem;
  border-top: 0 solid #c5c5c5;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 2rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 4rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 4rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 4rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 4rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-title {
  font-weight: 600;
  font-size: 1.5rem; }

.modal-header {
  margin-bottom: -1rem; }

.modal-footer {
  padding-top: 0; }

.modal-backdrop {
  min-width: 100%;
  min-height: 100%; }

.modal-content--highlight {
  margin-right: -2rem;
  margin-left: -2rem;
  background-color: #f2f2f2; }

@media print {
  .modal-open {
    height: auto;
    visibility: hidden; }
    .modal-open .modal .modal-header,
    .modal-open .modal .modal-body {
      visibility: visible; } }

.rb-navbar-top .popover {
  display: inline-block;
  overflow: hidden;
  opacity: 1; }
  .rb-navbar-top .popover.bottom {
    margin: 0; }
  .rb-navbar-top .popover:not(.in) {
    transform-origin: 100% 0;
    transition: transform 0.2s 0ms cubic-bezier(0, 0, 0.2, 1);
    transform: scale(0); }
  .rb-navbar-top .popover.in {
    transform-origin: 100% 0;
    transition: transform 0.2s 0ms cubic-bezier(0, 0, 0.2, 1);
    transform: scale(1); }
  .rb-navbar-top .popover .arrow {
    display: none; }

.popover.fade.in {
  display: block; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 1rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0079c9;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dedede; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dedede; }
  .table tbody + tbody {
    border-top: 2px solid #dedede; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dedede; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dedede; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #000000;
  background-color: #f2f2f2; }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e6f2fa; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #99c9e9; }

.table-hover .table-primary:hover {
  background-color: #d1e7f6; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #d1e7f6; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e8e9ec; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a3a5b3; }

.table-hover .table-secondary:hover {
  background-color: #dadce0; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #dadce0; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #eaf2eb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #abcbad; }

.table-hover .table-success:hover {
  background-color: #dae8dc; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #dae8dc; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e8f1fa; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #a1c8eb; }

.table-hover .table-info:hover {
  background-color: #d3e4f5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #d3e4f5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff9ea; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fde6ab; }

.table-hover .table-warning:hover {
  background-color: #fff2d1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fff2d1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbeaea; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #edacac; }

.table-hover .table-danger:hover {
  background-color: #f7d5d5; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f7d5d5; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f6f7f7; }

.table-hover .table-light:hover {
  background-color: #f0f0f0; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f0f0f0; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #ebebeb; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #adadad; }

.table-hover .table-dark:hover {
  background-color: #dedede; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #dedede; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f2f2f2; }

.table-hover .table-active:hover {
  background-color: #e5e5e5; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e5e5e5; }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #000000;
  background-color: #e9ecef;
  border-color: #dedede; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.table {
  font-size: 0.875rem; }
  .table thead {
    border-bottom: 1px solid #dedede; }
    .table thead tr {
      border-top: none; }
    .table thead th {
      padding: 1rem 1rem;
      font-size: 0.75rem;
      vertical-align: middle;
      border: none; }
      .table thead th.sortable {
        white-space: nowrap;
        cursor: pointer; }
        .table thead th.sortable:hover {
          background-color: #f2f2f2; }
        .table thead th.sortable.asc, .table thead th.sortable.desc {
          padding-right: 2.5rem; }
        .table thead th.sortable:focus {
          outline: 0;
          box-shadow: 0 0 0 3px rgba(20, 118, 204, 0.2) inset; }
        .table thead th.sortable .th-content {
          position: relative; }
          .table thead th.sortable .th-content::before {
            /* stylelint-disable-next-line */
            position: absolute;
            right: -2rem; }
        .table thead th.sortable.asc .th-content::before,
        .table thead th.sortable.asc .th-content::before:hover {
          /* stylelint-disable-next-line */ }
        .table thead th.sortable.desc .th-content::before,
        .table thead th.sortable.desc .th-content::before:hover {
          /* stylelint-disable-next-line */ }
  .table tbody > tr > th {
    display: block;
    border-top: 0; }
    @media (min-width: 768px) {
      .table tbody > tr > th {
        display: none; } }
  .table td {
    padding: 0.5rem 1rem;
    vertical-align: middle;
    border-top: unset; }
    .table td.bb-table__cell--no-space-right {
      padding-right: 0; }
  .table tr {
    border-top: 1px solid #dedede; }
    .table tr:first-child {
      border-top: unset; }
    .table tr:last-child {
      border-bottom: unset; }
    .table tr.selected td {
      background-color: #e9eaeb; }
    .table tr[tabindex="-1"]:focus {
      outline: 0 !important; }
    .table tr.active:focus {
      outline: 0; }
      .table tr.active:focus td {
        box-shadow: inset 0px 3px 0px 0px rgba(20, 118, 204, 0.2), inset 0px -3px 0px 0px rgba(20, 118, 204, 0.2); }
        .table tr.active:focus td:first-child {
          box-shadow: inset 0px 3px 0px 0px rgba(20, 118, 204, 0.2), inset 0px -3px 0px 0px rgba(20, 118, 204, 0.2), inset 3px 0px 0px 0px rgba(20, 118, 204, 0.2); }
        .table tr.active:focus td:last-child {
          box-shadow: inset 0px 3px 0px 0px rgba(20, 118, 204, 0.2), inset 0px -3px 0px 0px rgba(20, 118, 204, 0.2), inset -3px 0px 0px 0px rgba(20, 118, 204, 0.2); }
      .table tr.active:focus th:first-child + td {
        box-shadow: inset 0px 3px 0px 0px rgba(20, 118, 204, 0.2), inset 0px -3px 0px 0px rgba(20, 118, 204, 0.2), inset 3px 0px 0px 0px rgba(20, 118, 204, 0.2); }
  .table:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(20, 118, 204, 0.2) inset; }

.table-fixed {
  table-layout: fixed; }

.table-responsive-clipping-off {
  overflow: visible; }

@media (max-width: 767.98px) {
  .table-responsive {
    overflow: hidden;
    border: 0; }
    .table-responsive .table {
      display: block;
      width: 100%;
      max-width: 100%; }
      .table-responsive .table thead {
        display: none; }
      .table-responsive .table tbody {
        display: block; }
        .table-responsive .table tbody td {
          display: block;
          padding: 0.5rem;
          text-align: left; }
          .table-responsive .table tbody td::after {
            display: block;
            clear: both;
            content: ""; }
          .table-responsive .table tbody td input {
            float: left; }
        .table-responsive .table tbody td::before {
          float: left;
          width: 120px;
          color: #111112;
          font-weight: 700;
          content: attr(data-label); }
        .table-responsive .table tbody td:last-child {
          border-bottom: 0; }
      .table-responsive .table tr {
        display: block;
        border-color: #f2f2f2;
        border-bottom: 1px solid #c5c5c5; }
        .table-responsive .table tr:last-child {
          border-bottom: 0; }
        .table-responsive .table tr td {
          white-space: normal;
          text-align: left; }
          .table-responsive .table tr td.control-container {
            padding-top: 0;
            padding-bottom: 0; }
            .table-responsive .table tr td.control-container .btn {
              line-height: inherit; }
        .table-responsive .table tr.active:focus {
          outline: 0; }
          .table-responsive .table tr.active:focus td {
            box-shadow: none; }
            .table-responsive .table tr.active:focus td:first-child {
              box-shadow: none; }
            .table-responsive .table tr.active:focus td:last-child {
              box-shadow: none; }
          .table-responsive .table tr.active:focus th:first-child + td {
            box-shadow: none; }
    .table-responsive .table-small {
      margin-left: 120px; }
    .table-responsive .btn-group {
      width: 100%; }
      .table-responsive .btn-group button {
        line-height: 1.75rem; }
      .table-responsive .btn-group .tooltip-inner {
        max-width: none;
        white-space: nowrap; }
    .table-responsive > .table-font-xs {
      font-size: 1rem; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.tooltip-inner {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }

.bb-action-status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem; }

.bb-amount--bold {
  font-weight: 600; }

.bb-amount--currency-space .bb-amount__value span:first-child.symbol {
  margin-right: 0.25rem; }

.bb-amount--currency-space .bb-amount__value span:last-child.symbol {
  margin-left: 0.25rem; }

.bb-amount--positive {
  background-color: #e0ece0; }

.bb-amount--negative {
  background-color: #f8e0e0; }

.bb-avatar {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  color: #000000;
  background-color: #dedede; }
  bb-avatar-ui .bb-avatar {
    font-weight: 600;
    line-height: 0;
    text-align: center;
    border-radius: 50%; }

.bb-avatar__initials {
  line-height: 0; }

.bb-avatar__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.bb-avatar--image {
  overflow: hidden;
  background-color: #fff;
  border: none; }

.bb-avatar--sm, .bb-avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem; }

.bb-avatar--md, .bb-avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem; }

.bb-avatar--lg, .bb-avatar-lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem; }

.bb-avatar--xl, .bb-avatar-xl {
  width: 5rem;
  height: 5rem;
  font-size: 2.125rem; }

.bb-badge-counter {
  line-height: 1; }

.badge-counter {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 20rem; }
  .badge-counter.badge-counter-primary {
    color: #fff;
    background-color: #0079c9; }
    a.badge-counter.badge-counter-primary:hover, a.badge-counter.badge-counter-primary:focus {
      color: #fff;
      background-color: #005a96; }
    a.badge-counter.badge-counter-primary:focus, a.badge-counter.badge-counter-primary.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 121, 201, 0.5); }
  .badge-counter.badge-counter-secondary {
    color: #111112;
    background-color: #dedede; }
    a.badge-counter.badge-counter-secondary:hover, a.badge-counter.badge-counter-secondary:focus {
      color: #111112;
      background-color: #c5c5c5; }
    a.badge-counter.badge-counter-secondary:focus, a.badge-counter.badge-counter-secondary.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 222, 0.5); }
  .badge-counter.badge-counter-success {
    color: #fff;
    background-color: #2e7d32; }
    a.badge-counter.badge-counter-success:hover, a.badge-counter.badge-counter-success:focus {
      color: #fff;
      background-color: #205823; }
    a.badge-counter.badge-counter-success:focus, a.badge-counter.badge-counter-success.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5); }
  .badge-counter.badge-counter-info {
    color: #fff;
    background-color: #1476cc; }
    a.badge-counter.badge-counter-info:hover, a.badge-counter.badge-counter-info:focus {
      color: #fff;
      background-color: #0f5b9e; }
    a.badge-counter.badge-counter-info:focus, a.badge-counter.badge-counter-info.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(20, 118, 204, 0.5); }
  .badge-counter.badge-counter-warning {
    color: #111112;
    background-color: #fbc02d; }
    a.badge-counter.badge-counter-warning:hover, a.badge-counter.badge-counter-warning:focus {
      color: #111112;
      background-color: #f0ad05; }
    a.badge-counter.badge-counter-warning:focus, a.badge-counter.badge-counter-warning.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(251, 192, 45, 0.5); }
  .badge-counter.badge-counter-danger {
    color: #fff;
    background-color: #d32f2f; }
    a.badge-counter.badge-counter-danger:hover, a.badge-counter.badge-counter-danger:focus {
      color: #fff;
      background-color: #ab2424; }
    a.badge-counter.badge-counter-danger:focus, a.badge-counter.badge-counter-danger.focus {
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(211, 47, 47, 0.5); }

.bb-ellipsis {
  display: block; }

.bb-ellipsis--single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all; }

.bb-ellipsis--line-clamp {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical; }

.bb-empty-state {
  max-width: 25rem;
  margin: 0 auto;
  text-align: center; }

.bb-empty-state__icon {
  margin-bottom: 1.25rem;
  color: #333333; }

.bb-empty-state__title {
  margin-bottom: 0.25rem;
  color: #000000;
  font-weight: 600;
  line-height: 1.5rem; }

.bb-empty-state__message {
  margin-bottom: 0;
  padding: 0 1rem;
  color: #737373;
  font-size: 0.875rem;
  text-align: center; }

.bb-empty-state__subtitle {
  text-align: center; }

.bb-list-multiple-select__dropdown-divider {
  margin-top: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  overflow: hidden;
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 1px; }

.bb-list-multiple-select__list {
  padding-left: 0;
  list-style: none; }
  .bb-list-multiple-select__list .bb-input-checkbox {
    display: flex;
    padding-bottom: 0.5rem; }

.bb-loading-indicator {
  display: flex;
  flex-direction: column;
  align-items: center; }

.bb-loading-indicator__circle {
  transform-origin: center center;
  animation: rotate 2s linear infinite;
  width: 3rem;
  height: 3rem;
  stroke-width: 4; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

.bb-loading-indicator--sm .bb-loading-indicator__circle {
  stroke-width: 2;
  width: 1rem;
  height: 1rem; }

.bb-loading-indicator__circle {
  color: #0079c9; }

.bb-loading-indicator--lg .bb-loading-indicator__circle {
  stroke-width: 4;
  width: 4.5rem;
  height: 4.5rem; }

.bb-loading-indicator__path {
  animation: dash 1.5s ease-in-out infinite;
  stroke-dasharray: 30;
  stroke-dashoffset: 0;
  stroke-linecap: round; }

@keyframes dash {
  0% {
    stroke-dasharray: 1%, 300%;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 180%, 300%;
    stroke-dashoffset: -70%; }
  100% {
    stroke-dasharray: 180%, 300%;
    stroke-dashoffset: -248%; } }

.bb-loading-indicator__text {
  max-width: 20rem;
  padding-top: 0.5rem;
  text-align: center; }

bb-icon-ui {
  display: inline-flex; }
  bb-icon-ui i {
    pointer-events: none; }

.bb-icon, .table thead th.sortable .th-content::before, .bicon, .bb-transaction-category {
  display: inline-block;
  font-weight: normal;
  font-size: 1.5rem;
  /* Preferred icon size */
  font-family: "Material Icons Outlined";
  font-style: normal;
  line-height: 0.9;
  direction: ltr;
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  word-wrap: normal;
  /* Support for IE. */
  font-feature-settings: "liga";
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  text-align: center; }

.bb-icon--animate, .bicon.animate, .animate.bb-transaction-category {
  transform-origin: center center;
  animation: rotate 2s linear infinite;
  animation-direction: reverse; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

.bb-icon--sm, .bicon.bicon-sm, .bicon-sm.bb-transaction-category, .bicon.icon-circle-sm, .icon-circle-sm.bb-transaction-category {
  font-size: 1rem; }
  .bb-icon--sm.bb-icon__background, .bb-icon__background.bicon.bicon-sm, .bicon.bicon-sm.icon-circle-md, .bicon-sm.icon-circle-md.bb-transaction-category, .bicon.bicon-sm.icon-circle, .bicon-sm.icon-circle.bb-transaction-category, .bb-icon__background.bicon-sm.bb-transaction-category, .bb-icon--sm.bicon.icon-circle-md, .bb-icon--sm.icon-circle-md.bb-transaction-category, .bb-icon--sm.bicon.icon-circle, .bb-icon--sm.icon-circle.bb-transaction-category, .bicon.icon-circle-sm, .icon-circle-sm.bb-transaction-category {
    width: 1.66667rem;
    height: 1.66667rem;
    line-height: 1.66667rem; }

.bb-icon--md, .bicon.bicon-md, .bicon-md.bb-transaction-category, .bicon.icon-circle-md, .icon-circle-md.bb-transaction-category, .bicon.icon-circle, .icon-circle.bb-transaction-category {
  font-size: 1.5rem; }
  .bb-icon--md.bb-icon__background, .bb-icon__background.bicon.bicon-md, .bicon.bicon-md.icon-circle-sm, .bicon-md.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-md.bb-transaction-category, .bicon.icon-circle-md, .icon-circle-md.bb-transaction-category, .bicon.icon-circle, .icon-circle.bb-transaction-category, .bb-icon--md.bicon.icon-circle-sm, .bb-icon--md.icon-circle-sm.bb-transaction-category {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem; }

.bb-icon--lg, .bicon.bicon-lg, .bicon-lg.bb-transaction-category {
  font-size: 2rem; }
  .bb-icon--lg.bb-icon__background, .bb-icon__background.bicon.bicon-lg, .bicon.bicon-lg.icon-circle-md, .bicon-lg.icon-circle-md.bb-transaction-category, .bicon.bicon-lg.icon-circle, .bicon-lg.icon-circle.bb-transaction-category, .bicon.bicon-lg.icon-circle-sm, .bicon-lg.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-lg.bb-transaction-category, .bb-icon--lg.bicon.icon-circle-md, .bb-icon--lg.icon-circle-md.bb-transaction-category, .bb-icon--lg.bicon.icon-circle, .bb-icon--lg.icon-circle.bb-transaction-category, .bb-icon--lg.bicon.icon-circle-sm, .bb-icon--lg.icon-circle-sm.bb-transaction-category {
    width: 3.33333rem;
    height: 3.33333rem;
    line-height: 3.33333rem; }

.bb-icon--xl, .bicon.bicon-xl, .bicon-xl.bb-transaction-category {
  font-size: 2.5rem; }
  .bb-icon--xl.bb-icon__background, .bb-icon__background.bicon.bicon-xl, .bicon.bicon-xl.icon-circle-md, .bicon-xl.icon-circle-md.bb-transaction-category, .bicon.bicon-xl.icon-circle, .bicon-xl.icon-circle.bb-transaction-category, .bicon.bicon-xl.icon-circle-sm, .bicon-xl.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-xl.bb-transaction-category, .bb-icon--xl.bicon.icon-circle-md, .bb-icon--xl.icon-circle-md.bb-transaction-category, .bb-icon--xl.bicon.icon-circle, .bb-icon--xl.icon-circle.bb-transaction-category, .bb-icon--xl.bicon.icon-circle-sm, .bb-icon--xl.icon-circle-sm.bb-transaction-category {
    width: 4.16667rem;
    height: 4.16667rem;
    line-height: 4.16667rem; }

.bb-icon--xxl, .bicon.bicon-xxl, .bicon-xxl.bb-transaction-category {
  font-size: 4.5rem; }
  .bb-icon--xxl.bb-icon__background, .bb-icon__background.bicon.bicon-xxl, .bicon.bicon-xxl.icon-circle-md, .bicon-xxl.icon-circle-md.bb-transaction-category, .bicon.bicon-xxl.icon-circle, .bicon-xxl.icon-circle.bb-transaction-category, .bicon.bicon-xxl.icon-circle-sm, .bicon-xxl.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-xxl.bb-transaction-category, .bb-icon--xxl.bicon.icon-circle-md, .bb-icon--xxl.icon-circle-md.bb-transaction-category, .bb-icon--xxl.bicon.icon-circle, .bb-icon--xxl.icon-circle.bb-transaction-category, .bb-icon--xxl.bicon.icon-circle-sm, .bb-icon--xxl.icon-circle-sm.bb-transaction-category {
    width: 7.5rem;
    height: 7.5rem;
    line-height: 7.5rem; }

.bb-icon-3d-rotation::before, .bicon-3d-rotation::before {
  content: "3d_rotation"; }

.bb-icon-ac-unit::before, .bicon-ac-unit::before {
  content: "ac_unit"; }

.bb-icon-ac-unit.bb-icon--cropped::before, .bb-icon--cropped.bicon-ac-unit::before {
  margin: 0 -1px; }

.bb-icon-access-alarm::before, .bicon-access-alarm::before {
  content: "access_alarm"; }

.bb-icon-access-alarm.bb-icon--cropped::before, .bb-icon--cropped.bicon-access-alarm::before {
  margin: 0 -2px; }

.bb-icon-access-alarms::before, .bicon-access-alarms::before {
  content: "access_alarms"; }

.bb-icon-access-alarms.bb-icon--cropped::before, .bb-icon--cropped.bicon-access-alarms::before {
  margin: 0 -2px; }

.bb-icon-access-time::before, .bicon-access-time::before {
  content: "access_time"; }

.bb-icon-access-time.bb-icon--cropped::before, .bb-icon--cropped.bicon-access-time::before {
  margin: 0 -2px; }

.bb-icon-accessibility::before, .bicon-accessibility::before {
  content: "accessibility"; }

.bb-icon-accessibility.bb-icon--cropped::before, .bb-icon--cropped.bicon-accessibility::before {
  margin: 0 -3px; }

.bb-icon-accessible::before, .bicon-accessible::before {
  content: "accessible"; }

.bb-icon-accessible.bb-icon--cropped::before, .bb-icon--cropped.bicon-accessible::before {
  margin: 0 -4px; }

.bb-icon-account-box::before, .bicon-account-box::before {
  content: "account_box"; }

.bb-icon-account-box.bb-icon--cropped::before, .bb-icon--cropped.bicon-account-box::before {
  margin: 0 -2px; }

.bb-icon-account::before, .bicon-account::before {
  content: "account_balance"; }

.bb-icon-account.bb-icon--cropped::before, .bb-icon--cropped.bicon-account::before {
  margin: 0 -2px; }

.bb-icon-accounts::before, .bicon-accounts::before {
  content: "account_balance"; }

.bb-icon-actions::before, .bicon-actions::before {
  content: "flash_on"; }

.bb-icon-actions.bb-icon--cropped::before, .bb-icon--cropped.bicon-actions::before {
  margin: 0 -6px; }

.bb-icon-adb::before, .bicon-adb::before {
  content: "adb"; }

.bb-icon-adb.bb-icon--cropped::before, .bb-icon--cropped.bicon-adb::before {
  margin: 0 -5px; }

.bb-icon-add-a-photo::before, .bicon-add-a-photo::before {
  content: "add_a_photo"; }

.bb-icon-add-alarm::before, .bicon-add-alarm::before {
  content: "add_alarm"; }

.bb-icon-add-alarm.bb-icon--cropped::before, .bb-icon--cropped.bicon-add-alarm::before {
  margin: 0 -2px; }

.bb-icon-add-alert::before, .bicon-add-alert::before {
  content: "add_alert"; }

.bb-icon-add-alert.bb-icon--cropped::before, .bb-icon--cropped.bicon-add-alert::before {
  margin: 0 -3px; }

.bb-icon-add-box::before, .bicon-add-box::before, .bb-transaction-category-bonus::before, .bb-transaction-category-salary-wages::before, .bb-transaction-category-income::before {
  content: "add_box"; }

.bb-icon-add-box.bb-icon--cropped::before, .bb-icon--cropped.bicon-add-box::before, .bb-icon--cropped.bb-transaction-category-bonus::before, .bb-icon--cropped.bb-transaction-category-salary-wages::before, .bb-icon--cropped.bb-transaction-category-income::before {
  margin: 0 -3px; }

.bb-icon-add-circle::before, .bicon-add-circle::before {
  content: "add_circle"; }

.bb-icon-add-circle.bb-icon--cropped::before, .bb-icon--cropped.bicon-add-circle::before {
  margin: 0 -2px; }

.bb-icon-add-location::before, .bicon-add-location::before {
  content: "add_location"; }

.bb-icon-add-location.bb-icon--cropped::before, .bb-icon--cropped.bicon-add-location::before {
  margin: 0 -5px; }

.bb-icon-add-outline::before, .bicon-add-outline::before {
  content: "add_circle_outline"; }

.bb-icon-add-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-add-outline::before {
  margin: 0 -2px; }

.bb-icon-add-shopping-cart::before, .bicon-add-shopping-cart::before {
  content: "add_shopping_cart"; }

.bb-icon-add-shopping-cart.bb-icon--cropped::before, .bb-icon--cropped.bicon-add-shopping-cart::before {
  margin: 0 -1px; }

.bb-icon-add-to-photos::before, .bicon-add-to-photos::before {
  content: "add_to_photos"; }

.bb-icon-add-to-photos.bb-icon--cropped::before, .bb-icon--cropped.bicon-add-to-photos::before {
  margin: 0 -2px; }

.bb-icon-add-to-queue::before, .bicon-add-to-queue::before {
  content: "add_to_queue"; }

.bb-icon-add-to-queue.bb-icon--cropped::before, .bb-icon--cropped.bicon-add-to-queue::before {
  margin: 0 -1px; }

.bb-icon-add::before, .bicon-add::before {
  content: "add"; }

.bb-icon-add.bb-icon--cropped::before, .bb-icon--cropped.bicon-add::before {
  margin: 0 -5px; }

.bb-icon-adjust::before, .bicon-adjust::before {
  content: "adjust"; }

.bb-icon-adjust.bb-icon--cropped::before, .bb-icon--cropped.bicon-adjust::before {
  margin: 0 -2px; }

.bb-icon-airline-seat-flat-angled::before, .bicon-airline-seat-flat-angled::before {
  content: "airline_seat_flat_angled"; }

.bb-icon-airline-seat-flat-angled.bb-icon--cropped::before, .bb-icon--cropped.bicon-airline-seat-flat-angled::before {
  margin: 0 -1px; }

.bb-icon-airline-seat-flat::before, .bicon-airline-seat-flat::before {
  content: "airline_seat_flat"; }

.bb-icon-airline-seat-flat.bb-icon--cropped::before, .bb-icon--cropped.bicon-airline-seat-flat::before {
  margin: 0 -2px; }

.bb-icon-airline-seat-individual-suite::before, .bicon-airline-seat-individual-suite::before {
  content: "airline_seat_individual_suite"; }

.bb-icon-airline-seat-individual-suite.bb-icon--cropped::before, .bb-icon--cropped.bicon-airline-seat-individual-suite::before {
  margin: 0 -1px; }

.bb-icon-airline-seat-legroom-extra::before, .bicon-airline-seat-legroom-extra::before {
  content: "airline_seat_legroom_extra"; }

.bb-icon-airline-seat-legroom-extra.bb-icon--cropped::before, .bb-icon--cropped.bicon-airline-seat-legroom-extra::before {
  margin: 0 -1px; }

.bb-icon-airline-seat-legroom-normal::before, .bicon-airline-seat-legroom-normal::before {
  content: "airline_seat_legroom_normal"; }

.bb-icon-airline-seat-legroom-normal.bb-icon--cropped::before, .bb-icon--cropped.bicon-airline-seat-legroom-normal::before {
  margin: 0 -2px; }

.bb-icon-airline-seat-legroom-reduced::before, .bicon-airline-seat-legroom-reduced::before {
  content: "airline_seat_legroom_reduced"; }

.bb-icon-airline-seat-legroom-reduced.bb-icon--cropped::before, .bb-icon--cropped.bicon-airline-seat-legroom-reduced::before {
  margin: 0 -3px; }

.bb-icon-airline-seat-recline-extra::before, .bicon-airline-seat-recline-extra::before {
  content: "airline_seat_recline_extra"; }

.bb-icon-airline-seat-recline-extra.bb-icon--cropped::before, .bb-icon--cropped.bicon-airline-seat-recline-extra::before {
  margin: 0 -2px; }

.bb-icon-airline-seat-recline-normal::before, .bicon-airline-seat-recline-normal::before {
  content: "airline_seat_recline_normal"; }

.bb-icon-airline-seat-recline-normal.bb-icon--cropped::before, .bb-icon--cropped.bicon-airline-seat-recline-normal::before {
  margin: 0 -4px; }

.bb-icon-airplanemode-active::before, .bicon-airplanemode-active::before {
  content: "airplanemode_active"; }

.bb-icon-airplanemode-active.bb-icon--cropped::before, .bb-icon--cropped.bicon-airplanemode-active::before {
  margin: 0 -2px; }

.bb-icon-airplanemode-inactive::before, .bicon-airplanemode-inactive::before {
  content: "airplanemode_inactive"; }

.bb-icon-airplanemode-inactive.bb-icon--cropped::before, .bb-icon--cropped.bicon-airplanemode-inactive::before {
  margin: 0 -2px; }

.bb-icon-airplay::before, .bicon-airplay::before {
  content: "airplay"; }

.bb-icon-airplay.bb-icon--cropped::before, .bb-icon--cropped.bicon-airplay::before {
  margin: 0 -1px; }

.bb-icon-airport-shuttle::before, .bicon-airport-shuttle::before {
  content: "airport_shuttle"; }

.bb-icon-airport-shuttle.bb-icon--cropped::before, .bb-icon--cropped.bicon-airport-shuttle::before {
  margin: 0 -1px; }

.bb-icon-alarm-add::before, .bicon-alarm-add::before {
  content: "alarm_add"; }

.bb-icon-alarm-add.bb-icon--cropped::before, .bb-icon--cropped.bicon-alarm-add::before {
  margin: 0 -2px; }

.bb-icon-alarm-off::before, .bicon-alarm-off::before {
  content: "alarm_off"; }

.bb-icon-alarm-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-alarm-off::before {
  margin: 0 -2px; }

.bb-icon-alarm-on::before, .bicon-alarm-on::before {
  content: "alarm_on"; }

.bb-icon-alarm-on.bb-icon--cropped::before, .bb-icon--cropped.bicon-alarm-on::before {
  margin: 0 -2px; }

.bb-icon-alarm::before, .bicon-alarm::before {
  content: "alarm"; }

.bb-icon-alarm.bb-icon--cropped::before, .bb-icon--cropped.bicon-alarm::before {
  margin: 0 -2px; }

.bb-icon-album::before, .bicon-album::before {
  content: "album"; }

.bb-icon-album.bb-icon--cropped::before, .bb-icon--cropped.bicon-album::before {
  margin: 0 -2px; }

.bb-icon-all-inclusive::before, .bicon-all-inclusive::before {
  content: "all_inclusive"; }

.bb-icon-all-out::before, .bicon-all-out::before {
  content: "all_out"; }

.bb-icon-all-out.bb-icon--cropped::before, .bb-icon--cropped.bicon-all-out::before {
  margin: 0 -3px; }

.bb-icon-android::before, .bicon-android::before {
  content: "android"; }

.bb-icon-android.bb-icon--cropped::before, .bb-icon--cropped.bicon-android::before {
  margin: 0 -2px; }

.bb-icon-angle-left::before, .bicon-angle-left::before {
  content: "keyboard_arrow_left"; }

.bb-icon-angle-left.bb-icon--cropped::before, .bb-icon--cropped.bicon-angle-left::before {
  margin: 0 -8px; }

.bb-icon-angle-right::before, .bicon-angle-right::before {
  content: "keyboard_arrow_right"; }

.bb-icon-angle-right.bb-icon--cropped::before, .bb-icon--cropped.bicon-angle-right::before {
  margin: 0 -8px; }

.bb-icon-announcement::before, .bicon-announcement::before {
  content: "announcement"; }

.bb-icon-announcement.bb-icon--cropped::before, .bb-icon--cropped.bicon-announcement::before {
  margin: 0 -2px; }

.bb-icon-apps::before, .bicon-apps::before {
  content: "apps"; }

.bb-icon-apps.bb-icon--cropped::before, .bb-icon--cropped.bicon-apps::before {
  margin: 0 -4px; }

.bb-icon-archive::before, .bicon-archive::before {
  content: "archive"; }

.bb-icon-archive.bb-icon--cropped::before, .bb-icon--cropped.bicon-archive::before {
  margin: 0 -3px; }

.bb-icon-arrow-back::before, .bicon-arrow-back::before {
  content: "arrow_back"; }

.bb-icon-arrow-back.bb-icon--cropped::before, .bb-icon--cropped.bicon-arrow-back::before {
  margin: 0 -4px; }

.bb-icon-arrow-downward::before, .bicon-arrow-downward::before {
  content: "arrow_downward"; }

.bb-icon-arrow-downward.bb-icon--cropped::before, .bb-icon--cropped.bicon-arrow-downward::before {
  margin: 0 -4px; }

.bb-icon-arrow-drop-down-circle::before, .bicon-arrow-drop-down-circle::before {
  content: "arrow_drop_down_circle"; }

.bb-icon-arrow-drop-down-circle.bb-icon--cropped::before, .bb-icon--cropped.bicon-arrow-drop-down-circle::before {
  margin: 0 -2px; }

.bb-icon-arrow-forward::before, .bicon-arrow-forward::before {
  content: "arrow_forward"; }

.bb-icon-arrow-forward.bb-icon--cropped::before, .bb-icon--cropped.bicon-arrow-forward::before {
  margin: 0 -4px; }

.bb-icon-arrow-right-alt::before, .bicon-arrow-right-alt::before {
  content: "arrow_right_alt"; }

.bb-icon-arrow-right-alt.bb-icon--cropped::before, .bb-icon--cropped.bicon-arrow-right-alt::before {
  margin: 0 -4px; }

.bb-icon-arrow-upward::before, .bicon-arrow-upward::before {
  content: "arrow_upward"; }

.bb-icon-arrow-upward.bb-icon--cropped::before, .bb-icon--cropped.bicon-arrow-upward::before {
  margin: 0 -4px; }

.bb-icon-art-track::before, .bicon-art-track::before {
  content: "art_track"; }

.bb-icon-art-track.bb-icon--cropped::before, .bb-icon--cropped.bicon-art-track::before {
  margin: 0 -2px; }

.bb-icon-aspect-ratio::before, .bicon-aspect-ratio::before {
  content: "aspect_ratio"; }

.bb-icon-aspect-ratio.bb-icon--cropped::before, .bb-icon--cropped.bicon-aspect-ratio::before {
  margin: 0 -1px; }

.bb-icon-assessment::before, .bicon-assessment::before {
  content: "assessment"; }

.bb-icon-assessment.bb-icon--cropped::before, .bb-icon--cropped.bicon-assessment::before {
  margin: 0 -3px; }

.bb-icon-assignment-ind::before, .bicon-assignment-ind::before {
  content: "assignment_ind"; }

.bb-icon-assignment-ind.bb-icon--cropped::before, .bb-icon--cropped.bicon-assignment-ind::before {
  margin: 0 -3px; }

.bb-icon-assignment-late::before, .bicon-assignment-late::before {
  content: "assignment_late"; }

.bb-icon-assignment-late.bb-icon--cropped::before, .bb-icon--cropped.bicon-assignment-late::before {
  margin: 0 -3px; }

.bb-icon-assignment-return::before, .bicon-assignment-return::before {
  content: "assignment_return"; }

.bb-icon-assignment-return.bb-icon--cropped::before, .bb-icon--cropped.bicon-assignment-return::before {
  margin: 0 -3px; }

.bb-icon-assignment-returned::before, .bicon-assignment-returned::before {
  content: "assignment_returned"; }

.bb-icon-assignment-returned.bb-icon--cropped::before, .bb-icon--cropped.bicon-assignment-returned::before {
  margin: 0 -3px; }

.bb-icon-assignment-turned-in::before, .bicon-assignment-turned-in::before {
  content: "assignment_turned_in"; }

.bb-icon-assignment-turned-in.bb-icon--cropped::before, .bb-icon--cropped.bicon-assignment-turned-in::before {
  margin: 0 -3px; }

.bb-icon-assistant-photo::before, .bicon-assistant-photo::before {
  content: "assistant_photo"; }

.bb-icon-assistant-photo.bb-icon--cropped::before, .bb-icon--cropped.bicon-assistant-photo::before {
  margin: 0 -4px; }

.bb-icon-assistant::before, .bicon-assistant::before {
  content: "assistant"; }

.bb-icon-assistant.bb-icon--cropped::before, .bb-icon--cropped.bicon-assistant::before {
  margin: 0 -3px; }

.bb-icon-attach-file::before, .bicon-attach-file::before {
  content: "attach_file"; }

.bb-icon-attach-file.bb-icon--cropped::before, .bb-icon--cropped.bicon-attach-file::before {
  margin: 0 -6px; }

.bb-icon-attach-money::before, .bicon-attach-money::before {
  content: "attach_money"; }

.bb-icon-attach-money.bb-icon--cropped::before, .bb-icon--cropped.bicon-attach-money::before {
  margin: 0 -6px; }

.bb-icon-attachment::before, .bicon-attachment::before {
  content: "attachment"; }

.bb-icon-attachment.bb-icon--cropped::before, .bb-icon--cropped.bicon-attachment::before {
  margin: 0 -2px; }

.bb-icon-audiotrack::before, .bicon-audiotrack::before {
  content: "audiotrack"; }

.bb-icon-audiotrack.bb-icon--cropped::before, .bb-icon--cropped.bicon-audiotrack::before {
  margin: 0 -5px; }

.bb-icon-audit::before, .bicon-audit::before {
  content: "assignment"; }

.bb-icon-audit.bb-icon--cropped::before, .bb-icon--cropped.bicon-audit::before {
  margin: 0 -3px; }

.bb-icon-authorizations::before, .bicon-authorizations::before {
  content: "gavel"; }

.bb-icon-authorizations.bb-icon--cropped::before, .bb-icon--cropped.bicon-authorizations::before {
  margin: 0 -1px; }

.bb-icon-autorenew::before, .bicon-autorenew::before {
  content: "autorenew"; }

.bb-icon-autorenew.bb-icon--cropped::before, .bb-icon--cropped.bicon-autorenew::before {
  margin: 0 -4px; }

.bb-icon-backspace::before, .bicon-backspace::before {
  content: "backspace"; }

.bb-icon-backup::before, .bicon-backup::before {
  content: "backup"; }

.bb-icon-batches::before, .bicon-batches::before {
  content: "storage"; }

.bb-icon-batches.bb-icon--cropped::before, .bb-icon--cropped.bicon-batches::before {
  margin: 0 -2px; }

.bb-icon-battery-alert::before, .bicon-battery-alert::before {
  content: "battery_alert"; }

.bb-icon-battery-alert.bb-icon--cropped::before, .bb-icon--cropped.bicon-battery-alert::before {
  margin: 0 -7px; }

.bb-icon-battery-charging-full::before, .bicon-battery-charging-full::before {
  content: "battery_charging_full"; }

.bb-icon-battery-charging-full.bb-icon--cropped::before, .bb-icon--cropped.bicon-battery-charging-full::before {
  margin: 0 -7px; }

.bb-icon-battery-full::before, .bicon-battery-full::before {
  content: "battery_full"; }

.bb-icon-battery-full.bb-icon--cropped::before, .bb-icon--cropped.bicon-battery-full::before {
  margin: 0 -7px; }

.bb-icon-battery-std::before, .bicon-battery-std::before {
  content: "battery_std"; }

.bb-icon-battery-std.bb-icon--cropped::before, .bb-icon--cropped.bicon-battery-std::before {
  margin: 0 -7px; }

.bb-icon-battery-unknown::before, .bicon-battery-unknown::before {
  content: "battery_unknown"; }

.bb-icon-battery-unknown.bb-icon--cropped::before, .bb-icon--cropped.bicon-battery-unknown::before {
  margin: 0 -7px; }

.bb-icon-bar-chart::before, .bicon-bar-chart::before {
  content: "insert_chart"; }

.bb-icon-bar-chart.bb-icon--cropped::before, .bb-icon--cropped.bicon-bar-chart::before {
  margin: 0 -3px; }

.bb-icon-beach-access::before, .bicon-beach-access::before {
  content: "beach_access"; }

.bb-icon-beach-access.bb-icon--cropped::before, .bb-icon--cropped.bicon-beach-access::before {
  margin: 0 -3px; }

.bb-icon-beenhere::before, .bicon-beenhere::before {
  content: "beenhere"; }

.bb-icon-beenhere.bb-icon--cropped::before, .bb-icon--cropped.bicon-beenhere::before {
  margin: 0 -3px; }

.bb-icon-block::before, .bicon-block::before {
  content: "block"; }

.bb-icon-block.bb-icon--cropped::before, .bb-icon--cropped.bicon-block::before {
  margin: 0 -2px; }

.bb-icon-bluetooth-audio::before, .bicon-bluetooth-audio::before {
  content: "bluetooth_audio"; }

.bb-icon-bluetooth-audio.bb-icon--cropped::before, .bb-icon--cropped.bicon-bluetooth-audio::before {
  margin: 0 -3px; }

.bb-icon-bluetooth-connected::before, .bicon-bluetooth-connected::before {
  content: "bluetooth_connected"; }

.bb-icon-bluetooth-connected.bb-icon--cropped::before, .bb-icon--cropped.bicon-bluetooth-connected::before {
  margin: 0 -3px; }

.bb-icon-bluetooth-disabled::before, .bicon-bluetooth-disabled::before {
  content: "bluetooth_disabled"; }

.bb-icon-bluetooth-disabled.bb-icon--cropped::before, .bb-icon--cropped.bicon-bluetooth-disabled::before {
  margin: 0 -4px; }

.bb-icon-bluetooth-searching::before, .bicon-bluetooth-searching::before {
  content: "bluetooth_searching"; }

.bb-icon-bluetooth-searching.bb-icon--cropped::before, .bb-icon--cropped.bicon-bluetooth-searching::before {
  margin: 0 -3px; }

.bb-icon-bluetooth::before, .bicon-bluetooth::before {
  content: "bluetooth"; }

.bb-icon-bluetooth.bb-icon--cropped::before, .bb-icon--cropped.bicon-bluetooth::before {
  margin: 0 -5px; }

.bb-icon-blur-circular::before, .bicon-blur-circular::before {
  content: "blur_circular"; }

.bb-icon-blur-circular.bb-icon--cropped::before, .bb-icon--cropped.bicon-blur-circular::before {
  margin: 0 -2px; }

.bb-icon-blur-linear::before, .bicon-blur-linear::before {
  content: "blur_linear"; }

.bb-icon-blur-linear.bb-icon--cropped::before, .bb-icon--cropped.bicon-blur-linear::before {
  margin: 0 -3px; }

.bb-icon-blur-off::before, .bicon-blur-off::before {
  content: "blur_off"; }

.bb-icon-blur-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-blur-off::before {
  margin: 0 -2px; }

.bb-icon-blur-on::before, .bicon-blur-on::before {
  content: "blur_on"; }

.bb-icon-blur-on.bb-icon--cropped::before, .bb-icon--cropped.bicon-blur-on::before {
  margin: 0 -2px; }

.bb-icon-book::before, .bicon-book::before {
  content: "book"; }

.bb-icon-book.bb-icon--cropped::before, .bb-icon--cropped.bicon-book::before {
  margin: 0 -4px; }

.bb-icon-bookmark-border::before, .bicon-bookmark-border::before {
  content: "bookmark_border"; }

.bb-icon-bookmark-border.bb-icon--cropped::before, .bb-icon--cropped.bicon-bookmark-border::before {
  margin: 0 -4px; }

.bb-icon-bookmark::before, .bicon-bookmark::before {
  content: "bookmark"; }

.bb-icon-bookmark.bb-icon--cropped::before, .bb-icon--cropped.bicon-bookmark::before {
  margin: 0 -4px; }

.bb-icon-border-all::before, .bicon-border-all::before {
  content: "border_all"; }

.bb-icon-border-all.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-all::before {
  margin: 0 -3px; }

.bb-icon-border-bottom::before, .bicon-border-bottom::before {
  content: "border_bottom"; }

.bb-icon-border-bottom.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-bottom::before {
  margin: 0 -3px; }

.bb-icon-border-clear::before, .bicon-border-clear::before {
  content: "border_clear"; }

.bb-icon-border-clear.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-clear::before {
  margin: 0 -3px; }

.bb-icon-border-color::before, .bicon-border-color::before {
  content: "edit"; }

.bb-icon-border-horizontal::before, .bicon-border-horizontal::before {
  content: "border_horizontal"; }

.bb-icon-border-horizontal.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-horizontal::before {
  margin: 0 -3px; }

.bb-icon-border-inner::before, .bicon-border-inner::before {
  content: "border_inner"; }

.bb-icon-border-inner.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-inner::before {
  margin: 0 -3px; }

.bb-icon-border-left::before, .bicon-border-left::before {
  content: "border_left"; }

.bb-icon-border-left.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-left::before {
  margin: 0 -3px; }

.bb-icon-border-outer::before, .bicon-border-outer::before {
  content: "border_outer"; }

.bb-icon-border-outer.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-outer::before {
  margin: 0 -3px; }

.bb-icon-border-right::before, .bicon-border-right::before {
  content: "border_right"; }

.bb-icon-border-right.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-right::before {
  margin: 0 -3px; }

.bb-icon-border-style::before, .bicon-border-style::before {
  content: "border_style"; }

.bb-icon-border-style.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-style::before {
  margin: 0 -3px; }

.bb-icon-border-top::before, .bicon-border-top::before {
  content: "border_top"; }

.bb-icon-border-top.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-top::before {
  margin: 0 -3px; }

.bb-icon-border-vertical::before, .bicon-border-vertical::before {
  content: "border_vertical"; }

.bb-icon-border-vertical.bb-icon--cropped::before, .bb-icon--cropped.bicon-border-vertical::before {
  margin: 0 -3px; }

.bb-icon-branding-watermark::before, .bicon-branding-watermark::before {
  content: "branding_watermark"; }

.bb-icon-brightness-1::before, .bicon-brightness-1::before {
  content: "brightness_1"; }

.bb-icon-brightness-1.bb-icon--cropped::before, .bb-icon--cropped.bicon-brightness-1::before {
  margin: 0 -2px; }

.bb-icon-brightness-2::before, .bicon-brightness-2::before {
  content: "brightness_2"; }

.bb-icon-brightness-2.bb-icon--cropped::before, .bb-icon--cropped.bicon-brightness-2::before {
  margin: 0 -4px; }

.bb-icon-brightness-3::before, .bicon-brightness-3::before {
  content: "brightness_3"; }

.bb-icon-brightness-3.bb-icon--cropped::before, .bb-icon--cropped.bicon-brightness-3::before {
  margin: 0 -5px; }

.bb-icon-brightness-4::before, .bicon-brightness-4::before {
  content: "brightness_4"; }

.bb-icon-brightness-5::before, .bicon-brightness-5::before {
  content: "brightness_5"; }

.bb-icon-brightness-6::before, .bicon-brightness-6::before {
  content: "brightness_6"; }

.bb-icon-brightness-7::before, .bicon-brightness-7::before {
  content: "brightness_7"; }

.bb-icon-brightness-auto::before, .bicon-brightness-auto::before {
  content: "brightness_auto"; }

.bb-icon-brightness-high::before, .bicon-brightness-high::before {
  content: "brightness_high"; }

.bb-icon-brightness-low::before, .bicon-brightness-low::before {
  content: "brightness_low"; }

.bb-icon-brightness-medium::before, .bicon-brightness-medium::before {
  content: "brightness_medium"; }

.bb-icon-broken-image::before, .bicon-broken-image::before {
  content: "broken_image"; }

.bb-icon-broken-image.bb-icon--cropped::before, .bb-icon--cropped.bicon-broken-image::before {
  margin: 0 -2px; }

.bb-icon-brush::before, .bicon-brush::before {
  content: "brush"; }

.bb-icon-brush.bb-icon--cropped::before, .bb-icon--cropped.bicon-brush::before {
  margin: 0 -2px; }

.bb-icon-bubble-chart::before, .bicon-bubble-chart::before {
  content: "bubble_chart"; }

.bb-icon-bubble-chart.bb-icon--cropped::before, .bb-icon--cropped.bicon-bubble-chart::before {
  margin: 0 -4px; }

.bb-icon-bug-report::before, .bicon-bug-report::before {
  content: "bug_report"; }

.bb-icon-bug-report.bb-icon--cropped::before, .bb-icon--cropped.bicon-bug-report::before {
  margin: 0 -3px; }

.bb-icon-build::before, .bicon-build::before {
  content: "build"; }

.bb-icon-build.bb-icon--cropped::before, .bb-icon--cropped.bicon-build::before {
  margin: 0 -1px; }

.bb-icon-burst-mode::before, .bicon-burst-mode::before {
  content: "burst_mode"; }

.bb-icon-burst-mode.bb-icon--cropped::before, .bb-icon--cropped.bicon-burst-mode::before {
  margin: 0 -1px; }

.bb-icon-business-center::before, .bicon-business-center::before {
  content: "business_center"; }

.bb-icon-business-center.bb-icon--cropped::before, .bb-icon--cropped.bicon-business-center::before {
  margin: 0 -2px; }

.bb-icon-business::before, .bicon-business::before {
  content: "business"; }

.bb-icon-business.bb-icon--cropped::before, .bb-icon--cropped.bicon-business::before {
  margin: 0 -2px; }

.bb-icon-cached::before, .bicon-cached::before {
  content: "cached"; }

.bb-icon-cached.bb-icon--cropped::before, .bb-icon--cropped.bicon-cached::before {
  margin: 0 -1px; }

.bb-icon-cake::before, .bicon-cake::before {
  content: "cake"; }

.bb-icon-cake.bb-icon--cropped::before, .bb-icon--cropped.bicon-cake::before {
  margin: 0 -2px; }

.bb-icon-calendar::before, .bicon-calendar::before {
  content: "date_range"; }

.bb-icon-calendar.bb-icon--cropped::before, .bb-icon--cropped.bicon-calendar::before {
  margin: 0 -3px; }

.bb-icon-calendar-today::before, .bicon-calendar-today::before {
  content: "event"; }

.bb-icon-calendar-today.bb-icon--cropped::before, .bb-icon--cropped.bicon-calendar-today::before {
  margin: 0 -3px; }

.bb-icon-call-end::before, .bicon-call-end::before {
  content: "call_end"; }

.bb-icon-call-merge::before, .bicon-call-merge::before {
  content: "call_merge"; }

.bb-icon-call-merge.bb-icon--cropped::before, .bb-icon--cropped.bicon-call-merge::before {
  margin: 0 -5px; }

.bb-icon-call-missed-outgoing::before, .bicon-call-missed-outgoing::before {
  content: "call_missed_outgoing"; }

.bb-icon-call-missed-outgoing.bb-icon--cropped::before, .bb-icon--cropped.bicon-call-missed-outgoing::before {
  margin: 0 -3px; }

.bb-icon-call-missed::before, .bicon-call-missed::before {
  content: "call_missed"; }

.bb-icon-call-missed.bb-icon--cropped::before, .bb-icon--cropped.bicon-call-missed::before {
  margin: 0 -3px; }

.bb-icon-call-received::before, .bicon-call-received::before {
  content: "call_received"; }

.bb-icon-call-received.bb-icon--cropped::before, .bb-icon--cropped.bicon-call-received::before {
  margin: 0 -4px; }

.bb-icon-call-split::before, .bicon-call-split::before {
  content: "call_split"; }

.bb-icon-call-split.bb-icon--cropped::before, .bb-icon--cropped.bicon-call-split::before {
  margin: 0 -3px; }

.bb-icon-call-to-action::before, .bicon-call-to-action::before {
  content: "call_to_action"; }

.bb-icon-call-to-action.bb-icon--cropped::before, .bb-icon--cropped.bicon-call-to-action::before {
  margin: 0 -1px; }

.bb-icon-call::before, .bicon-call::before {
  content: "call"; }

.bb-icon-call.bb-icon--cropped::before, .bb-icon--cropped.bicon-call::before {
  margin: 0 -3px; }

.bb-icon-camera-alt::before, .bicon-camera-alt::before {
  content: "camera_alt"; }

.bb-icon-camera-alt.bb-icon--cropped::before, .bb-icon--cropped.bicon-camera-alt::before {
  margin: 0 -2px; }

.bb-icon-camera-enhance::before, .bicon-camera-enhance::before {
  content: "camera_enhance"; }

.bb-icon-camera-enhance.bb-icon--cropped::before, .bb-icon--cropped.bicon-camera-enhance::before {
  margin: 0 -2px; }

.bb-icon-camera-front::before, .bicon-camera-front::before {
  content: "camera_front"; }

.bb-icon-camera-front.bb-icon--cropped::before, .bb-icon--cropped.bicon-camera-front::before {
  margin: 0 -5px; }

.bb-icon-camera-rear::before, .bicon-camera-rear::before {
  content: "camera_rear"; }

.bb-icon-camera-rear.bb-icon--cropped::before, .bb-icon--cropped.bicon-camera-rear::before {
  margin: 0 -5px; }

.bb-icon-camera-roll::before, .bicon-camera-roll::before {
  content: "camera_roll"; }

.bb-icon-camera-roll.bb-icon--cropped::before, .bb-icon--cropped.bicon-camera-roll::before {
  margin: 0 -2px; }

.bb-icon-camera::before, .bicon-camera::before {
  content: "camera"; }

.bb-icon-camera.bb-icon--cropped::before, .bb-icon--cropped.bicon-camera::before {
  margin: 0 -2px; }

.bb-icon-cancel::before, .bicon-cancel::before {
  content: "cancel"; }

.bb-icon-cancel.bb-icon--cropped::before, .bb-icon--cropped.bicon-cancel::before {
  margin: 0 -2px; }

.bb-icon-card-giftcard::before, .bicon-card-giftcard::before {
  content: "card_giftcard"; }

.bb-icon-card-giftcard.bb-icon--cropped::before, .bb-icon--cropped.bicon-card-giftcard::before {
  margin: 0 -2px; }

.bb-icon-card-membership::before, .bicon-card-membership::before {
  content: "card_membership"; }

.bb-icon-card-membership.bb-icon--cropped::before, .bb-icon--cropped.bicon-card-membership::before {
  margin: 0 -2px; }

.bb-icon-card-travel::before, .bicon-card-travel::before {
  content: "card_travel"; }

.bb-icon-card-travel.bb-icon--cropped::before, .bb-icon--cropped.bicon-card-travel::before {
  margin: 0 -2px; }

.bb-icon-caret-down::before, .table thead th.sortable.desc .th-content::before,
.table thead th.sortable.desc .th-content:hover::before, .bicon-caret-down::before {
  content: "arrow_drop_down"; }

.bb-icon-caret-down.bb-icon--cropped::before, .table thead th.sortable.desc .bb-icon--cropped.th-content::before, .bb-icon--cropped.bicon-caret-down::before {
  margin: 0 -7px; }

.bb-icon-caret-up::before, .table thead th.sortable.asc .th-content::before,
.table thead th.sortable.asc .th-content:hover::before, .bicon-caret-up::before {
  content: "arrow_drop_up"; }

.bb-icon-caret-up.bb-icon--cropped::before, .table thead th.sortable.asc .bb-icon--cropped.th-content::before, .bb-icon--cropped.bicon-caret-up::before {
  margin: 0 -7px; }

.bb-icon-casino::before, .bicon-casino::before {
  content: "casino"; }

.bb-icon-casino.bb-icon--cropped::before, .bb-icon--cropped.bicon-casino::before {
  margin: 0 -3px; }

.bb-icon-cast-connected::before, .bicon-cast-connected::before {
  content: "cast_connected"; }

.bb-icon-cast-connected.bb-icon--cropped::before, .bb-icon--cropped.bicon-cast-connected::before {
  margin: 0 -1px; }

.bb-icon-cast::before, .bicon-cast::before {
  content: "cast"; }

.bb-icon-cast.bb-icon--cropped::before, .bb-icon--cropped.bicon-cast::before {
  margin: 0 -1px; }

.bb-icon-center-focus-strong::before, .bicon-center-focus-strong::before {
  content: "center_focus_strong"; }

.bb-icon-center-focus-strong.bb-icon--cropped::before, .bb-icon--cropped.bicon-center-focus-strong::before {
  margin: 0 -3px; }

.bb-icon-center-focus-weak::before, .bicon-center-focus-weak::before {
  content: "center_focus_weak"; }

.bb-icon-center-focus-weak.bb-icon--cropped::before, .bb-icon--cropped.bicon-center-focus-weak::before {
  margin: 0 -3px; }

.bb-icon-change-history::before, .bicon-change-history::before {
  content: "change_history"; }

.bb-icon-change-history.bb-icon--cropped::before, .bb-icon--cropped.bicon-change-history::before {
  margin: 0 -2px; }

.bb-icon-chat-bubble-outline::before, .bicon-chat-bubble-outline::before {
  content: "chat_bubble_outline"; }

.bb-icon-chat-bubble-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-chat-bubble-outline::before {
  margin: 0 -2px; }

.bb-icon-chat-bubble::before, .bicon-chat-bubble::before {
  content: "chat_bubble"; }

.bb-icon-chat-bubble.bb-icon--cropped::before, .bb-icon--cropped.bicon-chat-bubble::before {
  margin: 0 -2px; }

.bb-icon-chat::before, .bicon-chat::before {
  content: "chat"; }

.bb-icon-chat.bb-icon--cropped::before, .bb-icon--cropped.bicon-chat::before {
  margin: 0 -2px; }

.bb-icon-check-box-outline-blank::before, .bicon-check-box-outline-blank::before {
  content: "check_box_outline_blank"; }

.bb-icon-check-box-outline-blank.bb-icon--cropped::before, .bb-icon--cropped.bicon-check-box-outline-blank::before {
  margin: 0 -3px; }

.bb-icon-check-box::before, .bicon-check-box::before {
  content: "check_box"; }

.bb-icon-check-box.bb-icon--cropped::before, .bb-icon--cropped.bicon-check-box::before {
  margin: 0 -3px; }

.bb-icon-check::before, .bicon-check::before {
  content: "check"; }

.bb-icon-check.bb-icon--cropped::before, .bb-icon--cropped.bicon-check::before {
  margin: 0 -3px; }

.bb-icon-chevron-left::before, .bicon-chevron-left::before {
  content: "chevron_left"; }

.bb-icon-chevron-left.bb-icon--cropped::before, .bb-icon--cropped.bicon-chevron-left::before {
  margin: 0 -8px; }

.bb-icon-chevron-right::before, .bicon-chevron-right::before {
  content: "chevron_right"; }

.bb-icon-chevron-right.bb-icon--cropped::before, .bb-icon--cropped.bicon-chevron-right::before {
  margin: 0 -8px; }

.bb-icon-child-care::before, .bicon-child-care::before {
  content: "child_care"; }

.bb-icon-child-care.bb-icon--cropped::before, .bb-icon--cropped.bicon-child-care::before {
  margin: 0 -1px; }

.bb-icon-child-friendly::before, .bicon-child-friendly::before {
  content: "child_friendly"; }

.bb-icon-child-friendly.bb-icon--cropped::before, .bb-icon--cropped.bicon-child-friendly::before {
  margin: 0 -2px; }

.bb-icon-chrome-reader-mode::before, .bicon-chrome-reader-mode::before {
  content: "chrome_reader_mode"; }

.bb-icon-chrome-reader-mode.bb-icon--cropped::before, .bb-icon--cropped.bicon-chrome-reader-mode::before {
  margin: 0 -1px; }

.bb-icon-circle::before, .bicon-circle::before {
  content: "fiber_manual_record"; }

.bb-icon-circle.bb-icon--cropped::before, .bb-icon--cropped.bicon-circle::before {
  margin: 0 -4px; }

.bb-icon-class::before, .bicon-class::before {
  content: "class"; }

.bb-icon-class.bb-icon--cropped::before, .bb-icon--cropped.bicon-class::before {
  margin: 0 -3px; }

.bb-icon-clear-all::before, .bicon-clear-all::before {
  content: "clear_all"; }

.bb-icon-clear-all.bb-icon--cropped::before, .bb-icon--cropped.bicon-clear-all::before {
  margin: 0 -3px; }

.bb-icon-clear::before, .bicon-clear::before {
  content: "clear"; }

.bb-icon-clear.bb-icon--cropped::before, .bb-icon--cropped.bicon-clear::before {
  margin: 0 -4px; }

.bb-icon-closed-caption::before, .bicon-closed-caption::before {
  content: "closed_caption"; }

.bb-icon-closed-caption.bb-icon--cropped::before, .bb-icon--cropped.bicon-closed-caption::before {
  margin: 0 -3px; }

.bb-icon-cloud-circle::before, .bicon-cloud-circle::before {
  content: "cloud_circle"; }

.bb-icon-cloud-circle.bb-icon--cropped::before, .bb-icon--cropped.bicon-cloud-circle::before {
  margin: 0 -2px; }

.bb-icon-cloud-done::before, .bicon-cloud-done::before {
  content: "cloud_done"; }

.bb-icon-cloud-off::before, .bicon-cloud-off::before {
  content: "cloud_off"; }

.bb-icon-cloud-queue::before, .bicon-cloud-queue::before {
  content: "cloud_queue"; }

.bb-icon-cloud-upload::before, .bicon-cloud-upload::before {
  content: "cloud_upload"; }

.bb-icon-cloud::before, .bicon-cloud::before {
  content: "cloud"; }

.bb-icon-code::before, .bicon-code::before {
  content: "code"; }

.bb-icon-code.bb-icon--cropped::before, .bb-icon--cropped.bicon-code::before {
  margin: 0 -2px; }

.bb-icon-collections-bookmark::before, .bicon-collections-bookmark::before {
  content: "collections_bookmark"; }

.bb-icon-collections-bookmark.bb-icon--cropped::before, .bb-icon--cropped.bicon-collections-bookmark::before {
  margin: 0 -2px; }

.bb-icon-collections::before, .bicon-collections::before {
  content: "collections"; }

.bb-icon-collections.bb-icon--cropped::before, .bb-icon--cropped.bicon-collections::before {
  margin: 0 -2px; }

.bb-icon-color-lens::before, .bicon-color-lens::before {
  content: "color_lens"; }

.bb-icon-color-lens.bb-icon--cropped::before, .bb-icon--cropped.bicon-color-lens::before {
  margin: 0 -3px; }

.bb-icon-colorize::before, .bicon-colorize::before {
  content: "colorize"; }

.bb-icon-colorize.bb-icon--cropped::before, .bb-icon--cropped.bicon-colorize::before {
  margin: 0 -3px; }

.bb-icon-comment::before, .bicon-comment::before {
  content: "comment"; }

.bb-icon-comment.bb-icon--cropped::before, .bb-icon--cropped.bicon-comment::before {
  margin: 0 -2px; }

.bb-icon-compare::before, .bicon-compare::before {
  content: "compare"; }

.bb-icon-compare.bb-icon--cropped::before, .bb-icon--cropped.bicon-compare::before {
  margin: 0 -3px; }

.bb-icon-computer::before, .bicon-computer::before {
  content: "computer"; }

.bb-icon-confirmation-number::before, .bicon-confirmation-number::before {
  content: "confirmation_number"; }

.bb-icon-confirmation-number.bb-icon--cropped::before, .bb-icon--cropped.bicon-confirmation-number::before {
  margin: 0 -2px; }

.bb-icon-contact-mail::before, .bicon-contact-mail::before {
  content: "contact_mail"; }

.bb-icon-contact-phone::before, .bicon-contact-phone::before {
  content: "contact_phone"; }

.bb-icon-contacts::before, .bicon-contacts::before {
  content: "contacts"; }

.bb-icon-contacts.bb-icon--cropped::before, .bb-icon--cropped.bicon-contacts::before {
  margin: 0 -2px; }

.bb-icon-content-copy::before, .bicon-content-copy::before {
  content: "file_copy"; }

.bb-icon-content-copy.bb-icon--cropped::before, .bb-icon--cropped.bicon-content-copy::before {
  margin: 0 -2px; }

.bb-icon-contract::before, .bicon-contract::before {
  content: "library_books"; }

.bb-icon-contract.bb-icon--cropped::before, .bb-icon--cropped.bicon-contract::before {
  margin: 0 -2px; }

.bb-icon-control-point-duplicate::before, .bicon-control-point-duplicate::before {
  content: "control_point_duplicate"; }

.bb-icon-control-point::before, .bicon-control-point::before {
  content: "control_point"; }

.bb-icon-control-point.bb-icon--cropped::before, .bb-icon--cropped.bicon-control-point::before {
  margin: 0 -2px; }

.bb-icon-copyright::before, .bicon-copyright::before {
  content: "copyright"; }

.bb-icon-copyright.bb-icon--cropped::before, .bb-icon--cropped.bicon-copyright::before {
  margin: 0 -2px; }

.bb-icon-create-new-folder::before, .bicon-create-new-folder::before {
  content: "create_new_folder"; }

.bb-icon-create-new-folder.bb-icon--cropped::before, .bb-icon--cropped.bicon-create-new-folder::before {
  margin: 0 -2px; }

.bb-icon-create-payment::before, .bicon-create-payment::before {
  content: "add"; }

.bb-icon-create-payment.bb-icon--cropped::before, .bb-icon--cropped.bicon-create-payment::before {
  margin: 0 -5px; }

.bb-icon-create::before, .bicon-create::before {
  content: "create"; }

.bb-icon-create.bb-icon--cropped::before, .bb-icon--cropped.bicon-create::before {
  margin: 0 -3px; }

.bb-icon-credit-card::before, .bicon-credit-card::before {
  content: "credit_card"; }

.bb-icon-credit-card.bb-icon--cropped::before, .bb-icon--cropped.bicon-credit-card::before {
  margin: 0 -2px; }

.bb-icon-credit-cards::before, .bicon-credit-cards::before {
  content: "credit_card"; }

.bb-icon-credit-cards.bb-icon--cropped::before, .bb-icon--cropped.bicon-credit-cards::before {
  margin: 0 -2px; }

.bb-icon-crop-16-9::before, .bicon-crop-16-9::before {
  content: "crop_16_9"; }

.bb-icon-crop-16-9.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop-16-9::before {
  margin: 0 -3px; }

.bb-icon-crop-3-2::before, .bicon-crop-3-2::before {
  content: "crop_3_2"; }

.bb-icon-crop-3-2.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop-3-2::before {
  margin: 0 -3px; }

.bb-icon-crop-5-4::before, .bicon-crop-5-4::before {
  content: "crop_5_4"; }

.bb-icon-crop-5-4.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop-5-4::before {
  margin: 0 -3px; }

.bb-icon-crop-7-5::before, .bicon-crop-7-5::before {
  content: "crop_7_5"; }

.bb-icon-crop-7-5.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop-7-5::before {
  margin: 0 -3px; }

.bb-icon-crop-din::before, .bicon-crop-din::before {
  content: "crop_din"; }

.bb-icon-crop-din.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop-din::before {
  margin: 0 -3px; }

.bb-icon-crop-free::before, .bicon-crop-free::before {
  content: "crop_free"; }

.bb-icon-crop-free.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop-free::before {
  margin: 0 -3px; }

.bb-icon-crop-landscape::before, .bicon-crop-landscape::before {
  content: "crop_landscape"; }

.bb-icon-crop-landscape.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop-landscape::before {
  margin: 0 -3px; }

.bb-icon-crop-original::before, .bicon-crop-original::before {
  content: "crop_original"; }

.bb-icon-crop-original.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop-original::before {
  margin: 0 -3px; }

.bb-icon-crop-portrait::before, .bicon-crop-portrait::before {
  content: "crop_portrait"; }

.bb-icon-crop-portrait.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop-portrait::before {
  margin: 0 -5px; }

.bb-icon-crop-rotate::before, .bicon-crop-rotate::before {
  content: "crop_rotate"; }

.bb-icon-crop-square::before, .bicon-crop-square::before {
  content: "crop_square"; }

.bb-icon-crop-square.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop-square::before {
  margin: 0 -4px; }

.bb-icon-crop::before, .bicon-crop::before {
  content: "crop"; }

.bb-icon-crop.bb-icon--cropped::before, .bb-icon--cropped.bicon-crop::before {
  margin: 0 -1px; }

.bb-icon-currency-trade::before, .bicon-currency-trade::before {
  content: "multiline_chart"; }

.bb-icon-currency-trade.bb-icon--cropped::before, .bb-icon--cropped.bicon-currency-trade::before {
  margin: 0 -2px; }

.bb-icon-current-accounts::before, .bicon-current-accounts::before {
  content: "account_balance_wallet"; }

.bb-icon-current-accounts.bb-icon--cropped::before, .bb-icon--cropped.bicon-current-accounts::before {
  margin: 0 -2px; }

.bb-icon-dashboard::before, .bicon-dashboard::before {
  content: "dashboard"; }

.bb-icon-dashboard.bb-icon--cropped::before, .bb-icon--cropped.bicon-dashboard::before {
  margin: 0 -3px; }

.bb-icon-data-usage::before, .bicon-data-usage::before {
  content: "data_usage"; }

.bb-icon-data-usage.bb-icon--cropped::before, .bb-icon--cropped.bicon-data-usage::before {
  margin: 0 -2px; }

.bb-icon-debit-cards::before, .bicon-debit-cards::before {
  content: "credit_card"; }

.bb-icon-debit-cards.bb-icon--cropped::before, .bb-icon--cropped.bicon-debit-cards::before {
  margin: 0 -2px; }

.bb-icon-dehaze::before, .bicon-dehaze::before {
  content: "dehaze"; }

.bb-icon-dehaze.bb-icon--cropped::before, .bb-icon--cropped.bicon-dehaze::before {
  margin: 0 -2px; }

.bb-icon-delete-forever::before, .bicon-delete-forever::before {
  content: "delete_forever"; }

.bb-icon-delete-forever.bb-icon--cropped::before, .bb-icon--cropped.bicon-delete-forever::before {
  margin: 0 -5px; }

.bb-icon-delete-sweep::before, .bicon-delete-sweep::before {
  content: "delete_sweep"; }

.bb-icon-delete-sweep.bb-icon--cropped::before, .bb-icon--cropped.bicon-delete-sweep::before {
  margin: 0 -2px; }

.bb-icon-delete::before, .bicon-delete::before {
  content: "delete"; }

.bb-icon-delete.bb-icon--cropped::before, .bb-icon--cropped.bicon-delete::before {
  margin: 0 -5px; }

.bb-icon-description::before, .bicon-description::before, .bb-transaction-category-internet::before, .bb-transaction-category-mobile-phone::before, .bb-transaction-category-utilities::before, .bb-transaction-category-bills-utilities::before {
  content: "description"; }

.bb-icon-description.bb-icon--cropped::before, .bb-icon--cropped.bicon-description::before, .bb-icon--cropped.bb-transaction-category-internet::before, .bb-icon--cropped.bb-transaction-category-mobile-phone::before, .bb-icon--cropped.bb-transaction-category-utilities::before, .bb-icon--cropped.bb-transaction-category-bills-utilities::before {
  margin: 0 -4px; }

.bb-icon-desktop-mac::before, .bicon-desktop-mac::before {
  content: "desktop_mac"; }

.bb-icon-desktop-windows::before, .bicon-desktop-windows::before {
  content: "desktop_windows"; }

.bb-icon-details::before, .bicon-details::before {
  content: "details"; }

.bb-icon-details.bb-icon--cropped::before, .bb-icon--cropped.bicon-details::before {
  margin: 0 -3px; }

.bb-icon-developer-board::before, .bicon-developer-board::before {
  content: "developer_board"; }

.bb-icon-developer-board.bb-icon--cropped::before, .bb-icon--cropped.bicon-developer-board::before {
  margin: 0 -2px; }

.bb-icon-developer-mode::before, .bicon-developer-mode::before {
  content: "developer_mode"; }

.bb-icon-developer-mode.bb-icon--cropped::before, .bb-icon--cropped.bicon-developer-mode::before {
  margin: 0 -5px; }

.bb-icon-device-hub::before, .bicon-device-hub::before {
  content: "device_hub"; }

.bb-icon-device-hub.bb-icon--cropped::before, .bb-icon--cropped.bicon-device-hub::before {
  margin: 0 -3px; }

.bb-icon-devices-other::before, .bicon-devices-other::before {
  content: "devices_other"; }

.bb-icon-devices-other.bb-icon--cropped::before, .bb-icon--cropped.bicon-devices-other::before {
  margin: 0 -1px; }

.bb-icon-devices::before, .bicon-devices::before {
  content: "devices"; }

.bb-icon-dialer-sip::before, .bicon-dialer-sip::before {
  content: "dialer_sip"; }

.bb-icon-dialer-sip.bb-icon--cropped::before, .bb-icon--cropped.bicon-dialer-sip::before {
  margin: 0 -3px; }

.bb-icon-dialpad::before, .bicon-dialpad::before {
  content: "dialpad"; }

.bb-icon-dialpad.bb-icon--cropped::before, .bb-icon--cropped.bicon-dialpad::before {
  margin: 0 -4px; }

.bb-icon-directions-bike::before, .bicon-directions-bike::before {
  content: "directions_bike"; }

.bb-icon-directions-boat::before, .bicon-directions-boat::before {
  content: "directions_boat"; }

.bb-icon-directions-boat.bb-icon--cropped::before, .bb-icon--cropped.bicon-directions-boat::before {
  margin: 0 -2px; }

.bb-icon-directions-bus::before, .bicon-directions-bus::before {
  content: "directions_bus"; }

.bb-icon-directions-bus.bb-icon--cropped::before, .bb-icon--cropped.bicon-directions-bus::before {
  margin: 0 -4px; }

.bb-icon-directions-car::before, .bicon-directions-car::before, .bb-transaction-category-car::before, .bb-transaction-category-public-transport::before, .bb-transaction-category-transportation::before {
  content: "directions_car"; }

.bb-icon-directions-car.bb-icon--cropped::before, .bb-icon--cropped.bicon-directions-car::before, .bb-icon--cropped.bb-transaction-category-car::before, .bb-icon--cropped.bb-transaction-category-public-transport::before, .bb-icon--cropped.bb-transaction-category-transportation::before {
  margin: 0 -3px; }

.bb-icon-directions-railway::before, .bicon-directions-railway::before {
  content: "directions_railway"; }

.bb-icon-directions-railway.bb-icon--cropped::before, .bb-icon--cropped.bicon-directions-railway::before {
  margin: 0 -4px; }

.bb-icon-directions-run::before, .bicon-directions-run::before {
  content: "directions_run"; }

.bb-icon-directions-run.bb-icon--cropped::before, .bb-icon--cropped.bicon-directions-run::before {
  margin: 0 -1px; }

.bb-icon-directions-subway::before, .bicon-directions-subway::before {
  content: "directions_subway"; }

.bb-icon-directions-subway.bb-icon--cropped::before, .bb-icon--cropped.bicon-directions-subway::before {
  margin: 0 -4px; }

.bb-icon-directions-transit::before, .bicon-directions-transit::before {
  content: "directions_transit"; }

.bb-icon-directions-transit.bb-icon--cropped::before, .bb-icon--cropped.bicon-directions-transit::before {
  margin: 0 -4px; }

.bb-icon-directions-walk::before, .bicon-directions-walk::before {
  content: "directions_walk"; }

.bb-icon-directions-walk.bb-icon--cropped::before, .bb-icon--cropped.bicon-directions-walk::before {
  margin: 0 -5px; }

.bb-icon-directions::before, .bicon-directions::before {
  content: "directions"; }

.bb-icon-directions.bb-icon--cropped::before, .bb-icon--cropped.bicon-directions::before {
  margin: 0 -2px; }

.bb-icon-disc-full::before, .bicon-disc-full::before {
  content: "disc_full"; }

.bb-icon-disc-full.bb-icon--cropped::before, .bb-icon--cropped.bicon-disc-full::before {
  margin: 0 -2px; }

.bb-icon-dns::before, .bicon-dns::before {
  content: "dns"; }

.bb-icon-dns.bb-icon--cropped::before, .bb-icon--cropped.bicon-dns::before {
  margin: 0 -3px; }

.bb-icon-dock::before, .bicon-dock::before {
  content: "dock"; }

.bb-icon-dock.bb-icon--cropped::before, .bb-icon--cropped.bicon-dock::before {
  margin: 0 -6px; }

.bb-icon-domain::before, .bicon-domain::before {
  content: "domain"; }

.bb-icon-domain.bb-icon--cropped::before, .bb-icon--cropped.bicon-domain::before {
  margin: 0 -2px; }

.bb-icon-done-all::before, .bicon-done-all::before {
  content: "done_all"; }

.bb-icon-done::before, .bicon-done::before {
  content: "done"; }

.bb-icon-done.bb-icon--cropped::before, .bb-icon--cropped.bicon-done::before {
  margin: 0 -3px; }

.bb-icon-donut-large::before, .bicon-donut-large::before {
  content: "donut_large"; }

.bb-icon-donut-large.bb-icon--cropped::before, .bb-icon--cropped.bicon-donut-large::before {
  margin: 0 -2px; }

.bb-icon-donut-small::before, .bicon-donut-small::before {
  content: "donut_small"; }

.bb-icon-donut-small.bb-icon--cropped::before, .bb-icon--cropped.bicon-donut-small::before {
  margin: 0 -2px; }

.bb-icon-download::before, .bicon-download::before {
  content: "cloud_download"; }

.bb-icon-drafts::before, .bicon-drafts::before {
  content: "drafts"; }

.bb-icon-drafts.bb-icon--cropped::before, .bb-icon--cropped.bicon-drafts::before {
  margin: 0 -2px; }

.bb-icon-drag-n-drop::before, .bicon-drag-n-drop::before {
  content: "drag_handle"; }

.bb-icon-drag-n-drop.bb-icon--cropped::before, .bb-icon--cropped.bicon-drag-n-drop::before {
  margin: 0 -4px; }

.bb-icon-drive-eta::before, .bicon-drive-eta::before {
  content: "drive_eta"; }

.bb-icon-drive-eta.bb-icon--cropped::before, .bb-icon--cropped.bicon-drive-eta::before {
  margin: 0 -3px; }

.bb-icon-dvr::before, .bicon-dvr::before {
  content: "dvr"; }

.bb-icon-dvr.bb-icon--cropped::before, .bb-icon--cropped.bicon-dvr::before {
  margin: 0 -1px; }

.bb-icon-edit-location::before, .bicon-edit-location::before {
  content: "edit_location"; }

.bb-icon-edit-location.bb-icon--cropped::before, .bb-icon--cropped.bicon-edit-location::before {
  margin: 0 -5px; }

.bb-icon-edit::before, .bicon-edit::before {
  content: "edit"; }

.bb-icon-edit.bb-icon--cropped::before, .bb-icon--cropped.bicon-edit::before {
  margin: 0 -3px; }

.bb-icon-eject::before, .bicon-eject::before {
  content: "eject"; }

.bb-icon-eject.bb-icon--cropped::before, .bb-icon--cropped.bicon-eject::before {
  margin: 0 -5px; }

.bb-icon-ellipsis-h::before, .bicon-ellipsis-h::before {
  content: "more_horiz"; }

.bb-icon-ellipsis-h.bb-icon--cropped::before, .bb-icon--cropped.bicon-ellipsis-h::before {
  margin: 0 -4px; }

.bb-icon-email::before, .bicon-email::before {
  content: "inbox"; }

.bb-icon-email.bb-icon--cropped::before, .bb-icon--cropped.bicon-email::before {
  margin: 0 -3px; }

.bb-icon-enhanced-encryption::before, .bicon-enhanced-encryption::before {
  content: "enhanced_encryption"; }

.bb-icon-enhanced-encryption.bb-icon--cropped::before, .bb-icon--cropped.bicon-enhanced-encryption::before {
  margin: 0 -4px; }

.bb-icon-equalizer::before, .bicon-equalizer::before {
  content: "equalizer"; }

.bb-icon-equalizer.bb-icon--cropped::before, .bb-icon--cropped.bicon-equalizer::before {
  margin: 0 -4px; }

.bb-icon-error-outline::before, .bicon-error-outline::before, .bb-transaction-category-pending::before {
  content: "error_outline"; }

.bb-icon-error-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-error-outline::before, .bb-icon--cropped.bb-transaction-category-pending::before {
  margin: 0 -2px; }

.bb-icon-error::before, .bicon-error::before {
  content: "error"; }

.bb-icon-error.bb-icon--cropped::before, .bb-icon--cropped.bicon-error::before {
  margin: 0 -2px; }

.bb-icon-euro-symbol::before, .bicon-euro-symbol::before {
  content: "euro_symbol"; }

.bb-icon-euro-symbol.bb-icon--cropped::before, .bb-icon--cropped.bicon-euro-symbol::before {
  margin: 0 -3px; }

.bb-icon-ev-station::before, .bicon-ev-station::before {
  content: "ev_station"; }

.bb-icon-ev-station.bb-icon--cropped::before, .bb-icon--cropped.bicon-ev-station::before {
  margin: 0 -4px; }

.bb-icon-event-available::before, .bicon-event-available::before {
  content: "event_available"; }

.bb-icon-event-available.bb-icon--cropped::before, .bb-icon--cropped.bicon-event-available::before {
  margin: 0 -3px; }

.bb-icon-event-busy::before, .bicon-event-busy::before {
  content: "event_busy"; }

.bb-icon-event-busy.bb-icon--cropped::before, .bb-icon--cropped.bicon-event-busy::before {
  margin: 0 -3px; }

.bb-icon-event-note::before, .bicon-event-note::before {
  content: "event_note"; }

.bb-icon-event-note.bb-icon--cropped::before, .bb-icon--cropped.bicon-event-note::before {
  margin: 0 -3px; }

.bb-icon-event-seat::before, .bicon-event-seat::before {
  content: "event_seat"; }

.bb-icon-event-seat.bb-icon--cropped::before, .bb-icon--cropped.bicon-event-seat::before {
  margin: 0 -2px; }

.bb-icon-event::before, .bicon-event::before {
  content: "event"; }

.bb-icon-event.bb-icon--cropped::before, .bb-icon--cropped.bicon-event::before {
  margin: 0 -3px; }

.bb-icon-exchange::before, .bicon-exchange::before {
  content: "compare_arrows"; }

.bb-icon-exchange.bb-icon--cropped::before, .bb-icon--cropped.bicon-exchange::before {
  margin: 0 -2px; }

.bb-icon-exit-to-app::before, .bicon-exit-to-app::before {
  content: "exit_to_app"; }

.bb-icon-exit-to-app.bb-icon--cropped::before, .bb-icon--cropped.bicon-exit-to-app::before {
  margin: 0 -3px; }

.bb-icon-expand-less::before, .bicon-expand-less::before {
  content: "expand_less"; }

.bb-icon-expand-less.bb-icon--cropped::before, .bb-icon--cropped.bicon-expand-less::before {
  margin: 0 -6px; }

.bb-icon-expand-more::before, .bicon-expand-more::before {
  content: "expand_more"; }

.bb-icon-expand-more.bb-icon--cropped::before, .bb-icon--cropped.bicon-expand-more::before {
  margin: 0 -6px; }

.bb-icon-explicit::before, .bicon-explicit::before {
  content: "explicit"; }

.bb-icon-explicit.bb-icon--cropped::before, .bb-icon--cropped.bicon-explicit::before {
  margin: 0 -3px; }

.bb-icon-explore::before, .bicon-explore::before {
  content: "explore"; }

.bb-icon-explore.bb-icon--cropped::before, .bb-icon--cropped.bicon-explore::before {
  margin: 0 -2px; }

.bb-icon-exposure-neg-1::before, .bicon-exposure-neg-1::before {
  content: "exposure_neg_1"; }

.bb-icon-exposure-neg-1.bb-icon--cropped::before, .bb-icon--cropped.bicon-exposure-neg-1::before {
  margin: 0 -4px; }

.bb-icon-exposure-neg-2::before, .bicon-exposure-neg-2::before {
  content: "exposure_neg_2"; }

.bb-icon-exposure-neg-2.bb-icon--cropped::before, .bb-icon--cropped.bicon-exposure-neg-2::before {
  margin: 0 -2px; }

.bb-icon-exposure-plus-1::before, .bicon-exposure-plus-1::before {
  content: "exposure_plus_1"; }

.bb-icon-exposure-plus-1.bb-icon--cropped::before, .bb-icon--cropped.bicon-exposure-plus-1::before {
  margin: 0 -3px; }

.bb-icon-exposure-plus-2::before, .bicon-exposure-plus-2::before {
  content: "exposure_plus_2"; }

.bb-icon-exposure-plus-2.bb-icon--cropped::before, .bb-icon--cropped.bicon-exposure-plus-2::before {
  margin: 0 -2px; }

.bb-icon-exposure-zero::before, .bicon-exposure-zero::before {
  content: "exposure_zero"; }

.bb-icon-exposure-zero.bb-icon--cropped::before, .bb-icon--cropped.bicon-exposure-zero::before {
  margin: 0 -8px; }

.bb-icon-exposure::before, .bicon-exposure::before {
  content: "exposure"; }

.bb-icon-exposure.bb-icon--cropped::before, .bb-icon--cropped.bicon-exposure::before {
  margin: 0 -2px; }

.bb-icon-extension::before, .bicon-extension::before {
  content: "extension"; }

.bb-icon-extension.bb-icon--cropped::before, .bb-icon--cropped.bicon-extension::before {
  margin: 0 -1px; }

.bb-icon-face::before, .bicon-face::before {
  content: "face"; }

.bb-icon-face.bb-icon--cropped::before, .bb-icon--cropped.bicon-face::before {
  margin: 0 -2px; }

.bb-icon-fast-forward::before, .bicon-fast-forward::before {
  content: "fast_forward"; }

.bb-icon-fast-forward.bb-icon--cropped::before, .bb-icon--cropped.bicon-fast-forward::before {
  margin: 0 -2px; }

.bb-icon-fast-rewind::before, .bicon-fast-rewind::before {
  content: "fast_rewind"; }

.bb-icon-fast-rewind.bb-icon--cropped::before, .bb-icon--cropped.bicon-fast-rewind::before {
  margin: 0 -2px; }

.bb-icon-favorite-border::before, .bicon-favorite-border::before {
  content: "favorite_border"; }

.bb-icon-favorite-border.bb-icon--cropped::before, .bb-icon--cropped.bicon-favorite-border::before {
  margin: 0 -2px; }

.bb-icon-favorite::before, .bicon-favorite::before, .bb-transaction-category-beauty::before, .bb-transaction-category-health-fitness::before, .bb-transaction-category-health-beauty::before {
  content: "favorite"; }

.bb-icon-favorite.bb-icon--cropped::before, .bb-icon--cropped.bicon-favorite::before, .bb-icon--cropped.bb-transaction-category-beauty::before, .bb-icon--cropped.bb-transaction-category-health-fitness::before, .bb-icon--cropped.bb-transaction-category-health-beauty::before {
  margin: 0 -2px; }

.bb-icon-featured-play-list::before, .bicon-featured-play-list::before {
  content: "featured_play_list"; }

.bb-icon-featured-play-list.bb-icon--cropped::before, .bb-icon--cropped.bicon-featured-play-list::before {
  margin: 0 -2px; }

.bb-icon-featured-video::before, .bicon-featured-video::before {
  content: "featured_video"; }

.bb-icon-feedback::before, .bicon-feedback::before {
  content: "feedback"; }

.bb-icon-feedback.bb-icon--cropped::before, .bb-icon--cropped.bicon-feedback::before {
  margin: 0 -2px; }

.bb-icon-fiber-dvr::before, .bicon-fiber-dvr::before {
  content: "fiber_dvr"; }

.bb-icon-fiber-new::before, .bicon-fiber-new::before {
  content: "fiber_new"; }

.bb-icon-fiber-new.bb-icon--cropped::before, .bb-icon--cropped.bicon-fiber-new::before {
  margin: 0 -2px; }

.bb-icon-fiber-pin::before, .bicon-fiber-pin::before {
  content: "fiber_pin"; }

.bb-icon-fiber-pin.bb-icon--cropped::before, .bb-icon--cropped.bicon-fiber-pin::before {
  margin: 0 -2px; }

.bb-icon-fiber-smart-record::before, .bicon-fiber-smart-record::before {
  content: "fiber_smart_record"; }

.bb-icon-file-download::before, .bicon-file-download::before {
  content: "file_download"; }

.bb-icon-file-download.bb-icon--cropped::before, .bb-icon--cropped.bicon-file-download::before {
  margin: 0 -2px; }

.bb-icon-file-upload::before, .bicon-file-upload::before {
  content: "file_upload"; }

.bb-icon-file-upload.bb-icon--cropped::before, .bb-icon--cropped.bicon-file-upload::before {
  margin: 0 -2px; }

.bb-icon-filter-1::before, .bicon-filter-1::before {
  content: "filter_1"; }

.bb-icon-filter-1.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-1::before {
  margin: 0 -1px; }

.bb-icon-filter-2::before, .bicon-filter-2::before {
  content: "filter_2"; }

.bb-icon-filter-2.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-2::before {
  margin: 0 -1px; }

.bb-icon-filter-3::before, .bicon-filter-3::before {
  content: "filter_3"; }

.bb-icon-filter-3.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-3::before {
  margin: 0 -1px; }

.bb-icon-filter-4::before, .bicon-filter-4::before {
  content: "filter_4"; }

.bb-icon-filter-4.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-4::before {
  margin: 0 -1px; }

.bb-icon-filter-5::before, .bicon-filter-5::before {
  content: "filter_5"; }

.bb-icon-filter-5.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-5::before {
  margin: 0 -1px; }

.bb-icon-filter-6::before, .bicon-filter-6::before {
  content: "filter_6"; }

.bb-icon-filter-6.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-6::before {
  margin: 0 -1px; }

.bb-icon-filter-7::before, .bicon-filter-7::before {
  content: "filter_7"; }

.bb-icon-filter-7.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-7::before {
  margin: 0 -1px; }

.bb-icon-filter-8::before, .bicon-filter-8::before {
  content: "filter_8"; }

.bb-icon-filter-8.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-8::before {
  margin: 0 -1px; }

.bb-icon-filter-9-plus::before, .bicon-filter-9-plus::before {
  content: "filter_9_plus"; }

.bb-icon-filter-9-plus.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-9-plus::before {
  margin: 0 -1px; }

.bb-icon-filter-9::before, .bicon-filter-9::before {
  content: "filter_9"; }

.bb-icon-filter-9.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-9::before {
  margin: 0 -2px; }

.bb-icon-filter-b-and-w::before, .bicon-filter-b-and-w::before {
  content: "filter_b_and_w"; }

.bb-icon-filter-b-and-w.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-b-and-w::before {
  margin: 0 -3px; }

.bb-icon-filter-center-focus::before, .bicon-filter-center-focus::before {
  content: "filter_center_focus"; }

.bb-icon-filter-center-focus.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-center-focus::before {
  margin: 0 -3px; }

.bb-icon-filter-drama::before, .bicon-filter-drama::before {
  content: "filter_drama"; }

.bb-icon-filter-frames::before, .bicon-filter-frames::before {
  content: "filter_frames"; }

.bb-icon-filter-frames.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-frames::before {
  margin: 0 -2px; }

.bb-icon-filter-hdr::before, .bicon-filter-hdr::before {
  content: "filter_hdr"; }

.bb-icon-filter-list::before, .bicon-filter-list::before {
  content: "filter"; }

.bb-icon-filter-list.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-list::before {
  margin: 0 -1px; }

.bb-icon-filter-none::before, .bicon-filter-none::before {
  content: "filter_none"; }

.bb-icon-filter-none.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-none::before {
  margin: 0 -1px; }

.bb-icon-filter-tilt-shift::before, .bicon-filter-tilt-shift::before {
  content: "filter_tilt_shift"; }

.bb-icon-filter-tilt-shift.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-tilt-shift::before {
  margin: 0 -2px; }

.bb-icon-filter-vintage::before, .bicon-filter-vintage::before {
  content: "filter_vintage"; }

.bb-icon-filter-vintage.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter-vintage::before {
  margin: 0 -2px; }

.bb-icon-filter::before, .bicon-filter::before {
  content: "filter_list"; }

.bb-icon-filter.bb-icon--cropped::before, .bb-icon--cropped.bicon-filter::before {
  margin: 0 -3px; }

.bb-icon-find-in-page::before, .bicon-find-in-page::before {
  content: "find_in_page"; }

.bb-icon-find-in-page.bb-icon--cropped::before, .bb-icon--cropped.bicon-find-in-page::before {
  margin: 0 -4px; }

.bb-icon-find-replace::before, .bicon-find-replace::before {
  content: "find_replace"; }

.bb-icon-find-replace.bb-icon--cropped::before, .bb-icon--cropped.bicon-find-replace::before {
  margin: 0 -4px; }

.bb-icon-fingerprint::before, .bicon-fingerprint::before {
  content: "fingerprint"; }

.bb-icon-fingerprint.bb-icon--cropped::before, .bb-icon--cropped.bicon-fingerprint::before {
  margin: 0 -3px; }

.bb-icon-first-page::before, .bicon-first-page::before {
  content: "first_page"; }

.bb-icon-first-page.bb-icon--cropped::before, .bb-icon--cropped.bicon-first-page::before {
  margin: 0 -5px; }

.bb-icon-fitness-center::before, .bicon-fitness-center::before {
  content: "fitness_center"; }

.bb-icon-fitness-center.bb-icon--cropped::before, .bb-icon--cropped.bicon-fitness-center::before {
  margin: 0 -2px; }

.bb-icon-flag::before, .bicon-flag::before {
  content: "flag"; }

.bb-icon-flag.bb-icon--cropped::before, .bb-icon--cropped.bicon-flag::before {
  margin: 0 -4px; }

.bb-icon-flare::before, .bicon-flare::before {
  content: "flare"; }

.bb-icon-flare.bb-icon--cropped::before, .bb-icon--cropped.bicon-flare::before {
  margin: 0 -1px; }

.bb-icon-flash-auto::before, .bicon-flash-auto::before {
  content: "flash_auto"; }

.bb-icon-flash-auto.bb-icon--cropped::before, .bb-icon--cropped.bicon-flash-auto::before {
  margin: 0 -2px; }

.bb-icon-flash-off::before, .bicon-flash-off::before {
  content: "flash_off"; }

.bb-icon-flash-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-flash-off::before {
  margin: 0 -2px; }

.bb-icon-flight-land::before, .bicon-flight-land::before {
  content: "flight_land"; }

.bb-icon-flight-land.bb-icon--cropped::before, .bb-icon--cropped.bicon-flight-land::before {
  margin: 0 -2px; }

.bb-icon-flight-takeoff::before, .bicon-flight-takeoff::before {
  content: "flight_takeoff"; }

.bb-icon-flight-takeoff.bb-icon--cropped::before, .bb-icon--cropped.bicon-flight-takeoff::before {
  margin: 0 -2px; }

.bb-icon-flight::before, .bicon-flight::before {
  content: "flight"; }

.bb-icon-flight.bb-icon--cropped::before, .bb-icon--cropped.bicon-flight::before {
  margin: 0 -2px; }

.bb-icon-flip-to-back::before, .bicon-flip-to-back::before {
  content: "flip_to_back"; }

.bb-icon-flip-to-back.bb-icon--cropped::before, .bb-icon--cropped.bicon-flip-to-back::before {
  margin: 0 -3px; }

.bb-icon-flip-to-front::before, .bicon-flip-to-front::before {
  content: "flip_to_front"; }

.bb-icon-flip-to-front.bb-icon--cropped::before, .bb-icon--cropped.bicon-flip-to-front::before {
  margin: 0 -3px; }

.bb-icon-flip::before, .bicon-flip::before {
  content: "flip"; }

.bb-icon-flip.bb-icon--cropped::before, .bb-icon--cropped.bicon-flip::before {
  margin: 0 -2px; }

.bb-icon-folder-open::before, .bicon-folder-open::before {
  content: "folder_open"; }

.bb-icon-folder-open.bb-icon--cropped::before, .bb-icon--cropped.bicon-folder-open::before {
  margin: 0 -2px; }

.bb-icon-folder-shared::before, .bicon-folder-shared::before {
  content: "folder_shared"; }

.bb-icon-folder-shared.bb-icon--cropped::before, .bb-icon--cropped.bicon-folder-shared::before {
  margin: 0 -2px; }

.bb-icon-folder-special::before, .bicon-folder-special::before {
  content: "folder_special"; }

.bb-icon-folder-special.bb-icon--cropped::before, .bb-icon--cropped.bicon-folder-special::before {
  margin: 0 -2px; }

.bb-icon-folder::before, .bicon-folder::before {
  content: "folder"; }

.bb-icon-folder.bb-icon--cropped::before, .bb-icon--cropped.bicon-folder::before {
  margin: 0 -2px; }

.bb-icon-font-download::before, .bicon-font-download::before {
  content: "font_download"; }

.bb-icon-font-download.bb-icon--cropped::before, .bb-icon--cropped.bicon-font-download::before {
  margin: 0 -2px; }

.bb-icon-format-align-center::before, .bicon-format-align-center::before {
  content: "format_align_center"; }

.bb-icon-format-align-center.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-align-center::before {
  margin: 0 -3px; }

.bb-icon-format-align-justify::before, .bicon-format-align-justify::before {
  content: "format_align_justify"; }

.bb-icon-format-align-justify.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-align-justify::before {
  margin: 0 -3px; }

.bb-icon-format-align-left::before, .bicon-format-align-left::before {
  content: "format_align_left"; }

.bb-icon-format-align-left.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-align-left::before {
  margin: 0 -3px; }

.bb-icon-format-align-right::before, .bicon-format-align-right::before {
  content: "format_align_right"; }

.bb-icon-format-align-right.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-align-right::before {
  margin: 0 -3px; }

.bb-icon-format-bold::before, .bicon-format-bold::before {
  content: "format_bold"; }

.bb-icon-format-bold.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-bold::before {
  margin: 0 -7px; }

.bb-icon-format-clear::before, .bicon-format-clear::before {
  content: "format_clear"; }

.bb-icon-format-clear.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-clear::before {
  margin: 0 -2px; }

.bb-icon-format-color-reset::before, .bicon-format-color-reset::before {
  content: "format_color_reset"; }

.bb-icon-format-color-reset.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-color-reset::before {
  margin: 0 -4px; }

.bb-icon-format-indent-decrease::before, .bicon-format-indent-decrease::before {
  content: "format_indent_decrease"; }

.bb-icon-format-indent-decrease.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-indent-decrease::before {
  margin: 0 -3px; }

.bb-icon-format-indent-increase::before, .bicon-format-indent-increase::before {
  content: "format_indent_increase"; }

.bb-icon-format-indent-increase.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-indent-increase::before {
  margin: 0 -3px; }

.bb-icon-format-italic::before, .bicon-format-italic::before {
  content: "format_italic"; }

.bb-icon-format-italic.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-italic::before {
  margin: 0 -5px; }

.bb-icon-format-line-spacing::before, .bicon-format-line-spacing::before {
  content: "format_line_spacing"; }

.bb-icon-format-line-spacing.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-line-spacing::before {
  margin: 0 -1px; }

.bb-icon-format-list-bulleted::before, .bicon-format-list-bulleted::before {
  content: "format_list_bulleted"; }

.bb-icon-format-list-bulleted.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-list-bulleted::before {
  margin: 0 -2px; }

.bb-icon-format-list-numbered::before, .bicon-format-list-numbered::before {
  content: "format_list_numbered"; }

.bb-icon-format-list-numbered.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-list-numbered::before {
  margin: 0 -2px; }

.bb-icon-format-paint::before, .bicon-format-paint::before {
  content: "format_paint"; }

.bb-icon-format-paint.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-paint::before {
  margin: 0 -3px; }

.bb-icon-format-quote::before, .bicon-format-quote::before {
  content: "format_quote"; }

.bb-icon-format-quote.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-quote::before {
  margin: 0 -5px; }

.bb-icon-format-shapes::before, .bicon-format-shapes::before {
  content: "format_shapes"; }

.bb-icon-format-shapes.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-shapes::before {
  margin: 0 -1px; }

.bb-icon-format-size::before, .bicon-format-size::before {
  content: "format_size"; }

.bb-icon-format-size.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-size::before {
  margin: 0 -3px; }

.bb-icon-format-strikethrough::before, .bicon-format-strikethrough::before {
  content: "format_strikethrough"; }

.bb-icon-format-strikethrough.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-strikethrough::before {
  margin: 0 -3px; }

.bb-icon-format-textdirection-l-to-r::before, .bicon-format-textdirection-l-to-r::before {
  content: "format_textdirection_l_to_r"; }

.bb-icon-format-textdirection-l-to-r.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-textdirection-l-to-r::before {
  margin: 0 -3px; }

.bb-icon-format-textdirection-r-to-l::before, .bicon-format-textdirection-r-to-l::before {
  content: "format_textdirection_r_to_l"; }

.bb-icon-format-textdirection-r-to-l.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-textdirection-r-to-l::before {
  margin: 0 -4px; }

.bb-icon-format-underlined::before, .bicon-format-underlined::before {
  content: "format_underlined"; }

.bb-icon-format-underlined.bb-icon--cropped::before, .bb-icon--cropped.bicon-format-underlined::before {
  margin: 0 -5px; }

.bb-icon-forum::before, .bicon-forum::before {
  content: "forum"; }

.bb-icon-forum.bb-icon--cropped::before, .bb-icon--cropped.bicon-forum::before {
  margin: 0 -2px; }

.bb-icon-forward-10::before, .bicon-forward-10::before {
  content: "forward_10"; }

.bb-icon-forward-10.bb-icon--cropped::before, .bb-icon--cropped.bicon-forward-10::before {
  margin: 0 -7px; }

.bb-icon-forward-30::before, .bicon-forward-30::before {
  content: "forward_30"; }

.bb-icon-forward-30.bb-icon--cropped::before, .bb-icon--cropped.bicon-forward-30::before {
  margin: 0 -7px; }

.bb-icon-forward-5::before, .bicon-forward-5::before {
  content: "forward_5"; }

.bb-icon-forward-5.bb-icon--cropped::before, .bb-icon--cropped.bicon-forward-5::before {
  margin: 0 -4px; }

.bb-icon-forward::before, .bicon-forward::before {
  content: "forward"; }

.bb-icon-forward.bb-icon--cropped::before, .bb-icon--cropped.bicon-forward::before {
  margin: 0 -4px; }

.bb-icon-free-breakfast::before, .bicon-free-breakfast::before {
  content: "free_breakfast"; }

.bb-icon-free-breakfast.bb-icon--cropped::before, .bb-icon--cropped.bicon-free-breakfast::before {
  margin: 0 -2px; }

.bb-icon-fullscreen-exit::before, .bicon-fullscreen-exit::before {
  content: "fullscreen_exit"; }

.bb-icon-fullscreen-exit.bb-icon--cropped::before, .bb-icon--cropped.bicon-fullscreen-exit::before {
  margin: 0 -5px; }

.bb-icon-fullscreen::before, .bicon-fullscreen::before {
  content: "fullscreen"; }

.bb-icon-fullscreen.bb-icon--cropped::before, .bb-icon--cropped.bicon-fullscreen::before {
  margin: 0 -5px; }

.bb-icon-functions::before, .bicon-functions::before {
  content: "functions"; }

.bb-icon-functions.bb-icon--cropped::before, .bb-icon--cropped.bicon-functions::before {
  margin: 0 -5px; }

.bb-icon-g-translate::before, .bicon-g-translate::before {
  content: "g_translate"; }

.bb-icon-g-translate.bb-icon--cropped::before, .bb-icon--cropped.bicon-g-translate::before {
  margin: 0 -2px; }

.bb-icon-gamepad::before, .bicon-gamepad::before {
  content: "gamepad"; }

.bb-icon-gamepad.bb-icon--cropped::before, .bb-icon--cropped.bicon-gamepad::before {
  margin: 0 -2px; }

.bb-icon-games::before, .bicon-games::before {
  content: "games"; }

.bb-icon-games.bb-icon--cropped::before, .bb-icon--cropped.bicon-games::before {
  margin: 0 -2px; }

.bb-icon-gesture::before, .bicon-gesture::before {
  content: "gesture"; }

.bb-icon-gesture.bb-icon--cropped::before, .bb-icon--cropped.bicon-gesture::before {
  margin: 0 -3px; }

.bb-icon-get-app::before, .bicon-get-app::before {
  content: "get_app"; }

.bb-icon-get-app.bb-icon--cropped::before, .bb-icon--cropped.bicon-get-app::before {
  margin: 0 -5px; }

.bb-icon-gif::before, .bicon-gif::before {
  content: "gif"; }

.bb-icon-gif.bb-icon--cropped::before, .bb-icon--cropped.bicon-gif::before {
  margin: 0 -5px; }

.bb-icon-golf-course::before, .bicon-golf-course::before {
  content: "golf_course"; }

.bb-icon-golf-course.bb-icon--cropped::before, .bb-icon--cropped.bicon-golf-course::before {
  margin: 0 -3px; }

.bb-icon-gps-fixed::before, .bicon-gps-fixed::before {
  content: "gps_fixed"; }

.bb-icon-gps-fixed.bb-icon--cropped::before, .bb-icon--cropped.bicon-gps-fixed::before {
  margin: 0 -1px; }

.bb-icon-gps-not-fixed::before, .bicon-gps-not-fixed::before {
  content: "gps_not_fixed"; }

.bb-icon-gps-not-fixed.bb-icon--cropped::before, .bb-icon--cropped.bicon-gps-not-fixed::before {
  margin: 0 -1px; }

.bb-icon-gps-off::before, .bicon-gps-off::before {
  content: "gps_off"; }

.bb-icon-gps-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-gps-off::before {
  margin: 0 -1px; }

.bb-icon-grade::before, .bicon-grade::before {
  content: "grade"; }

.bb-icon-grade.bb-icon--cropped::before, .bb-icon--cropped.bicon-grade::before {
  margin: 0 -2px; }

.bb-icon-gradient::before, .bicon-gradient::before {
  content: "gradient"; }

.bb-icon-gradient.bb-icon--cropped::before, .bb-icon--cropped.bicon-gradient::before {
  margin: 0 -3px; }

.bb-icon-grain::before, .bicon-grain::before {
  content: "grain"; }

.bb-icon-grain.bb-icon--cropped::before, .bb-icon--cropped.bicon-grain::before {
  margin: 0 -3px; }

.bb-icon-graphic-eq::before, .bicon-graphic-eq::before {
  content: "graphic_eq"; }

.bb-icon-graphic-eq.bb-icon--cropped::before, .bb-icon--cropped.bicon-graphic-eq::before {
  margin: 0 -3px; }

.bb-icon-grid-off::before, .bicon-grid-off::before {
  content: "grid_off"; }

.bb-icon-grid-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-grid-off::before {
  margin: 0 -1px; }

.bb-icon-grid-on::before, .bicon-grid-on::before {
  content: "grid_on"; }

.bb-icon-grid-on.bb-icon--cropped::before, .bb-icon--cropped.bicon-grid-on::before {
  margin: 0 -2px; }

.bb-icon-group-add::before, .bicon-group-add::before {
  content: "group_add"; }

.bb-icon-group-work::before, .bicon-group-work::before {
  content: "group_work"; }

.bb-icon-group-work.bb-icon--cropped::before, .bb-icon--cropped.bicon-group-work::before {
  margin: 0 -2px; }

.bb-icon-group::before, .bicon-group::before {
  content: "group"; }

.bb-icon-group.bb-icon--cropped::before, .bb-icon--cropped.bicon-group::before {
  margin: 0 -3px; }

.bb-icon-hd::before, .bicon-hd::before {
  content: "hd"; }

.bb-icon-hd.bb-icon--cropped::before, .bb-icon--cropped.bicon-hd::before {
  margin: 0 -3px; }

.bb-icon-hdr-off::before, .bicon-hdr-off::before {
  content: "hdr_off"; }

.bb-icon-hdr-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-hdr-off::before {
  margin: 0 -2px; }

.bb-icon-hdr-on::before, .bicon-hdr-on::before {
  content: "hdr_on"; }

.bb-icon-hdr-on.bb-icon--cropped::before, .bb-icon--cropped.bicon-hdr-on::before {
  margin: 0 -3px; }

.bb-icon-hdr-strong::before, .bicon-hdr-strong::before {
  content: "hdr_strong"; }

.bb-icon-hdr-strong.bb-icon--cropped::before, .bb-icon--cropped.bicon-hdr-strong::before {
  margin: 0 -1px; }

.bb-icon-hdr-weak::before, .bicon-hdr-weak::before {
  content: "hdr_weak"; }

.bb-icon-hdr-weak.bb-icon--cropped::before, .bb-icon--cropped.bicon-hdr-weak::before {
  margin: 0 -1px; }

.bb-icon-headset-mic::before, .bicon-headset-mic::before {
  content: "headset_mic"; }

.bb-icon-headset-mic.bb-icon--cropped::before, .bb-icon--cropped.bicon-headset-mic::before {
  margin: 0 -3px; }

.bb-icon-headset::before, .bicon-headset::before {
  content: "headset"; }

.bb-icon-headset.bb-icon--cropped::before, .bb-icon--cropped.bicon-headset::before {
  margin: 0 -3px; }

.bb-icon-healing::before, .bicon-healing::before {
  content: "healing"; }

.bb-icon-healing.bb-icon--cropped::before, .bb-icon--cropped.bicon-healing::before {
  margin: 0 -2px; }

.bb-icon-hearing::before, .bicon-hearing::before {
  content: "hearing"; }

.bb-icon-hearing.bb-icon--cropped::before, .bb-icon--cropped.bicon-hearing::before {
  margin: 0 -3px; }

.bb-icon-help-outline::before, .bicon-help-outline::before, .bb-transaction-category-uncategorised::before {
  content: "help_outline"; }

.bb-icon-help-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-help-outline::before, .bb-icon--cropped.bb-transaction-category-uncategorised::before {
  margin: 0 -2px; }

.bb-icon-help::before, .bicon-help::before {
  content: "help"; }

.bb-icon-help.bb-icon--cropped::before, .bb-icon--cropped.bicon-help::before {
  margin: 0 -2px; }

.bb-icon-high-quality::before, .bicon-high-quality::before {
  content: "high_quality"; }

.bb-icon-high-quality.bb-icon--cropped::before, .bb-icon--cropped.bicon-high-quality::before {
  margin: 0 -3px; }

.bb-icon-highlight-off::before, .bicon-highlight-off::before {
  content: "highlight_off"; }

.bb-icon-highlight-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-highlight-off::before {
  margin: 0 -2px; }

.bb-icon-highlight::before, .bicon-highlight::before {
  content: "highlight"; }

.bb-icon-highlight.bb-icon--cropped::before, .bb-icon--cropped.bicon-highlight::before {
  margin: 0 -3px; }

.bb-icon-history::before, .bicon-history::before {
  content: "history"; }

.bb-icon-history.bb-icon--cropped::before, .bb-icon--cropped.bicon-history::before {
  margin: 0 -1px; }

.bb-icon-home::before, .bicon-home::before, .bb-transaction-category-mortgage::before, .bb-transaction-category-rent::before, .bb-transaction-category-home::before {
  content: "home"; }

.bb-icon-home.bb-icon--cropped::before, .bb-icon--cropped.bicon-home::before, .bb-icon--cropped.bb-transaction-category-mortgage::before, .bb-icon--cropped.bb-transaction-category-rent::before, .bb-icon--cropped.bb-transaction-category-home::before {
  margin: 0 -2px; }

.bb-icon-hot-tub::before, .bicon-hot-tub::before {
  content: "hot_tub"; }

.bb-icon-hot-tub.bb-icon--cropped::before, .bb-icon--cropped.bicon-hot-tub::before {
  margin: 0 -2px; }

.bb-icon-hotel::before, .bicon-hotel::before {
  content: "hotel"; }

.bb-icon-hotel.bb-icon--cropped::before, .bb-icon--cropped.bicon-hotel::before {
  margin: 0 -1px; }

.bb-icon-hourglass-empty::before, .bicon-hourglass-empty::before {
  content: "hourglass_empty"; }

.bb-icon-hourglass-empty.bb-icon--cropped::before, .bb-icon--cropped.bicon-hourglass-empty::before {
  margin: 0 -6px; }

.bb-icon-hourglass-full::before, .bicon-hourglass-full::before {
  content: "hourglass_full"; }

.bb-icon-hourglass-full.bb-icon--cropped::before, .bb-icon--cropped.bicon-hourglass-full::before {
  margin: 0 -6px; }

.bb-icon-how-to-reg::before, .bicon-how-to-reg::before {
  content: "how_to_reg"; }

.bb-icon-http::before, .bicon-http::before {
  content: "http"; }

.bb-icon-http.bb-icon--cropped::before, .bb-icon--cropped.bicon-http::before {
  margin: 0 -1px; }

.bb-icon-https::before, .bicon-https::before {
  content: "https"; }

.bb-icon-https.bb-icon--cropped::before, .bb-icon--cropped.bicon-https::before {
  margin: 0 -4px; }

.bb-icon-image-aspect-ratio::before, .bicon-image-aspect-ratio::before {
  content: "image_aspect_ratio"; }

.bb-icon-image-aspect-ratio.bb-icon--cropped::before, .bb-icon--cropped.bicon-image-aspect-ratio::before {
  margin: 0 -3px; }

.bb-icon-image::before, .bicon-image::before {
  content: "image"; }

.bb-icon-image.bb-icon--cropped::before, .bb-icon--cropped.bicon-image::before {
  margin: 0 -3px; }

.bb-icon-import-contacts::before, .bicon-import-contacts::before {
  content: "import_contacts"; }

.bb-icon-import-contacts.bb-icon--cropped::before, .bb-icon--cropped.bicon-import-contacts::before {
  margin: 0 -2px; }

.bb-icon-import-export::before, .bicon-import-export::before {
  content: "import_export"; }

.bb-icon-import-export.bb-icon--cropped::before, .bb-icon--cropped.bicon-import-export::before {
  margin: 0 -5px; }

.bb-icon-important-devices::before, .bicon-important-devices::before {
  content: "important_devices"; }

.bb-icon-inbox::before, .bicon-inbox::before {
  content: "email"; }

.bb-icon-inbox.bb-icon--cropped::before, .bb-icon--cropped.bicon-inbox::before {
  margin: 0 -2px; }

.bb-icon-indeterminate-check-box::before, .bicon-indeterminate-check-box::before {
  content: "indeterminate_check_box"; }

.bb-icon-indeterminate-check-box.bb-icon--cropped::before, .bb-icon--cropped.bicon-indeterminate-check-box::before {
  margin: 0 -3px; }

.bb-icon-info::before, .bicon-info::before {
  content: "info"; }

.bb-icon-info.bb-icon--cropped::before, .bb-icon--cropped.bicon-info::before {
  margin: 0 -2px; }

.bb-icon-input::before, .bicon-input::before {
  content: "input"; }

.bb-icon-input.bb-icon--cropped::before, .bb-icon--cropped.bicon-input::before {
  margin: 0 -1px; }

.bb-icon-insert-chart::before, .bicon-insert-chart::before {
  content: "insert_chart"; }

.bb-icon-insert-chart.bb-icon--cropped::before, .bb-icon--cropped.bicon-insert-chart::before {
  margin: 0 -3px; }

.bb-icon-insert-comment::before, .bicon-insert-comment::before {
  content: "insert_comment"; }

.bb-icon-insert-comment.bb-icon--cropped::before, .bb-icon--cropped.bicon-insert-comment::before {
  margin: 0 -2px; }

.bb-icon-insert-drive-file::before, .bicon-insert-drive-file::before {
  content: "insert_drive_file"; }

.bb-icon-insert-drive-file.bb-icon--cropped::before, .bb-icon--cropped.bicon-insert-drive-file::before {
  margin: 0 -4px; }

.bb-icon-insert-emoticon::before, .bicon-insert-emoticon::before {
  content: "insert_emoticon"; }

.bb-icon-insert-emoticon.bb-icon--cropped::before, .bb-icon--cropped.bicon-insert-emoticon::before {
  margin: 0 -2px; }

.bb-icon-insert-invitation::before, .bicon-insert-invitation::before {
  content: "insert_invitation"; }

.bb-icon-insert-invitation.bb-icon--cropped::before, .bb-icon--cropped.bicon-insert-invitation::before {
  margin: 0 -3px; }

.bb-icon-insert-link::before, .bicon-insert-link::before {
  content: "insert_link"; }

.bb-icon-insert-link.bb-icon--cropped::before, .bb-icon--cropped.bicon-insert-link::before {
  margin: 0 -2px; }

.bb-icon-insert-photo::before, .bicon-insert-photo::before {
  content: "insert_photo"; }

.bb-icon-insert-photo.bb-icon--cropped::before, .bb-icon--cropped.bicon-insert-photo::before {
  margin: 0 -3px; }

.bb-icon-invert-colors-off::before, .bicon-invert-colors-off::before {
  content: "invert_colors_off"; }

.bb-icon-invert-colors-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-invert-colors-off::before {
  margin: 0 -3px; }

.bb-icon-invert-colors::before, .bicon-invert-colors::before {
  content: "invert_colors"; }

.bb-icon-invert-colors.bb-icon--cropped::before, .bb-icon--cropped.bicon-invert-colors::before {
  margin: 0 -4px; }

.bb-icon-investment-accounts::before, .bicon-investment-accounts::before {
  content: "trending_up"; }

.bb-icon-investment-accounts.bb-icon--cropped::before, .bb-icon--cropped.bicon-investment-accounts::before {
  margin: 0 -2px; }

.bb-icon-iso::before, .bicon-iso::before {
  content: "iso"; }

.bb-icon-iso.bb-icon--cropped::before, .bb-icon--cropped.bicon-iso::before {
  margin: 0 -3px; }

.bb-icon-keyboard-backspace::before, .bicon-keyboard-backspace::before {
  content: "keyboard_backspace"; }

.bb-icon-keyboard-backspace.bb-icon--cropped::before, .bb-icon--cropped.bicon-keyboard-backspace::before {
  margin: 0 -3px; }

.bb-icon-keyboard-capslock::before, .bicon-keyboard-capslock::before {
  content: "keyboard_capslock"; }

.bb-icon-keyboard-capslock.bb-icon--cropped::before, .bb-icon--cropped.bicon-keyboard-capslock::before {
  margin: 0 -5px; }

.bb-icon-keyboard-hide::before, .bicon-keyboard-hide::before {
  content: "keyboard_hide"; }

.bb-icon-keyboard-hide.bb-icon--cropped::before, .bb-icon--cropped.bicon-keyboard-hide::before {
  margin: 0 -2px; }

.bb-icon-keyboard-return::before, .bicon-keyboard-return::before {
  content: "keyboard_return"; }

.bb-icon-keyboard-return.bb-icon--cropped::before, .bb-icon--cropped.bicon-keyboard-return::before {
  margin: 0 -2px; }

.bb-icon-keyboard-tab::before, .bicon-keyboard-tab::before {
  content: "keyboard_tab"; }

.bb-icon-keyboard-tab.bb-icon--cropped::before, .bb-icon--cropped.bicon-keyboard-tab::before {
  margin: 0 -1px; }

.bb-icon-keyboard-voice::before, .bicon-keyboard-voice::before {
  content: "keyboard_voice"; }

.bb-icon-keyboard-voice.bb-icon--cropped::before, .bb-icon--cropped.bicon-keyboard-voice::before {
  margin: 0 -4px; }

.bb-icon-keyboard::before, .bicon-keyboard::before {
  content: "keyboard"; }

.bb-icon-keyboard.bb-icon--cropped::before, .bb-icon--cropped.bicon-keyboard::before {
  margin: 0 -2px; }

.bb-icon-kitchen::before, .bicon-kitchen::before {
  content: "kitchen"; }

.bb-icon-kitchen.bb-icon--cropped::before, .bb-icon--cropped.bicon-kitchen::before {
  margin: 0 -4px; }

.bb-icon-label::before, .bicon-label::before {
  content: "label"; }

.bb-icon-label.bb-icon--cropped::before, .bb-icon--cropped.bicon-label::before {
  margin: 0 -2px; }

.bb-icon-landscape::before, .bicon-landscape::before {
  content: "landscape"; }

.bb-icon-landscape.bb-icon--cropped::before, .bb-icon--cropped.bicon-landscape::before {
  margin: 0 -1px; }

.bb-icon-language::before, .bicon-language::before {
  content: "language"; }

.bb-icon-language.bb-icon--cropped::before, .bb-icon--cropped.bicon-language::before {
  margin: 0 -2px; }

.bb-icon-laptop-chromebook::before, .bicon-laptop-chromebook::before {
  content: "laptop_chromebook"; }

.bb-icon-laptop-mac::before, .bicon-laptop-mac::before {
  content: "laptop_mac"; }

.bb-icon-laptop-windows::before, .bicon-laptop-windows::before {
  content: "laptop_windows"; }

.bb-icon-laptop::before, .bicon-laptop::before {
  content: "laptop"; }

.bb-icon-last-page::before, .bicon-last-page::before {
  content: "last_page"; }

.bb-icon-last-page.bb-icon--cropped::before, .bb-icon--cropped.bicon-last-page::before {
  margin: 0 -5px; }

.bb-icon-launch::before, .bicon-launch::before {
  content: "launch"; }

.bb-icon-launch.bb-icon--cropped::before, .bb-icon--cropped.bicon-launch::before {
  margin: 0 -3px; }

.bb-icon-layers-clear::before, .bicon-layers-clear::before {
  content: "layers_clear"; }

.bb-icon-layers-clear.bb-icon--cropped::before, .bb-icon--cropped.bicon-layers-clear::before {
  margin: 0 -2px; }

.bb-icon-layers::before, .bicon-layers::before {
  content: "layers"; }

.bb-icon-layers.bb-icon--cropped::before, .bb-icon--cropped.bicon-layers::before {
  margin: 0 -3px; }

.bb-icon-leak-add::before, .bicon-leak-add::before {
  content: "leak_add"; }

.bb-icon-leak-add.bb-icon--cropped::before, .bb-icon--cropped.bicon-leak-add::before {
  margin: 0 -3px; }

.bb-icon-leak-remove::before, .bicon-leak-remove::before {
  content: "leak_remove"; }

.bb-icon-leak-remove.bb-icon--cropped::before, .bb-icon--cropped.bicon-leak-remove::before {
  margin: 0 -3px; }

.bb-icon-lens::before, .bicon-lens::before {
  content: "lens"; }

.bb-icon-lens.bb-icon--cropped::before, .bb-icon--cropped.bicon-lens::before {
  margin: 0 -2px; }

.bb-icon-library-add::before, .bicon-library-add::before {
  content: "library_add"; }

.bb-icon-library-add.bb-icon--cropped::before, .bb-icon--cropped.bicon-library-add::before {
  margin: 0 -2px; }

.bb-icon-library-music::before, .bicon-library-music::before {
  content: "library_music"; }

.bb-icon-library-music.bb-icon--cropped::before, .bb-icon--cropped.bicon-library-music::before {
  margin: 0 -2px; }

.bb-icon-lightbulb-outline::before, .bicon-lightbulb-outline::before {
  content: "lightbulb"; }

.bb-icon-lightbulb-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-lightbulb-outline::before {
  margin: 0 -5px; }

.bb-icon-line-style::before, .bicon-line-style::before {
  content: "line_style"; }

.bb-icon-line-style.bb-icon--cropped::before, .bb-icon--cropped.bicon-line-style::before {
  margin: 0 -3px; }

.bb-icon-line-weight::before, .bicon-line-weight::before {
  content: "line_weight"; }

.bb-icon-line-weight.bb-icon--cropped::before, .bb-icon--cropped.bicon-line-weight::before {
  margin: 0 -3px; }

.bb-icon-linear-scale::before, .bicon-linear-scale::before {
  content: "linear_scale"; }

.bb-icon-linear-scale.bb-icon--cropped::before, .bb-icon--cropped.bicon-linear-scale::before {
  margin: 0 -2px; }

.bb-icon-link::before, .bicon-link::before {
  content: "link"; }

.bb-icon-link.bb-icon--cropped::before, .bb-icon--cropped.bicon-link::before {
  margin: 0 -2px; }

.bb-icon-linked-camera::before, .bicon-linked-camera::before {
  content: "linked_camera"; }

.bb-icon-linked-camera.bb-icon--cropped::before, .bb-icon--cropped.bicon-linked-camera::before {
  margin: 0 -2px; }

.bb-icon-list::before, .bicon-list::before {
  content: "list"; }

.bb-icon-list.bb-icon--cropped::before, .bb-icon--cropped.bicon-list::before {
  margin: 0 -3px; }

.bb-icon-live-help::before, .bicon-live-help::before {
  content: "live_help"; }

.bb-icon-live-help.bb-icon--cropped::before, .bb-icon--cropped.bicon-live-help::before {
  margin: 0 -3px; }

.bb-icon-live-tv::before, .bicon-live-tv::before {
  content: "live_tv"; }

.bb-icon-loading::before, .bicon-loading::before {
  content: "refresh"; }

.bb-icon-loading.bb-icon--cropped::before, .bb-icon--cropped.bicon-loading::before {
  margin: 0 -4px; }

.bb-icon-loans::before, .bicon-loans::before {
  content: "av_timer"; }

.bb-icon-loans.bb-icon--cropped::before, .bb-icon--cropped.bicon-loans::before {
  margin: 0 -3px; }

.bb-icon-local-activity::before, .bicon-local-activity::before {
  content: "local_activity"; }

.bb-icon-local-activity.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-activity::before {
  margin: 0 -2px; }

.bb-icon-local-airport::before, .bicon-local-airport::before {
  content: "local_airport"; }

.bb-icon-local-airport.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-airport::before {
  margin: 0 -2px; }

.bb-icon-local-bar::before, .bicon-local-bar::before {
  content: "local_bar"; }

.bb-icon-local-bar.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-bar::before {
  margin: 0 -3px; }

.bb-icon-local-cafe::before, .bicon-local-cafe::before {
  content: "local_cafe"; }

.bb-icon-local-cafe.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-cafe::before {
  margin: 0 -2px; }

.bb-icon-local-car-wash::before, .bicon-local-car-wash::before {
  content: "local_car_wash"; }

.bb-icon-local-car-wash.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-car-wash::before {
  margin: 0 -3px; }

.bb-icon-local-convenience-store::before, .bicon-local-convenience-store::before {
  content: "local_convenience_store"; }

.bb-icon-local-convenience-store.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-convenience-store::before {
  margin: 0 -2px; }

.bb-icon-local-dining::before, .bicon-local-dining::before {
  content: "local_dining"; }

.bb-icon-local-dining.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-dining::before {
  margin: 0 -2px; }

.bb-icon-local-drink::before, .bicon-local-drink::before {
  content: "local_drink"; }

.bb-icon-local-drink.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-drink::before {
  margin: 0 -3px; }

.bb-icon-local-florist::before, .bicon-local-florist::before {
  content: "local_florist"; }

.bb-icon-local-florist.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-florist::before {
  margin: 0 -3px; }

.bb-icon-local-gas-station::before, .bicon-local-gas-station::before {
  content: "local_gas_station"; }

.bb-icon-local-gas-station.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-gas-station::before {
  margin: 0 -3px; }

.bb-icon-local-grocery-store::before, .bicon-local-grocery-store::before {
  content: "local_grocery_store"; }

.bb-icon-local-grocery-store.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-grocery-store::before {
  margin: 0 -1px; }

.bb-icon-local-hospital::before, .bicon-local-hospital::before {
  content: "local_hospital"; }

.bb-icon-local-hospital.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-hospital::before {
  margin: 0 -3px; }

.bb-icon-local-hotel::before, .bicon-local-hotel::before {
  content: "local_hotel"; }

.bb-icon-local-hotel.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-hotel::before {
  margin: 0 -1px; }

.bb-icon-local-laundry-service::before, .bicon-local-laundry-service::before {
  content: "local_laundry_service"; }

.bb-icon-local-laundry-service.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-laundry-service::before {
  margin: 0 -3px; }

.bb-icon-local-library::before, .bicon-local-library::before {
  content: "local_library"; }

.bb-icon-local-library.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-library::before {
  margin: 0 -3px; }

.bb-icon-local-mall::before, .bicon-local-mall::before {
  content: "local_mall"; }

.bb-icon-local-mall.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-mall::before {
  margin: 0 -2px; }

.bb-icon-local-movies::before, .bicon-local-movies::before {
  content: "local_movies"; }

.bb-icon-local-movies.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-movies::before {
  margin: 0 -4px; }

.bb-icon-local-offer::before, .bicon-local-offer::before {
  content: "local_offer"; }

.bb-icon-local-offer.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-offer::before {
  margin: 0 -2px; }

.bb-icon-local-parking::before, .bicon-local-parking::before {
  content: "local_parking"; }

.bb-icon-local-parking.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-parking::before {
  margin: 0 -5px; }

.bb-icon-local-pharmacy::before, .bicon-local-pharmacy::before {
  content: "local_pharmacy"; }

.bb-icon-local-pharmacy.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-pharmacy::before {
  margin: 0 -3px; }

.bb-icon-local-phone::before, .bicon-local-phone::before {
  content: "local_phone"; }

.bb-icon-local-phone.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-phone::before {
  margin: 0 -3px; }

.bb-icon-local-pizza::before, .bicon-local-pizza::before {
  content: "local_pizza"; }

.bb-icon-local-pizza.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-pizza::before {
  margin: 0 -3px; }

.bb-icon-local-play::before, .bicon-local-play::before, .bb-transaction-category-hobbies-entertainment::before {
  content: "local_play"; }

.bb-icon-local-play.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-play::before, .bb-icon--cropped.bb-transaction-category-hobbies-entertainment::before {
  margin: 0 -2px; }

.bb-icon-local-post-office::before, .bicon-local-post-office::before {
  content: "local_post_office"; }

.bb-icon-local-post-office.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-post-office::before {
  margin: 0 -2px; }

.bb-icon-local-printshop::before, .bicon-local-printshop::before {
  content: "local_printshop"; }

.bb-icon-local-printshop.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-printshop::before {
  margin: 0 -2px; }

.bb-icon-local-see::before, .bicon-local-see::before {
  content: "local_see"; }

.bb-icon-local-see.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-see::before {
  margin: 0 -2px; }

.bb-icon-local-shipping::before, .bicon-local-shipping::before {
  content: "local_shipping"; }

.bb-icon-local-taxi::before, .bicon-local-taxi::before {
  content: "local_taxi"; }

.bb-icon-local-taxi.bb-icon--cropped::before, .bb-icon--cropped.bicon-local-taxi::before {
  margin: 0 -3px; }

.bb-icon-location-city::before, .bicon-location-city::before {
  content: "location_city"; }

.bb-icon-location-city.bb-icon--cropped::before, .bb-icon--cropped.bicon-location-city::before {
  margin: 0 -3px; }

.bb-icon-location-disabled::before, .bicon-location-disabled::before {
  content: "location_disabled"; }

.bb-icon-location-disabled.bb-icon--cropped::before, .bb-icon--cropped.bicon-location-disabled::before {
  margin: 0 -1px; }

.bb-icon-location-off::before, .bicon-location-off::before {
  content: "location_off"; }

.bb-icon-location-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-location-off::before {
  margin: 0 -2px; }

.bb-icon-location-on::before, .bicon-location-on::before {
  content: "location_on"; }

.bb-icon-location-on.bb-icon--cropped::before, .bb-icon--cropped.bicon-location-on::before {
  margin: 0 -5px; }

.bb-icon-location-searching::before, .bicon-location-searching::before {
  content: "location_searching"; }

.bb-icon-location-searching.bb-icon--cropped::before, .bb-icon--cropped.bicon-location-searching::before {
  margin: 0 -1px; }

.bb-icon-lock-open::before, .bicon-lock-open::before {
  content: "lock_open"; }

.bb-icon-lock-open.bb-icon--cropped::before, .bb-icon--cropped.bicon-lock-open::before {
  margin: 0 -4px; }

.bb-icon-lock::before, .bicon-lock::before {
  content: "lock"; }

.bb-icon-lock.bb-icon--cropped::before, .bb-icon--cropped.bicon-lock::before {
  margin: 0 -4px; }

.bb-icon-looks-3::before, .bicon-looks-3::before {
  content: "looks_3"; }

.bb-icon-looks-3.bb-icon--cropped::before, .bb-icon--cropped.bicon-looks-3::before {
  margin: 0 -3px; }

.bb-icon-looks-4::before, .bicon-looks-4::before {
  content: "looks_4"; }

.bb-icon-looks-4.bb-icon--cropped::before, .bb-icon--cropped.bicon-looks-4::before {
  margin: 0 -3px; }

.bb-icon-looks-5::before, .bicon-looks-5::before {
  content: "looks_5"; }

.bb-icon-looks-5.bb-icon--cropped::before, .bb-icon--cropped.bicon-looks-5::before {
  margin: 0 -3px; }

.bb-icon-looks-6::before, .bicon-looks-6::before {
  content: "looks_6"; }

.bb-icon-looks-6.bb-icon--cropped::before, .bb-icon--cropped.bicon-looks-6::before {
  margin: 0 -3px; }

.bb-icon-looks-one::before, .bicon-looks-one::before {
  content: "looks_one"; }

.bb-icon-looks-one.bb-icon--cropped::before, .bb-icon--cropped.bicon-looks-one::before {
  margin: 0 -3px; }

.bb-icon-looks-two::before, .bicon-looks-two::before {
  content: "looks_two"; }

.bb-icon-looks-two.bb-icon--cropped::before, .bb-icon--cropped.bicon-looks-two::before {
  margin: 0 -3px; }

.bb-icon-looks::before, .bicon-looks::before {
  content: "looks"; }

.bb-icon-looks.bb-icon--cropped::before, .bb-icon--cropped.bicon-looks::before {
  margin: 0 -1px; }

.bb-icon-loop::before, .bicon-loop::before {
  content: "loop"; }

.bb-icon-loop.bb-icon--cropped::before, .bb-icon--cropped.bicon-loop::before {
  margin: 0 -4px; }

.bb-icon-loupe::before, .bicon-loupe::before {
  content: "loupe"; }

.bb-icon-loupe.bb-icon--cropped::before, .bb-icon--cropped.bicon-loupe::before {
  margin: 0 -2px; }

.bb-icon-low-priority::before, .bicon-low-priority::before {
  content: "low_priority"; }

.bb-icon-low-priority.bb-icon--cropped::before, .bb-icon--cropped.bicon-low-priority::before {
  margin: 0 -2px; }

.bb-icon-loyalty::before, .bicon-loyalty::before {
  content: "loyalty"; }

.bb-icon-loyalty.bb-icon--cropped::before, .bb-icon--cropped.bicon-loyalty::before {
  margin: 0 -2px; }

.bb-icon-mail-outline::before, .bicon-mail-outline::before {
  content: "mail_outline"; }

.bb-icon-mail-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-mail-outline::before {
  margin: 0 -2px; }

.bb-icon-mail::before, .bicon-mail::before {
  content: "mail"; }

.bb-icon-mail.bb-icon--cropped::before, .bb-icon--cropped.bicon-mail::before {
  margin: 0 -2px; }

.bb-icon-map::before, .bicon-map::before {
  content: "map"; }

.bb-icon-map.bb-icon--cropped::before, .bb-icon--cropped.bicon-map::before {
  margin: 0 -3px; }

.bb-icon-markunread-mailbox::before, .bicon-markunread-mailbox::before {
  content: "markunread_mailbox"; }

.bb-icon-markunread-mailbox.bb-icon--cropped::before, .bb-icon--cropped.bicon-markunread-mailbox::before {
  margin: 0 -2px; }

.bb-icon-markunread::before, .bicon-markunread::before {
  content: "markunread"; }

.bb-icon-markunread.bb-icon--cropped::before, .bb-icon--cropped.bicon-markunread::before {
  margin: 0 -2px; }

.bb-icon-memory::before, .bicon-memory::before {
  content: "memory"; }

.bb-icon-memory.bb-icon--cropped::before, .bb-icon--cropped.bicon-memory::before {
  margin: 0 -3px; }

.bb-icon-menu::before, .bicon-menu::before {
  content: "menu"; }

.bb-icon-menu.bb-icon--cropped::before, .bb-icon--cropped.bicon-menu::before {
  margin: 0 -3px; }

.bb-icon-merge-type::before, .bicon-merge-type::before {
  content: "merge_type"; }

.bb-icon-merge-type.bb-icon--cropped::before, .bb-icon--cropped.bicon-merge-type::before {
  margin: 0 -5px; }

.bb-icon-message::before, .bicon-message::before {
  content: "message"; }

.bb-icon-message.bb-icon--cropped::before, .bb-icon--cropped.bicon-message::before {
  margin: 0 -2px; }

.bb-icon-mic-none::before, .bicon-mic-none::before {
  content: "mic_none"; }

.bb-icon-mic-none.bb-icon--cropped::before, .bb-icon--cropped.bicon-mic-none::before {
  margin: 0 -4px; }

.bb-icon-mic-off::before, .bicon-mic-off::before {
  content: "mic_off"; }

.bb-icon-mic-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-mic-off::before {
  margin: 0 -3px; }

.bb-icon-mic::before, .bicon-mic::before {
  content: "mic"; }

.bb-icon-mic.bb-icon--cropped::before, .bb-icon--cropped.bicon-mic::before {
  margin: 0 -5px; }

.bb-icon-mms::before, .bicon-mms::before {
  content: "mms"; }

.bb-icon-mms.bb-icon--cropped::before, .bb-icon--cropped.bicon-mms::before {
  margin: 0 -2px; }

.bb-icon-mode-comment::before, .bicon-mode-comment::before {
  content: "mode_comment"; }

.bb-icon-mode-comment.bb-icon--cropped::before, .bb-icon--cropped.bicon-mode-comment::before {
  margin: 0 -2px; }

.bb-icon-mode-edit::before, .bicon-mode-edit::before {
  content: "mode_edit"; }

.bb-icon-mode-edit.bb-icon--cropped::before, .bb-icon--cropped.bicon-mode-edit::before {
  margin: 0 -3px; }

.bb-icon-monetization-on::before, .bicon-monetization-on::before {
  content: "monetization_on"; }

.bb-icon-monetization-on.bb-icon--cropped::before, .bb-icon--cropped.bicon-monetization-on::before {
  margin: 0 -2px; }

.bb-icon-money-off::before, .bicon-money-off::before {
  content: "money_off"; }

.bb-icon-money-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-money-off::before {
  margin: 0 -4px; }

.bb-icon-monochrome-photos::before, .bicon-monochrome-photos::before {
  content: "monochrome_photos"; }

.bb-icon-monochrome-photos.bb-icon--cropped::before, .bb-icon--cropped.bicon-monochrome-photos::before {
  margin: 0 -2px; }

.bb-icon-mood-bad::before, .bicon-mood-bad::before {
  content: "mood_bad"; }

.bb-icon-mood-bad.bb-icon--cropped::before, .bb-icon--cropped.bicon-mood-bad::before {
  margin: 0 -2px; }

.bb-icon-mood::before, .bicon-mood::before {
  content: "mood"; }

.bb-icon-mood.bb-icon--cropped::before, .bb-icon--cropped.bicon-mood::before {
  margin: 0 -2px; }

.bb-icon-more-vertical::before, .bicon-more-vertical::before {
  content: "more_vert"; }

.bb-icon-more-vertical.bb-icon--cropped::before, .bb-icon--cropped.bicon-more-vertical::before {
  margin: 0 -9px; }

.bb-icon-more::before, .bicon-more::before {
  content: "more"; }

.bb-icon-motorcycle::before, .bicon-motorcycle::before {
  content: "motorcycle"; }

.bb-icon-mouse::before, .bicon-mouse::before {
  content: "mouse"; }

.bb-icon-mouse.bb-icon--cropped::before, .bb-icon--cropped.bicon-mouse::before {
  margin: 0 -4px; }

.bb-icon-move-to-inbox::before, .bicon-move-to-inbox::before {
  content: "move_to_inbox"; }

.bb-icon-move-to-inbox.bb-icon--cropped::before, .bb-icon--cropped.bicon-move-to-inbox::before {
  margin: 0 -3px; }

.bb-icon-movie-creation::before, .bicon-movie-creation::before {
  content: "movie_creation"; }

.bb-icon-movie-creation.bb-icon--cropped::before, .bb-icon--cropped.bicon-movie-creation::before {
  margin: 0 -2px; }

.bb-icon-movie-filter::before, .bicon-movie-filter::before {
  content: "movie_filter"; }

.bb-icon-movie-filter.bb-icon--cropped::before, .bb-icon--cropped.bicon-movie-filter::before {
  margin: 0 -2px; }

.bb-icon-movie::before, .bicon-movie::before {
  content: "movie"; }

.bb-icon-movie.bb-icon--cropped::before, .bb-icon--cropped.bicon-movie::before {
  margin: 0 -2px; }

.bb-icon-music-note::before, .bicon-music-note::before {
  content: "music_note"; }

.bb-icon-music-note.bb-icon--cropped::before, .bb-icon--cropped.bicon-music-note::before {
  margin: 0 -6px; }

.bb-icon-music-video::before, .bicon-music-video::before {
  content: "music_video"; }

.bb-icon-music-video.bb-icon--cropped::before, .bb-icon--cropped.bicon-music-video::before {
  margin: 0 -1px; }

.bb-icon-my-location::before, .bicon-my-location::before {
  content: "my_location"; }

.bb-icon-my-location.bb-icon--cropped::before, .bb-icon--cropped.bicon-my-location::before {
  margin: 0 -1px; }

.bb-icon-nature-people::before, .bicon-nature-people::before {
  content: "nature_people"; }

.bb-icon-nature-people.bb-icon--cropped::before, .bb-icon--cropped.bicon-nature-people::before {
  margin: 0 -2px; }

.bb-icon-nature::before, .bicon-nature::before {
  content: "nature"; }

.bb-icon-nature.bb-icon--cropped::before, .bb-icon--cropped.bicon-nature::before {
  margin: 0 -4px; }

.bb-icon-navigate-before::before, .bicon-navigate-before::before {
  content: "navigate_before"; }

.bb-icon-navigate-before.bb-icon--cropped::before, .bb-icon--cropped.bicon-navigate-before::before {
  margin: 0 -8px; }

.bb-icon-navigate-next::before, .bicon-navigate-next::before {
  content: "navigate_next"; }

.bb-icon-navigate-next.bb-icon--cropped::before, .bb-icon--cropped.bicon-navigate-next::before {
  margin: 0 -8px; }

.bb-icon-navigation::before, .bicon-navigation::before {
  content: "navigation"; }

.bb-icon-navigation.bb-icon--cropped::before, .bb-icon--cropped.bicon-navigation::before {
  margin: 0 -4px; }

.bb-icon-near-me::before, .bicon-near-me::before {
  content: "near_me"; }

.bb-icon-near-me.bb-icon--cropped::before, .bb-icon--cropped.bicon-near-me::before {
  margin: 0 -3px; }

.bb-icon-network-check::before, .bicon-network-check::before {
  content: "network_check"; }

.bb-icon-network-check.bb-icon--cropped::before, .bb-icon--cropped.bicon-network-check::before {
  margin: 0 -1px; }

.bb-icon-network-locked::before, .bicon-network-locked::before {
  content: "network_locked"; }

.bb-icon-network-locked.bb-icon--cropped::before, .bb-icon--cropped.bicon-network-locked::before {
  margin: 0 -1px; }

.bb-icon-new-releases::before, .bicon-new-releases::before {
  content: "new_releases"; }

.bb-icon-new-releases.bb-icon--cropped::before, .bb-icon--cropped.bicon-new-releases::before {
  margin: 0 -1px; }

.bb-icon-next-week::before, .bicon-next-week::before {
  content: "next_week"; }

.bb-icon-next-week.bb-icon--cropped::before, .bb-icon--cropped.bicon-next-week::before {
  margin: 0 -2px; }

.bb-icon-nfc::before, .bicon-nfc::before {
  content: "nfc"; }

.bb-icon-nfc.bb-icon--cropped::before, .bb-icon--cropped.bicon-nfc::before {
  margin: 0 -2px; }

.bb-icon-no-encryption::before, .bicon-no-encryption::before {
  content: "no_encryption"; }

.bb-icon-no-encryption.bb-icon--cropped::before, .bb-icon--cropped.bicon-no-encryption::before {
  margin: 0 -3px; }

.bb-icon-no-sim::before, .bicon-no-sim::before {
  content: "no_sim"; }

.bb-icon-no-sim.bb-icon--cropped::before, .bb-icon--cropped.bicon-no-sim::before {
  margin: 0 -3px; }

.bb-icon-not-interested::before, .bicon-not-interested::before {
  content: "not_interested"; }

.bb-icon-not-interested.bb-icon--cropped::before, .bb-icon--cropped.bicon-not-interested::before {
  margin: 0 -2px; }

.bb-icon-note-add::before, .bicon-note-add::before {
  content: "note_add"; }

.bb-icon-note-add.bb-icon--cropped::before, .bb-icon--cropped.bicon-note-add::before {
  margin: 0 -4px; }

.bb-icon-note::before, .bicon-note::before {
  content: "note"; }

.bb-icon-note.bb-icon--cropped::before, .bb-icon--cropped.bicon-note::before {
  margin: 0 -2px; }

.bb-icon-notifications-active::before, .bicon-notifications-active::before {
  content: "notifications_active"; }

.bb-icon-notifications-active.bb-icon--cropped::before, .bb-icon--cropped.bicon-notifications-active::before {
  margin: 0 -2px; }

.bb-icon-notifications-none::before, .bicon-notifications-none::before {
  content: "notifications_none"; }

.bb-icon-notifications-none.bb-icon--cropped::before, .bb-icon--cropped.bicon-notifications-none::before {
  margin: 0 -4px; }

.bb-icon-notifications-off::before, .bicon-notifications-off::before {
  content: "notifications_off"; }

.bb-icon-notifications-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-notifications-off::before {
  margin: 0 -3px; }

.bb-icon-notifications-paused::before, .bicon-notifications-paused::before {
  content: "notifications_paused"; }

.bb-icon-notifications-paused.bb-icon--cropped::before, .bb-icon--cropped.bicon-notifications-paused::before {
  margin: 0 -4px; }

.bb-icon-notifications::before, .bicon-notifications::before {
  content: "notifications"; }

.bb-icon-notifications.bb-icon--cropped::before, .bb-icon--cropped.bicon-notifications::before {
  margin: 0 -4px; }

.bb-icon-offline-pin::before, .bicon-offline-pin::before {
  content: "offline_pin"; }

.bb-icon-offline-pin.bb-icon--cropped::before, .bb-icon--cropped.bicon-offline-pin::before {
  margin: 0 -2px; }

.bb-icon-ondemand-video::before, .bicon-ondemand-video::before {
  content: "ondemand_video"; }

.bb-icon-ondemand-video.bb-icon--cropped::before, .bb-icon--cropped.bicon-ondemand-video::before {
  margin: 0 -1px; }

.bb-icon-opacity::before, .bicon-opacity::before {
  content: "opacity"; }

.bb-icon-opacity.bb-icon--cropped::before, .bb-icon--cropped.bicon-opacity::before {
  margin: 0 -4px; }

.bb-icon-open-in-browser::before, .bicon-open-in-browser::before {
  content: "open_in_browser"; }

.bb-icon-open-in-browser.bb-icon--cropped::before, .bb-icon--cropped.bicon-open-in-browser::before {
  margin: 0 -3px; }

.bb-icon-open-in-new::before, .bicon-open-in-new::before {
  content: "open_in_new"; }

.bb-icon-open-in-new.bb-icon--cropped::before, .bb-icon--cropped.bicon-open-in-new::before {
  margin: 0 -3px; }

.bb-icon-open-with::before, .bicon-open-with::before {
  content: "open_with"; }

.bb-icon-open-with.bb-icon--cropped::before, .bb-icon--cropped.bicon-open-with::before {
  margin: 0 -1px; }

.bb-icon-pages::before, .bicon-pages::before {
  content: "pages"; }

.bb-icon-pages.bb-icon--cropped::before, .bb-icon--cropped.bicon-pages::before {
  margin: 0 -3px; }

.bb-icon-pageview::before, .bicon-pageview::before {
  content: "pageview"; }

.bb-icon-pageview.bb-icon--cropped::before, .bb-icon--cropped.bicon-pageview::before {
  margin: 0 -2px; }

.bb-icon-palette::before, .bicon-palette::before {
  content: "palette"; }

.bb-icon-palette.bb-icon--cropped::before, .bb-icon--cropped.bicon-palette::before {
  margin: 0 -3px; }

.bb-icon-pan-tool::before, .bicon-pan-tool::before {
  content: "pan_tool"; }

.bb-icon-pan-tool.bb-icon--cropped::before, .bb-icon--cropped.bicon-pan-tool::before {
  margin: 0 -1px; }

.bb-icon-panorama-fish-eye::before, .bicon-panorama-fish-eye::before {
  content: "panorama_fish_eye"; }

.bb-icon-panorama-fish-eye.bb-icon--cropped::before, .bb-icon--cropped.bicon-panorama-fish-eye::before {
  margin: 0 -2px; }

.bb-icon-panorama-horizontal::before, .bicon-panorama-horizontal::before {
  content: "panorama_horizontal"; }

.bb-icon-panorama-horizontal.bb-icon--cropped::before, .bb-icon--cropped.bicon-panorama-horizontal::before {
  margin: 0 -2px; }

.bb-icon-panorama-vertical::before, .bicon-panorama-vertical::before {
  content: "panorama_vertical"; }

.bb-icon-panorama-vertical.bb-icon--cropped::before, .bb-icon--cropped.bicon-panorama-vertical::before {
  margin: 0 -4px; }

.bb-icon-panorama-wide-angle::before, .bicon-panorama-wide-angle::before {
  content: "panorama_wide_angle"; }

.bb-icon-panorama-wide-angle.bb-icon--cropped::before, .bb-icon--cropped.bicon-panorama-wide-angle::before {
  margin: 0 -2px; }

.bb-icon-panorama::before, .bicon-panorama::before {
  content: "panorama"; }

.bb-icon-panorama.bb-icon--cropped::before, .bb-icon--cropped.bicon-panorama::before {
  margin: 0 -1px; }

.bb-icon-party-mode::before, .bicon-party-mode::before {
  content: "party_mode"; }

.bb-icon-party-mode.bb-icon--cropped::before, .bb-icon--cropped.bicon-party-mode::before {
  margin: 0 -2px; }

.bb-icon-pause-circle-filled::before, .bicon-pause-circle-filled::before {
  content: "pause_circle_filled"; }

.bb-icon-pause-circle-filled.bb-icon--cropped::before, .bb-icon--cropped.bicon-pause-circle-filled::before {
  margin: 0 -2px; }

.bb-icon-pause-circle-outline::before, .bicon-pause-circle-outline::before {
  content: "pause_circle_outline"; }

.bb-icon-pause-circle-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-pause-circle-outline::before {
  margin: 0 -2px; }

.bb-icon-pause::before, .bicon-pause::before {
  content: "pause"; }

.bb-icon-pause.bb-icon--cropped::before, .bb-icon--cropped.bicon-pause::before {
  margin: 0 -6px; }

.bb-icon-payment::before, .bicon-payment::before {
  content: "payment"; }

.bb-icon-payment.bb-icon--cropped::before, .bb-icon--cropped.bicon-payment::before {
  margin: 0 -2px; }

.bb-icon-payments::before, .bicon-payments::before {
  content: "local_atm"; }

.bb-icon-payments.bb-icon--cropped::before, .bb-icon--cropped.bicon-payments::before {
  margin: 0 -2px; }

.bb-icon-people-outline::before, .bicon-people-outline::before {
  content: "people_outline"; }

.bb-icon-people-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-people-outline::before {
  margin: 0 -1px; }

.bb-icon-perm-camera-mic::before, .bicon-perm-camera-mic::before {
  content: "perm_camera_mic"; }

.bb-icon-perm-camera-mic.bb-icon--cropped::before, .bb-icon--cropped.bicon-perm-camera-mic::before {
  margin: 0 -2px; }

.bb-icon-perm-contact-calendar::before, .bicon-perm-contact-calendar::before {
  content: "perm_contact_calendar"; }

.bb-icon-perm-contact-calendar.bb-icon--cropped::before, .bb-icon--cropped.bicon-perm-contact-calendar::before {
  margin: 0 -3px; }

.bb-icon-perm-data-setting::before, .bicon-perm-data-setting::before {
  content: "perm_data_setting"; }

.bb-icon-perm-device-information::before, .bicon-perm-device-information::before {
  content: "perm_device_information"; }

.bb-icon-perm-device-information.bb-icon--cropped::before, .bb-icon--cropped.bicon-perm-device-information::before {
  margin: 0 -5px; }

.bb-icon-perm-identity::before, .bicon-perm-identity::before {
  content: "perm_identity"; }

.bb-icon-perm-identity.bb-icon--cropped::before, .bb-icon--cropped.bicon-perm-identity::before {
  margin: 0 -4px; }

.bb-icon-perm-media::before, .bicon-perm-media::before {
  content: "perm_media"; }

.bb-icon-perm-phone-msg::before, .bicon-perm-phone-msg::before {
  content: "perm_phone_msg"; }

.bb-icon-perm-phone-msg.bb-icon--cropped::before, .bb-icon--cropped.bicon-perm-phone-msg::before {
  margin: 0 -3px; }

.bb-icon-perm-scan-wifi::before, .bicon-perm-scan-wifi::before {
  content: "perm_scan_wifi"; }

.bb-icon-person-add::before, .bicon-person-add::before {
  content: "person_add"; }

.bb-icon-person-add.bb-icon--cropped::before, .bb-icon--cropped.bicon-person-add::before {
  margin: 0 -1px; }

.bb-icon-person-outline::before, .bicon-person-outline::before {
  content: "person_outline"; }

.bb-icon-person-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-person-outline::before {
  margin: 0 -4px; }

.bb-icon-person-pin-circle::before, .bicon-person-pin-circle::before {
  content: "person_pin_circle"; }

.bb-icon-person-pin-circle.bb-icon--cropped::before, .bb-icon--cropped.bicon-person-pin-circle::before {
  margin: 0 -5px; }

.bb-icon-person-pin::before, .bicon-person-pin::before {
  content: "person_pin"; }

.bb-icon-person-pin.bb-icon--cropped::before, .bb-icon--cropped.bicon-person-pin::before {
  margin: 0 -3px; }

.bb-icon-personal-video::before, .bicon-personal-video::before {
  content: "personal_video"; }

.bb-icon-personal-video.bb-icon--cropped::before, .bb-icon--cropped.bicon-personal-video::before {
  margin: 0 -1px; }

.bb-icon-pets::before, .bicon-pets::before {
  content: "pets"; }

.bb-icon-pets.bb-icon--cropped::before, .bb-icon--cropped.bicon-pets::before {
  margin: 0 -2px; }

.bb-icon-phone-android::before, .bicon-phone-android::before {
  content: "phone_android"; }

.bb-icon-phone-android.bb-icon--cropped::before, .bb-icon--cropped.bicon-phone-android::before {
  margin: 0 -5px; }

.bb-icon-phone-bluetooth-speaker::before, .bicon-phone-bluetooth-speaker::before {
  content: "phone_bluetooth_speaker"; }

.bb-icon-phone-bluetooth-speaker.bb-icon--cropped::before, .bb-icon--cropped.bicon-phone-bluetooth-speaker::before {
  margin: 0 -3px; }

.bb-icon-phone-forwarded::before, .bicon-phone-forwarded::before {
  content: "phone_forwarded"; }

.bb-icon-phone-forwarded.bb-icon--cropped::before, .bb-icon--cropped.bicon-phone-forwarded::before {
  margin: 0 -3px; }

.bb-icon-phone-in-talk::before, .bicon-phone-in-talk::before {
  content: "phone_in_talk"; }

.bb-icon-phone-in-talk.bb-icon--cropped::before, .bb-icon--cropped.bicon-phone-in-talk::before {
  margin: 0 -2px; }

.bb-icon-phone-iphone::before, .bicon-phone-iphone::before {
  content: "phone_iphone"; }

.bb-icon-phone-iphone.bb-icon--cropped::before, .bb-icon--cropped.bicon-phone-iphone::before {
  margin: 0 -4px; }

.bb-icon-phone-locked::before, .bicon-phone-locked::before {
  content: "phone_locked"; }

.bb-icon-phone-locked.bb-icon--cropped::before, .bb-icon--cropped.bicon-phone-locked::before {
  margin: 0 -3px; }

.bb-icon-phone-missed::before, .bicon-phone-missed::before {
  content: "phone_missed"; }

.bb-icon-phone-paused::before, .bicon-phone-paused::before {
  content: "phone_paused"; }

.bb-icon-phone-paused.bb-icon--cropped::before, .bb-icon--cropped.bicon-phone-paused::before {
  margin: 0 -3px; }

.bb-icon-phone::before, .bicon-phone::before {
  content: "phone"; }

.bb-icon-phone.bb-icon--cropped::before, .bb-icon--cropped.bicon-phone::before {
  margin: 0 -3px; }

.bb-icon-phonelink-erase::before, .bicon-phonelink-erase::before {
  content: "phonelink_erase"; }

.bb-icon-phonelink-erase.bb-icon--cropped::before, .bb-icon--cropped.bicon-phonelink-erase::before {
  margin: 0 -3px; }

.bb-icon-phonelink-lock::before, .bicon-phonelink-lock::before {
  content: "phonelink_lock"; }

.bb-icon-phonelink-lock.bb-icon--cropped::before, .bb-icon--cropped.bicon-phonelink-lock::before {
  margin: 0 -3px; }

.bb-icon-phonelink-off::before, .bicon-phonelink-off::before {
  content: "phonelink_off"; }

.bb-icon-phonelink-ring::before, .bicon-phonelink-ring::before {
  content: "phonelink_ring"; }

.bb-icon-phonelink-ring.bb-icon--cropped::before, .bb-icon--cropped.bicon-phonelink-ring::before {
  margin: 0 -2px; }

.bb-icon-phonelink-setup::before, .bicon-phonelink-setup::before {
  content: "phonelink_setup"; }

.bb-icon-phonelink-setup.bb-icon--cropped::before, .bb-icon--cropped.bicon-phonelink-setup::before {
  margin: 0 -3px; }

.bb-icon-phonelink::before, .bicon-phonelink::before {
  content: "phonelink"; }

.bb-icon-photo-album::before, .bicon-photo-album::before {
  content: "photo_album"; }

.bb-icon-photo-album.bb-icon--cropped::before, .bb-icon--cropped.bicon-photo-album::before {
  margin: 0 -4px; }

.bb-icon-photo-camera::before, .bicon-photo-camera::before {
  content: "photo_camera"; }

.bb-icon-photo-camera.bb-icon--cropped::before, .bb-icon--cropped.bicon-photo-camera::before {
  margin: 0 -2px; }

.bb-icon-photo-filter::before, .bicon-photo-filter::before {
  content: "photo_filter"; }

.bb-icon-photo-filter.bb-icon--cropped::before, .bb-icon--cropped.bicon-photo-filter::before {
  margin: 0 -3px; }

.bb-icon-photo-library::before, .bicon-photo-library::before {
  content: "photo_library"; }

.bb-icon-photo-library.bb-icon--cropped::before, .bb-icon--cropped.bicon-photo-library::before {
  margin: 0 -2px; }

.bb-icon-photo-size-select-actual::before, .bicon-photo-size-select-actual::before {
  content: "photo_size_select_actual"; }

.bb-icon-photo-size-select-actual.bb-icon--cropped::before, .bb-icon--cropped.bicon-photo-size-select-actual::before {
  margin: 0 -1px; }

.bb-icon-photo-size-select-large::before, .bicon-photo-size-select-large::before {
  content: "photo_size_select_large"; }

.bb-icon-photo-size-select-large.bb-icon--cropped::before, .bb-icon--cropped.bicon-photo-size-select-large::before {
  margin: 0 -1px; }

.bb-icon-photo-size-select-small::before, .bicon-photo-size-select-small::before {
  content: "photo_size_select_small"; }

.bb-icon-photo-size-select-small.bb-icon--cropped::before, .bb-icon--cropped.bicon-photo-size-select-small::before {
  margin: 0 -1px; }

.bb-icon-photo::before, .bicon-photo::before {
  content: "photo"; }

.bb-icon-photo.bb-icon--cropped::before, .bb-icon--cropped.bicon-photo::before {
  margin: 0 -3px; }

.bb-icon-picture-as-pdf::before, .bicon-picture-as-pdf::before {
  content: "picture_as_pdf"; }

.bb-icon-picture-as-pdf.bb-icon--cropped::before, .bb-icon--cropped.bicon-picture-as-pdf::before {
  margin: 0 -2px; }

.bb-icon-picture-in-picture-alt::before, .bicon-picture-in-picture-alt::before {
  content: "picture_in_picture_alt"; }

.bb-icon-picture-in-picture-alt.bb-icon--cropped::before, .bb-icon--cropped.bicon-picture-in-picture-alt::before {
  margin: 0 -1px; }

.bb-icon-picture-in-picture::before, .bicon-picture-in-picture::before {
  content: "picture_in_picture"; }

.bb-icon-picture-in-picture.bb-icon--cropped::before, .bb-icon--cropped.bicon-picture-in-picture::before {
  margin: 0 -1px; }

.bb-icon-pie-chart::before, .bicon-pie-chart::before {
  content: "pie_chart"; }

.bb-icon-pie-chart.bb-icon--cropped::before, .bb-icon--cropped.bicon-pie-chart::before {
  margin: 0 -2px; }

.bb-icon-pin-drop::before, .bicon-pin-drop::before {
  content: "pin_drop"; }

.bb-icon-pin-drop.bb-icon--cropped::before, .bb-icon--cropped.bicon-pin-drop::before {
  margin: 0 -5px; }

.bb-icon-place::before, .bicon-place::before {
  content: "place"; }

.bb-icon-place.bb-icon--cropped::before, .bb-icon--cropped.bicon-place::before {
  margin: 0 -5px; }

.bb-icon-play-arrow::before, .bicon-play-arrow::before {
  content: "play_arrow"; }

.bb-icon-play-arrow.bb-icon--cropped::before, .bb-icon--cropped.bicon-play-arrow::before {
  margin: 0 -5px; }

.bb-icon-play-circle-filled::before, .bicon-play-circle-filled::before {
  content: "play_circle_filled"; }

.bb-icon-play-circle-filled.bb-icon--cropped::before, .bb-icon--cropped.bicon-play-circle-filled::before {
  margin: 0 -2px; }

.bb-icon-play-circle-outline::before, .bicon-play-circle-outline::before {
  content: "play_circle_outline"; }

.bb-icon-play-circle-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-play-circle-outline::before {
  margin: 0 -2px; }

.bb-icon-play-for-work::before, .bicon-play-for-work::before {
  content: "play_for_work"; }

.bb-icon-play-for-work.bb-icon--cropped::before, .bb-icon--cropped.bicon-play-for-work::before {
  margin: 0 -6px; }

.bb-icon-playlist-add-check::before, .bicon-playlist-add-check::before {
  content: "playlist_add_check"; }

.bb-icon-playlist-add-check.bb-icon--cropped::before, .bb-icon--cropped.bicon-playlist-add-check::before {
  margin: 0 -1px; }

.bb-icon-playlist-add::before, .bicon-playlist-add::before {
  content: "playlist_add"; }

.bb-icon-playlist-add.bb-icon--cropped::before, .bb-icon--cropped.bicon-playlist-add::before {
  margin: 0 -2px; }

.bb-icon-playlist-play::before, .bicon-playlist-play::before {
  content: "playlist_play"; }

.bb-icon-playlist-play.bb-icon--cropped::before, .bb-icon--cropped.bicon-playlist-play::before {
  margin: 0 -2px; }

.bb-icon-plus-one::before, .bicon-plus-one::before {
  content: "plus_one"; }

.bb-icon-plus-one.bb-icon--cropped::before, .bb-icon--cropped.bicon-plus-one::before {
  margin: 0 -4px; }

.bb-icon-poll::before, .bicon-poll::before {
  content: "poll"; }

.bb-icon-poll.bb-icon--cropped::before, .bb-icon--cropped.bicon-poll::before {
  margin: 0 -3px; }

.bb-icon-polymer::before, .bicon-polymer::before {
  content: "polymer"; }

.bb-icon-pool::before, .bicon-pool::before {
  content: "pool"; }

.bb-icon-pool.bb-icon--cropped::before, .bb-icon--cropped.bicon-pool::before {
  margin: 0 -2px; }

.bb-icon-portable-wifi-off::before, .bicon-portable-wifi-off::before {
  content: "portable_wifi_off"; }

.bb-icon-portable-wifi-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-portable-wifi-off::before {
  margin: 0 -2px; }

.bb-icon-portrait::before, .bicon-portrait::before {
  content: "portrait"; }

.bb-icon-portrait.bb-icon--cropped::before, .bb-icon--cropped.bicon-portrait::before {
  margin: 0 -3px; }

.bb-icon-power-input::before, .bicon-power-input::before {
  content: "power_input"; }

.bb-icon-power-input.bb-icon--cropped::before, .bb-icon--cropped.bicon-power-input::before {
  margin: 0 -2px; }

.bb-icon-power-settings-new::before, .bicon-power-settings-new::before {
  content: "power_settings_new"; }

.bb-icon-power-settings-new.bb-icon--cropped::before, .bb-icon--cropped.bicon-power-settings-new::before {
  margin: 0 -3px; }

.bb-icon-power::before, .bicon-power::before {
  content: "power"; }

.bb-icon-power.bb-icon--cropped::before, .bb-icon--cropped.bicon-power::before {
  margin: 0 -6px; }

.bb-icon-pregnant-woman::before, .bicon-pregnant-woman::before {
  content: "pregnant_woman"; }

.bb-icon-pregnant-woman.bb-icon--cropped::before, .bb-icon--cropped.bicon-pregnant-woman::before {
  margin: 0 -8px; }

.bb-icon-present-to-all::before, .bicon-present-to-all::before {
  content: "present_to_all"; }

.bb-icon-present-to-all.bb-icon--cropped::before, .bb-icon--cropped.bicon-present-to-all::before {
  margin: 0 -1px; }

.bb-icon-print::before, .bicon-print::before {
  content: "print"; }

.bb-icon-print.bb-icon--cropped::before, .bb-icon--cropped.bicon-print::before {
  margin: 0 -2px; }

.bb-icon-priority-high::before, .bicon-priority-high::before {
  content: "priority_high"; }

.bb-icon-priority-high.bb-icon--cropped::before, .bb-icon--cropped.bicon-priority-high::before {
  margin: 0 -10px; }

.bb-icon-profile::before, .bicon-profile::before {
  content: "account_circle"; }

.bb-icon-profile.bb-icon--cropped::before, .bb-icon--cropped.bicon-profile::before {
  margin: 0 -2px; }

.bb-icon-public::before, .bicon-public::before {
  content: "public"; }

.bb-icon-public.bb-icon--cropped::before, .bb-icon--cropped.bicon-public::before {
  margin: 0 -2px; }

.bb-icon-publish::before, .bicon-publish::before {
  content: "publish"; }

.bb-icon-publish.bb-icon--cropped::before, .bb-icon--cropped.bicon-publish::before {
  margin: 0 -6px; }

.bb-icon-query-builder::before, .bicon-query-builder::before {
  content: "query_builder"; }

.bb-icon-query-builder.bb-icon--cropped::before, .bb-icon--cropped.bicon-query-builder::before {
  margin: 0 -2px; }

.bb-icon-question-answer::before, .bicon-question-answer::before {
  content: "question_answer"; }

.bb-icon-question-answer.bb-icon--cropped::before, .bb-icon--cropped.bicon-question-answer::before {
  margin: 0 -2px; }

.bb-icon-queue-music::before, .bicon-queue-music::before {
  content: "queue_music"; }

.bb-icon-queue-music.bb-icon--cropped::before, .bb-icon--cropped.bicon-queue-music::before {
  margin: 0 -3px; }

.bb-icon-queue-play-next::before, .bicon-queue-play-next::before {
  content: "queue_play_next"; }

.bb-icon-queue-play-next.bb-icon--cropped::before, .bb-icon--cropped.bicon-queue-play-next::before {
  margin: 0 -1px; }

.bb-icon-queue::before, .bicon-queue::before {
  content: "queue"; }

.bb-icon-queue.bb-icon--cropped::before, .bb-icon--cropped.bicon-queue::before {
  margin: 0 -2px; }

.bb-icon-quick-action::before, .bicon-quick-action::before {
  content: "flash_on"; }

.bb-icon-quick-action.bb-icon--cropped::before, .bb-icon--cropped.bicon-quick-action::before {
  margin: 0 -5px; }

.bb-icon-radio-button-checked::before, .bicon-radio-button-checked::before {
  content: "radio_button_checked"; }

.bb-icon-radio-button-checked.bb-icon--cropped::before, .bb-icon--cropped.bicon-radio-button-checked::before {
  margin: 0 -2px; }

.bb-icon-radio-button-unchecked::before, .bicon-radio-button-unchecked::before {
  content: "radio_button_unchecked"; }

.bb-icon-radio-button-unchecked.bb-icon--cropped::before, .bb-icon--cropped.bicon-radio-button-unchecked::before {
  margin: 0 -2px; }

.bb-icon-radio::before, .bicon-radio::before {
  content: "radio"; }

.bb-icon-radio.bb-icon--cropped::before, .bb-icon--cropped.bicon-radio::before {
  margin: 0 -2px; }

.bb-icon-rate-review::before, .bicon-rate-review::before {
  content: "rate_review"; }

.bb-icon-rate-review.bb-icon--cropped::before, .bb-icon--cropped.bicon-rate-review::before {
  margin: 0 -2px; }

.bb-icon-receipt::before, .bicon-receipt::before {
  content: "receipt"; }

.bb-icon-receipt.bb-icon--cropped::before, .bb-icon--cropped.bicon-receipt::before {
  margin: 0 -3px; }

.bb-icon-recent-actors::before, .bicon-recent-actors::before {
  content: "recent_actors"; }

.bb-icon-recent-actors.bb-icon--cropped::before, .bb-icon--cropped.bicon-recent-actors::before {
  margin: 0 -1px; }

.bb-icon-record-voice-over::before, .bicon-record-voice-over::before {
  content: "record_voice_over"; }

.bb-icon-record-voice-over.bb-icon--cropped::before, .bb-icon--cropped.bicon-record-voice-over::before {
  margin: 0 -1px; }

.bb-icon-redeem::before, .bicon-redeem::before {
  content: "redeem"; }

.bb-icon-redeem.bb-icon--cropped::before, .bb-icon--cropped.bicon-redeem::before {
  margin: 0 -2px; }

.bb-icon-redo::before, .bicon-redo::before {
  content: "redo"; }

.bb-icon-redo.bb-icon--cropped::before, .bb-icon--cropped.bicon-redo::before {
  margin: 0 -2px; }

.bb-icon-remove-circle-outline::before, .bicon-remove-circle-outline::before {
  content: "remove_circle_outline"; }

.bb-icon-remove-circle-outline.bb-icon--cropped::before, .bb-icon--cropped.bicon-remove-circle-outline::before {
  margin: 0 -2px; }

.bb-icon-remove-circle::before, .bicon-remove-circle::before {
  content: "remove_circle"; }

.bb-icon-remove-circle.bb-icon--cropped::before, .bb-icon--cropped.bicon-remove-circle::before {
  margin: 0 -2px; }

.bb-icon-remove-from-queue::before, .bicon-remove-from-queue::before {
  content: "remove_from_queue"; }

.bb-icon-remove-from-queue.bb-icon--cropped::before, .bb-icon--cropped.bicon-remove-from-queue::before {
  margin: 0 -1px; }

.bb-icon-remove-red-eye::before, .bicon-remove-red-eye::before {
  content: "remove_red_eye"; }

.bb-icon-remove-red-eye.bb-icon--cropped::before, .bb-icon--cropped.bicon-remove-red-eye::before {
  margin: 0 -1px; }

.bb-icon-remove-shopping-cart::before, .bicon-remove-shopping-cart::before {
  content: "remove_shopping_cart"; }

.bb-icon-remove::before, .bicon-remove::before {
  content: "remove"; }

.bb-icon-remove.bb-icon--cropped::before, .bb-icon--cropped.bicon-remove::before {
  margin: 0 -5px; }

.bb-icon-reorder::before, .bicon-reorder::before {
  content: "reorder"; }

.bb-icon-reorder.bb-icon--cropped::before, .bb-icon--cropped.bicon-reorder::before {
  margin: 0 -3px; }

.bb-icon-repeat-one::before, .bicon-repeat-one::before {
  content: "repeat_one"; }

.bb-icon-repeat-one.bb-icon--cropped::before, .bb-icon--cropped.bicon-repeat-one::before {
  margin: 0 -3px; }

.bb-icon-repeat::before, .bicon-repeat::before {
  content: "repeat"; }

.bb-icon-repeat.bb-icon--cropped::before, .bb-icon--cropped.bicon-repeat::before {
  margin: 0 -3px; }

.bb-icon-replay-10::before, .bicon-replay-10::before {
  content: "replay_10"; }

.bb-icon-replay-10.bb-icon--cropped::before, .bb-icon--cropped.bicon-replay-10::before {
  margin: 0 -6px; }

.bb-icon-replay-30::before, .bicon-replay-30::before {
  content: "replay_30"; }

.bb-icon-replay-30.bb-icon--cropped::before, .bb-icon--cropped.bicon-replay-30::before {
  margin: 0 -6px; }

.bb-icon-replay-5::before, .bicon-replay-5::before {
  content: "replay_5"; }

.bb-icon-replay-5.bb-icon--cropped::before, .bb-icon--cropped.bicon-replay-5::before {
  margin: 0 -4px; }

.bb-icon-replay::before, .bicon-replay::before {
  content: "replay"; }

.bb-icon-replay.bb-icon--cropped::before, .bb-icon--cropped.bicon-replay::before {
  margin: 0 -4px; }

.bb-icon-reply-all::before, .bicon-reply-all::before {
  content: "reply_all"; }

.bb-icon-reply::before, .bicon-reply::before {
  content: "reply"; }

.bb-icon-reply.bb-icon--cropped::before, .bb-icon--cropped.bicon-reply::before {
  margin: 0 -3px; }

.bb-icon-report-problem::before, .bicon-report-problem::before {
  content: "error"; }

.bb-icon-report-problem.bb-icon--cropped::before, .bb-icon--cropped.bicon-report-problem::before {
  margin: 0 -2px; }

.bb-icon-report::before, .bicon-report::before {
  content: "report"; }

.bb-icon-report.bb-icon--cropped::before, .bb-icon--cropped.bicon-report::before {
  margin: 0 -3px; }

.bb-icon-restaurant-menu::before, .bicon-restaurant-menu::before {
  content: "restaurant_menu"; }

.bb-icon-restaurant-menu.bb-icon--cropped::before, .bb-icon--cropped.bicon-restaurant-menu::before {
  margin: 0 -2px; }

.bb-icon-restaurant::before, .bicon-restaurant::before, .bb-transaction-category-alcohol-bars::before, .bb-transaction-category-fast-food::before, .bb-transaction-category-groceries::before, .bb-transaction-category-restaurants::before, .bb-transaction-category-food-drinks::before {
  content: "restaurant"; }

.bb-icon-restaurant.bb-icon--cropped::before, .bb-icon--cropped.bicon-restaurant::before, .bb-icon--cropped.bb-transaction-category-alcohol-bars::before, .bb-icon--cropped.bb-transaction-category-fast-food::before, .bb-icon--cropped.bb-transaction-category-groceries::before, .bb-icon--cropped.bb-transaction-category-restaurants::before, .bb-icon--cropped.bb-transaction-category-food-drinks::before {
  margin: 0 -3px; }

.bb-icon-restore-page::before, .bicon-restore-page::before {
  content: "restore_page"; }

.bb-icon-restore-page.bb-icon--cropped::before, .bb-icon--cropped.bicon-restore-page::before {
  margin: 0 -4px; }

.bb-icon-restore::before, .bicon-restore::before {
  content: "restore"; }

.bb-icon-restore.bb-icon--cropped::before, .bb-icon--cropped.bicon-restore::before {
  margin: 0 -1px; }

.bb-icon-ring-volume::before, .bicon-ring-volume::before {
  content: "ring_volume"; }

.bb-icon-room-service::before, .bicon-room-service::before {
  content: "room_service"; }

.bb-icon-room-service.bb-icon--cropped::before, .bb-icon--cropped.bicon-room-service::before {
  margin: 0 -2px; }

.bb-icon-room::before, .bicon-room::before {
  content: "room"; }

.bb-icon-room.bb-icon--cropped::before, .bb-icon--cropped.bicon-room::before {
  margin: 0 -5px; }

.bb-icon-rotate-90-degrees-ccw::before, .bicon-rotate-90-degrees-ccw::before {
  content: "rotate_90_degrees_ccw"; }

.bb-icon-rotate-90-degrees-ccw.bb-icon--cropped::before, .bb-icon--cropped.bicon-rotate-90-degrees-ccw::before {
  margin: 0 -1px; }

.bb-icon-rotate-left::before, .bicon-rotate-left::before {
  content: "rotate_left"; }

.bb-icon-rotate-left.bb-icon--cropped::before, .bb-icon--cropped.bicon-rotate-left::before {
  margin: 0 -4px; }

.bb-icon-rotate-right::before, .bicon-rotate-right::before {
  content: "rotate_right"; }

.bb-icon-rotate-right.bb-icon--cropped::before, .bb-icon--cropped.bicon-rotate-right::before {
  margin: 0 -4px; }

.bb-icon-rounded-corner::before, .bicon-rounded-corner::before {
  content: "rounded_corner"; }

.bb-icon-rounded-corner.bb-icon--cropped::before, .bb-icon--cropped.bicon-rounded-corner::before {
  margin: 0 -1px; }

.bb-icon-router::before, .bicon-router::before {
  content: "router"; }

.bb-icon-router.bb-icon--cropped::before, .bb-icon--cropped.bicon-router::before {
  margin: 0 -1px; }

.bb-icon-rowing::before, .bicon-rowing::before {
  content: "rowing"; }

.bb-icon-rowing.bb-icon--cropped::before, .bb-icon--cropped.bicon-rowing::before {
  margin: 0 -1px; }

.bb-icon-rss-feed::before, .bicon-rss-feed::before {
  content: "rss_feed"; }

.bb-icon-rss-feed.bb-icon--cropped::before, .bb-icon--cropped.bicon-rss-feed::before {
  margin: 0 -4px; }

.bb-icon-rv-hookup::before, .bicon-rv-hookup::before {
  content: "rv_hookup"; }

.bb-icon-rv-hookup.bb-icon--cropped::before, .bb-icon--cropped.bicon-rv-hookup::before {
  margin: 0 -2px; }

.bb-icon-satellite::before, .bicon-satellite::before {
  content: "satellite"; }

.bb-icon-satellite.bb-icon--cropped::before, .bb-icon--cropped.bicon-satellite::before {
  margin: 0 -3px; }

.bb-icon-save::before, .bicon-save::before {
  content: "save"; }

.bb-icon-save.bb-icon--cropped::before, .bb-icon--cropped.bicon-save::before {
  margin: 0 -3px; }

.bb-icon-savings-accounts::before, .bicon-savings-accounts::before {
  content: "call_made"; }

.bb-icon-savings-accounts.bb-icon--cropped::before, .bb-icon--cropped.bicon-savings-accounts::before {
  margin: 0 -4px; }

.bb-icon-save-alt::before, .bicon-save-alt::before {
  content: "save_alt"; }

.bb-icon-save-alt.bb-icon--cropped::before, .bb-icon--cropped.bicon-save-alt::before {
  margin: 0 -3px; }

.bb-icon-scanner::before, .bicon-scanner::before {
  content: "scanner"; }

.bb-icon-scanner.bb-icon--cropped::before, .bb-icon--cropped.bicon-scanner::before {
  margin: 0 -3px; }

.bb-icon-schedule::before, .bicon-schedule::before {
  content: "schedule"; }

.bb-icon-schedule.bb-icon--cropped::before, .bb-icon--cropped.bicon-schedule::before {
  margin: 0 -2px; }

.bb-icon-school::before, .bicon-school::before {
  content: "school"; }

.bb-icon-school.bb-icon--cropped::before, .bb-icon--cropped.bicon-school::before {
  margin: 0 -1px; }

.bb-icon-screen-lock-landscape::before, .bicon-screen-lock-landscape::before {
  content: "screen_lock_landscape"; }

.bb-icon-screen-lock-portrait::before, .bicon-screen-lock-portrait::before {
  content: "screen_lock_portrait"; }

.bb-icon-screen-lock-portrait.bb-icon--cropped::before, .bb-icon--cropped.bicon-screen-lock-portrait::before {
  margin: 0 -5px; }

.bb-icon-screen-lock-rotation::before, .bicon-screen-lock-rotation::before {
  content: "screen_lock_rotation"; }

.bb-icon-screen-rotation::before, .bicon-screen-rotation::before {
  content: "screen_rotation"; }

.bb-icon-screen-share::before, .bicon-screen-share::before {
  content: "screen_share"; }

.bb-icon-sd-card::before, .bicon-sd-card::before {
  content: "sd_card"; }

.bb-icon-sd-card.bb-icon--cropped::before, .bb-icon--cropped.bicon-sd-card::before {
  margin: 0 -4px; }

.bb-icon-sd-storage::before, .bicon-sd-storage::before {
  content: "sd_storage"; }

.bb-icon-sd-storage.bb-icon--cropped::before, .bb-icon--cropped.bicon-sd-storage::before {
  margin: 0 -4px; }

.bb-icon-search::before, .bicon-search::before {
  content: "search"; }

.bb-icon-search.bb-icon--cropped::before, .bb-icon--cropped.bicon-search::before {
  margin: 0 -3px; }

.bb-icon-security::before, .bicon-security::before {
  content: "security"; }

.bb-icon-security.bb-icon--cropped::before, .bb-icon--cropped.bicon-security::before {
  margin: 0 -3px; }

.bb-icon-select-all::before, .bicon-select-all::before {
  content: "select_all"; }

.bb-icon-select-all.bb-icon--cropped::before, .bb-icon--cropped.bicon-select-all::before {
  margin: 0 -3px; }

.bb-icon-send::before, .bicon-send::before {
  content: "send"; }

.bb-icon-send.bb-icon--cropped::before, .bb-icon--cropped.bicon-send::before {
  margin: 0 -1px; }

.bb-icon-sentiment-dissatisfied::before, .bicon-sentiment-dissatisfied::before {
  content: "sentiment_dissatisfied"; }

.bb-icon-sentiment-dissatisfied.bb-icon--cropped::before, .bb-icon--cropped.bicon-sentiment-dissatisfied::before {
  margin: 0 -2px; }

.bb-icon-sentiment-neutral::before, .bicon-sentiment-neutral::before {
  content: "sentiment_neutral"; }

.bb-icon-sentiment-neutral.bb-icon--cropped::before, .bb-icon--cropped.bicon-sentiment-neutral::before {
  margin: 0 -2px; }

.bb-icon-sentiment-satisfied::before, .bicon-sentiment-satisfied::before {
  content: "sentiment_satisfied"; }

.bb-icon-sentiment-satisfied.bb-icon--cropped::before, .bb-icon--cropped.bicon-sentiment-satisfied::before {
  margin: 0 -2px; }

.bb-icon-sentiment-very-dissatisfied::before, .bicon-sentiment-very-dissatisfied::before {
  content: "sentiment_very_dissatisfied"; }

.bb-icon-sentiment-very-dissatisfied.bb-icon--cropped::before, .bb-icon--cropped.bicon-sentiment-very-dissatisfied::before {
  margin: 0 -2px; }

.bb-icon-sentiment-very-satisfied::before, .bicon-sentiment-very-satisfied::before {
  content: "sentiment_very_satisfied"; }

.bb-icon-sentiment-very-satisfied.bb-icon--cropped::before, .bb-icon--cropped.bicon-sentiment-very-satisfied::before {
  margin: 0 -2px; }

.bb-icon-settings-applications::before, .bicon-settings-applications::before {
  content: "settings_applications"; }

.bb-icon-settings-applications.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-applications::before {
  margin: 0 -3px; }

.bb-icon-settings-backup-restore::before, .bicon-settings-backup-restore::before {
  content: "settings_backup_restore"; }

.bb-icon-settings-bluetooth::before, .bicon-settings-bluetooth::before {
  content: "settings_bluetooth"; }

.bb-icon-settings-bluetooth.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-bluetooth::before {
  margin: 0 -5px; }

.bb-icon-settings-brightness::before, .bicon-settings-brightness::before {
  content: "settings_brightness"; }

.bb-icon-settings-brightness.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-brightness::before {
  margin: 0 -1px; }

.bb-icon-settings-cell::before, .bicon-settings-cell::before {
  content: "settings_cell"; }

.bb-icon-settings-cell.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-cell::before {
  margin: 0 -6px; }

.bb-icon-settings-ethernet::before, .bicon-settings-ethernet::before {
  content: "settings_ethernet"; }

.bb-icon-settings-ethernet.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-ethernet::before {
  margin: 0 -1px; }

.bb-icon-settings-input-antenna::before, .bicon-settings-input-antenna::before {
  content: "settings_input_antenna"; }

.bb-icon-settings-input-antenna.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-input-antenna::before {
  margin: 0 -1px; }

.bb-icon-settings-input-component::before, .bicon-settings-input-component::before {
  content: "settings_input_component"; }

.bb-icon-settings-input-component.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-input-component::before {
  margin: 0 -1px; }

.bb-icon-settings-input-composite::before, .bicon-settings-input-composite::before {
  content: "settings_input_composite"; }

.bb-icon-settings-input-composite.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-input-composite::before {
  margin: 0 -1px; }

.bb-icon-settings-input-hdmi::before, .bicon-settings-input-hdmi::before {
  content: "settings_input_hdmi"; }

.bb-icon-settings-input-hdmi.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-input-hdmi::before {
  margin: 0 -5px; }

.bb-icon-settings-input-svideo::before, .bicon-settings-input-svideo::before {
  content: "settings_input_svideo"; }

.bb-icon-settings-overscan::before, .bicon-settings-overscan::before {
  content: "settings_overscan"; }

.bb-icon-settings-overscan.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-overscan::before {
  margin: 0 -2px; }

.bb-icon-settings-phone::before, .bicon-settings-phone::before {
  content: "settings_phone"; }

.bb-icon-settings-phone.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-phone::before {
  margin: 0 -3px; }

.bb-icon-settings-power::before, .bicon-settings-power::before {
  content: "settings_power"; }

.bb-icon-settings-power.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-power::before {
  margin: 0 -4px; }

.bb-icon-settings-remote::before, .bicon-settings-remote::before {
  content: "settings_remote"; }

.bb-icon-settings-remote.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-remote::before {
  margin: 0 -4px; }

.bb-icon-settings-system-daydream::before, .bicon-settings-system-daydream::before {
  content: "settings_system_daydream"; }

.bb-icon-settings-system-daydream.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-system-daydream::before {
  margin: 0 -1px; }

.bb-icon-settings-voice::before, .bicon-settings-voice::before {
  content: "settings_voice"; }

.bb-icon-settings-voice.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings-voice::before {
  margin: 0 -5px; }

.bb-icon-settings::before, .bicon-settings::before {
  content: "settings"; }

.bb-icon-settings.bb-icon--cropped::before, .bb-icon--cropped.bicon-settings::before {
  margin: 0 -2px; }

.bb-icon-share::before, .bicon-share::before {
  content: "share"; }

.bb-icon-share.bb-icon--cropped::before, .bb-icon--cropped.bicon-share::before {
  margin: 0 -3px; }

.bb-icon-shop-two::before, .bicon-shop-two::before {
  content: "shop_two"; }

.bb-icon-shop-two.bb-icon--cropped::before, .bb-icon--cropped.bicon-shop-two::before {
  margin: 0 -1px; }

.bb-icon-shop::before, .bicon-shop::before {
  content: "shop"; }

.bb-icon-shop.bb-icon--cropped::before, .bb-icon--cropped.bicon-shop::before {
  margin: 0 -2px; }

.bb-icon-shopping-basket::before, .bicon-shopping-basket::before {
  content: "shopping_basket"; }

.bb-icon-shopping-basket.bb-icon--cropped::before, .bb-icon--cropped.bicon-shopping-basket::before {
  margin: 0 -1px; }

.bb-icon-shopping-cart::before, .bicon-shopping-cart::before, .bb-transaction-category-clothing::before, .bb-transaction-category-electronics::before, .bb-transaction-category-shopping::before {
  content: "shopping_cart"; }

.bb-icon-shopping-cart.bb-icon--cropped::before, .bb-icon--cropped.bicon-shopping-cart::before, .bb-icon--cropped.bb-transaction-category-clothing::before, .bb-icon--cropped.bb-transaction-category-electronics::before, .bb-icon--cropped.bb-transaction-category-shopping::before {
  margin: 0 -1px; }

.bb-icon-short-text::before, .bicon-short-text::before {
  content: "short_text"; }

.bb-icon-short-text.bb-icon--cropped::before, .bb-icon--cropped.bicon-short-text::before {
  margin: 0 -4px; }

.bb-icon-show-chart::before, .bicon-show-chart::before {
  content: "show_chart"; }

.bb-icon-show-chart.bb-icon--cropped::before, .bb-icon--cropped.bicon-show-chart::before {
  margin: 0 -2px; }

.bb-icon-shuffle::before, .bicon-shuffle::before {
  content: "shuffle"; }

.bb-icon-shuffle.bb-icon--cropped::before, .bb-icon--cropped.bicon-shuffle::before {
  margin: 0 -4px; }

.bb-icon-signal-cellular-4-bar::before, .bicon-signal-cellular-4-bar::before {
  content: "signal_cellular_4_bar"; }

.bb-icon-signal-cellular-4-bar.bb-icon--cropped::before, .bb-icon--cropped.bicon-signal-cellular-4-bar::before {
  margin: 0 -2px; }

.bb-icon-signal-cellular-connected-no-internet-4-bar::before, .bicon-signal-cellular-connected-no-internet-4-bar::before {
  content: "signal_cellular_connected_no_internet_4_bar"; }

.bb-icon-signal-cellular-connected-no-internet-4-bar.bb-icon--cropped::before, .bb-icon--cropped.bicon-signal-cellular-connected-no-internet-4-bar::before {
  margin: 0 -2px; }

.bb-icon-signal-cellular-no-sim::before, .bicon-signal-cellular-no-sim::before {
  content: "signal_cellular_no_sim"; }

.bb-icon-signal-cellular-no-sim.bb-icon--cropped::before, .bb-icon--cropped.bicon-signal-cellular-no-sim::before {
  margin: 0 -3px; }

.bb-icon-signal-cellular-null::before, .bicon-signal-cellular-null::before {
  content: "signal_cellular_null"; }

.bb-icon-signal-cellular-null.bb-icon--cropped::before, .bb-icon--cropped.bicon-signal-cellular-null::before {
  margin: 0 -2px; }

.bb-icon-signal-cellular-off::before, .bicon-signal-cellular-off::before {
  content: "signal_cellular_off"; }

.bb-icon-signal-cellular-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-signal-cellular-off::before {
  margin: 0 -1px; }

.bb-icon-signal-wifi-4-bar-lock::before, .bicon-signal-wifi-4-bar-lock::before {
  content: "signal_wifi_4_bar_lock"; }

.bb-icon-signal-wifi-4-bar::before, .bicon-signal-wifi-4-bar::before {
  content: "signal_wifi_4_bar"; }

.bb-icon-signal-wifi-off::before, .bicon-signal-wifi-off::before {
  content: "signal_wifi_off"; }

.bb-icon-sim-card::before, .bicon-sim-card::before {
  content: "sim_card"; }

.bb-icon-sim-card.bb-icon--cropped::before, .bb-icon--cropped.bicon-sim-card::before {
  margin: 0 -4px; }

.bb-icon-skip-next::before, .bicon-skip-next::before {
  content: "skip_next"; }

.bb-icon-skip-next.bb-icon--cropped::before, .bb-icon--cropped.bicon-skip-next::before {
  margin: 0 -6px; }

.bb-icon-skip-previous::before, .bicon-skip-previous::before {
  content: "skip_previous"; }

.bb-icon-skip-previous.bb-icon--cropped::before, .bb-icon--cropped.bicon-skip-previous::before {
  margin: 0 -6px; }

.bb-icon-slideshow::before, .bicon-slideshow::before {
  content: "slideshow"; }

.bb-icon-slideshow.bb-icon--cropped::before, .bb-icon--cropped.bicon-slideshow::before {
  margin: 0 -3px; }

.bb-icon-slow-motion-video::before, .bicon-slow-motion-video::before {
  content: "slow_motion_video"; }

.bb-icon-slow-motion-video.bb-icon--cropped::before, .bb-icon--cropped.bicon-slow-motion-video::before {
  margin: 0 -2px; }

.bb-icon-smartphone::before, .bicon-smartphone::before {
  content: "smartphone"; }

.bb-icon-smartphone.bb-icon--cropped::before, .bb-icon--cropped.bicon-smartphone::before {
  margin: 0 -5px; }

.bb-icon-smoke-free::before, .bicon-smoke-free::before {
  content: "smoke_free"; }

.bb-icon-smoke-free.bb-icon--cropped::before, .bb-icon--cropped.bicon-smoke-free::before {
  margin: 0 -2px; }

.bb-icon-smoking-rooms::before, .bicon-smoking-rooms::before {
  content: "smoking_rooms"; }

.bb-icon-smoking-rooms.bb-icon--cropped::before, .bb-icon--cropped.bicon-smoking-rooms::before {
  margin: 0 -2px; }

.bb-icon-sms-failed::before, .bicon-sms-failed::before {
  content: "sms_failed"; }

.bb-icon-sms-failed.bb-icon--cropped::before, .bb-icon--cropped.bicon-sms-failed::before {
  margin: 0 -2px; }

.bb-icon-sms::before, .bicon-sms::before {
  content: "sms"; }

.bb-icon-sms.bb-icon--cropped::before, .bb-icon--cropped.bicon-sms::before {
  margin: 0 -2px; }

.bb-icon-snooze::before, .bicon-snooze::before {
  content: "snooze"; }

.bb-icon-snooze.bb-icon--cropped::before, .bb-icon--cropped.bicon-snooze::before {
  margin: 0 -2px; }

.bb-icon-sort-by-alpha::before, .bicon-sort-by-alpha::before {
  content: "sort_by_alpha"; }

.bb-icon-sort-by-alpha.bb-icon--cropped::before, .bb-icon--cropped.bicon-sort-by-alpha::before {
  margin: 0 -1px; }

.bb-icon-sort::before, .bicon-sort::before {
  content: "sort"; }

.bb-icon-sort.bb-icon--cropped::before, .bb-icon--cropped.bicon-sort::before {
  margin: 0 -3px; }

.bb-icon-spa::before, .bicon-spa::before {
  content: "spa"; }

.bb-icon-spa.bb-icon--cropped::before, .bb-icon--cropped.bicon-spa::before {
  margin: 0 -2px; }

.bb-icon-space-bar::before, .bicon-space-bar::before {
  content: "space_bar"; }

.bb-icon-space-bar.bb-icon--cropped::before, .bb-icon--cropped.bicon-space-bar::before {
  margin: 0 -4px; }

.bb-icon-speaker-group::before, .bicon-speaker-group::before {
  content: "speaker_group"; }

.bb-icon-speaker-group.bb-icon--cropped::before, .bb-icon--cropped.bicon-speaker-group::before {
  margin: 0 -4px; }

.bb-icon-speaker-notes-off::before, .bicon-speaker-notes-off::before {
  content: "speaker_notes_off"; }

.bb-icon-speaker-notes-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-speaker-notes-off::before {
  margin: 0 -1px; }

.bb-icon-speaker-notes::before, .bicon-speaker-notes::before {
  content: "speaker_notes"; }

.bb-icon-speaker-notes.bb-icon--cropped::before, .bb-icon--cropped.bicon-speaker-notes::before {
  margin: 0 -2px; }

.bb-icon-speaker-phone::before, .bicon-speaker-phone::before {
  content: "speaker_phone"; }

.bb-icon-speaker-phone.bb-icon--cropped::before, .bb-icon--cropped.bicon-speaker-phone::before {
  margin: 0 -5px; }

.bb-icon-speaker::before, .bicon-speaker::before {
  content: "speaker"; }

.bb-icon-speaker.bb-icon--cropped::before, .bb-icon--cropped.bicon-speaker::before {
  margin: 0 -5px; }

.bb-icon-spellcheck::before, .bicon-spellcheck::before {
  content: "spellcheck"; }

.bb-icon-spellcheck.bb-icon--cropped::before, .bb-icon--cropped.bicon-spellcheck::before {
  margin: 0 -1px; }

.bb-icon-star-border::before, .bicon-star-border::before {
  content: "star_border"; }

.bb-icon-star-border.bb-icon--cropped::before, .bb-icon--cropped.bicon-star-border::before {
  margin: 0 -2px; }

.bb-icon-star-half::before, .bicon-star-half::before {
  content: "star_half"; }

.bb-icon-star-half.bb-icon--cropped::before, .bb-icon--cropped.bicon-star-half::before {
  margin: 0 -2px; }

.bb-icon-star::before, .bicon-star::before {
  content: "star"; }

.bb-icon-star.bb-icon--cropped::before, .bb-icon--cropped.bicon-star::before {
  margin: 0 -2px; }

.bb-icon-stars::before, .bicon-stars::before {
  content: "stars"; }

.bb-icon-stars.bb-icon--cropped::before, .bb-icon--cropped.bicon-stars::before {
  margin: 0 -2px; }

.bb-icon-statements::before, .bicon-statements::before {
  content: "note_add"; }

.bb-icon-statements.bb-icon--cropped::before, .bb-icon--cropped.bicon-statements::before {
  margin: 0 -4px; }

.bb-icon-stay-current-landscape::before, .bicon-stay-current-landscape::before {
  content: "stay_current_landscape"; }

.bb-icon-stay-current-portrait::before, .bicon-stay-current-portrait::before {
  content: "stay_current_portrait"; }

.bb-icon-stay-current-portrait.bb-icon--cropped::before, .bb-icon--cropped.bicon-stay-current-portrait::before {
  margin: 0 -5px; }

.bb-icon-stay-primary-landscape::before, .bicon-stay-primary-landscape::before {
  content: "stay_primary_landscape"; }

.bb-icon-stay-primary-landscape.bb-icon--cropped::before, .bb-icon--cropped.bicon-stay-primary-landscape::before {
  margin: 0 -1px; }

.bb-icon-stay-primary-portrait::before, .bicon-stay-primary-portrait::before {
  content: "stay_primary_portrait"; }

.bb-icon-stay-primary-portrait.bb-icon--cropped::before, .bb-icon--cropped.bicon-stay-primary-portrait::before {
  margin: 0 -5px; }

.bb-icon-stop-screen-share::before, .bicon-stop-screen-share::before {
  content: "stop_screen_share"; }

.bb-icon-stop::before, .bicon-stop::before {
  content: "stop"; }

.bb-icon-stop.bb-icon--cropped::before, .bb-icon--cropped.bicon-stop::before {
  margin: 0 -6px; }

.bb-icon-store-mall-directory::before, .bicon-store-mall-directory::before {
  content: "store_mall_directory"; }

.bb-icon-store-mall-directory.bb-icon--cropped::before, .bb-icon--cropped.bicon-store-mall-directory::before {
  margin: 0 -3px; }

.bb-icon-store::before, .bicon-store::before {
  content: "store"; }

.bb-icon-store.bb-icon--cropped::before, .bb-icon--cropped.bicon-store::before {
  margin: 0 -3px; }

.bb-icon-straighten::before, .bicon-straighten::before {
  content: "straighten"; }

.bb-icon-straighten.bb-icon--cropped::before, .bb-icon--cropped.bicon-straighten::before {
  margin: 0 -1px; }

.bb-icon-streetview::before, .bicon-streetview::before {
  content: "streetview"; }

.bb-icon-strikethrough-s::before, .bicon-strikethrough-s::before {
  content: "strikethrough_s"; }

.bb-icon-strikethrough-s.bb-icon--cropped::before, .bb-icon--cropped.bicon-strikethrough-s::before {
  margin: 0 -3px; }

.bb-icon-style::before, .bicon-style::before {
  content: "style"; }

.bb-icon-style.bb-icon--cropped::before, .bb-icon--cropped.bicon-style::before {
  margin: 0 -1px; }

.bb-icon-subdirectory-arrow-left::before, .bicon-subdirectory-arrow-left::before {
  content: "subdirectory_arrow_left"; }

.bb-icon-subdirectory-arrow-left.bb-icon--cropped::before, .bb-icon--cropped.bicon-subdirectory-arrow-left::before {
  margin: 0 -4px; }

.bb-icon-subdirectory-arrow-right::before, .bicon-subdirectory-arrow-right::before {
  content: "subdirectory_arrow_right"; }

.bb-icon-subdirectory-arrow-right.bb-icon--cropped::before, .bb-icon--cropped.bicon-subdirectory-arrow-right::before {
  margin: 0 -4px; }

.bb-icon-subject::before, .bicon-subject::before {
  content: "subject"; }

.bb-icon-subject.bb-icon--cropped::before, .bb-icon--cropped.bicon-subject::before {
  margin: 0 -4px; }

.bb-icon-subscriptions::before, .bicon-subscriptions::before {
  content: "subscriptions"; }

.bb-icon-subscriptions.bb-icon--cropped::before, .bb-icon--cropped.bicon-subscriptions::before {
  margin: 0 -2px; }

.bb-icon-subtitles::before, .bicon-subtitles::before {
  content: "subtitles"; }

.bb-icon-subtitles.bb-icon--cropped::before, .bb-icon--cropped.bicon-subtitles::before {
  margin: 0 -2px; }

.bb-icon-subway::before, .bicon-subway::before {
  content: "subway"; }

.bb-icon-subway.bb-icon--cropped::before, .bb-icon--cropped.bicon-subway::before {
  margin: 0 -2px; }

.bb-icon-success::before, .bicon-success::before {
  content: "check_circle"; }

.bb-icon-success.bb-icon--cropped::before, .bb-icon--cropped.bicon-success::before {
  margin: 0 -2px; }

.bb-icon-supervisor-account::before, .bicon-supervisor-account::before {
  content: "supervisor_account"; }

.bb-icon-supervisor-account.bb-icon--cropped::before, .bb-icon--cropped.bicon-supervisor-account::before {
  margin: 0 -2px; }

.bb-icon-surround-sound::before, .bicon-surround-sound::before {
  content: "surround_sound"; }

.bb-icon-surround-sound.bb-icon--cropped::before, .bb-icon--cropped.bicon-surround-sound::before {
  margin: 0 -2px; }

.bb-icon-swap-calls::before, .bicon-swap-calls::before {
  content: "swap_calls"; }

.bb-icon-swap-calls.bb-icon--cropped::before, .bb-icon--cropped.bicon-swap-calls::before {
  margin: 0 -2px; }

.bb-icon-swap-horiz::before, .bicon-swap-horiz::before, .bb-transaction-category-transfers::before {
  content: "swap_horiz"; }

.bb-icon-swap-horiz.bb-icon--cropped::before, .bb-icon--cropped.bicon-swap-horiz::before, .bb-icon--cropped.bb-transaction-category-transfers::before {
  margin: 0 -3px; }

.bb-icon-swap-vert::before, .bicon-swap-vert::before {
  content: "swap_vert"; }

.bb-icon-swap-vert.bb-icon--cropped::before, .bb-icon--cropped.bicon-swap-vert::before {
  margin: 0 -5px; }

.bb-icon-swap-vertical-circle::before, .bicon-swap-vertical-circle::before {
  content: "swap_vertical_circle"; }

.bb-icon-swap-vertical-circle.bb-icon--cropped::before, .bb-icon--cropped.bicon-swap-vertical-circle::before {
  margin: 0 -2px; }

.bb-icon-switch-camera::before, .bicon-switch-camera::before {
  content: "switch_camera"; }

.bb-icon-switch-camera.bb-icon--cropped::before, .bb-icon--cropped.bicon-switch-camera::before {
  margin: 0 -2px; }

.bb-icon-switch-video::before, .bicon-switch-video::before {
  content: "switch_video"; }

.bb-icon-switch-video.bb-icon--cropped::before, .bb-icon--cropped.bicon-switch-video::before {
  margin: 0 -2px; }

.bb-icon-sync-disabled::before, .bicon-sync-disabled::before {
  content: "sync_disabled"; }

.bb-icon-sync-disabled.bb-icon--cropped::before, .bb-icon--cropped.bicon-sync-disabled::before {
  margin: 0 -3px; }

.bb-icon-sync-problem::before, .bicon-sync-problem::before {
  content: "sync_problem"; }

.bb-icon-sync-problem.bb-icon--cropped::before, .bb-icon--cropped.bicon-sync-problem::before {
  margin: 0 -3px; }

.bb-icon-sync::before, .bicon-sync::before {
  content: "sync"; }

.bb-icon-sync.bb-icon--cropped::before, .bb-icon--cropped.bicon-sync::before {
  margin: 0 -4px; }

.bb-icon-system-update-alt::before, .bicon-system-update-alt::before {
  content: "system_update_alt"; }

.bb-icon-system-update-alt.bb-icon--cropped::before, .bb-icon--cropped.bicon-system-update-alt::before {
  margin: 0 -1px; }

.bb-icon-system-update::before, .bicon-system-update::before {
  content: "system_update"; }

.bb-icon-system-update.bb-icon--cropped::before, .bb-icon--cropped.bicon-system-update::before {
  margin: 0 -5px; }

.bb-icon-tab-unselected::before, .bicon-tab-unselected::before {
  content: "tab_unselected"; }

.bb-icon-tab-unselected.bb-icon--cropped::before, .bb-icon--cropped.bicon-tab-unselected::before {
  margin: 0 -1px; }

.bb-icon-tab::before, .bicon-tab::before {
  content: "tab"; }

.bb-icon-tab.bb-icon--cropped::before, .bb-icon--cropped.bicon-tab::before {
  margin: 0 -1px; }

.bb-icon-tablet-android::before, .bicon-tablet-android::before {
  content: "tablet_android"; }

.bb-icon-tablet-android.bb-icon--cropped::before, .bb-icon--cropped.bicon-tablet-android::before {
  margin: 0 -3px; }

.bb-icon-tablet-mac::before, .bicon-tablet-mac::before {
  content: "tablet_mac"; }

.bb-icon-tablet-mac.bb-icon--cropped::before, .bb-icon--cropped.bicon-tablet-mac::before {
  margin: 0 -2px; }

.bb-icon-tablet::before, .bicon-tablet::before {
  content: "tablet"; }

.bb-icon-tablet.bb-icon--cropped::before, .bb-icon--cropped.bicon-tablet::before {
  margin: 0 -1px; }

.bb-icon-tag-faces::before, .bicon-tag-faces::before {
  content: "tag_faces"; }

.bb-icon-tag-faces.bb-icon--cropped::before, .bb-icon--cropped.bicon-tag-faces::before {
  margin: 0 -2px; }

.bb-icon-tap-and-play::before, .bicon-tap-and-play::before {
  content: "tap_and_play"; }

.bb-icon-tap-and-play.bb-icon--cropped::before, .bb-icon--cropped.bicon-tap-and-play::before {
  margin: 0 -2px; }

.bb-icon-term-deposits::before, .bicon-term-deposits::before {
  content: "lock"; }

.bb-icon-term-deposits.bb-icon--cropped::before, .bb-icon--cropped.bicon-term-deposits::before {
  margin: 0 -4px; }

.bb-icon-terrain::before, .bicon-terrain::before {
  content: "terrain"; }

.bb-icon-terrain.bb-icon--cropped::before, .bb-icon--cropped.bicon-terrain::before {
  margin: 0 -1px; }

.bb-icon-text-fields::before, .bicon-text-fields::before {
  content: "text_fields"; }

.bb-icon-text-fields.bb-icon--cropped::before, .bb-icon--cropped.bicon-text-fields::before {
  margin: 0 -2px; }

.bb-icon-text-format::before, .bicon-text-format::before {
  content: "text_format"; }

.bb-icon-text-format.bb-icon--cropped::before, .bb-icon--cropped.bicon-text-format::before {
  margin: 0 -5px; }

.bb-icon-textsms::before, .bicon-textsms::before {
  content: "textsms"; }

.bb-icon-textsms.bb-icon--cropped::before, .bb-icon--cropped.bicon-textsms::before {
  margin: 0 -2px; }

.bb-icon-texture::before, .bicon-texture::before {
  content: "texture"; }

.bb-icon-texture.bb-icon--cropped::before, .bb-icon--cropped.bicon-texture::before {
  margin: 0 -3px; }

.bb-icon-theaters::before, .bicon-theaters::before {
  content: "theaters"; }

.bb-icon-theaters.bb-icon--cropped::before, .bb-icon--cropped.bicon-theaters::before {
  margin: 0 -4px; }

.bb-icon-thumb-down::before, .bicon-thumb-down::before {
  content: "thumb_down"; }

.bb-icon-thumb-up::before, .bicon-thumb-up::before {
  content: "thumb_up"; }

.bb-icon-thumbs-up-down::before, .bicon-thumbs-up-down::before {
  content: "thumbs_up_down"; }

.bb-icon-time-to-leave::before, .bicon-time-to-leave::before {
  content: "time_to_leave"; }

.bb-icon-time-to-leave.bb-icon--cropped::before, .bb-icon--cropped.bicon-time-to-leave::before {
  margin: 0 -3px; }

.bb-icon-timelapse::before, .bicon-timelapse::before {
  content: "timelapse"; }

.bb-icon-timelapse.bb-icon--cropped::before, .bb-icon--cropped.bicon-timelapse::before {
  margin: 0 -2px; }

.bb-icon-timeline::before, .bicon-timeline::before {
  content: "timeline"; }

.bb-icon-timeline.bb-icon--cropped::before, .bb-icon--cropped.bicon-timeline::before {
  margin: 0 -1px; }

.bb-icon-timer-10::before, .bicon-timer-10::before {
  content: "timer_10"; }

.bb-icon-timer-10.bb-icon--cropped::before, .bb-icon--cropped.bicon-timer-10::before {
  margin: 0 -2px; }

.bb-icon-timer-3::before, .bicon-timer-3::before {
  content: "timer_3"; }

.bb-icon-timer-3.bb-icon--cropped::before, .bb-icon--cropped.bicon-timer-3::before {
  margin: 0 -3px; }

.bb-icon-timer-off::before, .bicon-timer-off::before {
  content: "timer_off"; }

.bb-icon-timer-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-timer-off::before {
  margin: 0 -2px; }

.bb-icon-timer::before, .bicon-timer::before {
  content: "timer"; }

.bb-icon-timer.bb-icon--cropped::before, .bb-icon--cropped.bicon-timer::before {
  margin: 0 -3px; }

.bb-icon-times::before, .bicon-times::before {
  content: "close"; }

.bb-icon-times.bb-icon--cropped::before, .bb-icon--cropped.bicon-times::before {
  margin: 0 -5px; }

.bb-icon-title::before, .bicon-title::before {
  content: "title"; }

.bb-icon-title.bb-icon--cropped::before, .bb-icon--cropped.bicon-title::before {
  margin: 0 -5px; }

.bb-icon-toc::before, .bicon-toc::before {
  content: "toc"; }

.bb-icon-toc.bb-icon--cropped::before, .bb-icon--cropped.bicon-toc::before {
  margin: 0 -3px; }

.bb-icon-today::before, .bicon-today::before {
  content: "today"; }

.bb-icon-today.bb-icon--cropped::before, .bb-icon--cropped.bicon-today::before {
  margin: 0 -3px; }

.bb-icon-toggle-down::before, .bicon-toggle-down::before {
  content: "keyboard_arrow_down"; }

.bb-icon-toggle-down.bb-icon--cropped::before, .bb-icon--cropped.bicon-toggle-down::before {
  margin: 0 -6px; }

.bb-icon-toggle-up::before, .bicon-toggle-up::before {
  content: "keyboard_arrow_up"; }

.bb-icon-toggle-up.bb-icon--cropped::before, .bb-icon--cropped.bicon-toggle-up::before {
  margin: 0 -6px; }

.bb-icon-toll::before, .bicon-toll::before, .bb-transaction-category-interest-income::before, .bb-transaction-category-rental-income::before, .bb-transaction-category-other-income::before {
  content: "toll"; }

.bb-icon-toll.bb-icon--cropped::before, .bb-icon--cropped.bicon-toll::before, .bb-icon--cropped.bb-transaction-category-interest-income::before, .bb-icon--cropped.bb-transaction-category-rental-income::before, .bb-icon--cropped.bb-transaction-category-other-income::before {
  margin: 0 -1px; }

.bb-icon-tonality::before, .bicon-tonality::before {
  content: "tonality"; }

.bb-icon-tonality.bb-icon--cropped::before, .bb-icon--cropped.bicon-tonality::before {
  margin: 0 -2px; }

.bb-icon-tools::before, .bicon-tools::before {
  content: "widgets"; }

.bb-icon-tools.bb-icon--cropped::before, .bb-icon--cropped.bicon-tools::before {
  margin: 0 -2px; }

.bb-icon-touch-app::before, .bicon-touch-app::before {
  content: "touch_app"; }

.bb-icon-touch-app.bb-icon--cropped::before, .bb-icon--cropped.bicon-touch-app::before {
  margin: 0 -4px; }

.bb-icon-toys::before, .bicon-toys::before {
  content: "toys"; }

.bb-icon-toys.bb-icon--cropped::before, .bb-icon--cropped.bicon-toys::before {
  margin: 0 -1px; }

.bb-icon-track-changes::before, .bicon-track-changes::before {
  content: "track_changes"; }

.bb-icon-track-changes.bb-icon--cropped::before, .bb-icon--cropped.bicon-track-changes::before {
  margin: 0 -2px; }

.bb-icon-traffic::before, .bicon-traffic::before {
  content: "traffic"; }

.bb-icon-traffic.bb-icon--cropped::before, .bb-icon--cropped.bicon-traffic::before {
  margin: 0 -4px; }

.bb-icon-train::before, .bicon-train::before {
  content: "train"; }

.bb-icon-train.bb-icon--cropped::before, .bb-icon--cropped.bicon-train::before {
  margin: 0 -4px; }

.bb-icon-tram::before, .bicon-tram::before {
  content: "tram"; }

.bb-icon-tram.bb-icon--cropped::before, .bb-icon--cropped.bicon-tram::before {
  margin: 0 -5px; }

.bb-icon-transactions::before, .bicon-transactions::before {
  content: "swap_horiz"; }

.bb-icon-transactions.bb-icon--cropped::before, .bb-icon--cropped.bicon-transactions::before {
  margin: 0 -3px; }

.bb-icon-transfer-within-a-station::before, .bicon-transfer-within-a-station::before {
  content: "transfer_within_a_station"; }

.bb-icon-transfer-within-a-station.bb-icon--cropped::before, .bb-icon--cropped.bicon-transfer-within-a-station::before {
  margin: 0 -2px; }

.bb-icon-transform::before, .bicon-transform::before {
  content: "transform"; }

.bb-icon-transform.bb-icon--cropped::before, .bb-icon--cropped.bicon-transform::before {
  margin: 0 -2px; }

.bb-icon-translate::before, .bicon-translate::before {
  content: "translate"; }

.bb-icon-translate.bb-icon--cropped::before, .bb-icon--cropped.bicon-translate::before {
  margin: 0 -1px; }

.bb-icon-trending-down::before, .bicon-trending-down::before {
  content: "trending_down"; }

.bb-icon-trending-down.bb-icon--cropped::before, .bb-icon--cropped.bicon-trending-down::before {
  margin: 0 -2px; }

.bb-icon-trending-flat::before, .bicon-trending-flat::before {
  content: "trending_flat"; }

.bb-icon-trending-flat.bb-icon--cropped::before, .bb-icon--cropped.bicon-trending-flat::before {
  margin: 0 -2px; }

.bb-icon-tune::before, .bicon-tune::before {
  content: "tune"; }

.bb-icon-tune.bb-icon--cropped::before, .bb-icon--cropped.bicon-tune::before {
  margin: 0 -3px; }

.bb-icon-turned-in-not::before, .bicon-turned-in-not::before {
  content: "turned_in_not"; }

.bb-icon-turned-in-not.bb-icon--cropped::before, .bb-icon--cropped.bicon-turned-in-not::before {
  margin: 0 -5px; }

.bb-icon-turned-in::before, .bicon-turned-in::before {
  content: "turned_in"; }

.bb-icon-turned-in.bb-icon--cropped::before, .bb-icon--cropped.bicon-turned-in::before {
  margin: 0 -5px; }

.bb-icon-tv::before, .bicon-tv::before {
  content: "tv"; }

.bb-icon-tv.bb-icon--cropped::before, .bb-icon--cropped.bicon-tv::before {
  margin: 0 -1px; }

.bb-icon-unarchive::before, .bicon-unarchive::before {
  content: "unarchive"; }

.bb-icon-unarchive.bb-icon--cropped::before, .bb-icon--cropped.bicon-unarchive::before {
  margin: 0 -3px; }

.bb-icon-undo::before, .bicon-undo::before {
  content: "undo"; }

.bb-icon-undo.bb-icon--cropped::before, .bb-icon--cropped.bicon-undo::before {
  margin: 0 -1px; }

.bb-icon-unexpected::before, .bicon-unexpected::before {
  content: "storage"; }

.bb-icon-unexpected.bb-icon--cropped::before, .bb-icon--cropped.bicon-unexpected::before {
  margin: 0 -2px; }

.bb-icon-unfold-less::before, .bicon-unfold-less::before {
  content: "unfold_less"; }

.bb-icon-unfold-less.bb-icon--cropped::before, .bb-icon--cropped.bicon-unfold-less::before {
  margin: 0 -7px; }

.bb-icon-unfold-more::before, .bicon-unfold-more::before {
  content: "unfold_more"; }

.bb-icon-unfold-more.bb-icon--cropped::before, .bb-icon--cropped.bicon-unfold-more::before {
  margin: 0 -7px; }

.bb-icon-update::before, .bicon-update::before {
  content: "update"; }

.bb-icon-update.bb-icon--cropped::before, .bb-icon--cropped.bicon-update::before {
  margin: 0 -3px; }

.bb-icon-usb::before, .bicon-usb::before {
  content: "usb"; }

.bb-icon-usb.bb-icon--cropped::before, .bb-icon--cropped.bicon-usb::before {
  margin: 0 -4px; }

.bb-icon-user::before, .bicon-user::before {
  content: "person"; }

.bb-icon-user.bb-icon--cropped::before, .bb-icon--cropped.bicon-user::before {
  margin: 0 -4px; }

.bb-icon-users::before, .bicon-users::before {
  content: "people"; }

.bb-icon-users.bb-icon--cropped::before, .bb-icon--cropped.bicon-users::before {
  margin: 0 -1px; }

.bb-icon-verified-user::before, .bicon-verified-user::before {
  content: "verified_user"; }

.bb-icon-verified-user.bb-icon--cropped::before, .bb-icon--cropped.bicon-verified-user::before {
  margin: 0 -3px; }

.bb-icon-vertical-align-bottom::before, .bicon-vertical-align-bottom::before {
  content: "vertical_align_bottom"; }

.bb-icon-vertical-align-bottom.bb-icon--cropped::before, .bb-icon--cropped.bicon-vertical-align-bottom::before {
  margin: 0 -4px; }

.bb-icon-vertical-align-center::before, .bicon-vertical-align-center::before {
  content: "vertical_align_center"; }

.bb-icon-vertical-align-center.bb-icon--cropped::before, .bb-icon--cropped.bicon-vertical-align-center::before {
  margin: 0 -4px; }

.bb-icon-vertical-align-top::before, .bicon-vertical-align-top::before {
  content: "vertical_align_top"; }

.bb-icon-vertical-align-top.bb-icon--cropped::before, .bb-icon--cropped.bicon-vertical-align-top::before {
  margin: 0 -4px; }

.bb-icon-vibration::before, .bicon-vibration::before {
  content: "vibration"; }

.bb-icon-video-call::before, .bicon-video-call::before {
  content: "video_call"; }

.bb-icon-video-call.bb-icon--cropped::before, .bb-icon--cropped.bicon-video-call::before {
  margin: 0 -3px; }

.bb-icon-video-label::before, .bicon-video-label::before {
  content: "video_label"; }

.bb-icon-video-label.bb-icon--cropped::before, .bb-icon--cropped.bicon-video-label::before {
  margin: 0 -1px; }

.bb-icon-video-library::before, .bicon-video-library::before {
  content: "video_library"; }

.bb-icon-video-library.bb-icon--cropped::before, .bb-icon--cropped.bicon-video-library::before {
  margin: 0 -2px; }

.bb-icon-videocam-off::before, .bicon-videocam-off::before {
  content: "videocam_off"; }

.bb-icon-videocam-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-videocam-off::before {
  margin: 0 -2px; }

.bb-icon-videocam::before, .bicon-videocam::before {
  content: "videocam"; }

.bb-icon-videocam.bb-icon--cropped::before, .bb-icon--cropped.bicon-videocam::before {
  margin: 0 -3px; }

.bb-icon-videogame-asset::before, .bicon-videogame-asset::before {
  content: "videogame_asset"; }

.bb-icon-view-agenda::before, .bicon-view-agenda::before {
  content: "view_agenda"; }

.bb-icon-view-agenda.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-agenda::before {
  margin: 0 -2px; }

.bb-icon-view-array::before, .bicon-view-array::before {
  content: "view_array"; }

.bb-icon-view-array.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-array::before {
  margin: 0 -3px; }

.bb-icon-view-carousel::before, .bicon-view-carousel::before {
  content: "view_carousel"; }

.bb-icon-view-carousel.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-carousel::before {
  margin: 0 -2px; }

.bb-icon-view-column::before, .bicon-view-column::before {
  content: "view_column"; }

.bb-icon-view-column.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-column::before {
  margin: 0 -3px; }

.bb-icon-view-comfy::before, .bicon-view-comfy::before {
  content: "view_comfy"; }

.bb-icon-view-comfy.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-comfy::before {
  margin: 0 -2px; }

.bb-icon-view-compact::before, .bicon-view-compact::before {
  content: "view_compact"; }

.bb-icon-view-compact.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-compact::before {
  margin: 0 -2px; }

.bb-icon-view-day::before, .bicon-view-day::before {
  content: "view_day"; }

.bb-icon-view-day.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-day::before {
  margin: 0 -2px; }

.bb-icon-view-headline::before, .bicon-view-headline::before {
  content: "view_headline"; }

.bb-icon-view-headline.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-headline::before {
  margin: 0 -4px; }

.bb-icon-view-list::before, .bicon-view-list::before {
  content: "view_list"; }

.bb-icon-view-list.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-list::before {
  margin: 0 -3px; }

.bb-icon-view-module::before, .bicon-view-module::before {
  content: "view_module"; }

.bb-icon-view-module.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-module::before {
  margin: 0 -3px; }

.bb-icon-view-quilt::before, .bicon-view-quilt::before {
  content: "view_quilt"; }

.bb-icon-view-quilt.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-quilt::before {
  margin: 0 -3px; }

.bb-icon-view-stream::before, .bicon-view-stream::before {
  content: "view_stream"; }

.bb-icon-view-stream.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-stream::before {
  margin: 0 -3px; }

.bb-icon-view-week::before, .bicon-view-week::before {
  content: "view_week"; }

.bb-icon-view-week.bb-icon--cropped::before, .bb-icon--cropped.bicon-view-week::before {
  margin: 0 -2px; }

.bb-icon-vignette::before, .bicon-vignette::before {
  content: "vignette"; }

.bb-icon-visibility-off::before, .bicon-visibility-off::before {
  content: "visibility_off"; }

.bb-icon-visibility-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-visibility-off::before {
  margin: 0 -1px; }

.bb-icon-visibility::before, .bicon-visibility::before {
  content: "visibility"; }

.bb-icon-visibility.bb-icon--cropped::before, .bb-icon--cropped.bicon-visibility::before {
  margin: 0 -1px; }

.bb-icon-voice-chat::before, .bicon-voice-chat::before {
  content: "voice_chat"; }

.bb-icon-voice-chat.bb-icon--cropped::before, .bb-icon--cropped.bicon-voice-chat::before {
  margin: 0 -2px; }

.bb-icon-voicemail::before, .bicon-voicemail::before {
  content: "voicemail"; }

.bb-icon-volume-down::before, .bicon-volume-down::before {
  content: "volume_down"; }

.bb-icon-volume-down.bb-icon--cropped::before, .bb-icon--cropped.bicon-volume-down::before {
  margin: 0 -5px; }

.bb-icon-volume-mute::before, .bicon-volume-mute::before {
  content: "volume_mute"; }

.bb-icon-volume-mute.bb-icon--cropped::before, .bb-icon--cropped.bicon-volume-mute::before {
  margin: 0 -5px; }

.bb-icon-volume-off::before, .bicon-volume-off::before {
  content: "volume_off"; }

.bb-icon-volume-off.bb-icon--cropped::before, .bb-icon--cropped.bicon-volume-off::before {
  margin: 0 -3px; }

.bb-icon-volume-up::before, .bicon-volume-up::before {
  content: "volume_up"; }

.bb-icon-volume-up.bb-icon--cropped::before, .bb-icon--cropped.bicon-volume-up::before {
  margin: 0 -3px; }

.bb-icon-vpn-key::before, .bicon-vpn-key::before {
  content: "vpn_key"; }

.bb-icon-vpn-lock::before, .bicon-vpn-lock::before {
  content: "vpn_lock"; }

.bb-icon-wallpaper::before, .bicon-wallpaper::before {
  content: "wallpaper"; }

.bb-icon-wallpaper.bb-icon--cropped::before, .bb-icon--cropped.bicon-wallpaper::before {
  margin: 0 -2px; }

.bb-icon-warning::before, .bicon-warning::before {
  content: "warning"; }

.bb-icon-warning.bb-icon--cropped::before, .bb-icon--cropped.bicon-warning::before {
  margin: 0 -1px; }

.bb-icon-watch-later::before, .bicon-watch-later::before {
  content: "query_builder"; }

.bb-icon-watch-later.bb-icon--cropped::before, .bb-icon--cropped.bicon-watch-later::before {
  margin: 0 -2px; }

.bb-icon-watch::before, .bicon-watch::before {
  content: "watch"; }

.bb-icon-watch.bb-icon--cropped::before, .bb-icon--cropped.bicon-watch::before {
  margin: 0 -4px; }

.bb-icon-wb-auto::before, .bicon-wb-auto::before {
  content: "wb_auto"; }

.bb-icon-wb-cloudy::before, .bicon-wb-cloudy::before {
  content: "wb_cloudy"; }

.bb-icon-wb-incandescent::before, .bicon-wb-incandescent::before {
  content: "wb_incandescent"; }

.bb-icon-wb-incandescent.bb-icon--cropped::before, .bb-icon--cropped.bicon-wb-incandescent::before {
  margin: 0 -1px; }

.bb-icon-wb-iridescent::before, .bicon-wb-iridescent::before {
  content: "wb_iridescent"; }

.bb-icon-wb-iridescent.bb-icon--cropped::before, .bb-icon--cropped.bicon-wb-iridescent::before {
  margin: 0 -3px; }

.bb-icon-wb-sunny::before, .bicon-wb-sunny::before {
  content: "wb_sunny"; }

.bb-icon-wb-sunny.bb-icon--cropped::before, .bb-icon--cropped.bicon-wb-sunny::before {
  margin: 0 -1px; }

.bb-icon-wc::before, .bicon-wc::before {
  content: "wc"; }

.bb-icon-wc.bb-icon--cropped::before, .bb-icon--cropped.bicon-wc::before {
  margin: 0 -4px; }

.bb-icon-web-asset::before, .bicon-web-asset::before {
  content: "web_asset"; }

.bb-icon-web-asset.bb-icon--cropped::before, .bb-icon--cropped.bicon-web-asset::before {
  margin: 0 -3px; }

.bb-icon-web::before, .bicon-web::before {
  content: "web"; }

.bb-icon-web.bb-icon--cropped::before, .bb-icon--cropped.bicon-web::before {
  margin: 0 -2px; }

.bb-icon-weekend::before, .bicon-weekend::before {
  content: "weekend"; }

.bb-icon-whatshot::before, .bicon-whatshot::before {
  content: "whatshot"; }

.bb-icon-whatshot.bb-icon--cropped::before, .bb-icon--cropped.bicon-whatshot::before {
  margin: 0 -4px; }

.bb-icon-wifi-lock::before, .bicon-wifi-lock::before {
  content: "wifi_lock"; }

.bb-icon-wifi-tethering::before, .bicon-wifi-tethering::before {
  content: "wifi_tethering"; }

.bb-icon-wifi-tethering.bb-icon--cropped::before, .bb-icon--cropped.bicon-wifi-tethering::before {
  margin: 0 -2px; }

.bb-icon-wifi::before, .bicon-wifi::before {
  content: "wifi"; }

.bb-icon-wifi.bb-icon--cropped::before, .bb-icon--cropped.bicon-wifi::before {
  margin: 0 -1px; }

.bb-icon-work::before, .bicon-work::before {
  content: "work"; }

.bb-icon-work.bb-icon--cropped::before, .bb-icon--cropped.bicon-work::before {
  margin: 0 -2px; }

.bb-icon-wrap-text::before, .bicon-wrap-text::before {
  content: "wrap_text"; }

.bb-icon-wrap-text.bb-icon--cropped::before, .bb-icon--cropped.bicon-wrap-text::before {
  margin: 0 -3px; }

.bb-icon-youtube-searched-for::before, .bicon-youtube-searched-for::before {
  content: "youtube_searched_for"; }

.bb-icon-youtube-searched-for.bb-icon--cropped::before, .bb-icon--cropped.bicon-youtube-searched-for::before {
  margin: 0 -2px; }

.bb-icon-zoom-in::before, .bicon-zoom-in::before {
  content: "zoom_in"; }

.bb-icon-zoom-in.bb-icon--cropped::before, .bb-icon--cropped.bicon-zoom-in::before {
  margin: 0 -3px; }

.bb-icon-zoom-out-map::before, .bicon-zoom-out-map::before {
  content: "zoom_out_map"; }

.bb-icon-zoom-out-map.bb-icon--cropped::before, .bb-icon--cropped.bicon-zoom-out-map::before {
  margin: 0 -3px; }

.bb-icon-zoom-out::before, .bicon-zoom-out::before {
  content: "zoom_out"; }

.bb-icon-zoom-out.bb-icon--cropped::before, .bb-icon--cropped.bicon-zoom-out::before {
  margin: 0 -3px; }

.bb-icon-delivery-tracker__step--ordered::before {
  content: "check"; }

.bb-icon-delivery-tracker__step--processed::before {
  content: "assignment"; }

.bb-icon-delivery-tracker__step--in-transit::before {
  content: "local_shipping"; }

.bb-icon-delivery-tracker__step--delivered::before {
  content: "home"; }

.bb-icon-category-mortgage, .bicon-category-mortgage {
  color: #181e41; }
  .bb-icon-category-mortgage::before, .bicon-category-mortgage::before {
    content: "home"; }
  .bb-icon-category-mortgage.bb-icon__background, .bb-icon-category-mortgage.bicon.icon-circle-md, .bb-icon-category-mortgage.icon-circle-md.bb-transaction-category, .bb-icon-category-mortgage.bicon.icon-circle, .bb-icon-category-mortgage.icon-circle.bb-transaction-category, .bb-icon-category-mortgage.bicon.icon-circle-sm, .bb-icon-category-mortgage.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-mortgage, .bicon-category-mortgage.icon-circle-sm, .bicon-category-mortgage.icon-circle, .bicon-category-mortgage.icon-circle-md, .bicon-category-mortgage.icon-circle-lg, .bicon-category-mortgage.icon-circle-xl, .bicon-category-mortgage.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-rent, .bicon-category-rent {
  color: #181e41; }
  .bb-icon-category-rent::before, .bicon-category-rent::before {
    content: "home"; }
  .bb-icon-category-rent.bb-icon__background, .bb-icon-category-rent.bicon.icon-circle-md, .bb-icon-category-rent.icon-circle-md.bb-transaction-category, .bb-icon-category-rent.bicon.icon-circle, .bb-icon-category-rent.icon-circle.bb-transaction-category, .bb-icon-category-rent.bicon.icon-circle-sm, .bb-icon-category-rent.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-rent, .bicon-category-rent.icon-circle-sm, .bicon-category-rent.icon-circle, .bicon-category-rent.icon-circle-md, .bicon-category-rent.icon-circle-lg, .bicon-category-rent.icon-circle-xl, .bicon-category-rent.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-beauty, .bicon-category-beauty {
  color: #181e41; }
  .bb-icon-category-beauty::before, .bicon-category-beauty::before {
    content: "favorite"; }
  .bb-icon-category-beauty.bb-icon__background, .bb-icon-category-beauty.bicon.icon-circle-md, .bb-icon-category-beauty.icon-circle-md.bb-transaction-category, .bb-icon-category-beauty.bicon.icon-circle, .bb-icon-category-beauty.icon-circle.bb-transaction-category, .bb-icon-category-beauty.bicon.icon-circle-sm, .bb-icon-category-beauty.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-beauty, .bicon-category-beauty.icon-circle-sm, .bicon-category-beauty.icon-circle, .bicon-category-beauty.icon-circle-md, .bicon-category-beauty.icon-circle-lg, .bicon-category-beauty.icon-circle-xl, .bicon-category-beauty.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-health-fitness, .bicon-category-health-fitness {
  color: #181e41; }
  .bb-icon-category-health-fitness::before, .bicon-category-health-fitness::before {
    content: "favorite"; }
  .bb-icon-category-health-fitness.bb-icon__background, .bb-icon-category-health-fitness.bicon.icon-circle-md, .bb-icon-category-health-fitness.icon-circle-md.bb-transaction-category, .bb-icon-category-health-fitness.bicon.icon-circle, .bb-icon-category-health-fitness.icon-circle.bb-transaction-category, .bb-icon-category-health-fitness.bicon.icon-circle-sm, .bb-icon-category-health-fitness.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-health-fitness, .bicon-category-health-fitness.icon-circle-sm, .bicon-category-health-fitness.icon-circle, .bicon-category-health-fitness.icon-circle-md, .bicon-category-health-fitness.icon-circle-lg, .bicon-category-health-fitness.icon-circle-xl, .bicon-category-health-fitness.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-alcohol-bars, .bicon-category-alcohol-bars {
  color: #181e41; }
  .bb-icon-category-alcohol-bars::before, .bicon-category-alcohol-bars::before {
    content: "restaurant"; }
  .bb-icon-category-alcohol-bars.bb-icon__background, .bb-icon-category-alcohol-bars.bicon.icon-circle-md, .bb-icon-category-alcohol-bars.icon-circle-md.bb-transaction-category, .bb-icon-category-alcohol-bars.bicon.icon-circle, .bb-icon-category-alcohol-bars.icon-circle.bb-transaction-category, .bb-icon-category-alcohol-bars.bicon.icon-circle-sm, .bb-icon-category-alcohol-bars.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-alcohol-bars, .bicon-category-alcohol-bars.icon-circle-sm, .bicon-category-alcohol-bars.icon-circle, .bicon-category-alcohol-bars.icon-circle-md, .bicon-category-alcohol-bars.icon-circle-lg, .bicon-category-alcohol-bars.icon-circle-xl, .bicon-category-alcohol-bars.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-fast-food, .bicon-category-fast-food {
  color: #181e41; }
  .bb-icon-category-fast-food::before, .bicon-category-fast-food::before {
    content: "restaurant"; }
  .bb-icon-category-fast-food.bb-icon__background, .bb-icon-category-fast-food.bicon.icon-circle-md, .bb-icon-category-fast-food.icon-circle-md.bb-transaction-category, .bb-icon-category-fast-food.bicon.icon-circle, .bb-icon-category-fast-food.icon-circle.bb-transaction-category, .bb-icon-category-fast-food.bicon.icon-circle-sm, .bb-icon-category-fast-food.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-fast-food, .bicon-category-fast-food.icon-circle-sm, .bicon-category-fast-food.icon-circle, .bicon-category-fast-food.icon-circle-md, .bicon-category-fast-food.icon-circle-lg, .bicon-category-fast-food.icon-circle-xl, .bicon-category-fast-food.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-groceries, .bicon-category-groceries {
  color: #181e41; }
  .bb-icon-category-groceries::before, .bicon-category-groceries::before {
    content: "restaurant"; }
  .bb-icon-category-groceries.bb-icon__background, .bb-icon-category-groceries.bicon.icon-circle-md, .bb-icon-category-groceries.icon-circle-md.bb-transaction-category, .bb-icon-category-groceries.bicon.icon-circle, .bb-icon-category-groceries.icon-circle.bb-transaction-category, .bb-icon-category-groceries.bicon.icon-circle-sm, .bb-icon-category-groceries.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-groceries, .bicon-category-groceries.icon-circle-sm, .bicon-category-groceries.icon-circle, .bicon-category-groceries.icon-circle-md, .bicon-category-groceries.icon-circle-lg, .bicon-category-groceries.icon-circle-xl, .bicon-category-groceries.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-restaurants, .bicon-category-restaurants {
  color: #181e41; }
  .bb-icon-category-restaurants::before, .bicon-category-restaurants::before {
    content: "restaurant"; }
  .bb-icon-category-restaurants.bb-icon__background, .bb-icon-category-restaurants.bicon.icon-circle-md, .bb-icon-category-restaurants.icon-circle-md.bb-transaction-category, .bb-icon-category-restaurants.bicon.icon-circle, .bb-icon-category-restaurants.icon-circle.bb-transaction-category, .bb-icon-category-restaurants.bicon.icon-circle-sm, .bb-icon-category-restaurants.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-restaurants, .bicon-category-restaurants.icon-circle-sm, .bicon-category-restaurants.icon-circle, .bicon-category-restaurants.icon-circle-md, .bicon-category-restaurants.icon-circle-lg, .bicon-category-restaurants.icon-circle-xl, .bicon-category-restaurants.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-car, .bicon-category-car {
  color: #181e41; }
  .bb-icon-category-car::before, .bicon-category-car::before {
    content: "directions_car"; }
  .bb-icon-category-car.bb-icon__background, .bb-icon-category-car.bicon.icon-circle-md, .bb-icon-category-car.icon-circle-md.bb-transaction-category, .bb-icon-category-car.bicon.icon-circle, .bb-icon-category-car.icon-circle.bb-transaction-category, .bb-icon-category-car.bicon.icon-circle-sm, .bb-icon-category-car.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-car, .bicon-category-car.icon-circle-sm, .bicon-category-car.icon-circle, .bicon-category-car.icon-circle-md, .bicon-category-car.icon-circle-lg, .bicon-category-car.icon-circle-xl, .bicon-category-car.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-public-transport, .bicon-category-public-transport {
  color: #181e41; }
  .bb-icon-category-public-transport::before, .bicon-category-public-transport::before {
    content: "directions_car"; }
  .bb-icon-category-public-transport.bb-icon__background, .bb-icon-category-public-transport.bicon.icon-circle-md, .bb-icon-category-public-transport.icon-circle-md.bb-transaction-category, .bb-icon-category-public-transport.bicon.icon-circle, .bb-icon-category-public-transport.icon-circle.bb-transaction-category, .bb-icon-category-public-transport.bicon.icon-circle-sm, .bb-icon-category-public-transport.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-public-transport, .bicon-category-public-transport.icon-circle-sm, .bicon-category-public-transport.icon-circle, .bicon-category-public-transport.icon-circle-md, .bicon-category-public-transport.icon-circle-lg, .bicon-category-public-transport.icon-circle-xl, .bicon-category-public-transport.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-clothing, .bicon-category-clothing {
  color: #181e41; }
  .bb-icon-category-clothing::before, .bicon-category-clothing::before {
    content: "shopping_cart"; }
  .bb-icon-category-clothing.bb-icon__background, .bb-icon-category-clothing.bicon.icon-circle-md, .bb-icon-category-clothing.icon-circle-md.bb-transaction-category, .bb-icon-category-clothing.bicon.icon-circle, .bb-icon-category-clothing.icon-circle.bb-transaction-category, .bb-icon-category-clothing.bicon.icon-circle-sm, .bb-icon-category-clothing.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-clothing, .bicon-category-clothing.icon-circle-sm, .bicon-category-clothing.icon-circle, .bicon-category-clothing.icon-circle-md, .bicon-category-clothing.icon-circle-lg, .bicon-category-clothing.icon-circle-xl, .bicon-category-clothing.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-electronics, .bicon-category-electronics {
  color: #181e41; }
  .bb-icon-category-electronics::before, .bicon-category-electronics::before {
    content: "shopping_cart"; }
  .bb-icon-category-electronics.bb-icon__background, .bb-icon-category-electronics.bicon.icon-circle-md, .bb-icon-category-electronics.icon-circle-md.bb-transaction-category, .bb-icon-category-electronics.bicon.icon-circle, .bb-icon-category-electronics.icon-circle.bb-transaction-category, .bb-icon-category-electronics.bicon.icon-circle-sm, .bb-icon-category-electronics.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-electronics, .bicon-category-electronics.icon-circle-sm, .bicon-category-electronics.icon-circle, .bicon-category-electronics.icon-circle-md, .bicon-category-electronics.icon-circle-lg, .bicon-category-electronics.icon-circle-xl, .bicon-category-electronics.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-internet, .bicon-category-internet {
  color: #181e41; }
  .bb-icon-category-internet::before, .bicon-category-internet::before {
    content: "description"; }
  .bb-icon-category-internet.bb-icon__background, .bb-icon-category-internet.bicon.icon-circle-md, .bb-icon-category-internet.icon-circle-md.bb-transaction-category, .bb-icon-category-internet.bicon.icon-circle, .bb-icon-category-internet.icon-circle.bb-transaction-category, .bb-icon-category-internet.bicon.icon-circle-sm, .bb-icon-category-internet.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-internet, .bicon-category-internet.icon-circle-sm, .bicon-category-internet.icon-circle, .bicon-category-internet.icon-circle-md, .bicon-category-internet.icon-circle-lg, .bicon-category-internet.icon-circle-xl, .bicon-category-internet.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-mobile-phone, .bicon-category-mobile-phone {
  color: #181e41; }
  .bb-icon-category-mobile-phone::before, .bicon-category-mobile-phone::before {
    content: "description"; }
  .bb-icon-category-mobile-phone.bb-icon__background, .bb-icon-category-mobile-phone.bicon.icon-circle-md, .bb-icon-category-mobile-phone.icon-circle-md.bb-transaction-category, .bb-icon-category-mobile-phone.bicon.icon-circle, .bb-icon-category-mobile-phone.icon-circle.bb-transaction-category, .bb-icon-category-mobile-phone.bicon.icon-circle-sm, .bb-icon-category-mobile-phone.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-mobile-phone, .bicon-category-mobile-phone.icon-circle-sm, .bicon-category-mobile-phone.icon-circle, .bicon-category-mobile-phone.icon-circle-md, .bicon-category-mobile-phone.icon-circle-lg, .bicon-category-mobile-phone.icon-circle-xl, .bicon-category-mobile-phone.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-utilities, .bicon-category-utilities {
  color: #181e41; }
  .bb-icon-category-utilities::before, .bicon-category-utilities::before {
    content: "description"; }
  .bb-icon-category-utilities.bb-icon__background, .bb-icon-category-utilities.bicon.icon-circle-md, .bb-icon-category-utilities.icon-circle-md.bb-transaction-category, .bb-icon-category-utilities.bicon.icon-circle, .bb-icon-category-utilities.icon-circle.bb-transaction-category, .bb-icon-category-utilities.bicon.icon-circle-sm, .bb-icon-category-utilities.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-utilities, .bicon-category-utilities.icon-circle-sm, .bicon-category-utilities.icon-circle, .bicon-category-utilities.icon-circle-md, .bicon-category-utilities.icon-circle-lg, .bicon-category-utilities.icon-circle-xl, .bicon-category-utilities.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-bonus, .bicon-category-bonus {
  color: #181e41; }
  .bb-icon-category-bonus::before, .bicon-category-bonus::before {
    content: "add_box"; }
  .bb-icon-category-bonus.bb-icon__background, .bb-icon-category-bonus.bicon.icon-circle-md, .bb-icon-category-bonus.icon-circle-md.bb-transaction-category, .bb-icon-category-bonus.bicon.icon-circle, .bb-icon-category-bonus.icon-circle.bb-transaction-category, .bb-icon-category-bonus.bicon.icon-circle-sm, .bb-icon-category-bonus.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-bonus, .bicon-category-bonus.icon-circle-sm, .bicon-category-bonus.icon-circle, .bicon-category-bonus.icon-circle-md, .bicon-category-bonus.icon-circle-lg, .bicon-category-bonus.icon-circle-xl, .bicon-category-bonus.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-salary-wages, .bicon-category-salary-wages {
  color: #181e41; }
  .bb-icon-category-salary-wages::before, .bicon-category-salary-wages::before {
    content: "add_box"; }
  .bb-icon-category-salary-wages.bb-icon__background, .bb-icon-category-salary-wages.bicon.icon-circle-md, .bb-icon-category-salary-wages.icon-circle-md.bb-transaction-category, .bb-icon-category-salary-wages.bicon.icon-circle, .bb-icon-category-salary-wages.icon-circle.bb-transaction-category, .bb-icon-category-salary-wages.bicon.icon-circle-sm, .bb-icon-category-salary-wages.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-salary-wages, .bicon-category-salary-wages.icon-circle-sm, .bicon-category-salary-wages.icon-circle, .bicon-category-salary-wages.icon-circle-md, .bicon-category-salary-wages.icon-circle-lg, .bicon-category-salary-wages.icon-circle-xl, .bicon-category-salary-wages.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-interest-income, .bicon-category-interest-income {
  color: #181e41; }
  .bb-icon-category-interest-income::before, .bicon-category-interest-income::before {
    content: "toll"; }
  .bb-icon-category-interest-income.bb-icon__background, .bb-icon-category-interest-income.bicon.icon-circle-md, .bb-icon-category-interest-income.icon-circle-md.bb-transaction-category, .bb-icon-category-interest-income.bicon.icon-circle, .bb-icon-category-interest-income.icon-circle.bb-transaction-category, .bb-icon-category-interest-income.bicon.icon-circle-sm, .bb-icon-category-interest-income.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-interest-income, .bicon-category-interest-income.icon-circle-sm, .bicon-category-interest-income.icon-circle, .bicon-category-interest-income.icon-circle-md, .bicon-category-interest-income.icon-circle-lg, .bicon-category-interest-income.icon-circle-xl, .bicon-category-interest-income.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-rental-income, .bicon-category-rental-income {
  color: #181e41; }
  .bb-icon-category-rental-income::before, .bicon-category-rental-income::before {
    content: "toll"; }
  .bb-icon-category-rental-income.bb-icon__background, .bb-icon-category-rental-income.bicon.icon-circle-md, .bb-icon-category-rental-income.icon-circle-md.bb-transaction-category, .bb-icon-category-rental-income.bicon.icon-circle, .bb-icon-category-rental-income.icon-circle.bb-transaction-category, .bb-icon-category-rental-income.bicon.icon-circle-sm, .bb-icon-category-rental-income.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-rental-income, .bicon-category-rental-income.icon-circle-sm, .bicon-category-rental-income.icon-circle, .bicon-category-rental-income.icon-circle-md, .bicon-category-rental-income.icon-circle-lg, .bicon-category-rental-income.icon-circle-xl, .bicon-category-rental-income.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-pending, .bicon-category-pending {
  color: #a2a2a2; }
  .bb-icon-category-pending::before, .bicon-category-pending::before {
    content: "error_outline"; }
  .bb-icon-category-pending.bb-icon__background, .bb-icon-category-pending.bicon.icon-circle-md, .bb-icon-category-pending.icon-circle-md.bb-transaction-category, .bb-icon-category-pending.bicon.icon-circle, .bb-icon-category-pending.icon-circle.bb-transaction-category, .bb-icon-category-pending.bicon.icon-circle-sm, .bb-icon-category-pending.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-pending, .bicon-category-pending.icon-circle-sm, .bicon-category-pending.icon-circle, .bicon-category-pending.icon-circle-md, .bicon-category-pending.icon-circle-lg, .bicon-category-pending.icon-circle-xl, .bicon-category-pending.icon-circle-xxl {
    background-color: #a2a2a2; }

.bb-icon-category-income, .bicon-category-income {
  color: #181e41; }
  .bb-icon-category-income::before, .bicon-category-income::before {
    content: "add_box"; }
  .bb-icon-category-income.bb-icon__background, .bb-icon-category-income.bicon.icon-circle-md, .bb-icon-category-income.icon-circle-md.bb-transaction-category, .bb-icon-category-income.bicon.icon-circle, .bb-icon-category-income.icon-circle.bb-transaction-category, .bb-icon-category-income.bicon.icon-circle-sm, .bb-icon-category-income.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-income, .bicon-category-income.icon-circle-sm, .bicon-category-income.icon-circle, .bicon-category-income.icon-circle-md, .bicon-category-income.icon-circle-lg, .bicon-category-income.icon-circle-xl, .bicon-category-income.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-home, .bicon-category-home {
  color: #181e41; }
  .bb-icon-category-home::before, .bicon-category-home::before {
    content: "home"; }
  .bb-icon-category-home.bb-icon__background, .bb-icon-category-home.bicon.icon-circle-md, .bb-icon-category-home.icon-circle-md.bb-transaction-category, .bb-icon-category-home.bicon.icon-circle, .bb-icon-category-home.icon-circle.bb-transaction-category, .bb-icon-category-home.bicon.icon-circle-sm, .bb-icon-category-home.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-home, .bicon-category-home.icon-circle-sm, .bicon-category-home.icon-circle, .bicon-category-home.icon-circle-md, .bicon-category-home.icon-circle-lg, .bicon-category-home.icon-circle-xl, .bicon-category-home.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-transfers, .bicon-category-transfers {
  color: #181e41; }
  .bb-icon-category-transfers::before, .bicon-category-transfers::before {
    content: "swap_horiz"; }
  .bb-icon-category-transfers.bb-icon__background, .bb-icon-category-transfers.bicon.icon-circle-md, .bb-icon-category-transfers.icon-circle-md.bb-transaction-category, .bb-icon-category-transfers.bicon.icon-circle, .bb-icon-category-transfers.icon-circle.bb-transaction-category, .bb-icon-category-transfers.bicon.icon-circle-sm, .bb-icon-category-transfers.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-transfers, .bicon-category-transfers.icon-circle-sm, .bicon-category-transfers.icon-circle, .bicon-category-transfers.icon-circle-md, .bicon-category-transfers.icon-circle-lg, .bicon-category-transfers.icon-circle-xl, .bicon-category-transfers.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-shopping, .bicon-category-shopping {
  color: #181e41; }
  .bb-icon-category-shopping::before, .bicon-category-shopping::before {
    content: "shopping_cart"; }
  .bb-icon-category-shopping.bb-icon__background, .bb-icon-category-shopping.bicon.icon-circle-md, .bb-icon-category-shopping.icon-circle-md.bb-transaction-category, .bb-icon-category-shopping.bicon.icon-circle, .bb-icon-category-shopping.icon-circle.bb-transaction-category, .bb-icon-category-shopping.bicon.icon-circle-sm, .bb-icon-category-shopping.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-shopping, .bicon-category-shopping.icon-circle-sm, .bicon-category-shopping.icon-circle, .bicon-category-shopping.icon-circle-md, .bicon-category-shopping.icon-circle-lg, .bicon-category-shopping.icon-circle-xl, .bicon-category-shopping.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-uncategorised, .bicon-category-uncategorised {
  color: #181e41; }
  .bb-icon-category-uncategorised::before, .bicon-category-uncategorised::before {
    content: "help_outline"; }
  .bb-icon-category-uncategorised.bb-icon__background, .bb-icon-category-uncategorised.bicon.icon-circle-md, .bb-icon-category-uncategorised.icon-circle-md.bb-transaction-category, .bb-icon-category-uncategorised.bicon.icon-circle, .bb-icon-category-uncategorised.icon-circle.bb-transaction-category, .bb-icon-category-uncategorised.bicon.icon-circle-sm, .bb-icon-category-uncategorised.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-uncategorised, .bicon-category-uncategorised.icon-circle-sm, .bicon-category-uncategorised.icon-circle, .bicon-category-uncategorised.icon-circle-md, .bicon-category-uncategorised.icon-circle-lg, .bicon-category-uncategorised.icon-circle-xl, .bicon-category-uncategorised.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-transportation, .bicon-category-transportation {
  color: #181e41; }
  .bb-icon-category-transportation::before, .bicon-category-transportation::before {
    content: "directions_car"; }
  .bb-icon-category-transportation.bb-icon__background, .bb-icon-category-transportation.bicon.icon-circle-md, .bb-icon-category-transportation.icon-circle-md.bb-transaction-category, .bb-icon-category-transportation.bicon.icon-circle, .bb-icon-category-transportation.icon-circle.bb-transaction-category, .bb-icon-category-transportation.bicon.icon-circle-sm, .bb-icon-category-transportation.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-transportation, .bicon-category-transportation.icon-circle-sm, .bicon-category-transportation.icon-circle, .bicon-category-transportation.icon-circle-md, .bicon-category-transportation.icon-circle-lg, .bicon-category-transportation.icon-circle-xl, .bicon-category-transportation.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-bills-utilities, .bicon-category-bills-utilities {
  color: #181e41; }
  .bb-icon-category-bills-utilities::before, .bicon-category-bills-utilities::before {
    content: "description"; }
  .bb-icon-category-bills-utilities.bb-icon__background, .bb-icon-category-bills-utilities.bicon.icon-circle-md, .bb-icon-category-bills-utilities.icon-circle-md.bb-transaction-category, .bb-icon-category-bills-utilities.bicon.icon-circle, .bb-icon-category-bills-utilities.icon-circle.bb-transaction-category, .bb-icon-category-bills-utilities.bicon.icon-circle-sm, .bb-icon-category-bills-utilities.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-bills-utilities, .bicon-category-bills-utilities.icon-circle-sm, .bicon-category-bills-utilities.icon-circle, .bicon-category-bills-utilities.icon-circle-md, .bicon-category-bills-utilities.icon-circle-lg, .bicon-category-bills-utilities.icon-circle-xl, .bicon-category-bills-utilities.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-hobbies-entertainment, .bicon-category-hobbies-entertainment {
  color: #181e41; }
  .bb-icon-category-hobbies-entertainment::before, .bicon-category-hobbies-entertainment::before {
    content: "local_play"; }
  .bb-icon-category-hobbies-entertainment.bb-icon__background, .bb-icon-category-hobbies-entertainment.bicon.icon-circle-md, .bb-icon-category-hobbies-entertainment.icon-circle-md.bb-transaction-category, .bb-icon-category-hobbies-entertainment.bicon.icon-circle, .bb-icon-category-hobbies-entertainment.icon-circle.bb-transaction-category, .bb-icon-category-hobbies-entertainment.bicon.icon-circle-sm, .bb-icon-category-hobbies-entertainment.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-hobbies-entertainment, .bicon-category-hobbies-entertainment.icon-circle-sm, .bicon-category-hobbies-entertainment.icon-circle, .bicon-category-hobbies-entertainment.icon-circle-md, .bicon-category-hobbies-entertainment.icon-circle-lg, .bicon-category-hobbies-entertainment.icon-circle-xl, .bicon-category-hobbies-entertainment.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-health-beauty, .bicon-category-health-beauty {
  color: #181e41; }
  .bb-icon-category-health-beauty::before, .bicon-category-health-beauty::before {
    content: "favorite"; }
  .bb-icon-category-health-beauty.bb-icon__background, .bb-icon-category-health-beauty.bicon.icon-circle-md, .bb-icon-category-health-beauty.icon-circle-md.bb-transaction-category, .bb-icon-category-health-beauty.bicon.icon-circle, .bb-icon-category-health-beauty.icon-circle.bb-transaction-category, .bb-icon-category-health-beauty.bicon.icon-circle-sm, .bb-icon-category-health-beauty.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-health-beauty, .bicon-category-health-beauty.icon-circle-sm, .bicon-category-health-beauty.icon-circle, .bicon-category-health-beauty.icon-circle-md, .bicon-category-health-beauty.icon-circle-lg, .bicon-category-health-beauty.icon-circle-xl, .bicon-category-health-beauty.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-food-drinks, .bicon-category-food-drinks {
  color: #181e41; }
  .bb-icon-category-food-drinks::before, .bicon-category-food-drinks::before {
    content: "restaurant"; }
  .bb-icon-category-food-drinks.bb-icon__background, .bb-icon-category-food-drinks.bicon.icon-circle-md, .bb-icon-category-food-drinks.icon-circle-md.bb-transaction-category, .bb-icon-category-food-drinks.bicon.icon-circle, .bb-icon-category-food-drinks.icon-circle.bb-transaction-category, .bb-icon-category-food-drinks.bicon.icon-circle-sm, .bb-icon-category-food-drinks.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-food-drinks, .bicon-category-food-drinks.icon-circle-sm, .bicon-category-food-drinks.icon-circle, .bicon-category-food-drinks.icon-circle-md, .bicon-category-food-drinks.icon-circle-lg, .bicon-category-food-drinks.icon-circle-xl, .bicon-category-food-drinks.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-category-other-income, .bicon-category-other-income {
  color: #181e41; }
  .bb-icon-category-other-income::before, .bicon-category-other-income::before {
    content: "toll"; }
  .bb-icon-category-other-income.bb-icon__background, .bb-icon-category-other-income.bicon.icon-circle-md, .bb-icon-category-other-income.icon-circle-md.bb-transaction-category, .bb-icon-category-other-income.bicon.icon-circle, .bb-icon-category-other-income.icon-circle.bb-transaction-category, .bb-icon-category-other-income.bicon.icon-circle-sm, .bb-icon-category-other-income.icon-circle-sm.bb-transaction-category, .bb-icon__background.bicon-category-other-income, .bicon-category-other-income.icon-circle-sm, .bicon-category-other-income.icon-circle, .bicon-category-other-income.icon-circle-md, .bicon-category-other-income.icon-circle-lg, .bicon-category-other-income.icon-circle-xl, .bicon-category-other-income.icon-circle-xxl {
    background-color: #181e41; }

.bb-icon-arrow-in::before, .bicon-arrow-in::before {
  display: inline-block;
  transform: rotateX(180deg);
  content: "reply"; }

.bb-icon-arrow-out::before, .bicon-arrow-out::before {
  display: inline-block;
  transform: rotateY(180deg);
  content: "reply"; }

.bb-icon[class*="bb-icon-file-"], .table thead th.sortable .th-content[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"], .bicon[class*="bicon-file-"], .bb-transaction-category[class*="bicon-file-"] {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 48px;
  margin-left: 2px;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Inter", "sans-serif";
  line-height: 48px;
  text-align: center;
  background-color: #a2a2a2;
  border-radius: 2px; }
  .bb-icon[class*="bb-icon-file-"]::after, .bicon[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"]::after, .bicon[class*="bicon-file-"]::after, .bb-transaction-category[class*="bicon-file-"]::after {
    position: absolute;
    top: 0;
    right: 0;
    border: 5px solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #bcbcbc;
    border-left-color: #bcbcbc;
    border-bottom-left-radius: 2px;
    content: ""; }
  .bb-icon[class*="bb-icon-file-"].bb-icon--md, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon--md::before, .table thead th.sortable .th-content.bicon.bicon-md[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.bicon-md.bb-transaction-category[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.bicon.icon-circle-md[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.icon-circle-md.bb-transaction-category[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.bicon.icon-circle[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.icon-circle.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon--md, .bicon.bicon-md[class*="bb-icon-file-"], .bicon-md.bb-transaction-category[class*="bb-icon-file-"], .bicon.icon-circle-md[class*="bb-icon-file-"], .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"], .bicon.icon-circle[class*="bb-icon-file-"], .icon-circle.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon--md, .bicon.bicon-md[class*="bicon-file-"], .bicon-md.bb-transaction-category[class*="bicon-file-"], .bicon.icon-circle-md[class*="bicon-file-"], .icon-circle-md.bb-transaction-category[class*="bicon-file-"], .bicon.icon-circle[class*="bicon-file-"], .icon-circle.bb-transaction-category[class*="bicon-file-"], .bb-icon--md.bicon[class*="bicon-file-"], .bb-icon--md.bb-transaction-category[class*="bicon-file-"] {
    width: 21px;
    height: 26px;
    font-size: 0.575rem;
    line-height: 26px; }
    .bb-icon[class*="bb-icon-file-"].bb-icon--md::after, .bicon[class*="bb-icon-file-"].bb-icon--md::after, .bicon.bicon-md[class*="bb-icon-file-"]::after, .bicon-md.bb-transaction-category[class*="bb-icon-file-"]::after, .bicon.icon-circle-md[class*="bb-icon-file-"]::after, .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"]::after, .bicon.icon-circle[class*="bb-icon-file-"]::after, .icon-circle.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon--md::after, .bicon.bicon-md[class*="bicon-file-"]::after, .bicon-md.bb-transaction-category[class*="bicon-file-"]::after, .bicon.icon-circle-md[class*="bicon-file-"]::after, .icon-circle-md.bb-transaction-category[class*="bicon-file-"]::after, .bicon.icon-circle[class*="bicon-file-"]::after, .icon-circle.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon--md.bicon[class*="bicon-file-"]::after, .bb-icon--md.bb-transaction-category[class*="bicon-file-"]::after {
      border-width: 3px; }
  .bb-icon[class*="bb-icon-file-"].bb-icon--sm, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon--sm::before, .table thead th.sortable .th-content.bicon.bicon-sm[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.bicon-sm.bb-transaction-category[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.bicon.icon-circle-sm[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon--sm, .bicon.bicon-sm[class*="bb-icon-file-"], .bicon-sm.bb-transaction-category[class*="bb-icon-file-"], .bicon.icon-circle-sm[class*="bb-icon-file-"], .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm, .bicon.bicon-sm[class*="bicon-file-"], .bicon-sm.bb-transaction-category[class*="bicon-file-"], .bicon.icon-circle-sm[class*="bicon-file-"], .icon-circle-sm.bb-transaction-category[class*="bicon-file-"], .bb-icon--sm.bicon[class*="bicon-file-"], .bb-icon--sm.bb-transaction-category[class*="bicon-file-"] {
    width: 12px;
    height: 16px;
    font-size: 0.4rem;
    line-height: 16px; }
    .bb-icon[class*="bb-icon-file-"].bb-icon--sm::after, .bicon[class*="bb-icon-file-"].bb-icon--sm::after, .bicon.bicon-sm[class*="bb-icon-file-"]::after, .bicon-sm.bb-transaction-category[class*="bb-icon-file-"]::after, .bicon.icon-circle-sm[class*="bb-icon-file-"]::after, .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm::after, .bicon.bicon-sm[class*="bicon-file-"]::after, .bicon-sm.bb-transaction-category[class*="bicon-file-"]::after, .bicon.icon-circle-sm[class*="bicon-file-"]::after, .icon-circle-sm.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon--sm.bicon[class*="bicon-file-"]::after, .bb-icon--sm.bb-transaction-category[class*="bicon-file-"]::after {
      border-width: 2px; }
  .bb-icon[class*="bb-icon-file-"].bb-icon-file-xls, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-xls::before, .table thead th.sortable .th-content.bicon-file-xls[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-xls, .bicon.bicon-file-xls[class*="bb-icon-file-"], .bicon-file-xls.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-xls, .bb-icon-file-xls.bicon[class*="bicon-file-"], .bicon.bicon-file-xls[class*="bicon-file-"], .bicon-file-xls.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-xls.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-xls[class*="bb-icon-file-"] {
    background-color: #f2780c; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-xls::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-xls::before, .table thead th.sortable .th-content.bicon-file-xls[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.bicon-file-xls[class*="bb-icon-file-"]::before, .bicon-file-xls.bb-transaction-category[class*="bb-icon-file-"]::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-xls::before, .bb-icon-file-xls.bicon[class*="bicon-file-"]::before, .bicon.bicon-file-xls[class*="bicon-file-"]::before, .bicon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-xls[class*="bb-icon-file-"]::before {
      content: ".xls"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-xls::after, .bicon[class*="bb-icon-file-"].bb-icon-file-xls::after, .bicon.bicon-file-xls[class*="bb-icon-file-"]::after, .bicon-file-xls.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-xls::after, .bb-icon-file-xls.bicon[class*="bicon-file-"]::after, .bicon.bicon-file-xls[class*="bicon-file-"]::after, .bicon-file-xls.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon-file-xls.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon.bicon-file-xls[class*="bb-icon-file-"]::after {
      border-bottom-color: #f6a155;
      border-left-color: #f6a155; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-xls.bb-icon--md::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-xls.bb-icon--md::before, .table thead th.sortable .th-content.bicon-file-xls[class*="bb-icon-file-"].bb-icon--md::before, .bicon[class*="bb-icon-file-"].bb-icon-file-xls.bb-icon--md::before, .bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.bicon-md.bicon-file-xls[class*="bb-icon-file-"]::before, .bicon-md.bicon-file-xls.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.icon-circle-md.bicon-file-xls[class*="bb-icon-file-"]::before, .icon-circle-md.bicon-file-xls.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.icon-circle.bicon-file-xls[class*="bb-icon-file-"]::before, .icon-circle.bicon-file-xls.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.bicon-file-xls[class*="bb-icon-file-"].bb-icon--md::before, .bicon-file-xls.bb-transaction-category[class*="bb-icon-file-"].bb-icon--md::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-xls.bb-icon--md::before, .bicon.bicon-md.bb-icon-file-xls[class*="bicon-file-"]::before, .bicon.bicon-md.bicon-file-xls[class*="bicon-file-"]::before, .bicon-md.bicon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bicon-md.bb-icon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-md.bb-icon-file-xls[class*="bicon-file-"]::before, .bicon.icon-circle-md.bicon-file-xls[class*="bicon-file-"]::before, .icon-circle-md.bicon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-md.bb-icon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle.bb-icon-file-xls[class*="bicon-file-"]::before, .bicon.icon-circle.bicon-file-xls[class*="bicon-file-"]::before, .icon-circle.bicon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle.bb-icon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-xls.bb-icon--md.bicon[class*="bicon-file-"]::before, .bb-icon--md.bicon.bicon-file-xls[class*="bicon-file-"]::before, .bb-icon--md.bicon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-xls.bb-icon--md.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-xls[class*="bb-icon-file-"].bb-icon--md::before {
      content: "XLS"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-xls.bb-icon--sm::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-xls.bb-icon--sm::before, .table thead th.sortable .th-content.bicon-file-xls[class*="bb-icon-file-"].bb-icon--sm::before, .bicon[class*="bb-icon-file-"].bb-icon-file-xls.bb-icon--sm::before, .bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.bicon-sm.bicon-file-xls[class*="bb-icon-file-"]::before, .bicon-sm.bicon-file-xls.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.icon-circle-sm.bicon-file-xls[class*="bb-icon-file-"]::before, .icon-circle-sm.bicon-file-xls.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-xls::before, .bicon.bicon-file-xls[class*="bb-icon-file-"].bb-icon--sm::before, .bicon-file-xls.bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-xls.bb-icon--sm::before, .bicon.bicon-sm.bb-icon-file-xls[class*="bicon-file-"]::before, .bicon.bicon-sm.bicon-file-xls[class*="bicon-file-"]::before, .bicon-sm.bicon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bicon-sm.bb-icon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bb-icon-file-xls[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bicon-file-xls[class*="bicon-file-"]::before, .icon-circle-sm.bicon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-sm.bb-icon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-xls.bb-icon--sm.bicon[class*="bicon-file-"]::before, .bb-icon--sm.bicon.bicon-file-xls[class*="bicon-file-"]::before, .bb-icon--sm.bicon-file-xls.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-xls.bb-icon--sm.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-xls[class*="bb-icon-file-"].bb-icon--sm::before {
      content: "X"; }
  .bb-icon[class*="bb-icon-file-"].bb-icon-file-csv, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-csv::before, .table thead th.sortable .th-content.bicon-file-csv[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-csv, .bicon.bicon-file-csv[class*="bb-icon-file-"], .bicon-file-csv.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-csv, .bb-icon-file-csv.bicon[class*="bicon-file-"], .bicon.bicon-file-csv[class*="bicon-file-"], .bicon-file-csv.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-csv.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-csv[class*="bb-icon-file-"] {
    background-color: #49074e; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-csv::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-csv::before, .table thead th.sortable .th-content.bicon-file-csv[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.bicon-file-csv[class*="bb-icon-file-"]::before, .bicon-file-csv.bb-transaction-category[class*="bb-icon-file-"]::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-csv::before, .bb-icon-file-csv.bicon[class*="bicon-file-"]::before, .bicon.bicon-file-csv[class*="bicon-file-"]::before, .bicon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-csv[class*="bb-icon-file-"]::before {
      content: ".csv"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-csv::after, .bicon[class*="bb-icon-file-"].bb-icon-file-csv::after, .bicon.bicon-file-csv[class*="bb-icon-file-"]::after, .bicon-file-csv.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-csv::after, .bb-icon-file-csv.bicon[class*="bicon-file-"]::after, .bicon.bicon-file-csv[class*="bicon-file-"]::after, .bicon-file-csv.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon-file-csv.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon.bicon-file-csv[class*="bb-icon-file-"]::after {
      border-bottom-color: #805183;
      border-left-color: #805183; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-csv.bb-icon--md::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-csv.bb-icon--md::before, .table thead th.sortable .th-content.bicon-file-csv[class*="bb-icon-file-"].bb-icon--md::before, .bicon[class*="bb-icon-file-"].bb-icon-file-csv.bb-icon--md::before, .bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.bicon-md.bicon-file-csv[class*="bb-icon-file-"]::before, .bicon-md.bicon-file-csv.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.icon-circle-md.bicon-file-csv[class*="bb-icon-file-"]::before, .icon-circle-md.bicon-file-csv.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.icon-circle.bicon-file-csv[class*="bb-icon-file-"]::before, .icon-circle.bicon-file-csv.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.bicon-file-csv[class*="bb-icon-file-"].bb-icon--md::before, .bicon-file-csv.bb-transaction-category[class*="bb-icon-file-"].bb-icon--md::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-csv.bb-icon--md::before, .bicon.bicon-md.bb-icon-file-csv[class*="bicon-file-"]::before, .bicon.bicon-md.bicon-file-csv[class*="bicon-file-"]::before, .bicon-md.bicon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bicon-md.bb-icon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-md.bb-icon-file-csv[class*="bicon-file-"]::before, .bicon.icon-circle-md.bicon-file-csv[class*="bicon-file-"]::before, .icon-circle-md.bicon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-md.bb-icon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle.bb-icon-file-csv[class*="bicon-file-"]::before, .bicon.icon-circle.bicon-file-csv[class*="bicon-file-"]::before, .icon-circle.bicon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle.bb-icon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-csv.bb-icon--md.bicon[class*="bicon-file-"]::before, .bb-icon--md.bicon.bicon-file-csv[class*="bicon-file-"]::before, .bb-icon--md.bicon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-csv.bb-icon--md.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-csv[class*="bb-icon-file-"].bb-icon--md::before {
      content: "CSV"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-csv.bb-icon--sm::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-csv.bb-icon--sm::before, .table thead th.sortable .th-content.bicon-file-csv[class*="bb-icon-file-"].bb-icon--sm::before, .bicon[class*="bb-icon-file-"].bb-icon-file-csv.bb-icon--sm::before, .bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.bicon-sm.bicon-file-csv[class*="bb-icon-file-"]::before, .bicon-sm.bicon-file-csv.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.icon-circle-sm.bicon-file-csv[class*="bb-icon-file-"]::before, .icon-circle-sm.bicon-file-csv.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-csv::before, .bicon.bicon-file-csv[class*="bb-icon-file-"].bb-icon--sm::before, .bicon-file-csv.bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-csv.bb-icon--sm::before, .bicon.bicon-sm.bb-icon-file-csv[class*="bicon-file-"]::before, .bicon.bicon-sm.bicon-file-csv[class*="bicon-file-"]::before, .bicon-sm.bicon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bicon-sm.bb-icon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bb-icon-file-csv[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bicon-file-csv[class*="bicon-file-"]::before, .icon-circle-sm.bicon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-sm.bb-icon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-csv.bb-icon--sm.bicon[class*="bicon-file-"]::before, .bb-icon--sm.bicon.bicon-file-csv[class*="bicon-file-"]::before, .bb-icon--sm.bicon-file-csv.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-csv.bb-icon--sm.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-csv[class*="bb-icon-file-"].bb-icon--sm::before {
      content: "C"; }
  .bb-icon[class*="bb-icon-file-"].bb-icon-file-mts, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-mts::before, .table thead th.sortable .th-content.bicon-file-mts[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-mts, .bicon.bicon-file-mts[class*="bb-icon-file-"], .bicon-file-mts.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-mts, .bb-icon-file-mts.bicon[class*="bicon-file-"], .bicon.bicon-file-mts[class*="bicon-file-"], .bicon-file-mts.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-mts.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-mts[class*="bb-icon-file-"] {
    background-color: #a2a2a2; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-mts::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-mts::before, .table thead th.sortable .th-content.bicon-file-mts[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.bicon-file-mts[class*="bb-icon-file-"]::before, .bicon-file-mts.bb-transaction-category[class*="bb-icon-file-"]::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-mts::before, .bb-icon-file-mts.bicon[class*="bicon-file-"]::before, .bicon.bicon-file-mts[class*="bicon-file-"]::before, .bicon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-mts[class*="bb-icon-file-"]::before {
      content: ".mts"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-mts::after, .bicon[class*="bb-icon-file-"].bb-icon-file-mts::after, .bicon.bicon-file-mts[class*="bb-icon-file-"]::after, .bicon-file-mts.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-mts::after, .bb-icon-file-mts.bicon[class*="bicon-file-"]::after, .bicon.bicon-file-mts[class*="bicon-file-"]::after, .bicon-file-mts.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon-file-mts.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon.bicon-file-mts[class*="bb-icon-file-"]::after {
      border-bottom-color: #dedede;
      border-left-color: #dedede; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-mts.bb-icon--md::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-mts.bb-icon--md::before, .table thead th.sortable .th-content.bicon-file-mts[class*="bb-icon-file-"].bb-icon--md::before, .bicon[class*="bb-icon-file-"].bb-icon-file-mts.bb-icon--md::before, .bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.bicon-md.bicon-file-mts[class*="bb-icon-file-"]::before, .bicon-md.bicon-file-mts.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.icon-circle-md.bicon-file-mts[class*="bb-icon-file-"]::before, .icon-circle-md.bicon-file-mts.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.icon-circle.bicon-file-mts[class*="bb-icon-file-"]::before, .icon-circle.bicon-file-mts.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.bicon-file-mts[class*="bb-icon-file-"].bb-icon--md::before, .bicon-file-mts.bb-transaction-category[class*="bb-icon-file-"].bb-icon--md::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-mts.bb-icon--md::before, .bicon.bicon-md.bb-icon-file-mts[class*="bicon-file-"]::before, .bicon.bicon-md.bicon-file-mts[class*="bicon-file-"]::before, .bicon-md.bicon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bicon-md.bb-icon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-md.bb-icon-file-mts[class*="bicon-file-"]::before, .bicon.icon-circle-md.bicon-file-mts[class*="bicon-file-"]::before, .icon-circle-md.bicon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-md.bb-icon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle.bb-icon-file-mts[class*="bicon-file-"]::before, .bicon.icon-circle.bicon-file-mts[class*="bicon-file-"]::before, .icon-circle.bicon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle.bb-icon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-mts.bb-icon--md.bicon[class*="bicon-file-"]::before, .bb-icon--md.bicon.bicon-file-mts[class*="bicon-file-"]::before, .bb-icon--md.bicon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-mts.bb-icon--md.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-mts[class*="bb-icon-file-"].bb-icon--md::before {
      content: "MTS"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-mts.bb-icon--sm::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-mts.bb-icon--sm::before, .table thead th.sortable .th-content.bicon-file-mts[class*="bb-icon-file-"].bb-icon--sm::before, .bicon[class*="bb-icon-file-"].bb-icon-file-mts.bb-icon--sm::before, .bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.bicon-sm.bicon-file-mts[class*="bb-icon-file-"]::before, .bicon-sm.bicon-file-mts.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.icon-circle-sm.bicon-file-mts[class*="bb-icon-file-"]::before, .icon-circle-sm.bicon-file-mts.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-mts::before, .bicon.bicon-file-mts[class*="bb-icon-file-"].bb-icon--sm::before, .bicon-file-mts.bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-mts.bb-icon--sm::before, .bicon.bicon-sm.bb-icon-file-mts[class*="bicon-file-"]::before, .bicon.bicon-sm.bicon-file-mts[class*="bicon-file-"]::before, .bicon-sm.bicon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bicon-sm.bb-icon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bb-icon-file-mts[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bicon-file-mts[class*="bicon-file-"]::before, .icon-circle-sm.bicon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-sm.bb-icon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-mts.bb-icon--sm.bicon[class*="bicon-file-"]::before, .bb-icon--sm.bicon.bicon-file-mts[class*="bicon-file-"]::before, .bb-icon--sm.bicon-file-mts.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-mts.bb-icon--sm.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-mts[class*="bb-icon-file-"].bb-icon--sm::before {
      content: "M"; }
  .bb-icon[class*="bb-icon-file-"].bb-icon-file-blk, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-blk::before, .table thead th.sortable .th-content.bicon-file-blk[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-blk, .bicon.bicon-file-blk[class*="bb-icon-file-"], .bicon-file-blk.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-blk, .bb-icon-file-blk.bicon[class*="bicon-file-"], .bicon.bicon-file-blk[class*="bicon-file-"], .bicon-file-blk.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-blk.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-blk[class*="bb-icon-file-"] {
    background-color: #a2a2a2; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-blk::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-blk::before, .table thead th.sortable .th-content.bicon-file-blk[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.bicon-file-blk[class*="bb-icon-file-"]::before, .bicon-file-blk.bb-transaction-category[class*="bb-icon-file-"]::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-blk::before, .bb-icon-file-blk.bicon[class*="bicon-file-"]::before, .bicon.bicon-file-blk[class*="bicon-file-"]::before, .bicon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-blk[class*="bb-icon-file-"]::before {
      content: ".blk"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-blk::after, .bicon[class*="bb-icon-file-"].bb-icon-file-blk::after, .bicon.bicon-file-blk[class*="bb-icon-file-"]::after, .bicon-file-blk.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-blk::after, .bb-icon-file-blk.bicon[class*="bicon-file-"]::after, .bicon.bicon-file-blk[class*="bicon-file-"]::after, .bicon-file-blk.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon-file-blk.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon.bicon-file-blk[class*="bb-icon-file-"]::after {
      border-bottom-color: #dedede;
      border-left-color: #dedede; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-blk.bb-icon--md::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-blk.bb-icon--md::before, .table thead th.sortable .th-content.bicon-file-blk[class*="bb-icon-file-"].bb-icon--md::before, .bicon[class*="bb-icon-file-"].bb-icon-file-blk.bb-icon--md::before, .bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.bicon-md.bicon-file-blk[class*="bb-icon-file-"]::before, .bicon-md.bicon-file-blk.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.icon-circle-md.bicon-file-blk[class*="bb-icon-file-"]::before, .icon-circle-md.bicon-file-blk.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.icon-circle.bicon-file-blk[class*="bb-icon-file-"]::before, .icon-circle.bicon-file-blk.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.bicon-file-blk[class*="bb-icon-file-"].bb-icon--md::before, .bicon-file-blk.bb-transaction-category[class*="bb-icon-file-"].bb-icon--md::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-blk.bb-icon--md::before, .bicon.bicon-md.bb-icon-file-blk[class*="bicon-file-"]::before, .bicon.bicon-md.bicon-file-blk[class*="bicon-file-"]::before, .bicon-md.bicon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bicon-md.bb-icon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-md.bb-icon-file-blk[class*="bicon-file-"]::before, .bicon.icon-circle-md.bicon-file-blk[class*="bicon-file-"]::before, .icon-circle-md.bicon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-md.bb-icon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle.bb-icon-file-blk[class*="bicon-file-"]::before, .bicon.icon-circle.bicon-file-blk[class*="bicon-file-"]::before, .icon-circle.bicon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle.bb-icon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-blk.bb-icon--md.bicon[class*="bicon-file-"]::before, .bb-icon--md.bicon.bicon-file-blk[class*="bicon-file-"]::before, .bb-icon--md.bicon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-blk.bb-icon--md.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-blk[class*="bb-icon-file-"].bb-icon--md::before {
      content: "BLK"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-blk.bb-icon--sm::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-blk.bb-icon--sm::before, .table thead th.sortable .th-content.bicon-file-blk[class*="bb-icon-file-"].bb-icon--sm::before, .bicon[class*="bb-icon-file-"].bb-icon-file-blk.bb-icon--sm::before, .bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.bicon-sm.bicon-file-blk[class*="bb-icon-file-"]::before, .bicon-sm.bicon-file-blk.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.icon-circle-sm.bicon-file-blk[class*="bb-icon-file-"]::before, .icon-circle-sm.bicon-file-blk.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-blk::before, .bicon.bicon-file-blk[class*="bb-icon-file-"].bb-icon--sm::before, .bicon-file-blk.bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-blk.bb-icon--sm::before, .bicon.bicon-sm.bb-icon-file-blk[class*="bicon-file-"]::before, .bicon.bicon-sm.bicon-file-blk[class*="bicon-file-"]::before, .bicon-sm.bicon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bicon-sm.bb-icon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bb-icon-file-blk[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bicon-file-blk[class*="bicon-file-"]::before, .icon-circle-sm.bicon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-sm.bb-icon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-blk.bb-icon--sm.bicon[class*="bicon-file-"]::before, .bb-icon--sm.bicon.bicon-file-blk[class*="bicon-file-"]::before, .bb-icon--sm.bicon-file-blk.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-blk.bb-icon--sm.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-blk[class*="bb-icon-file-"].bb-icon--sm::before {
      content: "B"; }
  .bb-icon[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.bicon-file-bb-sepa[class*="bb-icon-file-"], .bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bb-icon-file-bb-sepa.bicon[class*="bicon-file-"], .bicon.bicon-file-bb-sepa[class*="bicon-file-"], .bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-bb-sepa[class*="bb-icon-file-"] {
    background-color: #942121; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bb-icon-file-bb-sepa.bicon[class*="bicon-file-"]::before, .bicon.bicon-file-bb-sepa[class*="bicon-file-"]::before, .bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-bb-sepa[class*="bb-icon-file-"]::before {
      content: "SEPA"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-bb-sepa::after, .bicon[class*="bb-icon-file-"].bb-icon-file-bb-sepa::after, .bicon.bicon-file-bb-sepa[class*="bb-icon-file-"]::after, .bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::after, .bb-icon-file-bb-sepa.bicon[class*="bicon-file-"]::after, .bicon.bicon-file-bb-sepa[class*="bicon-file-"]::after, .bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon.bicon-file-bb-sepa[class*="bb-icon-file-"]::after {
      border-bottom-color: #e06d6d;
      border-left-color: #e06d6d; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--md::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--md::before, .table thead th.sortable .th-content.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--md::before, .bicon[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--md::before, .bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.bicon-md.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .bicon-md.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.icon-circle-md.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .icon-circle-md.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.icon-circle.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .icon-circle.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--md::before, .bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"].bb-icon--md::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--md::before, .bicon.bicon-md.bb-icon-file-bb-sepa[class*="bicon-file-"]::before, .bicon.bicon-md.bicon-file-bb-sepa[class*="bicon-file-"]::before, .bicon-md.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bicon-md.bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-md.bb-icon-file-bb-sepa[class*="bicon-file-"]::before, .bicon.icon-circle-md.bicon-file-bb-sepa[class*="bicon-file-"]::before, .icon-circle-md.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-md.bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle.bb-icon-file-bb-sepa[class*="bicon-file-"]::before, .bicon.icon-circle.bicon-file-bb-sepa[class*="bicon-file-"]::before, .icon-circle.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle.bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-bb-sepa.bb-icon--md.bicon[class*="bicon-file-"]::before, .bb-icon--md.bicon.bicon-file-bb-sepa[class*="bicon-file-"]::before, .bb-icon--md.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-bb-sepa.bb-icon--md.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--md::before {
      content: ""; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--sm::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--sm::before, .table thead th.sortable .th-content.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--sm::before, .bicon[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--sm::before, .bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.bicon-sm.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .bicon-sm.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.icon-circle-sm.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .icon-circle-sm.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .bicon.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--sm::before, .bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--sm::before, .bicon.bicon-sm.bb-icon-file-bb-sepa[class*="bicon-file-"]::before, .bicon.bicon-sm.bicon-file-bb-sepa[class*="bicon-file-"]::before, .bicon-sm.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bicon-sm.bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bb-icon-file-bb-sepa[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bicon-file-bb-sepa[class*="bicon-file-"]::before, .icon-circle-sm.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-sm.bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-bb-sepa.bb-icon--sm.bicon[class*="bicon-file-"]::before, .bb-icon--sm.bicon.bicon-file-bb-sepa[class*="bicon-file-"]::before, .bb-icon--sm.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-bb-sepa.bb-icon--sm.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--sm::before {
      content: ""; }
  .bb-icon[class*="bb-icon-file-"].bb-icon-file-ach, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-ach::before, .table thead th.sortable .th-content.bicon-file-ach[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-ach, .bicon.bicon-file-ach[class*="bb-icon-file-"], .bicon-file-ach.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-ach, .bb-icon-file-ach.bicon[class*="bicon-file-"], .bicon.bicon-file-ach[class*="bicon-file-"], .bicon-file-ach.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-ach.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-ach[class*="bb-icon-file-"] {
    background-color: #ffac09; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-ach::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-ach::before, .table thead th.sortable .th-content.bicon-file-ach[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.bicon-file-ach[class*="bb-icon-file-"]::before, .bicon-file-ach.bb-transaction-category[class*="bb-icon-file-"]::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-ach::before, .bb-icon-file-ach.bicon[class*="bicon-file-"]::before, .bicon.bicon-file-ach[class*="bicon-file-"]::before, .bicon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-ach[class*="bb-icon-file-"]::before {
      content: "ACH"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-ach::after, .bicon[class*="bb-icon-file-"].bb-icon-file-ach::after, .bicon.bicon-file-ach[class*="bb-icon-file-"]::after, .bicon-file-ach.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-ach::after, .bb-icon-file-ach.bicon[class*="bicon-file-"]::after, .bicon.bicon-file-ach[class*="bicon-file-"]::after, .bicon-file-ach.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon-file-ach.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon.bicon-file-ach[class*="bb-icon-file-"]::after {
      border-bottom-color: #f8c153;
      border-left-color: #f8c153; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-ach.bb-icon--md::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-ach.bb-icon--md::before, .table thead th.sortable .th-content.bicon-file-ach[class*="bb-icon-file-"].bb-icon--md::before, .bicon[class*="bb-icon-file-"].bb-icon-file-ach.bb-icon--md::before, .bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.bicon-md.bicon-file-ach[class*="bb-icon-file-"]::before, .bicon-md.bicon-file-ach.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.icon-circle-md.bicon-file-ach[class*="bb-icon-file-"]::before, .icon-circle-md.bicon-file-ach.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.icon-circle.bicon-file-ach[class*="bb-icon-file-"]::before, .icon-circle.bicon-file-ach.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.bicon-file-ach[class*="bb-icon-file-"].bb-icon--md::before, .bicon-file-ach.bb-transaction-category[class*="bb-icon-file-"].bb-icon--md::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-ach.bb-icon--md::before, .bicon.bicon-md.bb-icon-file-ach[class*="bicon-file-"]::before, .bicon.bicon-md.bicon-file-ach[class*="bicon-file-"]::before, .bicon-md.bicon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bicon-md.bb-icon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-md.bb-icon-file-ach[class*="bicon-file-"]::before, .bicon.icon-circle-md.bicon-file-ach[class*="bicon-file-"]::before, .icon-circle-md.bicon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-md.bb-icon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle.bb-icon-file-ach[class*="bicon-file-"]::before, .bicon.icon-circle.bicon-file-ach[class*="bicon-file-"]::before, .icon-circle.bicon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle.bb-icon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-ach.bb-icon--md.bicon[class*="bicon-file-"]::before, .bb-icon--md.bicon.bicon-file-ach[class*="bicon-file-"]::before, .bb-icon--md.bicon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-ach.bb-icon--md.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-ach[class*="bb-icon-file-"].bb-icon--md::before {
      content: "ACH"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-ach.bb-icon--sm::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-ach.bb-icon--sm::before, .table thead th.sortable .th-content.bicon-file-ach[class*="bb-icon-file-"].bb-icon--sm::before, .bicon[class*="bb-icon-file-"].bb-icon-file-ach.bb-icon--sm::before, .bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.bicon-sm.bicon-file-ach[class*="bb-icon-file-"]::before, .bicon-sm.bicon-file-ach.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.icon-circle-sm.bicon-file-ach[class*="bb-icon-file-"]::before, .icon-circle-sm.bicon-file-ach.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-ach::before, .bicon.bicon-file-ach[class*="bb-icon-file-"].bb-icon--sm::before, .bicon-file-ach.bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-ach.bb-icon--sm::before, .bicon.bicon-sm.bb-icon-file-ach[class*="bicon-file-"]::before, .bicon.bicon-sm.bicon-file-ach[class*="bicon-file-"]::before, .bicon-sm.bicon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bicon-sm.bb-icon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bb-icon-file-ach[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bicon-file-ach[class*="bicon-file-"]::before, .icon-circle-sm.bicon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-sm.bb-icon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-ach.bb-icon--sm.bicon[class*="bicon-file-"]::before, .bb-icon--sm.bicon.bicon-file-ach[class*="bicon-file-"]::before, .bb-icon--sm.bicon-file-ach.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-ach.bb-icon--sm.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-ach[class*="bb-icon-file-"].bb-icon--sm::before {
      content: "A"; }
  .bb-icon[class*="bb-icon-file-"].bb-icon-file-pdf, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-pdf::before, .table thead th.sortable .th-content.bicon-file-pdf[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-pdf, .bicon.bicon-file-pdf[class*="bb-icon-file-"], .bicon-file-pdf.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-pdf, .bb-icon-file-pdf.bicon[class*="bicon-file-"], .bicon.bicon-file-pdf[class*="bicon-file-"], .bicon-file-pdf.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-pdf.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-pdf[class*="bb-icon-file-"] {
    background-color: #942121; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-pdf::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-pdf::before, .table thead th.sortable .th-content.bicon-file-pdf[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.bicon-file-pdf[class*="bb-icon-file-"]::before, .bicon-file-pdf.bb-transaction-category[class*="bb-icon-file-"]::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bb-icon-file-pdf.bicon[class*="bicon-file-"]::before, .bicon.bicon-file-pdf[class*="bicon-file-"]::before, .bicon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-pdf[class*="bb-icon-file-"]::before {
      content: "PDF"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-pdf::after, .bicon[class*="bb-icon-file-"].bb-icon-file-pdf::after, .bicon.bicon-file-pdf[class*="bb-icon-file-"]::after, .bicon-file-pdf.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-pdf::after, .bb-icon-file-pdf.bicon[class*="bicon-file-"]::after, .bicon.bicon-file-pdf[class*="bicon-file-"]::after, .bicon-file-pdf.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon-file-pdf.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon.bicon-file-pdf[class*="bb-icon-file-"]::after {
      border-bottom-color: #e06d6d;
      border-left-color: #e06d6d; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-pdf.bb-icon--md::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-pdf.bb-icon--md::before, .table thead th.sortable .th-content.bicon-file-pdf[class*="bb-icon-file-"].bb-icon--md::before, .bicon[class*="bb-icon-file-"].bb-icon-file-pdf.bb-icon--md::before, .bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.bicon-md.bicon-file-pdf[class*="bb-icon-file-"]::before, .bicon-md.bicon-file-pdf.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.icon-circle-md.bicon-file-pdf[class*="bb-icon-file-"]::before, .icon-circle-md.bicon-file-pdf.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.icon-circle.bicon-file-pdf[class*="bb-icon-file-"]::before, .icon-circle.bicon-file-pdf.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.bicon-file-pdf[class*="bb-icon-file-"].bb-icon--md::before, .bicon-file-pdf.bb-transaction-category[class*="bb-icon-file-"].bb-icon--md::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-pdf.bb-icon--md::before, .bicon.bicon-md.bb-icon-file-pdf[class*="bicon-file-"]::before, .bicon.bicon-md.bicon-file-pdf[class*="bicon-file-"]::before, .bicon-md.bicon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bicon-md.bb-icon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-md.bb-icon-file-pdf[class*="bicon-file-"]::before, .bicon.icon-circle-md.bicon-file-pdf[class*="bicon-file-"]::before, .icon-circle-md.bicon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-md.bb-icon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle.bb-icon-file-pdf[class*="bicon-file-"]::before, .bicon.icon-circle.bicon-file-pdf[class*="bicon-file-"]::before, .icon-circle.bicon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle.bb-icon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-pdf.bb-icon--md.bicon[class*="bicon-file-"]::before, .bb-icon--md.bicon.bicon-file-pdf[class*="bicon-file-"]::before, .bb-icon--md.bicon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-pdf.bb-icon--md.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-pdf[class*="bb-icon-file-"].bb-icon--md::before {
      content: "PDF"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-pdf.bb-icon--sm::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-pdf.bb-icon--sm::before, .table thead th.sortable .th-content.bicon-file-pdf[class*="bb-icon-file-"].bb-icon--sm::before, .bicon[class*="bb-icon-file-"].bb-icon-file-pdf.bb-icon--sm::before, .bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.bicon-sm.bicon-file-pdf[class*="bb-icon-file-"]::before, .bicon-sm.bicon-file-pdf.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.icon-circle-sm.bicon-file-pdf[class*="bb-icon-file-"]::before, .icon-circle-sm.bicon-file-pdf.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-pdf::before, .bicon.bicon-file-pdf[class*="bb-icon-file-"].bb-icon--sm::before, .bicon-file-pdf.bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-pdf.bb-icon--sm::before, .bicon.bicon-sm.bb-icon-file-pdf[class*="bicon-file-"]::before, .bicon.bicon-sm.bicon-file-pdf[class*="bicon-file-"]::before, .bicon-sm.bicon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bicon-sm.bb-icon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bb-icon-file-pdf[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bicon-file-pdf[class*="bicon-file-"]::before, .icon-circle-sm.bicon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-sm.bb-icon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-pdf.bb-icon--sm.bicon[class*="bicon-file-"]::before, .bb-icon--sm.bicon.bicon-file-pdf[class*="bicon-file-"]::before, .bb-icon--sm.bicon-file-pdf.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-pdf.bb-icon--sm.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-pdf[class*="bb-icon-file-"].bb-icon--sm::before {
      content: "P"; }
  .bb-icon[class*="bb-icon-file-"].bb-icon-file-img, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-img::before, .table thead th.sortable .th-content.bicon-file-img[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-img, .bicon.bicon-file-img[class*="bb-icon-file-"], .bicon-file-img.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-img, .bb-icon-file-img.bicon[class*="bicon-file-"], .bicon.bicon-file-img[class*="bicon-file-"], .bicon-file-img.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-img.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-img[class*="bb-icon-file-"] {
    background-color: #f2780c; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-img::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-img::before, .table thead th.sortable .th-content.bicon-file-img[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.bicon-file-img[class*="bb-icon-file-"]::before, .bicon-file-img.bb-transaction-category[class*="bb-icon-file-"]::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-img::before, .bb-icon-file-img.bicon[class*="bicon-file-"]::before, .bicon.bicon-file-img[class*="bicon-file-"]::before, .bicon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-img[class*="bb-icon-file-"]::before {
      content: "IMG"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-img::after, .bicon[class*="bb-icon-file-"].bb-icon-file-img::after, .bicon.bicon-file-img[class*="bb-icon-file-"]::after, .bicon-file-img.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-img::after, .bb-icon-file-img.bicon[class*="bicon-file-"]::after, .bicon.bicon-file-img[class*="bicon-file-"]::after, .bicon-file-img.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon-file-img.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon.bicon-file-img[class*="bb-icon-file-"]::after {
      border-bottom-color: #f6a155;
      border-left-color: #f6a155; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-img.bb-icon--md::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-img.bb-icon--md::before, .table thead th.sortable .th-content.bicon-file-img[class*="bb-icon-file-"].bb-icon--md::before, .bicon[class*="bb-icon-file-"].bb-icon-file-img.bb-icon--md::before, .bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.bicon-md.bicon-file-img[class*="bb-icon-file-"]::before, .bicon-md.bicon-file-img.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.icon-circle-md.bicon-file-img[class*="bb-icon-file-"]::before, .icon-circle-md.bicon-file-img.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.icon-circle.bicon-file-img[class*="bb-icon-file-"]::before, .icon-circle.bicon-file-img.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.bicon-file-img[class*="bb-icon-file-"].bb-icon--md::before, .bicon-file-img.bb-transaction-category[class*="bb-icon-file-"].bb-icon--md::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-img.bb-icon--md::before, .bicon.bicon-md.bb-icon-file-img[class*="bicon-file-"]::before, .bicon.bicon-md.bicon-file-img[class*="bicon-file-"]::before, .bicon-md.bicon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bicon-md.bb-icon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-md.bb-icon-file-img[class*="bicon-file-"]::before, .bicon.icon-circle-md.bicon-file-img[class*="bicon-file-"]::before, .icon-circle-md.bicon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-md.bb-icon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle.bb-icon-file-img[class*="bicon-file-"]::before, .bicon.icon-circle.bicon-file-img[class*="bicon-file-"]::before, .icon-circle.bicon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle.bb-icon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-img.bb-icon--md.bicon[class*="bicon-file-"]::before, .bb-icon--md.bicon.bicon-file-img[class*="bicon-file-"]::before, .bb-icon--md.bicon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-img.bb-icon--md.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-img[class*="bb-icon-file-"].bb-icon--md::before {
      content: "IMG"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-img.bb-icon--sm::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-img.bb-icon--sm::before, .table thead th.sortable .th-content.bicon-file-img[class*="bb-icon-file-"].bb-icon--sm::before, .bicon[class*="bb-icon-file-"].bb-icon-file-img.bb-icon--sm::before, .bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.bicon-sm.bicon-file-img[class*="bb-icon-file-"]::before, .bicon-sm.bicon-file-img.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.icon-circle-sm.bicon-file-img[class*="bb-icon-file-"]::before, .icon-circle-sm.bicon-file-img.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-img::before, .bicon.bicon-file-img[class*="bb-icon-file-"].bb-icon--sm::before, .bicon-file-img.bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-img.bb-icon--sm::before, .bicon.bicon-sm.bb-icon-file-img[class*="bicon-file-"]::before, .bicon.bicon-sm.bicon-file-img[class*="bicon-file-"]::before, .bicon-sm.bicon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bicon-sm.bb-icon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bb-icon-file-img[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bicon-file-img[class*="bicon-file-"]::before, .icon-circle-sm.bicon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-sm.bb-icon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-img.bb-icon--sm.bicon[class*="bicon-file-"]::before, .bb-icon--sm.bicon.bicon-file-img[class*="bicon-file-"]::before, .bb-icon--sm.bicon-file-img.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-img.bb-icon--sm.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-img[class*="bb-icon-file-"].bb-icon--sm::before {
      content: "I"; }
  .bb-icon[class*="bb-icon-file-"].bb-icon-file-unknown, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-unknown::before, .table thead th.sortable .th-content.bicon-file-unknown[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-unknown, .bicon.bicon-file-unknown[class*="bb-icon-file-"], .bicon-file-unknown.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-unknown, .bb-icon-file-unknown.bicon[class*="bicon-file-"], .bicon.bicon-file-unknown[class*="bicon-file-"], .bicon-file-unknown.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-unknown.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-unknown[class*="bb-icon-file-"] {
    background-color: #a2a2a2; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-unknown::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-unknown::before, .table thead th.sortable .th-content.bicon-file-unknown[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.bicon-file-unknown[class*="bb-icon-file-"]::before, .bicon-file-unknown.bb-transaction-category[class*="bb-icon-file-"]::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bb-icon-file-unknown.bicon[class*="bicon-file-"]::before, .bicon.bicon-file-unknown[class*="bicon-file-"]::before, .bicon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-unknown[class*="bb-icon-file-"]::before {
      content: "?"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-unknown::after, .bicon[class*="bb-icon-file-"].bb-icon-file-unknown::after, .bicon.bicon-file-unknown[class*="bb-icon-file-"]::after, .bicon-file-unknown.bb-transaction-category[class*="bb-icon-file-"]::after, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-unknown::after, .bb-icon-file-unknown.bicon[class*="bicon-file-"]::after, .bicon.bicon-file-unknown[class*="bicon-file-"]::after, .bicon-file-unknown.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon-file-unknown.bb-transaction-category[class*="bicon-file-"]::after, .bb-icon.bicon-file-unknown[class*="bb-icon-file-"]::after {
      border-bottom-color: #dedede;
      border-left-color: #dedede; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-unknown.bb-icon--md::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-unknown.bb-icon--md::before, .table thead th.sortable .th-content.bicon-file-unknown[class*="bb-icon-file-"].bb-icon--md::before, .bicon[class*="bb-icon-file-"].bb-icon-file-unknown.bb-icon--md::before, .bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.bicon-md.bicon-file-unknown[class*="bb-icon-file-"]::before, .bicon-md.bicon-file-unknown.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.icon-circle-md.bicon-file-unknown[class*="bb-icon-file-"]::before, .icon-circle-md.bicon-file-unknown.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.icon-circle.bicon-file-unknown[class*="bb-icon-file-"]::before, .icon-circle.bicon-file-unknown.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.bicon-file-unknown[class*="bb-icon-file-"].bb-icon--md::before, .bicon-file-unknown.bb-transaction-category[class*="bb-icon-file-"].bb-icon--md::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-unknown.bb-icon--md::before, .bicon.bicon-md.bb-icon-file-unknown[class*="bicon-file-"]::before, .bicon.bicon-md.bicon-file-unknown[class*="bicon-file-"]::before, .bicon-md.bicon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bicon-md.bb-icon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-md.bb-icon-file-unknown[class*="bicon-file-"]::before, .bicon.icon-circle-md.bicon-file-unknown[class*="bicon-file-"]::before, .icon-circle-md.bicon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-md.bb-icon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle.bb-icon-file-unknown[class*="bicon-file-"]::before, .bicon.icon-circle.bicon-file-unknown[class*="bicon-file-"]::before, .icon-circle.bicon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle.bb-icon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-unknown.bb-icon--md.bicon[class*="bicon-file-"]::before, .bb-icon--md.bicon.bicon-file-unknown[class*="bicon-file-"]::before, .bb-icon--md.bicon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-unknown.bb-icon--md.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-unknown[class*="bb-icon-file-"].bb-icon--md::before {
      content: "?"; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-unknown.bb-icon--sm::before, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-unknown.bb-icon--sm::before, .table thead th.sortable .th-content.bicon-file-unknown[class*="bb-icon-file-"].bb-icon--sm::before, .bicon[class*="bb-icon-file-"].bb-icon-file-unknown.bb-icon--sm::before, .bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.bicon-sm.bicon-file-unknown[class*="bb-icon-file-"]::before, .bicon-sm.bicon-file-unknown.bb-transaction-category[class*="bb-icon-file-"]::before, .bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.icon-circle-sm.bicon-file-unknown[class*="bb-icon-file-"]::before, .icon-circle-sm.bicon-file-unknown.bb-transaction-category[class*="bb-icon-file-"]::before, .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-unknown::before, .bicon.bicon-file-unknown[class*="bb-icon-file-"].bb-icon--sm::before, .bicon-file-unknown.bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm::before, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-unknown.bb-icon--sm::before, .bicon.bicon-sm.bb-icon-file-unknown[class*="bicon-file-"]::before, .bicon.bicon-sm.bicon-file-unknown[class*="bicon-file-"]::before, .bicon-sm.bicon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bicon-sm.bb-icon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bb-icon-file-unknown[class*="bicon-file-"]::before, .bicon.icon-circle-sm.bicon-file-unknown[class*="bicon-file-"]::before, .icon-circle-sm.bicon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .icon-circle-sm.bb-icon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-unknown.bb-icon--sm.bicon[class*="bicon-file-"]::before, .bb-icon--sm.bicon.bicon-file-unknown[class*="bicon-file-"]::before, .bb-icon--sm.bicon-file-unknown.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon-file-unknown.bb-icon--sm.bb-transaction-category[class*="bicon-file-"]::before, .bb-icon.bicon-file-unknown[class*="bb-icon-file-"].bb-icon--sm::before {
      content: "?"; }
  .bb-icon[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .bicon[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.bicon-file-bb-sepa[class*="bb-icon-file-"], .bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"], .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bb-icon-file-bb-sepa.bicon[class*="bicon-file-"], .bicon.bicon-file-bb-sepa[class*="bicon-file-"], .bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-bb-sepa[class*="bb-icon-file-"] {
    font-size: 0.75rem;
    line-height: calc(48px * 1.6);
    background-image: url("../assets/images/logo-emblem-inverse.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--md, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--md::before, .table thead th.sortable .th-content.bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon.bicon-md.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.bicon-md.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon.icon-circle-md.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.icon-circle-md.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon.icon-circle.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.icon-circle.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--md::before, .bicon[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--md, .bicon.bicon-md[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.bicon-md.bicon-file-bb-sepa[class*="bb-icon-file-"], .bicon-md.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"], .bicon-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.icon-circle-md[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.icon-circle-md.bicon-file-bb-sepa[class*="bb-icon-file-"], .icon-circle-md.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"], .icon-circle-md.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.icon-circle[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.icon-circle.bicon-file-bb-sepa[class*="bb-icon-file-"], .icon-circle.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"], .icon-circle.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--md, .bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"].bb-icon--md, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--md, .bicon.bicon-md.bb-icon-file-bb-sepa[class*="bicon-file-"], .bicon.bicon-md.bicon-file-bb-sepa[class*="bicon-file-"], .bicon-md.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bicon-md.bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bicon.icon-circle-md.bb-icon-file-bb-sepa[class*="bicon-file-"], .bicon.icon-circle-md.bicon-file-bb-sepa[class*="bicon-file-"], .icon-circle-md.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .icon-circle-md.bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bicon.icon-circle.bb-icon-file-bb-sepa[class*="bicon-file-"], .bicon.icon-circle.bicon-file-bb-sepa[class*="bicon-file-"], .icon-circle.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .icon-circle.bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-bb-sepa.bb-icon--md.bicon[class*="bicon-file-"], .bb-icon--md.bicon.bicon-file-bb-sepa[class*="bicon-file-"], .bb-icon--md.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-bb-sepa.bb-icon--md.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--md {
      background-size: 12px; }
    .bb-icon[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--sm, .table thead th.sortable .th-content[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--sm::before, .table thead th.sortable .th-content.bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon.bicon-sm.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.bicon-sm.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon.icon-circle-sm.bicon-file-bb-sepa[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.icon-circle-sm.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"]::before, .table thead th.sortable .th-content.icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa::before, .table thead th.sortable .th-content.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--sm::before, .bicon[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--sm, .bicon.bicon-sm[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.bicon-sm.bicon-file-bb-sepa[class*="bb-icon-file-"], .bicon-sm.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"], .bicon-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.icon-circle-sm[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.icon-circle-sm.bicon-file-bb-sepa[class*="bb-icon-file-"], .icon-circle-sm.bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"], .icon-circle-sm.bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa, .bicon.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--sm, .bicon-file-bb-sepa.bb-transaction-category[class*="bb-icon-file-"].bb-icon--sm, .bb-transaction-category[class*="bb-icon-file-"].bb-icon-file-bb-sepa.bb-icon--sm, .bicon.bicon-sm.bb-icon-file-bb-sepa[class*="bicon-file-"], .bicon.bicon-sm.bicon-file-bb-sepa[class*="bicon-file-"], .bicon-sm.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bicon-sm.bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bicon.icon-circle-sm.bb-icon-file-bb-sepa[class*="bicon-file-"], .bicon.icon-circle-sm.bicon-file-bb-sepa[class*="bicon-file-"], .icon-circle-sm.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .icon-circle-sm.bb-icon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-bb-sepa.bb-icon--sm.bicon[class*="bicon-file-"], .bb-icon--sm.bicon.bicon-file-bb-sepa[class*="bicon-file-"], .bb-icon--sm.bicon-file-bb-sepa.bb-transaction-category[class*="bicon-file-"], .bb-icon-file-bb-sepa.bb-icon--sm.bb-transaction-category[class*="bicon-file-"], .bb-icon.bicon-file-bb-sepa[class*="bb-icon-file-"].bb-icon--sm {
      background-size: 8px; }

.bb-icon__background, .bicon.icon-circle-md, .icon-circle-md.bb-transaction-category, .bicon.icon-circle, .icon-circle.bb-transaction-category, .bicon.icon-circle-sm, .icon-circle-sm.bb-transaction-category {
  color: #fff; }

.bb-icon--primary {
  color: #0079c9; }

.bb-icon__background--primary {
  background-color: #0079c9; }

.bb-icon--secondary {
  color: #181e41; }

.bb-icon__background--secondary {
  background-color: #181e41; }

.bb-icon--success {
  color: #2e7d32; }

.bb-icon__background--success {
  background-color: #2e7d32; }

.bb-icon--info {
  color: #1476cc; }

.bb-icon__background--info {
  background-color: #1476cc; }

.bb-icon--warning {
  color: #fbc02d; }

.bb-icon__background--warning {
  background-color: #fbc02d; }

.bb-icon--danger {
  color: #d32f2f; }

.bb-icon__background--danger {
  background-color: #d32f2f; }

.bb-icon--light {
  color: #e9eaeb; }

.bb-icon__background--light {
  background-color: #e9eaeb; }

.bb-icon--dark {
  color: #333333; }

.bb-icon__background--dark {
  background-color: #333333; }

.bb-icon--current-account {
  color: #c22327; }

.bb-icon__background--current-account {
  background-color: #c22327; }

.bb-icon--savings-account {
  color: #181e41; }

.bb-icon__background--savings-account {
  background-color: #181e41; }

.bb-icon--term-deposit {
  color: #0079c9; }

.bb-icon__background--term-deposit {
  background-color: #0079c9; }

.bb-icon--credit-card {
  color: #49074e; }

.bb-icon__background--credit-card {
  background-color: #49074e; }

.bb-icon--debit-card {
  color: #49074e; }

.bb-icon__background--debit-card {
  background-color: #49074e; }

.bb-icon--loan {
  color: #f2780c; }

.bb-icon__background--loan {
  background-color: #f2780c; }

.bb-icon--investment-account {
  color: #0079c9; }

.bb-icon__background--investment-account {
  background-color: #0079c9; }

.bb-icon__background--circle, .bicon.icon-circle-md, .icon-circle-md.bb-transaction-category, .bicon.icon-circle, .icon-circle.bb-transaction-category, .bicon.icon-circle-sm, .icon-circle-sm.bb-transaction-category {
  border-radius: 50%; }

.bb-icon__background--square {
  border-radius: 0.5rem; }

.bb-infinite-scroll-container {
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 70vh;
  overflow: hidden; }

.bb-infinite-scroll {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

.bb-item-log__record,
.item-log__record,
.bb-item-log__pending-record,
.item-log__pending-record {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-bottom: 1rem; }
  .bb-item-log__record::before,
  .item-log__record::before,
  .bb-item-log__pending-record::before,
  .item-log__pending-record::before {
    position: absolute;
    top: calc( (1.5rem - 0.125rem) + 1px);
    left: calc( (1.5rem / 2) - 1px);
    display: inline-block;
    height: calc( 100% - (1.5rem - 2 * 0.125rem) - 2px);
    border-left: 2px solid #c5c5c5;
    content: ""; }
  .bb-item-log__record:last-child,
  .item-log__record:last-child,
  .bb-item-log__pending-record:last-child,
  .item-log__pending-record:last-child {
    padding-bottom: 0; }
    .bb-item-log__record:last-child:before,
    .item-log__record:last-child:before,
    .bb-item-log__pending-record:last-child:before,
    .item-log__pending-record:last-child:before {
      display: none; }

.bb-item-log-record__time,
.item-log-record__time {
  color: #737373; }

.bb-item-log-record__icon,
.item-log-record__icon {
  z-index: 1;
  margin-top: 0.125rem;
  margin-right: 0.5rem; }

.bb-item-log__pending-record::before,
.item-log__pending-record::before {
  border-left: 2px dashed #c5c5c5; }

.bb-map {
  height: 100%;
  min-height: 36rem;
  border-radius: 0.5rem; }

.bb-message-ui {
  border-color: #a2a2a2;
  border-top: 1px solid #c5c5c5; }

.bb-period-selector {
  display: flex;
  align-items: center; }

.bb-period-selector__date {
  width: 204px;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  text-align: center; }

.bb-period-selector__month {
  margin-bottom: 0.125rem;
  font-weight: 600;
  font-size: 1rem; }

.bb-period-selector__period {
  color: #737373;
  font-size: 0.875rem; }

/* Overriding some of ngx-chart classes for cumulative performance and valuation/variation charts */
.bb-chart-series {
  min-height: 100px; }
  .bb-chart-series .gridline-path {
    stroke: #f5f5f5; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .table-responsive > .table {
      max-width: inherit; } } }

tr.portfolio-summary-position-row {
  background-color: inherit; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    tr.portfolio-summary-position-row.with-pinned-first-col th,
    tr.portfolio-summary-position-row.with-pinned-first-col td {
      height: 51px; }
      tr.portfolio-summary-position-row.with-pinned-first-col th:first-child,
      tr.portfolio-summary-position-row.with-pinned-first-col td:first-child {
        position: absolute;
        top: auto;
        left: 0;
        width: 200px;
        height: 51px; }
      tr.portfolio-summary-position-row.with-pinned-first-col th:nth-child(2),
      tr.portfolio-summary-position-row.with-pinned-first-col td:nth-child(2) {
        padding-left: calc( 200px + 0.75rem); } }
  @supports (-ms-ime-align: auto) {
    tr.portfolio-summary-position-row.with-pinned-first-col th,
    tr.portfolio-summary-position-row.with-pinned-first-col td {
      height: 51px; }
      tr.portfolio-summary-position-row.with-pinned-first-col th:first-child,
      tr.portfolio-summary-position-row.with-pinned-first-col td:first-child {
        position: absolute;
        top: auto;
        left: 0;
        width: 200px;
        height: 51px; }
      tr.portfolio-summary-position-row.with-pinned-first-col th:nth-child(2),
      tr.portfolio-summary-position-row.with-pinned-first-col td:nth-child(2) {
        padding-left: calc( 200px + 0.75rem); } }
  tr.portfolio-summary-position-row.with-pinned-first-col th:first-child,
  tr.portfolio-summary-position-row.with-pinned-first-col td:first-child {
    /* stylelint-disable-next-line */
    position: -webkit-sticky;
    position: sticky;
    background-color: inherit;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    left: 0; }
    tr.portfolio-summary-position-row.with-pinned-first-col th:first-child.border-right,
    tr.portfolio-summary-position-row.with-pinned-first-col td:first-child.border-right {
      border-right: unset;
      box-shadow: inset -1px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    tr.portfolio-summary-position-row.with-pinned-first-col th:first-child {
      z-index: 1; } }
  @supports (-ms-ime-align: auto) {
    tr.portfolio-summary-position-row.with-pinned-first-col th:first-child {
      z-index: 1; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    tr.portfolio-summary-position-row.with-pinned-last-col th:nth-last-child(2),
    tr.portfolio-summary-position-row.with-pinned-last-col td:nth-last-child(2) {
      padding-right: calc( 0.75rem + 55px); }
    tr.portfolio-summary-position-row.with-pinned-last-col th:last-child,
    tr.portfolio-summary-position-row.with-pinned-last-col td:last-child {
      position: absolute;
      top: auto;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 51px; } }
  @supports (-ms-ime-align: auto) {
    tr.portfolio-summary-position-row.with-pinned-last-col th:nth-last-child(2),
    tr.portfolio-summary-position-row.with-pinned-last-col td:nth-last-child(2) {
      padding-right: calc( 0.75rem + 55px); }
    tr.portfolio-summary-position-row.with-pinned-last-col th:last-child,
    tr.portfolio-summary-position-row.with-pinned-last-col td:last-child {
      position: absolute;
      top: auto;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 51px; } }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
      tr.portfolio-summary-position-row.with-pinned-last-col th:nth-last-child(2),
      tr.portfolio-summary-position-row.with-pinned-last-col td:nth-last-child(2) {
        padding-right: calc( 0.75rem + 55px); } } }
  tr.portfolio-summary-position-row.with-pinned-last-col th:last-child,
  tr.portfolio-summary-position-row.with-pinned-last-col td:last-child {
    position: -webkit-sticky;
    position: sticky;
    background-color: inherit;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    right: 0; }
    tr.portfolio-summary-position-row.with-pinned-last-col th:last-child.border-left,
    tr.portfolio-summary-position-row.with-pinned-last-col td:last-child.border-left {
      border-left: unset;
      box-shadow: inset 1px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    tr.portfolio-summary-position-row.with-pinned-last-col th:last-child {
      z-index: 1; } }
  @supports (-ms-ime-align: auto) {
    tr.portfolio-summary-position-row.with-pinned-last-col th:last-child {
      z-index: 1; } }

.portfolio-transactions-table .transactions-item-head {
  cursor: pointer; }

/* Overriding some of ngx-chart classes for turnovers bar-chart */
.bb-chart .chart-legend {
  /* stylelint-disable-next-line declaration-no-important */
  width: 100% !important; }
  .bb-chart .chart-legend .legend-label-text {
    width: 100%; }
  .bb-chart .chart-legend .legend-labels {
    background: transparent; }
  .bb-chart .chart-legend .legend-label-color {
    border-radius: 100%; }

.bb-chart .grid-panel.odd rect {
  fill: transparent; }

.bb-chart .grid-panel.forecast rect {
  fill: #f5f5f5; }

:root {
  --chart-group-bar-color: #00719d, #4dbde9; }

@media screen and (-ms-high-contrast: active) and (min-width: 576px), (-ms-high-contrast: none) and (min-width: 576px) {
  .sweep-rule-editor {
    flex: none; }
  .sweep-rule-type-wrapper {
    display: inline-flex; }
  .sweep-rule-type {
    width: auto; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button-with-dropdown {
    flex: 1; } }

@supports (-ms-ime-align: auto) {
  @media (min-width: 576px) {
    .sweep-rule-editor {
      flex: none; }
    .sweep-rule-type-wrapper {
      display: inline-flex; }
    .sweep-rule-type {
      width: auto; } }
  .button-with-dropdown {
    flex: 1; } }

.sweep-summary-item-label {
  font-size: 1rem; }

@media (max-width: 1199.98px) {
  .table-responsive table tbody td.sweep-status-mobile-position {
    text-align: right; } }

.bb-cash-management-sweep-list-container {
  min-height: 400px; }
  @media (max-width: 767.98px) {
    .bb-cash-management-sweep-list-container {
      min-height: 300px; } }

@media (min-width: 992px) {
  .bb-cash-management-sweeps-search {
    max-width: 300px; } }

.bb-delivery-tracker {
  display: flex;
  align-items: stretch; }

.bb-delivery-tracker__step {
  width: 25%;
  text-align: center; }

.bb-delivery-tracker__step-icon {
  position: relative;
  margin-bottom: 0.25rem; }

.bb-delivery-tracker__step-text {
  margin-bottom: 0.25rem;
  font-weight: 600; }

.bb-delivery-tracker__step-date {
  padding: 0 0.25rem; }

.bb-delivery-tracker__step-icon--disabled .bb-icon, .bb-delivery-tracker__step-icon--disabled .table thead th.sortable .th-content::before, .table thead th.sortable .bb-delivery-tracker__step-icon--disabled .th-content::before, .bb-delivery-tracker__step-icon--disabled .bicon, .bb-delivery-tracker__step-icon--disabled .bb-transaction-category {
  color: #a2a2a2; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-primary::before,
.bb-delivery-tracker__step:not(:last-of-type) > .bb-delivery-tracker__step-icon-primary::after {
  position: absolute;
  top: 40%;
  width: 50%;
  border-top: solid 0.5rem #0079c9;
  content: ""; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-primary::before {
  right: 50%;
  left: -1rem; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-secondary::before,
.bb-delivery-tracker__step:not(:last-of-type) > .bb-delivery-tracker__step-icon-secondary::after {
  position: absolute;
  top: 40%;
  width: 50%;
  border-top: solid 0.5rem #181e41;
  content: ""; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-secondary::before {
  right: 50%;
  left: -1rem; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-success::before,
.bb-delivery-tracker__step:not(:last-of-type) > .bb-delivery-tracker__step-icon-success::after {
  position: absolute;
  top: 40%;
  width: 50%;
  border-top: solid 0.5rem #2e7d32;
  content: ""; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-success::before {
  right: 50%;
  left: -1rem; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-info::before,
.bb-delivery-tracker__step:not(:last-of-type) > .bb-delivery-tracker__step-icon-info::after {
  position: absolute;
  top: 40%;
  width: 50%;
  border-top: solid 0.5rem #1476cc;
  content: ""; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-info::before {
  right: 50%;
  left: -1rem; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-warning::before,
.bb-delivery-tracker__step:not(:last-of-type) > .bb-delivery-tracker__step-icon-warning::after {
  position: absolute;
  top: 40%;
  width: 50%;
  border-top: solid 0.5rem #fbc02d;
  content: ""; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-warning::before {
  right: 50%;
  left: -1rem; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-danger::before,
.bb-delivery-tracker__step:not(:last-of-type) > .bb-delivery-tracker__step-icon-danger::after {
  position: absolute;
  top: 40%;
  width: 50%;
  border-top: solid 0.5rem #d32f2f;
  content: ""; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-danger::before {
  right: 50%;
  left: -1rem; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-light::before,
.bb-delivery-tracker__step:not(:last-of-type) > .bb-delivery-tracker__step-icon-light::after {
  position: absolute;
  top: 40%;
  width: 50%;
  border-top: solid 0.5rem #e9eaeb;
  content: ""; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-light::before {
  right: 50%;
  left: -1rem; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-dark::before,
.bb-delivery-tracker__step:not(:last-of-type) > .bb-delivery-tracker__step-icon-dark::after {
  position: absolute;
  top: 40%;
  width: 50%;
  border-top: solid 0.5rem #333333;
  content: ""; }

.bb-delivery-tracker__step:not(:first-of-type) > .bb-delivery-tracker__step-icon-dark::before {
  right: 50%;
  left: -1rem; }

.bb-delivery-tracker__step.active ~ .bb-delivery-tracker__step > .bb-delivery-tracker__step-icon::after, .bb-delivery-tracker__step.active ~ .bb-delivery-tracker__step > .bb-delivery-tracker__step-icon::before {
  border-color: #e9eaeb; }

.bb-delivery-tracker__step.active > .bb-delivery-tracker__step-icon::after {
  border-color: #e9eaeb; }

.bb-user-context-icon-ui {
  width: 4rem;
  height: 3rem;
  padding-right: 1rem;
  background-image: url(../assets/images/bb-service-agreement-ui/service-agreement-icon-lg.svg);
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 767.98px) {
    .bb-user-context-icon-ui {
      width: 3rem;
      height: 2.25rem;
      padding-right: 0.75rem;
      background-image: url(../assets/images/bb-service-agreement-ui/service-agreement-icon-sm.svg); }
      .bb-user-context-icon-ui .bicon, .bb-user-context-icon-ui .bb-transaction-category {
        font-size: 1.5rem; } }

.bb-user-context-icon-text {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0; }
  @media (max-width: 767.98px) {
    .bb-user-context-icon-text {
      font-size: 1rem; } }

.bb-empty-state {
  max-width: 25rem;
  margin: 0 auto;
  text-align: center; }

.bb-empty-state__icon {
  margin-bottom: 1.25rem;
  color: #333333; }

.bb-empty-state__title {
  margin-bottom: 0.25rem;
  color: #000000;
  font-weight: 600;
  line-height: 1.5rem; }

.bb-empty-state__message {
  margin-bottom: 0;
  padding: 0 1rem;
  color: #737373;
  font-size: 0.875rem;
  text-align: center; }

.bb-empty-state__subtitle {
  text-align: center; }

.bb-table--text-middle {
  text-align: center; }

.bb-table--text-start {
  text-align: left; }

.bb-table--text-end {
  text-align: right; }

.bb-table__head--highlight {
  background-color: #f5f5f5;
  border-bottom: 1px solid #c5c5c5; }

.bb-table__td--fit-content {
  width: 1%;
  white-space: nowrap; }

.bb-load-button {
  position: relative; }

.bb-load-button__loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem; }
  .bb-load-button__loading-indicator .bb-state-container {
    padding: 0; }
  .bb-load-button__loading-indicator .bb-loading-indicator__circle {
    color: inherit; }

.bb-load-button__content {
  display: inline-flex; }
  .bb-load-button__content bb-icon-ui:last-child .bb-icon--cropped {
    margin-left: 0.5rem; }
  .bb-load-button__content bb-icon-ui:first-child .bb-icon--cropped {
    margin-right: 0.5rem; }

.btn-group > bb-load-button-ui:not(:first-child) > .bb-load-button,
.btn-group > .btn-group:not(:first-child) > bb-load-button-ui > .bb-load-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > bb-load-button-ui:not(:last-child) > .bb-load-button,
.btn-group > .btn-group:not(:last-child) > bb-load-button-ui > .bb-load-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.bb-char-counter {
  display: block;
  margin-top: 0.5rem;
  color: #737373; }

.bb-char-counter--invalid {
  color: #d32f2f; }

.bb-progress-bar .progress {
  background-color: #dedede;
  box-shadow: none; }

.bb-progress-bar .progress-bar {
  border-radius: 0.5rem; }

.bb-progress-bar .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 75%, transparent 75%, transparent); }

.bb-heading-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 2rem 2rem;
  border-radius: 1rem; }
  @media (max-width: 767.98px) {
    .bb-heading-widget {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      border-radius: 0; } }
  @media (max-width: 575.98px) {
    .bb-heading-widget {
      flex-direction: column;
      align-items: flex-start; } }

.bb-heading-widget__heading {
  color: #000000; }

.bb-heading-widget--de-elevated {
  padding-bottom: 14rem;
  background-image: linear-gradient(-135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(33.7deg, #d4edff 0%, #fff 100%); }
  @media (max-width: 767.98px) {
    .bb-heading-widget--de-elevated {
      margin-right: -0.5rem;
      margin-left: -0.5rem; } }

.bb-heading-widget--image {
  background-image: url(../assets/images/heading-widget-ang/heading-widget-image.svg), linear-gradient(45deg, #1b73e8 0%, #32c5ff 100%);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain; }
  .bb-heading-widget--image .bb-heading-widget__heading {
    color: #fff; }
  @media (max-width: 767.98px) {
    .bb-heading-widget--image {
      background-size: cover; } }

@media (min-width: 576px) {
  .bb-heading-widget__button {
    margin-left: 1rem; } }

@media (max-width: 575.98px) {
  .bb-heading-widget__button {
    width: 100%;
    margin-top: 0.5rem; } }

.bb-quick-link-widget__link {
  display: flex;
  align-items: center;
  color: inherit; }
  .bb-quick-link-widget__link:hover {
    text-decoration-line: none;
    color: #0079c9; }

.bb-quick-link-widget__icon {
  margin-right: 0.5rem; }

.navigation-link-widget .nav-item {
  flex: 1; }

.navigation-link-widget .dropdown-menu.show,
ul.navigation-link-widget,
ul.navigation-link-widget > li {
  width: 100%; }

bb-navigation-horizontal-widget {
  display: table;
  width: 100%;
  height: 3.75rem; }
  bb-navigation-horizontal-widget .horizontal-navbar {
    background: #00436f; }
  bb-navigation-horizontal-widget .sticky-top {
    position: fixed;
    top: 6rem;
    z-index: 1020;
    width: 100%; }
  bb-navigation-horizontal-widget .nav-item {
    padding: 0.75em 1.143em; }
    bb-navigation-horizontal-widget .nav-item:hover {
      background: #00558d; }
    bb-navigation-horizontal-widget .nav-item.active {
      background: #00558d; }
  bb-navigation-horizontal-widget .dropdown-menu {
    margin-top: 1em; }
  bb-navigation-horizontal-widget a.nav-link {
    color: #fff; }

.bb-progress-tracker-item-container {
  position: absolute;
  right: 0;
  z-index: 1000;
  width: 360px;
  background-color: #fff; }

.flag-icon-background {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain; }
  .flag-icon::before {
    content: "\00a0"; }
  .flag-icon.flag-icon-squared {
    width: 1em; }

.flag-icon-es {
  background-image: url(../assets/images/flags/4x3/es.svg); }
  .flag-icon-es.flag-icon-squared {
    background-image: url(../assets/images/flags/1x1/es.svg); }

.flag-icon-fr {
  background-image: url(../assets/images/flags/4x3/fr.svg); }
  .flag-icon-fr.flag-icon-squared {
    background-image: url(../assets/images/flags/1x1/fr.svg); }

.flag-icon-nl {
  background-image: url(../assets/images/flags/4x3/nl.svg); }
  .flag-icon-nl.flag-icon-squared {
    background-image: url(../assets/images/flags/1x1/nl.svg); }

.flag-icon-us {
  background-image: url(../assets/images/flags/4x3/us.svg); }
  .flag-icon-us.flag-icon-squared {
    background-image: url(../assets/images/flags/1x1/us.svg); }

.bb-set-locale-widget {
  display: inline-block; }
  .bb-set-locale-widget .bb-set-locale-widget__locale-text {
    margin-left: 1rem; }

@media (max-width: 767.98px) {
  .bb-set-locale-widget .dropdown-menu {
    /* stylelint-disable-next-line declaration-no-important */
    min-width: 0 !important; }
  .bb-set-locale-widget__locale-text {
    display: none; } }

.bb-account__favorite {
  text-align: left; }

.bb-account__favorite--yes {
  color: #1476cc; }

.bb-account__favorite--no {
  color: #c5c5c5; }

.bb-account__account-name {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 767.98px) {
    .bb-account__account-name {
      flex-grow: 1; } }

.bb-account__account-name-icon {
  margin-right: 1rem; }

.bb-account__account-name-text {
  font-weight: 600; }

.bb-account__account-number {
  color: #737373; }

@media (max-width: 767.98px) {
  .bb-accounts__currency {
    padding-right: 0;
    font-weight: 600; } }

.bb-account__balance {
  text-align: right; }

.bb-account__balance--available {
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .bb-account__balance--available {
      text-align: left; } }

.bb-account__row-buttons {
  display: flex;
  justify-content: space-around; }
  @media (max-width: 767.98px) {
    .bb-account__row-buttons {
      margin-left: auto; } }

.bb-account__balance--small-screen {
  display: none; }
  @media (max-width: 767.98px) {
    .bb-account__balance--small-screen {
      display: block;
      width: 100%;
      padding-top: 0 !important;
      text-align: right; } }

.bb-account__amount {
  font-weight: 600; }
  .bb-account__amount .bb-amount__value .symbol {
    margin-right: 0.5rem; }

.bb-account-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0; }
  .bb-account-info bb-ellipsis-ui {
    min-width: 0;
    overflow: hidden; }

.bb-account-info__title {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: 1rem; }

.bb-account-info__status {
  flex-shrink: 0;
  margin-left: 1rem; }

.bb-account-info__icon {
  margin-left: 0.5rem; }

.bb-account-info__product-number {
  color: #737373;
  font-size: 0.875rem; }

.bb-account-status {
  display: inline-flex;
  align-items: center; }

.bb-account-status__state {
  color: #737373;
  font-size: 0.875rem; }

@media (max-width: 575.98px) {
  .bb-account-status__state--hide-for-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); } }

.bb-account-status__icon {
  margin-right: 0.25rem;
  color: #737373; }

.bb-card-vendor {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain; }

.bb-card-vendor-mastercard,
.bb-card-vendor--mastercard {
  height: 24px;
  padding-top: 61.53846%;
  background-image: url(../assets/images/bb-card-vendor-ui/mastercard.svg); }

.bb-card-vendor-visa,
.bb-card-vendor--visa {
  height: 24px;
  padding-top: 30%;
  background-image: url(../assets/images/bb-card-vendor-ui/visa.svg); }

.bb-card-vendor-visa-debit,
.bb-card-vendor--visa-debit {
  height: 24px;
  padding-top: 50%;
  background-image: url(../assets/images/bb-card-vendor-ui/visa-debit.svg); }

.bb-card-vendor-diners-club,
.bb-card-vendor--diners-club {
  height: 24px;
  padding-top: 77.41935%;
  background-image: url(../assets/images/bb-card-vendor-ui/diners-club.svg); }

.bb-card-vendor-maestro,
.bb-card-vendor--maestro {
  height: 24px;
  padding-top: 61.53846%;
  background-image: url(../assets/images/bb-card-vendor-ui/maestro.svg); }

.bb-card-vendor-union-pay,
.bb-card-vendor--union-pay {
  height: 24px;
  padding-top: 63.15789%;
  background-image: url(../assets/images/bb-card-vendor-ui/union-pay.svg); }

.bb-card-vendor-visa-white,
.bb-card-vendor--visa-white {
  height: 24px;
  padding-top: 30%;
  background-image: url(../assets/images/bb-card-vendor-ui/visa-white.svg); }

.bb-count-summary {
  display: flex;
  align-items: center; }

.bb-count-summary__count {
  padding-top: 0.25rem;
  color: #000000;
  font-size: 2.5rem; }

.bb-count-summary__details {
  display: flex;
  flex-direction: column;
  margin-left: 0.5rem; }

.bb-count-summary__title {
  color: #000000;
  font-size: 0.875rem; }

.bb-count-summary__subtitle {
  color: #a2a2a2;
  font-size: 0.75rem; }

.bb-payment-card {
  position: relative;
  box-sizing: content-box;
  width: 100%;
  min-width: 17.375rem;
  max-width: 20rem;
  background-image: linear-gradient(0deg, #0079c9 0%, #00b2d1 100%);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1rem;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }

.bb-payment-card__container {
  padding-top: 59.35252%; }

.bb-payment-card__logo {
  position: absolute;
  top: 9.69697%;
  left: 5.7554%;
  width: 8.63309%; }

.bb-payment-card__vendor {
  position: absolute;
  right: 5.7554%;
  bottom: 9.69697%;
  width: 14.02878%; }

.bb-payment-card__number {
  position: absolute;
  top: 24.84848%;
  left: 5.39568%;
  color: #fff;
  font-size: 1.125rem; }

.bb-payment-card__name {
  position: absolute;
  top: 44.24242%;
  left: 5.39568%;
  color: #fff;
  font-weight: 600; }

.bb-payment-card-expiration-date,
.bb-payment-card__expiration-date {
  position: absolute;
  bottom: 10.90909%;
  left: 5.39568%;
  color: #fff; }

.bb-payment-card-expiration-date__label,
.bb-payment-card__expiration-date-label {
  font-size: 0.75rem; }

.bb-payment-card-expiration-date__date,
.bb-payment-card__expiration-date-date {
  font-weight: 600;
  font-size: 0.875rem; }

.bb-payment-card.bb-payment-card-primary-card,
.bb-payment-card--primary-card {
  background: linear-gradient(0deg, #0079c9 0%, #00b2d1 100%); }

.bb-payment-card.bb-payment-card-blue-card,
.bb-payment-card--blue-card {
  background: linear-gradient(0deg, #00a1e0 0%, #00d9d9 100%); }

.bb-payment-card.bb-payment-card-black-card,
.bb-payment-card--black-card {
  background: linear-gradient(0deg, #181e41 0%, #23345e 100%); }

.bb-payment-card.bb-payment-card-gold-card,
.bb-payment-card--gold-card {
  background: linear-gradient(0deg, #f27d09 0%, #ffac09 100%); }

.bb-payment-card.bb-payment-card-green-card,
.bb-payment-card--green-card {
  background: linear-gradient(0deg, #2e7d32 0%, #2e7d32 100%); }

.bb-payment-card.bb-payment-card-card-red,
.bb-payment-card--card-red {
  background: linear-gradient(0deg, #b8213f 0%, #c22327 100%); }

.bb-payment-card.bb-payment-card-darkorange-card,
.bb-payment-card--darkorange-card {
  background: linear-gradient(0deg, #e63b0b 0%, #f2780c 100%); }

.bb-payment-card.bb-payment-card-darkred-card,
.bb-payment-card--darkred-card {
  background: linear-gradient(0deg, #49074e 0%, #a81e5c 100%); }

.bb-payment-card.bb-payment-card-darkviolet-card,
.bb-payment-card--darkviolet-card {
  background: linear-gradient(0deg, #2f0642 0%, #49074e 100%); }

.bb-payment-card-back {
  width: 15.75rem;
  height: 9.84375rem;
  background-image: url(../assets/images/bb-payment-card-activation-ui/credit-card-back.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }

.bb-payment-card-component {
  display: inline; }

.bb-payment-card-state {
  position: relative; }

.bb-payment-card-state__container {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 17.375rem;
  max-width: 20rem;
  height: 100%;
  color: #fff; }

.bb-payment-card-state__overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 17.375rem;
  max-width: 20rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 1rem;
  content: ""; }

.bb-payment-card-state__icon {
  margin-bottom: 0.5rem; }

.bb-product-item__title {
  flex: 1;
  min-width: 0; }

.product-item-group {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }

.product-item-group > *:not(:last-of-type) > .product-item {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.product-item-group > *:not(:first-of-type) > .product-item {
  border-top: 1px solid #e9eaeb;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.bb-product-item__owners,
.product-item-content__owner {
  margin-top: 1rem;
  font-weight: 700;
  font-size: false; }

.bb-product-item__active bb-icon-ui:first-child .bb-icon--cropped,
.bb-product-item__active bb-icon-ui:last-child .bb-icon--cropped {
  margin: 0; }

@media (max-width: 575.98px) {
  .product-item-content__active {
    margin-right: 1rem; }
  .product-item-content__type {
    width: 2rem;
    height: 2rem; }
  .product-item-content__head {
    width: 100%;
    margin-bottom: 0.5rem; }
  .bb-product-item .bb-amount {
    display: block;
    margin-top: 0.5rem; }
  .bb-product-item .bb-stack__break {
    flex-basis: 100%; } }

.bb-account-selector-ui--sm .product-item-content__active {
  margin-right: 1rem; }

.bb-account-selector-ui--sm .product-item-content__type {
  width: 2rem;
  height: 2rem; }

.bb-account-selector-ui--sm .product-item-content__head {
  width: 100%;
  margin-bottom: 0.5rem; }

.bb-account-selector-ui--sm .bb-product-item .bb-amount {
  display: block;
  margin-top: 0.5rem; }

.bb-account-selector-ui--sm .bb-product-item .bb-stack__break {
  flex-basis: 100%; }

.bb-product-item-card {
  display: flex;
  flex-direction: column;
  height: 12rem; }

.bb-product-item-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem; }

.bb-product-item-card__kind {
  display: flex;
  align-items: center;
  overflow: hidden; }

.bb-product-item-card__kind-icon {
  margin-right: 0.5rem; }

.bb-product-item-card__kind-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #737373;
  font-size: 0.75rem; }

.bb-product-item-card__buttons {
  display: flex;
  align-items: center; }

.bb-product-item-card__favorite {
  margin-right: 0.5rem; }

.bb-product-item-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between; }

.bb-product-item-card__name {
  margin-bottom: 0.25rem; }

.bb-product-item-card__alias {
  margin-bottom: 0.25rem;
  color: #737373;
  font-size: 0.875rem; }

.bb-product-item-card__balance {
  text-align: right; }

.bb-product-item-card__balance-secondary {
  color: #737373; }

.bb-third-party-provider {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.bb-third-party-provider__wrapper {
  display: flex; }

.bb-third-party-provider__avatar {
  margin-right: 1rem;
  background-color: transparent; }

.bb-third-party-provider__name-icon {
  display: flex;
  align-items: center;
  font-weight: 600; }

.bb-third-party-provider__name {
  margin-right: 0.5rem; }

.bb-account-selector.ng-select-single > .ng-select-container, .bb-account-selector.ng-select-multiple > .ng-select-container {
  min-height: 6rem;
  padding: 0 1.5rem;
  overflow: visible;
  border: 0;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }
  .bb-account-selector.ng-select-single > .ng-select-container::after, .bb-account-selector.ng-select-multiple > .ng-select-container::after {
    min-height: inherit;
    font-size: 0;
    content: ""; }
  .bb-account-selector.ng-select-single > .ng-select-container:hover, .bb-account-selector.ng-select-multiple > .ng-select-container:hover {
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }
  .bb-account-selector.ng-select-single > .ng-select-container .ng-arrow-wrapper .ng-arrow, .bb-account-selector.ng-select-multiple > .ng-select-container .ng-arrow-wrapper .ng-arrow {
    top: 0;
    width: auto;
    color: #333333;
    border: none;
    display: inline-block;
    font-weight: normal;
    font-size: 1.5rem;
    /* Preferred icon size */
    font-family: "Material Icons Outlined";
    font-style: normal;
    line-height: 0.9;
    direction: ltr;
    letter-spacing: normal;
    white-space: nowrap;
    text-transform: none;
    word-wrap: normal;
    /* Support for IE. */
    font-feature-settings: "liga";
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility; }
    .bb-account-selector.ng-select-single > .ng-select-container .ng-arrow-wrapper .ng-arrow::after, .bb-account-selector.ng-select-multiple > .ng-select-container .ng-arrow-wrapper .ng-arrow::after {
      margin: 0 -4px;
      content: "expand_more"; }
  .bb-account-selector.ng-select-single > .ng-select-container.ng-has-value .ng-value, .bb-account-selector.ng-select-multiple > .ng-select-container.ng-has-value .ng-value {
    width: 100%;
    padding-right: 1.5rem; }
  .bb-account-selector.ng-select-single > .ng-select-container .bb-product-item__type .bb-icon, .bb-account-selector.ng-select-single > .ng-select-container .bb-product-item__type .table thead th.sortable .th-content::before, .table thead th.sortable .bb-account-selector.ng-select-single > .ng-select-container .bb-product-item__type .th-content::before, .bb-account-selector.ng-select-single > .ng-select-container .bb-product-item__type .bicon, .bb-account-selector.ng-select-single > .ng-select-container .bb-product-item__type .bb-transaction-category,
  .bb-account-selector.ng-select-single > .ng-select-container .bb-product-item__type .bicon,
  .bb-account-selector.ng-select-single > .ng-select-container .bb-product-item__type .bb-transaction-category, .bb-account-selector.ng-select-multiple > .ng-select-container .bb-product-item__type .bb-icon, .bb-account-selector.ng-select-multiple > .ng-select-container .bb-product-item__type .table thead th.sortable .th-content::before, .table thead th.sortable .bb-account-selector.ng-select-multiple > .ng-select-container .bb-product-item__type .th-content::before, .bb-account-selector.ng-select-multiple > .ng-select-container .bb-product-item__type .bicon, .bb-account-selector.ng-select-multiple > .ng-select-container .bb-product-item__type .bb-transaction-category,
  .bb-account-selector.ng-select-multiple > .ng-select-container .bb-product-item__type .bicon,
  .bb-account-selector.ng-select-multiple > .ng-select-container .bb-product-item__type .bb-transaction-category {
    padding: 0.5rem;
    color: #fff;
    background-color: #181e41;
    border-radius: 0.5rem; }

.bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items {
  max-height: 26.5rem; }
  .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option {
    padding: 1.5rem; }
    .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option dropdown-height:not(.disabled):not(:disabled).focus, .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option:not(.disabled):not(:disabled):focus, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option dropdown-height:not(.disabled):not(:disabled).focus, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option:not(.disabled):not(:disabled):focus {
      outline: 0;
      box-shadow: 0 0 0 3px #dceaf7 inset; }
    .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option:not(.disabled):not(:disabled):active, .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option:not(.disabled):not(:disabled).active, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option:not(.disabled):not(:disabled):active, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option:not(.disabled):not(:disabled).active {
      box-shadow: 0 0 0 3px #dceaf7 inset; }
      .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option:not(.disabled):not(:disabled):active:focus, .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option:not(.disabled):not(:disabled).active:focus, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option:not(.disabled):not(:disabled):active:focus, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option:not(.disabled):not(:disabled).active:focus {
        box-shadow: 0 0 0 3px #dceaf7 inset; }
    .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option.ng-option-marked, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option.ng-option-marked {
      color: inherit;
      background-color: #f5f5f5; }
    .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option.ng-option-selected, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option.ng-option-selected {
      color: inherit;
      background-color: #d9ebf7; }
    .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option.ng-option-disabled, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option.ng-option-disabled {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 6rem;
      margin-top: -1.5rem;
      color: #000000;
      font-weight: 700;
      font-size: 1rem; }
    .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option + .ng-option, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option + .ng-option {
      position: relative; }
      .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option + .ng-option::before, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option + .ng-option::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: calc(100% - (1.5rem * 2));
        height: 1px;
        margin: 0 auto;
        background-color: #dedede;
        content: ""; }
  .bb-account-selector.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-optgroup, .bb-account-selector.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-optgroup {
    padding: 0.5rem 1.5rem;
    color: #737373;
    font-weight: 600;
    font-size: 0.875rem; }

.bb-account-selector.ng-select-single.ng-select-opened > .ng-select-container, .bb-account-selector.ng-select-multiple.ng-select-opened > .ng-select-container {
  background: #f5f5f5; }
  .bb-account-selector.ng-select-single.ng-select-opened > .ng-select-container .ng-arrow-wrapper .ng-arrow::after, .bb-account-selector.ng-select-multiple.ng-select-opened > .ng-select-container .ng-arrow-wrapper .ng-arrow::after {
    content: "expand_less"; }
  .bb-account-selector.ng-select-single.ng-select-opened > .ng-select-container:hover, .bb-account-selector.ng-select-multiple.ng-select-opened > .ng-select-container:hover {
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }

.bb-account-selector.ng-select.ng-select-single > .ng-select-container, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container {
  border-radius: 1rem; }
  .bb-account-selector.ng-select.ng-select-single > .ng-select-container > .ng-value-container, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container {
    padding: 0; }
    .bb-account-selector.ng-select.ng-select-single > .ng-select-container > .ng-value-container > .ng-placeholder, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container > .ng-placeholder {
      position: static;
      top: 0;
      padding: 0;
      color: #737373;
      font-size: 1.125rem; }
    .bb-account-selector.ng-select.ng-select-single > .ng-select-container > .ng-value-container .sr-only, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container .sr-only {
      width: 1px; }
  .bb-account-selector.ng-select.ng-select-single > .ng-select-container .ng-arrow-wrapper, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container .ng-arrow-wrapper {
    width: auto;
    padding: 0; }

.bb-account-selector.ng-select.ng-select-single.ng-select-bottom > .ng-select-container, .bb-account-selector.ng-select.ng-select-single.ng-select-top > .ng-select-container, .bb-account-selector.ng-select.ng-select-multiple.ng-select-bottom > .ng-select-container, .bb-account-selector.ng-select.ng-select-multiple.ng-select-top > .ng-select-container {
  border-radius: 1rem; }

.bb-account-selector.ng-select.ng-select-multiple .bb-account-selector__selected-accounts {
  color: #737373; }

.bb-account-selector.ng-select.ng-select-multiple .bb-account-selector__selected-account-filters {
  padding-top: 1.5rem; }

.bb-account-selector .ng-dropdown-panel.ng-select-top,
.bb-account-selector .ng-dropdown-panel.ng-select-bottom {
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }

.bb-account-selector .ng-dropdown-panel.ng-select-bottom {
  margin-top: 1.25rem; }

.bb-account-selector .ng-dropdown-panel.ng-select-top {
  margin-bottom: 1.25rem; }

.bb-account-selector .ng-dropdown-panel .ng-dropdown-header {
  padding: 0;
  border-bottom: 0; }
  .bb-account-selector .ng-dropdown-panel .ng-dropdown-header .bb-account-selector-dropdown__header {
    padding: 1.5rem;
    border-bottom: 0; }
    .bb-account-selector .ng-dropdown-panel .ng-dropdown-header .bb-account-selector-dropdown__header--hidden {
      display: none; }
  .bb-account-selector .ng-dropdown-panel .ng-dropdown-header .bb-account-selector--multiple__selected-account-filters {
    padding: 0 1.5rem 1rem; }

.bb-account-selector .ng-dropdown-panel .bb-input-checkbox__content {
  display: inline; }

.bb-account-selector .bb-account-info {
  overflow: hidden; }

@media (max-width: 575.98px) {
  .bb-account-selector.ng-select.ng-select-single > .ng-select-container, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container {
    height: auto;
    padding: 1rem; }
    .bb-account-selector.ng-select.ng-select-single > .ng-select-container > .ng-value-container, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container {
      white-space: normal; }
      .bb-account-selector.ng-select.ng-select-single > .ng-select-container > .ng-value-container .account-amount, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container .account-amount {
        align-self: flex-start; }
      .bb-account-selector.ng-select.ng-select-single > .ng-select-container > .ng-value-container .product-item-content__info, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container .product-item-content__info {
        padding-right: 2rem; }
      .bb-account-selector.ng-select.ng-select-single > .ng-select-container > .ng-value-container .ng-value, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container .ng-value {
        padding-right: 1rem; }
      .bb-account-selector.ng-select.ng-select-single > .ng-select-container > .ng-value-container .bb-amount, .bb-account-selector.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container .bb-amount {
        margin-top: 1rem; }
  .bb-account-selector.ng-select.ng-select-single .ng-dropdown-panel .ng-dropdown-header .bb-account-selector-dropdown__header, .bb-account-selector.ng-select.ng-select-multiple .ng-dropdown-panel .ng-dropdown-header .bb-account-selector-dropdown__header {
    padding: 1rem; }
  .bb-account-selector.ng-select.ng-select-single .ng-dropdown-panel .ng-dropdown-header .bb-account-selector--multiple__selected-account-filters, .bb-account-selector.ng-select.ng-select-multiple .ng-dropdown-panel .ng-dropdown-header .bb-account-selector--multiple__selected-account-filters {
    padding: 0 1rem 0.5rem; }
  .bb-account-selector.ng-select.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items, .bb-account-selector.ng-select.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items {
    max-height: 26.5rem; }
    .bb-account-selector.ng-select.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option, .bb-account-selector.ng-select.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option {
      padding: 0.5rem 1rem; }
      .bb-account-selector.ng-select.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option dropdown-heightng-option-child + .ng-option-child, .bb-account-selector.ng-select.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option dropdown-heightng-option-child + .ng-option-child {
        position: relative; }
        .bb-account-selector.ng-select.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option dropdown-heightng-option-child + .ng-option-child::before, .bb-account-selector.ng-select.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option dropdown-heightng-option-child + .ng-option-child::before {
          width: calc(100% - (1rem * 2)); }
    .bb-account-selector.ng-select.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-optgroup, .bb-account-selector.ng-select.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-optgroup {
      padding: 0.5rem 1rem; }
  .bb-account-selector.ng-select.ng-select-single .ng-dropdown-panel .bb-input-checkbox, .bb-account-selector.ng-select.ng-select-multiple .ng-dropdown-panel .bb-input-checkbox {
    margin-top: 0.5rem; }
  .bb-account-selector.ng-select.ng-select-single .ng-dropdown-panel .bb-input-checkbox__content, .bb-account-selector.ng-select.ng-select-multiple .ng-dropdown-panel .bb-input-checkbox__content {
    display: inline;
    padding-left: 1.5rem; }
  .bb-account-selector.ng-select.ng-select-single .ng-dropdown-panel .bb-account-selector__option, .bb-account-selector.ng-select.ng-select-multiple .ng-dropdown-panel .bb-account-selector__option {
    align-items: flex-start; }
  .bb-account-selector.ng-select.ng-select-multiple .bb-account-selector__selected-account {
    display: block; }
  .bb-account-selector.ng-select.ng-select-multiple .bb-account-selector__selected-account-separator {
    display: none; } }

.bb-account-selector--sm.ng-select.ng-select-single > .ng-select-container, .bb-account-selector--sm.ng-select.ng-select-multiple > .ng-select-container {
  height: auto;
  padding: 1rem; }
  .bb-account-selector--sm.ng-select.ng-select-single > .ng-select-container > .ng-value-container, .bb-account-selector--sm.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container {
    white-space: normal; }
    .bb-account-selector--sm.ng-select.ng-select-single > .ng-select-container > .ng-value-container .account-amount, .bb-account-selector--sm.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container .account-amount {
      align-self: flex-start; }
    .bb-account-selector--sm.ng-select.ng-select-single > .ng-select-container > .ng-value-container .product-item-content__info, .bb-account-selector--sm.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container .product-item-content__info {
      padding-right: 2rem; }
    .bb-account-selector--sm.ng-select.ng-select-single > .ng-select-container > .ng-value-container .ng-value, .bb-account-selector--sm.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container .ng-value {
      padding-right: 1rem; }
    .bb-account-selector--sm.ng-select.ng-select-single > .ng-select-container > .ng-value-container .bb-amount, .bb-account-selector--sm.ng-select.ng-select-multiple > .ng-select-container > .ng-value-container .bb-amount {
      margin-top: 1rem; }

.bb-account-selector--sm.ng-select.ng-select-single .ng-dropdown-panel .ng-dropdown-header .bb-account-selector-dropdown__header, .bb-account-selector--sm.ng-select.ng-select-multiple .ng-dropdown-panel .ng-dropdown-header .bb-account-selector-dropdown__header {
  padding: 1rem; }

.bb-account-selector--sm.ng-select.ng-select-single .ng-dropdown-panel .ng-dropdown-header .bb-account-selector--multiple__selected-account-filters, .bb-account-selector--sm.ng-select.ng-select-multiple .ng-dropdown-panel .ng-dropdown-header .bb-account-selector--multiple__selected-account-filters {
  padding: 0 1rem 0.5rem; }

.bb-account-selector--sm.ng-select.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items, .bb-account-selector--sm.ng-select.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items {
  max-height: 26.5rem; }
  .bb-account-selector--sm.ng-select.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option, .bb-account-selector--sm.ng-select.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option {
    padding: 0.5rem 1rem; }
    .bb-account-selector--sm.ng-select.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option dropdown-heightng-option-child + .ng-option-child, .bb-account-selector--sm.ng-select.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option dropdown-heightng-option-child + .ng-option-child {
      position: relative; }
      .bb-account-selector--sm.ng-select.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option dropdown-heightng-option-child + .ng-option-child::before, .bb-account-selector--sm.ng-select.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-option dropdown-heightng-option-child + .ng-option-child::before {
        width: calc(100% - (1rem * 2)); }
  .bb-account-selector--sm.ng-select.ng-select-single .ng-dropdown-panel > .ng-dropdown-panel-items .ng-optgroup, .bb-account-selector--sm.ng-select.ng-select-multiple .ng-dropdown-panel > .ng-dropdown-panel-items .ng-optgroup {
    padding: 0.5rem 1rem; }

.bb-account-selector--sm.ng-select.ng-select-single .ng-dropdown-panel .bb-input-checkbox, .bb-account-selector--sm.ng-select.ng-select-multiple .ng-dropdown-panel .bb-input-checkbox {
  margin-top: 0.5rem; }

.bb-account-selector--sm.ng-select.ng-select-single .ng-dropdown-panel .bb-input-checkbox__content, .bb-account-selector--sm.ng-select.ng-select-multiple .ng-dropdown-panel .bb-input-checkbox__content {
  display: inline;
  padding-left: 1.5rem; }

.bb-account-selector--sm.ng-select.ng-select-single .ng-dropdown-panel .bb-account-selector__option, .bb-account-selector--sm.ng-select.ng-select-multiple .ng-dropdown-panel .bb-account-selector__option {
  align-items: flex-start; }

.bb-account-selector--sm.ng-select.ng-select-multiple .bb-account-selector__selected-account {
  display: block; }

.bb-account-selector--sm.ng-select.ng-select-multiple .bb-account-selector__selected-account-separator {
  display: none; }

@media (max-width: 575.98px) {
  .bb-product-selector .bb-product-selector__item {
    padding: 1rem; }
  .bb-product-selector .bb-product-selector__dropdown-item {
    padding: 1rem 1.5rem 0; }
    .bb-product-selector .bb-product-selector__dropdown-item:after {
      margin-top: 1rem; } }

.bb-product-selector {
  background-color: #fff;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12);
  border-radius: 1rem; }

.bb-product-selector__item {
  display: flex;
  align-content: center;
  width: 100%;
  border-radius: 1rem;
  padding: 1.5rem; }

.bb-product-selector__item-content {
  flex-grow: 1;
  line-height: 1.5;
  white-space: normal; }

.bb-product-selector__icon {
  margin-left: 0.25rem; }

.bb-product-selector__dropdown-menu {
  flex-grow: 1;
  width: 100%;
  max-height: 22.5rem;
  overflow-y: auto;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }

.bb-product-selector__dropdown-item {
  display: block;
  width: 100%;
  padding: 1.5rem 2rem 0; }
  .bb-product-selector__dropdown-item:after {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 1.5rem;
    font-size: 1px;
    content: ""; }
  .bb-product-selector__dropdown-item:not(.disabled):not(:disabled):hover {
    background: #f5f5f5; }
  .bb-product-selector__dropdown-item:not(.disabled):not(:disabled).focus, .bb-product-selector__dropdown-item:not(.disabled):not(:disabled):focus {
    box-shadow: 0 0 0 3px #dceaf7 inset; }
  .bb-product-selector__dropdown-item:not(.disabled):not(:disabled):active {
    box-shadow: 0 0 0 3px #dceaf7 inset; }
    .bb-product-selector__dropdown-item:not(.disabled):not(:disabled):active:focus {
      box-shadow: 0 0 0 3px #dceaf7 inset; }
  .bb-product-selector__dropdown-item:not(.disabled):not(:disabled).selected {
    background: #d9ebf7; }
    .bb-product-selector__dropdown-item:not(.disabled):not(:disabled).selected:hover {
      background: #f5f5f5; }

.bb-product-selector__dropdown-item:not(:last-of-type):after {
  background: #dedede; }

.bb-product-selector__dropdown-item + .bb-product-selector__dropdown-item {
  margin-top: 0; }

.bb-country-selector.ng-select.ng-select-multiple .ng-select-container {
  display: flex;
  height: inherit;
  padding: 0; }
  .bb-country-selector.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem; }
    .bb-country-selector.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
      padding: 0; }
    .bb-country-selector.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
      top: 0.5rem;
      padding: 0; }

.bb-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.bb-list__item:not(:last-of-type) {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem; }
  .bb-list__item:not(:last-of-type)::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #dedede;
    content: ""; }

.bb-list__item--no-separator {
  border-bottom: unset; }

.bb-list--infinite .bb-list__item:last-child {
  border-bottom: 1px solid #dedede; }

.bb-list--density-sm .bb-list__item:not(:last-of-type) {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem; }

.bb-list--density-md .bb-list__item:not(:last-of-type) {
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.bb-list--density-none .bb-list__item:not(:last-of-type) {
  margin-bottom: 0;
  padding-bottom: 0; }

.bb-list--flush-sm .bb-list__item {
  margin-bottom: 0;
  padding: 0; }
  .bb-list--flush-sm .bb-list__item::after {
    width: calc(100% - 2 * 1rem);
    margin-left: 1rem; }

.bb-list--flush-md .bb-list__item {
  margin-bottom: 0;
  padding: 0; }
  .bb-list--flush-md .bb-list__item::after {
    width: calc(100% - 2 * 1.5rem);
    margin-left: 1.5rem; }

.bb-list--flush-lg .bb-list__item {
  margin-bottom: 0;
  padding: 0; }
  .bb-list--flush-lg .bb-list__item::after {
    width: calc(100% - 2 * 2rem);
    margin-left: 2rem; }

/**
 * --------------------------------------------------------------------------
 * Chart component
 * --------------------------------------------------------------------------
 * @description
 * General styles for chartjs charts
 *
 */
:root {
  --chart-primary-color: #0079c9;
  --chart-negative-color: #d32f2f;
  --chart-positive-color: #2e7d32;
  --chart-secondary-color: #181e41;
  --chart-benchmark-color: #4da1d9;
  --chart-neutral-color: #f2f2f2;
  --chart-alert-color: #f8e0e0;
  --chart-colors: #0098fc, #f5933c, #3ca241, #fccf5f, #77b7e2, #dc5959, #4e154a, #262f66, #750b7d, #f5933c, #005a96, #c1600a, #205823, #f0ad05, #2b89c8, #ab2424, black, #0a0d1c, #1d031f, #c1600a; }

.chart-colors {
  --chart-color-6: #c22327;
  --chart-color-2: #00a1e0; }

.chart-color-1 {
  color: #0098fc; }

.chart-background-color-1 {
  background-color: #0098fc; }

.chart-color-2 {
  color: #f5933c; }

.chart-background-color-2 {
  background-color: #f5933c; }

.chart-color-3 {
  color: #3ca241; }

.chart-background-color-3 {
  background-color: #3ca241; }

.chart-color-4 {
  color: #fccf5f; }

.chart-background-color-4 {
  background-color: #fccf5f; }

.chart-color-5 {
  color: #77b7e2; }

.chart-background-color-5 {
  background-color: #77b7e2; }

.chart-color-6 {
  color: #dc5959; }

.chart-background-color-6 {
  background-color: #dc5959; }

.chart-color-7 {
  color: #4e154a; }

.chart-background-color-7 {
  background-color: #4e154a; }

.chart-color-8 {
  color: #262f66; }

.chart-background-color-8 {
  background-color: #262f66; }

.chart-color-9 {
  color: #750b7d; }

.chart-background-color-9 {
  background-color: #750b7d; }

.chart-color-10 {
  color: #f5933c; }

.chart-background-color-10 {
  background-color: #f5933c; }

.chart-color-11 {
  color: #005a96; }

.chart-background-color-11 {
  background-color: #005a96; }

.chart-color-12 {
  color: #c1600a; }

.chart-background-color-12 {
  background-color: #c1600a; }

.chart-color-13 {
  color: #205823; }

.chart-background-color-13 {
  background-color: #205823; }

.chart-color-14 {
  color: #f0ad05; }

.chart-background-color-14 {
  background-color: #f0ad05; }

.chart-color-15 {
  color: #2b89c8; }

.chart-background-color-15 {
  background-color: #2b89c8; }

.chart-color-16 {
  color: #ab2424; }

.chart-background-color-16 {
  background-color: #ab2424; }

.chart-color-17 {
  color: black; }

.chart-background-color-17 {
  background-color: black; }

.chart-color-18 {
  color: #0a0d1c; }

.chart-background-color-18 {
  background-color: #0a0d1c; }

.chart-color-19 {
  color: #1d031f; }

.chart-background-color-19 {
  background-color: #1d031f; }

.chart-color-20 {
  color: #c1600a; }

.chart-background-color-20 {
  background-color: #c1600a; }

.chart-positive-color {
  color: #2e7d32; }

.chart-positive-background {
  background-color: #2e7d32; }

.chart-negative-color {
  color: #d32f2f; }

.chart-negative-background {
  background-color: #d32f2f; }

.chart-primary-color {
  color: #0079c9; }

.chart-primary-background {
  background-color: #0079c9; }

/**
 * --------------------------------------------------------------------------
 * Bar chart component
 * --------------------------------------------------------------------------
 * @description
 *
 * Some styles are read inside code that generates canvas and
 * because of that, examples cannot be provided for all styles.
 *
 * Dataset colors are defined with a class that has prefix chart-bar-dataset-
 * followed by the index of the dataset (starting with 0). For example:
 * .chart-bar-dataset-0 .chart-bar-dataset-1 etc.
 *
 * Axis font and color are defined inside .chart-bar-axis-x and .chart-bar-axis-y
 */
.chart-bar-dataset-0 {
  color: #0079c9; }

.chart-bar-dataset-1 {
  color: #1476cc; }

.chart-bar-dataset-forecast-0 {
  color: rgba(0, 121, 201, 0.5); }

.chart-bar-dataset-forecast-1 {
  color: rgba(20, 118, 204, 0.5); }

.chart-bar {
  min-height: 350px; }

.badge-future {
  color: #333333;
  border: 1px solid #333333; }

.chart-bar-axis {
  font-family: "Inter", "sans-serif"; }
  .chart-bar-axis-x {
    color: #333333; }
  .chart-bar-axis-y {
    padding: 10px;
    color: #333333; }

/**
 * --------------------------------------------------------------------------
 * Donut chart component
 * --------------------------------------------------------------------------
 * @description
 *
 * Some styles are read inside code that generates canvas.
 * Examples for that kind of styles cannot be provided.
 */
.chart-donut {
  max-width: 400px;
  margin: 55px auto;
  padding: 0 16px; }
  .chart-donut .absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.bb-transaction-category.chart-donut-slice-icon,
.chart-donut-slice-icon {
  font-size: 16px;
  background: inherit; }

.chart-donut-slice-amount {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 12px; }
  .chart-donut-slice-amount .amount {
    white-space: nowrap; }

.chart-donut-center-word {
  width: 100px;
  margin: 0 auto; }

.chart-donut {
  max-width: 335px; }
  .chart-donut.chart-donut-container-inflated {
    min-height: 335px; }

.chart-donut-large {
  max-width: 385px; }
  .chart-donut-large.chart-donut-container-inflated {
    min-height: 385px; }

.chart-donut-slice-icon {
  font-size: 1.5rem;
  line-height: 1.5rem; }

.chart-donut-slice-amount {
  font-size: 0.875rem; }

/**
 * --------------------------------------------------------------------------
 * Line chart component
 * --------------------------------------------------------------------------
 * @description
 *
 * Some styles are read inside code that generates canvas.
 * Examples for that kind of styles cannot be provided.
 */
.chart-color-1 {
  color: #0098fc; }

.chart-background-color-1 {
  background-color: #0098fc; }

.chart-color-2 {
  color: #f5933c; }

.chart-background-color-2 {
  background-color: #f5933c; }

.chart-color-3 {
  color: #3ca241; }

.chart-background-color-3 {
  background-color: #3ca241; }

.chart-color-4 {
  color: #fccf5f; }

.chart-background-color-4 {
  background-color: #fccf5f; }

.chart-color-5 {
  color: #77b7e2; }

.chart-background-color-5 {
  background-color: #77b7e2; }

.chart-color-6 {
  color: #dc5959; }

.chart-background-color-6 {
  background-color: #dc5959; }

.chart-color-7 {
  color: #4e154a; }

.chart-background-color-7 {
  background-color: #4e154a; }

.chart-color-8 {
  color: #262f66; }

.chart-background-color-8 {
  background-color: #262f66; }

.chart-color-9 {
  color: #750b7d; }

.chart-background-color-9 {
  background-color: #750b7d; }

.chart-color-10 {
  color: #f5933c; }

.chart-background-color-10 {
  background-color: #f5933c; }

.chart-color-11 {
  color: #005a96; }

.chart-background-color-11 {
  background-color: #005a96; }

.chart-color-12 {
  color: #c1600a; }

.chart-background-color-12 {
  background-color: #c1600a; }

.chart-color-13 {
  color: #205823; }

.chart-background-color-13 {
  background-color: #205823; }

.chart-color-14 {
  color: #f0ad05; }

.chart-background-color-14 {
  background-color: #f0ad05; }

.chart-color-15 {
  color: #2b89c8; }

.chart-background-color-15 {
  background-color: #2b89c8; }

.chart-color-16 {
  color: #ab2424; }

.chart-background-color-16 {
  background-color: #ab2424; }

.chart-color-17 {
  color: black; }

.chart-background-color-17 {
  background-color: black; }

.chart-color-18 {
  color: #0a0d1c; }

.chart-background-color-18 {
  background-color: #0a0d1c; }

.chart-color-19 {
  color: #1d031f; }

.chart-background-color-19 {
  background-color: #1d031f; }

.chart-color-20 {
  color: #c1600a; }

.chart-background-color-20 {
  background-color: #c1600a; }

.chart-line {
  /*
    * Chart Card line styles
    * using line chart in card view
    */ }
  .chart-line-card-positive-color {
    color: #63c1ff; }
  .chart-line-card-positive-background {
    background-color: #c9eaff; }
  .chart-line-card-y-axis-zero-color {
    color: #0098fc; }
  .chart-line-card-y-axes-grid-color {
    color: #fff; }

/**
 * --------------------------------------------------------------------------
 * Chart.js & ngx-chart tooltip styles
 * --------------------------------------------------------------------------
 * @name chart-tooltip
 * @description
 * Shared styles for Chart.js UI components
 * Some styles are read inside code that generates canvas and for those
 * styles examples cannot be provided.
 *
 * @example
 * <div class="chart-tooltip chart-tooltip-default bb-arrow-top">
 *   <span>Tooltip title</span>
 *   <hr class="tooltip-divider">
 *   <div>Amount
 *      <span class="pull-right text-success">
 *        10
 *      </span>
 *   </div>
 * </div>
 *
 * <div class="chart-tooltip chart-tooltip-default bb-arrow-bottom">
 *   <span>Tooltip title</span>
 *   <hr class="tooltip-divider">
 *   <div>Amount
 *      <span class="pull-right text-success">
 *        10
 *      </span>
 *   </div>
 * </div>
 *
 * <div class="chart-tooltip chart-tooltip-default bb-arrow-near bb-arrow-bottom">
 *   <span>Tooltip title</span>
 *   <hr class="tooltip-divider">
 *   <div>Amount
 *      <span class="pull-right text-success">
 *        10
 *      </span>
 *   </div>
 * </div>
 *
 * <div class="chart-tooltip chart-tooltip-default bb-arrow-far bb-arrow-bottom">
 *   <span>Tooltip title</span>
 *   <hr class="tooltip-divider">
 *   <div>Amount
 *      <span class="pull-right text-success">
 *        10
 *      </span>
 *   </div>
 * </div>
 */
:root {
  --chart-tooltip-caret-size: 14px; }

.chart-layout-change {
  width: grid-breakpoints("md"); }

.chart-tooltip {
  position: absolute;
  z-index: 1;
  display: block;
  min-width: 215px;
  font-size: 15px; }
  .chart-tooltip.chart-tooltip-wide {
    min-width: 230px; }
  .chart-tooltip.chart-tooltip-small {
    min-width: 190px; }

.chart-tooltip-default {
  padding: 7px 16px;
  color: #a2a2a2;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12);
  will-change: transform; }
  .chart-tooltip-default.bb-arrow-top::after, .chart-tooltip-default.bb-arrow-top::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    bottom: 100%;
    left: 50%; }
  .chart-tooltip-default.bb-arrow-top::after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .chart-tooltip-default.bb-arrow-top::before {
    border-bottom-color: #e9eaeb;
    border-width: 12px;
    margin-left: -12px; }
  .chart-tooltip-default.bb-arrow-right::after, .chart-tooltip-default.bb-arrow-right::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    left: 100%;
    top: 50%; }
  .chart-tooltip-default.bb-arrow-right::after {
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px; }
  .chart-tooltip-default.bb-arrow-right::before {
    border-left-color: #e9eaeb;
    border-width: 12px;
    margin-top: -12px; }
  .chart-tooltip-default.bb-arrow-bottom::after, .chart-tooltip-default.bb-arrow-bottom::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    top: 100%;
    left: 50%; }
  .chart-tooltip-default.bb-arrow-bottom::after {
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .chart-tooltip-default.bb-arrow-bottom::before {
    border-top-color: #e9eaeb;
    border-width: 12px;
    margin-left: -12px; }
  .chart-tooltip-default.bb-arrow-left::after, .chart-tooltip-default.bb-arrow-left::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    right: 100%;
    top: 50%; }
  .chart-tooltip-default.bb-arrow-left::after {
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px; }
  .chart-tooltip-default.bb-arrow-left::before {
    border-right-color: #e9eaeb;
    border-width: 12px;
    margin-top: -12px; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-top::after, .chart-tooltip-default.bb-arrow-near.bb-arrow-top::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    bottom: 100%;
    left: 25%; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-top::after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-top::before {
    border-bottom-color: #e9eaeb;
    border-width: 12px;
    margin-left: -12px; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-right::after, .chart-tooltip-default.bb-arrow-near.bb-arrow-right::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    left: 100%;
    top: 25%; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-right::after {
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-right::before {
    border-left-color: #e9eaeb;
    border-width: 12px;
    margin-top: -12px; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-bottom::after, .chart-tooltip-default.bb-arrow-near.bb-arrow-bottom::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    top: 100%;
    left: 25%; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-bottom::after {
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-bottom::before {
    border-top-color: #e9eaeb;
    border-width: 12px;
    margin-left: -12px; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-left::after, .chart-tooltip-default.bb-arrow-near.bb-arrow-left::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    right: 100%;
    top: 25%; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-left::after {
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px; }
  .chart-tooltip-default.bb-arrow-near.bb-arrow-left::before {
    border-right-color: #e9eaeb;
    border-width: 12px;
    margin-top: -12px; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-top::after, .chart-tooltip-default.bb-arrow-far.bb-arrow-top::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    bottom: 100%;
    left: 75%; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-top::after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-top::before {
    border-bottom-color: #e9eaeb;
    border-width: 12px;
    margin-left: -12px; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-right::after, .chart-tooltip-default.bb-arrow-far.bb-arrow-right::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    left: 100%;
    top: 75%; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-right::after {
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-right::before {
    border-left-color: #e9eaeb;
    border-width: 12px;
    margin-top: -12px; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-bottom::after, .chart-tooltip-default.bb-arrow-far.bb-arrow-bottom::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    top: 100%;
    left: 75%; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-bottom::after {
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-bottom::before {
    border-top-color: #e9eaeb;
    border-width: 12px;
    margin-left: -12px; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-left::after, .chart-tooltip-default.bb-arrow-far.bb-arrow-left::before {
    position: absolute;
    display: none;
    border: solid transparent;
    content: "";
    pointer-events: none;
    right: 100%;
    top: 75%; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-left::after {
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px; }
  .chart-tooltip-default.bb-arrow-far.bb-arrow-left::before {
    border-right-color: #e9eaeb;
    border-width: 12px;
    margin-top: -12px; }
  .chart-tooltip-default .amount {
    white-space: nowrap; }

.chart-tooltip-divider {
  margin: 5px 0; }

.chart-tooltip-info-text {
  width: 115px; }

.scrollable-box-content {
  height: 20rem;
  overflow-y: auto; }

.bb-grouped-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.bb-grouped-list__item--is-active {
  background-color: #e9eaeb; }

.bb-grouped-list__item,
.bb-grouped-list__group {
  padding: 0.5rem 1.5rem; }

.bb-grouped-list__item:hover {
  background-color: #e9eaeb; }

.bb-grouped-list__item:not(:last-of-type):not(.bb-list__item--no-separator) {
  border-bottom: 1px solid #dedede; }

.bb-grouped-list__item--no-separator {
  border-bottom: unset; }

.bb-grouped-list--density-sm .bb-grouped-list__item,
.bb-grouped-list--density-sm .bb-grouped-list__group {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.bb-grouped-list--density-md .bb-grouped-list__item,
.bb-grouped-list--density-md .bb-grouped-list__group {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.5rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.5rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    color: inherit; }

.alert-primary {
  color: #003050;
  background-color: white;
  border-color: #e6f2fa; }
  .alert-primary hr {
    border-top-color: #d1e7f6; }
  .alert-primary .alert-link {
    color: #00111d; }

.alert-secondary {
  color: #0a0c1a;
  background-color: white;
  border-color: #e8e9ec; }
  .alert-secondary hr {
    border-top-color: #dadce0; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #123214;
  background-color: white;
  border-color: #eaf2eb; }
  .alert-success hr {
    border-top-color: #dae8dc; }
  .alert-success .alert-link {
    color: #050d05; }

.alert-info {
  color: #082f52;
  background-color: white;
  border-color: #e8f1fa; }
  .alert-info hr {
    border-top-color: #d3e4f5; }
  .alert-info .alert-link {
    color: #031424; }

.alert-warning {
  color: #644d12;
  background-color: white;
  border-color: #fff9ea; }
  .alert-warning hr {
    border-top-color: #fff2d1; }
  .alert-warning .alert-link {
    color: #392c0a; }

.alert-danger {
  color: #541313;
  background-color: white;
  border-color: #fbeaea; }
  .alert-danger hr {
    border-top-color: #f7d5d5; }
  .alert-danger .alert-link {
    color: #2a0a0a; }

.alert-light {
  color: #5d5e5e;
  background-color: white;
  border-color: #fdfdfd; }
  .alert-light hr {
    border-top-color: #f0f0f0; }
  .alert-light .alert-link {
    color: #444444; }

.alert-dark {
  color: #141414;
  background-color: white;
  border-color: #ebebeb; }
  .alert-dark hr {
    border-top-color: #dedede; }
  .alert-dark .alert-link {
    color: black; }

.alert-primary {
  color: #fff;
  background-color: #0079c9;
  border-color: transparent; }
  .alert-primary hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-primary .alert-link {
    color: #e6e6e6; }
  .alert-primary .alert-link {
    color: #fff;
    font-weight: normal;
    text-decoration: underline; }
  .alert-primary .close:hover {
    color: #fff; }
  .alert-primary .text-primary {
    /* stylelint-disable-next-line */
    color: #fff !important; }
  .alert-primary .bb-icon, .alert-primary .table thead th.sortable .th-content::before, .table thead th.sortable .alert-primary .th-content::before, .alert-primary .bicon, .alert-primary .bb-transaction-category {
    color: #fff; }

.alert-secondary {
  color: #fff;
  background-color: #181e41;
  border-color: transparent; }
  .alert-secondary hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-secondary .alert-link {
    color: #e6e6e6; }
  .alert-secondary .alert-link {
    color: #fff;
    font-weight: normal;
    text-decoration: underline; }
  .alert-secondary .close:hover {
    color: #fff; }
  .alert-secondary .text-secondary {
    /* stylelint-disable-next-line */
    color: #fff !important; }
  .alert-secondary .bb-icon, .alert-secondary .table thead th.sortable .th-content::before, .table thead th.sortable .alert-secondary .th-content::before, .alert-secondary .bicon, .alert-secondary .bb-transaction-category {
    color: #fff; }

.alert-success {
  color: #fff;
  background-color: #2e7d32;
  border-color: transparent; }
  .alert-success hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-success .alert-link {
    color: #e6e6e6; }
  .alert-success .alert-link {
    color: #fff;
    font-weight: normal;
    text-decoration: underline; }
  .alert-success .close:hover {
    color: #fff; }
  .alert-success .text-success {
    /* stylelint-disable-next-line */
    color: #fff !important; }
  .alert-success .bb-icon, .alert-success .table thead th.sortable .th-content::before, .table thead th.sortable .alert-success .th-content::before, .alert-success .bicon, .alert-success .bb-transaction-category {
    color: #fff; }

.alert-info {
  color: #fff;
  background-color: #1476cc;
  border-color: transparent; }
  .alert-info hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-info .alert-link {
    color: #e6e6e6; }
  .alert-info .alert-link {
    color: #fff;
    font-weight: normal;
    text-decoration: underline; }
  .alert-info .close:hover {
    color: #fff; }
  .alert-info .text-info {
    /* stylelint-disable-next-line */
    color: #fff !important; }
  .alert-info .bb-icon, .alert-info .table thead th.sortable .th-content::before, .table thead th.sortable .alert-info .th-content::before, .alert-info .bicon, .alert-info .bb-transaction-category {
    color: #fff; }

.alert-warning {
  color: #111112;
  background-color: #fbc02d;
  border-color: transparent; }
  .alert-warning hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-warning .alert-link {
    color: black; }
  .alert-warning .alert-link {
    color: #111112;
    font-weight: normal;
    text-decoration: underline; }
  .alert-warning .close:hover {
    color: #111112; }
  .alert-warning .text-warning {
    /* stylelint-disable-next-line */
    color: #111112 !important; }
  .alert-warning .bb-icon, .alert-warning .table thead th.sortable .th-content::before, .table thead th.sortable .alert-warning .th-content::before, .alert-warning .bicon, .alert-warning .bb-transaction-category {
    color: #111112; }

.alert-danger {
  color: #fff;
  background-color: #d32f2f;
  border-color: transparent; }
  .alert-danger hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-danger .alert-link {
    color: #e6e6e6; }
  .alert-danger .alert-link {
    color: #fff;
    font-weight: normal;
    text-decoration: underline; }
  .alert-danger .close:hover {
    color: #fff; }
  .alert-danger .text-danger {
    /* stylelint-disable-next-line */
    color: #fff !important; }
  .alert-danger .bb-icon, .alert-danger .table thead th.sortable .th-content::before, .table thead th.sortable .alert-danger .th-content::before, .alert-danger .bicon, .alert-danger .bb-transaction-category {
    color: #fff; }

.alert-light {
  color: #111112;
  background-color: #e9eaeb;
  border-color: transparent; }
  .alert-light hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-light .alert-link {
    color: black; }
  .alert-light .alert-link {
    color: #111112;
    font-weight: normal;
    text-decoration: underline; }
  .alert-light .close:hover {
    color: #111112; }
  .alert-light .text-light {
    /* stylelint-disable-next-line */
    color: #111112 !important; }
  .alert-light .bb-icon, .alert-light .table thead th.sortable .th-content::before, .table thead th.sortable .alert-light .th-content::before, .alert-light .bicon, .alert-light .bb-transaction-category {
    color: #111112; }

.alert-dark {
  color: #fff;
  background-color: #333333;
  border-color: transparent; }
  .alert-dark hr {
    border-top-color: rgba(0, 0, 0, 0); }
  .alert-dark .alert-link {
    color: #e6e6e6; }
  .alert-dark .alert-link {
    color: #fff;
    font-weight: normal;
    text-decoration: underline; }
  .alert-dark .close:hover {
    color: #fff; }
  .alert-dark .text-dark {
    /* stylelint-disable-next-line */
    color: #fff !important; }
  .alert-dark .bb-icon, .alert-dark .table thead th.sortable .th-content::before, .table thead th.sortable .alert-dark .th-content::before, .alert-dark .bicon, .alert-dark .bb-transaction-category {
    color: #fff; }

.alert-notification {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }
  .alert-notification .bb-button-bar {
    margin-top: 1rem; }
  .alert-notification.alert-dismissible .close {
    margin: 1rem;
    padding: 0.25rem;
    color: #737373; }
  .alert-notification.alert-dismissible .alert-heading {
    margin-right: 1.5rem; }
  .alert-notification .alert-heading {
    color: #000000; }

.alert-dismissible {
  padding-right: 3.5rem; }
  .alert-dismissible .close {
    padding: 1rem 1rem;
    font-weight: normal;
    text-shadow: none;
    opacity: 1; }

.alert-heading {
  font-weight: 600;
  font-size: 1rem; }

.alert-icon {
  margin-right: 0.5rem; }

.alert-body {
  display: flex; }

.alert-content {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  font-size: 0.875rem; }

.alert-heading + .alert-description {
  margin-top: 0.25rem; }

.bb-notification {
  position: relative;
  display: flex;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }
  .bb-notification .bb-button-bar {
    margin-top: 1rem; }

.bb-notification__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0.25rem;
  color: #737373;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1rem; }

.bb-notification__title {
  margin-bottom: 0.25rem;
  color: #000000;
  font-weight: 600;
  font-size: 1rem; }

.bb-notification__icon {
  margin-right: 0.5rem; }

.bb-notification__body {
  width: 100%;
  font-size: 0.875rem; }

.bb-notification--dismissible .bb-notification__title {
  margin-right: 2rem; }

.bb-notification--flush {
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.bb-notification-list {
  position: fixed;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  z-index: 2000;
  padding: 0; }
  @media (min-width: 576px) {
    .bb-notification-list {
      left: auto;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .bb-notification-list {
      max-width: 41.66666667%; } }

.bb-notification-list__item:not(:last-of-type) {
  display: block;
  margin-bottom: 0.5rem; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: rgba(0, 121, 201, 0.1);
    background-color: rgba(0, 121, 201, 0.1); }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 3px #dceaf7; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #5b9fdb; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgba(125, 203, 255, 0.1);
    border-color: rgba(125, 203, 255, 0.1); }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #f5f5f5; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 1rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: rgba(0, 121, 201, 0.1);
  background-color: rgba(0, 121, 201, 0.1); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 121, 201, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 121, 201, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 121, 201, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 121, 201, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 1rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #5b9fdb;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 121, 201, 0.25); }
    .custom-select:focus::-ms-value {
      color: #000000;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #5b9fdb;
    box-shadow: 0 0 0 3px #dceaf7; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #f5f5f5; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 1rem;
  font-family: "Inter", "sans-serif";
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0.5rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #000000;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.5rem 0.5rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 6px);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dceaf7; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dceaf7; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #dceaf7; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: rgba(0, 121, 201, 0.1);
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: rgba(125, 203, 255, 0.1); }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: rgba(0, 121, 201, 0.1);
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: rgba(125, 203, 255, 0.1); }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 3px;
    margin-left: 3px;
    background-color: rgba(0, 121, 201, 0.1);
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: rgba(125, 203, 255, 0.1); }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container + .form-control, .bb-country-selector.ng-select.ng-select-multiple .input-group > .form-control + .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container + .ng-select-container,
    .input-group > .form-control + .custom-select,
    .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container + .custom-select,
    .input-group > .form-control + .custom-file,
    .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .bb-country-selector.ng-select.ng-select-multiple .input-group > .form-control-plaintext + .ng-select-container,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .bb-country-selector.ng-select.ng-select-multiple .input-group > .custom-select + .ng-select-container,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .bb-country-selector.ng-select.ng-select-multiple .input-group > .custom-file + .ng-select-container,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #c5c5c5;
  border-radius: 0.5rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .bb-country-selector.ng-select.ng-select-multiple .input-group-lg > .ng-select-container:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem); }

.input-group-lg > .form-control, .bb-country-selector.ng-select.ng-select-multiple .input-group-lg > .ng-select-container,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.input-group-sm > .form-control:not(textarea), .bb-country-selector.ng-select.ng-select-multiple .input-group-sm > .ng-select-container:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem); }

.input-group-sm > .form-control, .bb-country-selector.ng-select.ng-select-multiple .input-group-sm > .ng-select-container,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-control[type="text"]:not(:last-child), .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="text"]:not(:last-child), .input-group > .form-control[type="text"]:not(:last-child).ng-invalid.ng-touched, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="text"]:not(:last-child).ng-invalid.ng-touched,
.input-group > .form-control[type="number"]:not(:last-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="number"]:not(:last-child),
.input-group > .form-control[type="number"]:not(:last-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="number"]:not(:last-child).ng-invalid.ng-touched,
.input-group > .form-control[type="email"]:not(:last-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="email"]:not(:last-child),
.input-group > .form-control[type="email"]:not(:last-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="email"]:not(:last-child).ng-invalid.ng-touched,
.input-group > .form-control[type="password"]:not(:last-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="password"]:not(:last-child),
.input-group > .form-control[type="password"]:not(:last-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="password"]:not(:last-child).ng-invalid.ng-touched,
.input-group > .form-control[type="search"]:not(:last-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="search"]:not(:last-child),
.input-group > .form-control[type="search"]:not(:last-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="search"]:not(:last-child).ng-invalid.ng-touched {
  border-right-width: 0; }

.input-group > .form-control[type="text"]:not(:first-child), .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="text"]:not(:first-child), .input-group > .form-control[type="text"]:not(:first-child).ng-invalid.ng-touched, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="text"]:not(:first-child).ng-invalid.ng-touched,
.input-group > .form-control[type="number"]:not(:first-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="number"]:not(:first-child),
.input-group > .form-control[type="number"]:not(:first-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="number"]:not(:first-child).ng-invalid.ng-touched,
.input-group > .form-control[type="email"]:not(:first-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="email"]:not(:first-child),
.input-group > .form-control[type="email"]:not(:first-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="email"]:not(:first-child).ng-invalid.ng-touched,
.input-group > .form-control[type="password"]:not(:first-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="password"]:not(:first-child),
.input-group > .form-control[type="password"]:not(:first-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="password"]:not(:first-child).ng-invalid.ng-touched,
.input-group > .form-control[type="search"]:not(:first-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="search"]:not(:first-child),
.input-group > .form-control[type="search"]:not(:first-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="search"]:not(:first-child).ng-invalid.ng-touched {
  border-left-width: 0; }

.input-group-prepend .btn,
.input-group-append .btn {
  height: calc(1.5em + 1rem);
  padding-right: 1rem;
  padding-left: 1rem;
  color: #333333;
  background-color: #fff;
  border: 1px solid #c5c5c5; }
  .input-group-prepend .btn.btn-sm, .input-group-prepend .btn-group-sm > .btn,
  .input-group-append .btn.btn-sm,
  .input-group-append .btn-group-sm > .btn {
    height: calc(1.5em + 0.5rem); }
  .input-group-prepend .btn:not(.disabled):not(:disabled):focus, .input-group-prepend .btn:not(.disabled):not(:disabled).focus,
  .input-group-append .btn:not(.disabled):not(:disabled):focus,
  .input-group-append .btn:not(.disabled):not(:disabled).focus {
    border-color: #5b9fdb; }
  .input-group-prepend .btn:not(.disabled):not(:disabled):hover,
  .input-group-append .btn:not(.disabled):not(:disabled):hover {
    color: #0079c9;
    background-color: #fff;
    border-color: #c5c5c5; }
  .input-group-prepend .btn.disabled, .input-group-prepend .btn:disabled,
  .input-group-append .btn.disabled,
  .input-group-append .btn:disabled {
    color: #737373;
    background-color: #f5f5f5;
    cursor: not-allowed;
    pointer-events: initial; }

.input-group-prepend {
  margin-right: -1.4px; }
  .input-group-prepend .btn {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }
    .input-group-prepend .btn:focus {
      border-right: none; }

.input-group-append {
  margin-left: -1.4px; }
  .input-group-append .btn {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none; }
    .input-group-append .btn:focus {
      border-left: none; }

.cdk-drag-placeholder {
  opacity: 0.3; }

.cdk-drag-handle {
  cursor: move; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container + .form-control, .bb-country-selector.ng-select.ng-select-multiple .input-group > .form-control + .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container + .ng-select-container,
    .input-group > .form-control + .custom-select,
    .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container + .custom-select,
    .input-group > .form-control + .custom-file,
    .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .bb-country-selector.ng-select.ng-select-multiple .input-group > .form-control-plaintext + .ng-select-container,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .bb-country-selector.ng-select.ng-select-multiple .input-group > .custom-select + .ng-select-container,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .bb-country-selector.ng-select.ng-select-multiple .input-group > .custom-file + .ng-select-container,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #c5c5c5;
  border-radius: 0.5rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .bb-country-selector.ng-select.ng-select-multiple .input-group-lg > .ng-select-container:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem); }

.input-group-lg > .form-control, .bb-country-selector.ng-select.ng-select-multiple .input-group-lg > .ng-select-container,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.input-group-sm > .form-control:not(textarea), .bb-country-selector.ng-select.ng-select-multiple .input-group-sm > .ng-select-container:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem); }

.input-group-sm > .form-control, .bb-country-selector.ng-select.ng-select-multiple .input-group-sm > .ng-select-container,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-control[type="text"]:not(:last-child), .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="text"]:not(:last-child), .input-group > .form-control[type="text"]:not(:last-child).ng-invalid.ng-touched, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="text"]:not(:last-child).ng-invalid.ng-touched,
.input-group > .form-control[type="number"]:not(:last-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="number"]:not(:last-child),
.input-group > .form-control[type="number"]:not(:last-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="number"]:not(:last-child).ng-invalid.ng-touched,
.input-group > .form-control[type="email"]:not(:last-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="email"]:not(:last-child),
.input-group > .form-control[type="email"]:not(:last-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="email"]:not(:last-child).ng-invalid.ng-touched,
.input-group > .form-control[type="password"]:not(:last-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="password"]:not(:last-child),
.input-group > .form-control[type="password"]:not(:last-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="password"]:not(:last-child).ng-invalid.ng-touched,
.input-group > .form-control[type="search"]:not(:last-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="search"]:not(:last-child),
.input-group > .form-control[type="search"]:not(:last-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="search"]:not(:last-child).ng-invalid.ng-touched {
  border-right-width: 0; }

.input-group > .form-control[type="text"]:not(:first-child), .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="text"]:not(:first-child), .input-group > .form-control[type="text"]:not(:first-child).ng-invalid.ng-touched, .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="text"]:not(:first-child).ng-invalid.ng-touched,
.input-group > .form-control[type="number"]:not(:first-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="number"]:not(:first-child),
.input-group > .form-control[type="number"]:not(:first-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="number"]:not(:first-child).ng-invalid.ng-touched,
.input-group > .form-control[type="email"]:not(:first-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="email"]:not(:first-child),
.input-group > .form-control[type="email"]:not(:first-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="email"]:not(:first-child).ng-invalid.ng-touched,
.input-group > .form-control[type="password"]:not(:first-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="password"]:not(:first-child),
.input-group > .form-control[type="password"]:not(:first-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="password"]:not(:first-child).ng-invalid.ng-touched,
.input-group > .form-control[type="search"]:not(:first-child),
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="search"]:not(:first-child),
.input-group > .form-control[type="search"]:not(:first-child).ng-invalid.ng-touched,
.bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container[type="search"]:not(:first-child).ng-invalid.ng-touched {
  border-left-width: 0; }

.input-group-prepend .btn,
.input-group-append .btn {
  height: calc(1.5em + 1rem);
  padding-right: 1rem;
  padding-left: 1rem;
  color: #333333;
  background-color: #fff;
  border: 1px solid #c5c5c5; }
  .input-group-prepend .btn.btn-sm, .input-group-prepend .btn-group-sm > .btn,
  .input-group-append .btn.btn-sm,
  .input-group-append .btn-group-sm > .btn {
    height: calc(1.5em + 0.5rem); }
  .input-group-prepend .btn:not(.disabled):not(:disabled):focus, .input-group-prepend .btn:not(.disabled):not(:disabled).focus,
  .input-group-append .btn:not(.disabled):not(:disabled):focus,
  .input-group-append .btn:not(.disabled):not(:disabled).focus {
    border-color: #5b9fdb; }
  .input-group-prepend .btn:not(.disabled):not(:disabled):hover,
  .input-group-append .btn:not(.disabled):not(:disabled):hover {
    color: #0079c9;
    background-color: #fff;
    border-color: #c5c5c5; }
  .input-group-prepend .btn.disabled, .input-group-prepend .btn:disabled,
  .input-group-append .btn.disabled,
  .input-group-append .btn:disabled {
    color: #737373;
    background-color: #f5f5f5;
    cursor: not-allowed;
    pointer-events: initial; }

.input-group-prepend {
  margin-right: -1.4px; }
  .input-group-prepend .btn {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }
    .input-group-prepend .btn:focus {
      border-right: none; }

.input-group-append {
  margin-left: -1.4px; }
  .input-group-append .btn {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none; }
    .input-group-append .btn:focus {
      border-left: none; }

.form-control[type="text"].ng-touched.ng-invalid, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container[type="text"].ng-touched.ng-invalid,
.form-control[type="number"].ng-touched.ng-invalid,
.bb-country-selector.ng-select.ng-select-multiple .ng-select-container[type="number"].ng-touched.ng-invalid,
.form-control[type="email"].ng-touched.ng-invalid,
.bb-country-selector.ng-select.ng-select-multiple .ng-select-container[type="email"].ng-touched.ng-invalid,
.form-control[type="password"].ng-touched.ng-invalid,
.bb-country-selector.ng-select.ng-select-multiple .ng-select-container[type="password"].ng-touched.ng-invalid {
  border: 1px solid #d32f2f; }

bb-input-password-ui.ng-touched.ng-invalid .input-group-append .btn,
bb-input-password-ui.ng-touched.ng-invalid .input-group-append .btn:not(.disabled):not(:disabled):hover,
bb-input-password-ui.ng-touched.ng-invalid .input-group-append .btn:not(.disabled):not(:disabled):focus,
bb-input-password-ui.ng-touched.ng-invalid .input-group-append .btn:not(.disabled):not(:disabled).focus,
bb-input-password-ui.ng-touched.ng-invalid .input-group-prepend .btn,
bb-input-password-ui.ng-touched.ng-invalid .input-group-prepend .btn:not(.disabled):not(:disabled):hover,
bb-input-password-ui.ng-touched.ng-invalid .input-group-prepend .btn:not(.disabled):not(:disabled):focus,
bb-input-password-ui.ng-touched.ng-invalid .input-group-prepend .btn:not(.disabled):not(:disabled).focus,
bb-input-datepicker-ui.ng-touched.ng-invalid .input-group-append .btn,
bb-input-datepicker-ui.ng-touched.ng-invalid .input-group-append .btn:not(.disabled):not(:disabled):hover,
bb-input-datepicker-ui.ng-touched.ng-invalid .input-group-append .btn:not(.disabled):not(:disabled):focus,
bb-input-datepicker-ui.ng-touched.ng-invalid .input-group-append .btn:not(.disabled):not(:disabled).focus,
bb-input-datepicker-ui.ng-touched.ng-invalid .input-group-prepend .btn,
bb-input-datepicker-ui.ng-touched.ng-invalid .input-group-prepend .btn:not(.disabled):not(:disabled):hover,
bb-input-datepicker-ui.ng-touched.ng-invalid .input-group-prepend .btn:not(.disabled):not(:disabled):focus,
bb-input-datepicker-ui.ng-touched.ng-invalid .input-group-prepend .btn:not(.disabled):not(:disabled).focus,
bb-search-box-ui.ng-touched.ng-invalid .input-group-append .btn,
bb-search-box-ui.ng-touched.ng-invalid .input-group-append .btn:not(.disabled):not(:disabled):hover,
bb-search-box-ui.ng-touched.ng-invalid .input-group-append .btn:not(.disabled):not(:disabled):focus,
bb-search-box-ui.ng-touched.ng-invalid .input-group-append .btn:not(.disabled):not(:disabled).focus,
bb-search-box-ui.ng-touched.ng-invalid .input-group-prepend .btn,
bb-search-box-ui.ng-touched.ng-invalid .input-group-prepend .btn:not(.disabled):not(:disabled):hover,
bb-search-box-ui.ng-touched.ng-invalid .input-group-prepend .btn:not(.disabled):not(:disabled):focus,
bb-search-box-ui.ng-touched.ng-invalid .input-group-prepend .btn:not(.disabled):not(:disabled).focus {
  border-color: #d32f2f; }

.form-control:disabled, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled, .form-control[readonly], .bb-country-selector.ng-select.ng-select-multiple .ng-select-container[readonly] {
  color: #737373; }
  .form-control:disabled::-webkit-input-placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled::-webkit-input-placeholder,
  .form-control[readonly]::-webkit-input-placeholder,
  .bb-country-selector.ng-select.ng-select-multiple .ng-select-container[readonly]::-webkit-input-placeholder {
    color: #a2a2a2; }
  .form-control:disabled:-moz-placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled:-moz-placeholder,
  .form-control[readonly]:-moz-placeholder,
  .bb-country-selector.ng-select.ng-select-multiple .ng-select-container[readonly]:-moz-placeholder {
    color: #a2a2a2; }
  .form-control:disabled::-moz-placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled::-moz-placeholder,
  .form-control[readonly]::-moz-placeholder,
  .bb-country-selector.ng-select.ng-select-multiple .ng-select-container[readonly]::-moz-placeholder {
    color: #a2a2a2; }
  .form-control:disabled::-ms-input-placeholder, .bb-country-selector.ng-select.ng-select-multiple .ng-select-container:disabled::-ms-input-placeholder,
  .form-control[readonly]::-ms-input-placeholder,
  .bb-country-selector.ng-select.ng-select-multiple .ng-select-container[readonly]::-ms-input-placeholder {
    color: #a2a2a2; }

.ng-select.ng-select-opened > .ng-select-container {
  background: #ffffff;
  border-color: #b3b3b3 #ccc #d9d9d9; }
  .ng-select.ng-select-opened > .ng-select-container:hover {
    box-shadow: none; }
  .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
    top: -2px;
    border-color: transparent transparent #999999;
    border-width: 0 5px 5px; }
    .ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
      border-color: transparent transparent #333333; }

.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9; }

.ng-select .ng-has-value .ng-placeholder {
  display: none; }

.ng-select .ng-select-container {
  align-items: center;
  min-height: 36px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .ng-select .ng-select-container:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
  .ng-select .ng-select-container .ng-value-container {
    align-items: center;
    padding-left: 10px; }
    .ng-select .ng-select-container .ng-value-container .ng-placeholder {
      color: #999999; }

.ng-select.ng-select-single .ng-select-container {
  height: 36px; }
  .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    top: 5px;
    left: 0;
    padding-right: 50px;
    padding-left: 10px; }

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6; }
  .ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
    padding: 0 5px; }

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px; }
  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 0.9em;
    background-color: #ebf5ff;
    border-radius: 2px; }
    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
      background-color: #f9f9f9; }
      .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
        padding-left: 5px; }
    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
      display: inline-block;
      padding: 1px 5px; }
    .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
      display: inline-block;
      padding: 1px 5px; }
      .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
        background-color: #d1e8ff; }
      .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
        border-right: 1px solid #b8dbff; }
      .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
        border-left: 1px solid #b8dbff; }
  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding: 0 0 3px 3px; }
  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    top: 5px;
    padding-bottom: 5px;
    padding-left: 3px; }

.ng-select .ng-clear-wrapper {
  color: #999999; }
  .ng-select .ng-clear-wrapper:hover .ng-clear {
    color: #d0021b; }

.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0; }

.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px; }
  .ng-select .ng-arrow-wrapper:hover .ng-arrow {
    border-top-color: #666666; }
  .ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #999999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px; }

.ng-dropdown-panel {
  left: 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }
  .ng-dropdown-panel.ng-select-bottom {
    top: 100%;
    margin-top: -1px;
    border-top-color: #e6e6e6;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
  .ng-dropdown-panel.ng-select-top {
    bottom: 100%;
    margin-bottom: -1px;
    border-bottom-color: #e6e6e6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
    .ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
  .ng-dropdown-panel .ng-dropdown-header {
    padding: 5px 7px;
    border-bottom: 1px solid #ccc; }
  .ng-dropdown-panel .ng-dropdown-footer {
    padding: 5px 7px;
    border-top: 1px solid #ccc; }
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
    padding: 8px 10px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    cursor: pointer;
    user-select: none; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
      cursor: default; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
      background-color: #f5faff; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
      font-weight: 600;
      background-color: #ebf5ff; }
  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    padding: 8px 10px;
    color: rgba(0, 0, 0, 0.87);
    background-color: #ffffff; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
      color: #333;
      background-color: #ebf5ff; }
      .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
        font-weight: 600; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
      color: #333;
      background-color: #f5faff; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
      color: #cccccc; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
      padding-left: 22px; }
    .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
      padding-right: 5px;
      font-weight: 400;
      font-size: 80%; }

.bb-dropdown__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  padding-right: 2rem;
  cursor: pointer; }
  .bb-dropdown__select::-ms-expand {
    display: none; }
  .bb-dropdown__select:disabled {
    color: #737373;
    box-shadow: none;
    cursor: not-allowed; }
  .bb-dropdown__select:disabled + .bb-dropdown__icon {
    color: #737373; }

.bb-dropdown__icon {
  display: flex;
  align-items: center;
  float: right;
  height: calc(1.5em + 1rem);
  margin-top: calc(-1 * calc(1.5em + 1rem));
  margin-top: calc(-1.5em - 1rem);
  margin-right: 0.5rem;
  pointer-events: none; }

.bb-form-field {
  display: block; }

.bb-form-field--xl {
  max-width: 100%; }

.bb-form-field--lg {
  max-width: 600px; }

.bb-form-field--md {
  max-width: 400px; }

.bb-form-field--sm {
  max-width: 200px; }

.bb-form-field--xs {
  max-width: 150px; }

.bb-label {
  margin-bottom: 0.5rem;
  font-weight: 600; }

.bb-label__annotation {
  color: #737373;
  font-weight: 400; }

.bb-currency-input__currency-selector {
  flex: 0 1 5.5rem; }

.bb-currency-input__integer {
  flex: 1 0 auto; }

.bb-currency-input__decimal {
  flex: 0 1 4.5rem; }

.bb-dropdown-btn-group-wrapper.show > .btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #00436f;
  border-color: #00436f; }

.bb-dropdown-btn-group-wrapper.show > .btn-secondary:not(:disabled):not(.disabled):focus {
  background-color: #00558d;
  border-color: #00558d; }

.bb-dropdown-btn-group-wrapper .bb-icon, .bb-dropdown-btn-group-wrapper .table thead th.sortable .th-content::before, .table thead th.sortable .bb-dropdown-btn-group-wrapper .th-content::before, .bb-dropdown-btn-group-wrapper .bicon, .bb-dropdown-btn-group-wrapper .bb-transaction-category,
.bb-dropdown-btn-group-wrapper .bicon,
.bb-dropdown-btn-group-wrapper .bb-transaction-category {
  margin-left: 0.25rem; }

bb-dropdown-menu-ui[icon][btncircle="true"] .bb-dropdown-btn-group-wrapper .bb-icon, bb-dropdown-menu-ui[icon][btncircle="true"] .bb-dropdown-btn-group-wrapper .table thead th.sortable .th-content::before, .table thead th.sortable bb-dropdown-menu-ui[icon][btncircle="true"] .bb-dropdown-btn-group-wrapper .th-content::before, bb-dropdown-menu-ui[icon][btncircle="true"] .bb-dropdown-btn-group-wrapper .bicon, bb-dropdown-menu-ui[icon][btncircle="true"] .bb-dropdown-btn-group-wrapper .bb-transaction-category,
bb-dropdown-menu-ui[icon][btncircle="true"] .bb-dropdown-btn-group-wrapper .bicon,
bb-dropdown-menu-ui[icon][btncircle="true"] .bb-dropdown-btn-group-wrapper .bb-transaction-category {
  margin-left: 0; }

bb-dropdown-menu-ui.btn-group[icon]:not([btncircle="true"]) .bb-dropdown-btn-group-wrapper .bb-icon, bb-dropdown-menu-ui.btn-group[icon]:not([btncircle="true"]) .bb-dropdown-btn-group-wrapper .table thead th.sortable .th-content::before, .table thead th.sortable bb-dropdown-menu-ui.btn-group[icon]:not([btncircle="true"]) .bb-dropdown-btn-group-wrapper .th-content::before, bb-dropdown-menu-ui.btn-group[icon]:not([btncircle="true"]) .bb-dropdown-btn-group-wrapper .bicon, bb-dropdown-menu-ui.btn-group[icon]:not([btncircle="true"]) .bb-dropdown-btn-group-wrapper .bb-transaction-category,
bb-dropdown-menu-ui.btn-group[icon]:not([btncircle="true"]) .bb-dropdown-btn-group-wrapper .bicon,
bb-dropdown-menu-ui.btn-group[icon]:not([btncircle="true"]) .bb-dropdown-btn-group-wrapper .bb-transaction-category {
  margin-left: 0; }

bb-dropdown-menu-ui.btn-group[icon]:not([btncircle="true"]) .bb-dropdown-btn-group-wrapper .btn-sm, bb-dropdown-menu-ui.btn-group[icon]:not([btncircle="true"]) .bb-dropdown-btn-group-wrapper .btn-group-sm > .btn {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

bb-dropdown-menu-ui.btn-group[icon]:not([btncircle="true"]) .bb-dropdown-btn-group-wrapper .btn-md {
  padding-right: 1rem;
  padding-left: 1rem; }

.btn-group > .btn-group:not(:last-child) > .bb-dropdown-btn-group-wrapper > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .bb-dropdown-btn-group-wrapper > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group:not(bb-dropdown-menu-ui) .bb-dropdown-btn-group-wrapper {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group:not(bb-dropdown-menu-ui) .bb-dropdown-btn-group-wrapper > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group:not(bb-dropdown-menu-ui) .bb-dropdown-btn-group-wrapper > .btn:focus, .btn-group:not(bb-dropdown-menu-ui) .bb-dropdown-btn-group-wrapper > .btn:active, .btn-group:not(bb-dropdown-menu-ui) .bb-dropdown-btn-group-wrapper > .btn.active, .btn-group:not(bb-dropdown-menu-ui) .bb-dropdown-btn-group-wrapper > .btn:hover {
      z-index: 1; }

.dropdown-menu-toggle-button__content {
  display: flex;
  align-items: center; }

.dropdown-menu-toggle-button__content--full-width {
  width: 100%; }

.dropdown-menu__label {
  padding: 0.25rem; }

.dropdown-menu__label--full-width {
  margin-right: auto; }

.bb-dropdown-multi-select__result {
  width: calc(100% - 1.5rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.bb-dropdown-multi-select__options-list {
  max-height: 340px;
  margin-bottom: 0.5rem;
  overflow-y: scroll; }
  .bb-dropdown-multi-select__options-list .dropdown-item {
    padding: 0; }
  .bb-dropdown-multi-select__options-list .bb-input-checkbox {
    width: 100%;
    padding: 0.5rem 1rem; }

.bb-dropdown-multi-select--disabled {
  cursor: not-allowed;
  pointer-events: none; }
  .bb-dropdown-multi-select--disabled .bb-dropdown-multi-select__toggle {
    color: #737373;
    background-color: #f2f2f2;
    cursor: not-allowed; }

.bb-dropdown-multi-select__clear-button {
  margin-top: 0.5rem;
  margin-left: 1rem;
  padding: 0.25rem;
  color: #0079c9;
  font-weight: 700; }
  .bb-dropdown-multi-select__clear-button:hover {
    color: #0079c9; }

.bb-dropdown-panel {
  position: relative; }

.bb-dropdown-panel__dropdown {
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }
  .bb-dropdown-panel__dropdown.dropdown-menu {
    padding: 0; }

.bb-fieldset {
  margin-bottom: 2rem; }

.bb-fieldset__heading {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2; }

.bb-input-checkbox {
  margin-bottom: 0;
  font-weight: inherit;
  cursor: pointer; }

.bb-input-checkbox__input {
  position: absolute;
  opacity: 0; }
  .bb-input-checkbox__input:checked + .bb-input-checkbox__content::before, .bb-input-checkbox__input:indeterminate + .bb-input-checkbox__content::before {
    background-color: #1476cc;
    border-color: #1476cc; }
  .bb-input-checkbox__input:checked + .bb-input-checkbox__content::after, .bb-input-checkbox__input:indeterminate + .bb-input-checkbox__content::after {
    display: inline-block;
    font-weight: normal;
    font-size: 1.5rem;
    /* Preferred icon size */
    font-family: "Material Icons Outlined";
    font-style: normal;
    line-height: 0.9;
    direction: ltr;
    letter-spacing: normal;
    white-space: nowrap;
    text-transform: none;
    word-wrap: normal;
    /* Support for IE. */
    font-feature-settings: "liga";
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: center; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .bb-input-checkbox__input:checked + .bb-input-checkbox__content::after, .bb-input-checkbox__input:indeterminate + .bb-input-checkbox__content::after {
        line-height: 24px; } }
    @supports (-ms-ime-align: auto) {
      .bb-input-checkbox__input:checked + .bb-input-checkbox__content::after, .bb-input-checkbox__input:indeterminate + .bb-input-checkbox__content::after {
        line-height: 24px; } }
  .bb-input-checkbox__input:checked + .bb-input-checkbox__content::after {
    content: "check"; }
  .bb-input-checkbox__input:indeterminate + .bb-input-checkbox__content::after {
    content: "remove"; }
  .bb-input-checkbox__input:disabled + .bb-input-checkbox__content {
    cursor: not-allowed; }
    .bb-input-checkbox__input:disabled + .bb-input-checkbox__content::before {
      background-color: #e9eaeb;
      border-color: #c5c5c5;
      cursor: not-allowed; }
    .bb-input-checkbox__input:disabled + .bb-input-checkbox__content::after {
      color: #a2a2a2;
      cursor: not-allowed; }
  .bb-input-checkbox__input:focus + .bb-input-checkbox__content::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 121, 201, 0.25); }

.bb-input-checkbox__content {
  position: relative;
  display: inline-flex;
  padding-left: calc(1.5rem + 0.5rem); }
  .bb-input-checkbox__content::before {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 0.25rem;
    cursor: pointer; }
  .bb-input-checkbox__content::before, .bb-input-checkbox__content::after {
    position: absolute;
    top: calc(50% - 0.75rem);
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    content: ""; }

.bb-input-checkbox__label {
  margin-bottom: 0;
  cursor: pointer; }

bb-input-checkbox-ui.ng-invalid .bb-input-checkbox__content::before {
  border-color: #d32f2f; }

/* stylelint-disable declaration-no-important*/
.bb-input-datepicker-ui input.datepicker-input-hidden,
.bb-input-datepicker-ui label.datepicker-input-hidden {
  width: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 0;
  border: 0;
  outline: 0; }

.bb-input-datepicker-ui label.datepicker-input-hidden {
  position: absolute;
  bottom: 0; }

.bb-input-datepicker-ui input.datepicker-input-hidden {
  visibility: hidden; }

.bb-input-datepicker-ui .dropdown-menu.show {
  padding: 0.5rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }

.bb-input-datepicker-ui .ngb-dp-week {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.bb-input-datepicker-ui .ngb-dp-day {
  width: 2.5rem;
  height: 2.5rem; }
  .bb-input-datepicker-ui .ngb-dp-day:focus {
    border-radius: 50%;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(20, 118, 204, 0.2); }
  .bb-input-datepicker-ui .ngb-dp-day.hidden {
    background-color: #fff; }

.bb-input-datepicker-ui .ngb-dp-weekdays {
  background-color: #fff !important;
  border: 0; }

.bb-input-datepicker-ui .ngb-dp-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff !important; }

.bb-input-datepicker-ui .ngb-dp-week.ngb-dp-weekdays {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.bb-input-datepicker-ui .ngb-dp-month-name {
  height: 1.25rem;
  color: #0079c9;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: center;
  background-color: #fff; }

.bb-input-datepicker-ui .ngb-dp-arrow {
  height: 1.5rem; }

.bb-input-datepicker-ui .ngb-dp-navigation-chevron {
  width: 0.7em;
  height: 0.7em;
  color: #737373; }

.bb-input-datepicker-ui .ngb-dp-arrow-btn {
  margin: 0 1rem; }
  .bb-input-datepicker-ui .ngb-dp-arrow-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(20, 118, 204, 0.2); }

.bb-input-datepicker-ui .ngb-dp-weekday.small {
  width: 2.5rem;
  height: 1.25rem;
  color: #111112;
  font-weight: 600;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.25rem;
  text-align: center; }

.bb-input-datepicker-ui .input-group > .form-control:not(:first-child), .bb-input-datepicker-ui .bb-country-selector.ng-select.ng-select-multiple .input-group > .ng-select-container:not(:first-child), .bb-country-selector.ng-select.ng-select-multiple .bb-input-datepicker-ui .input-group > .ng-select-container:not(:first-child) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.bb-input-datepicker-ui .custom-day {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  color: #000000;
  line-height: 2.5rem;
  border-radius: 50%;
  box-shadow: none; }
  .bb-input-datepicker-ui .custom-day:focus {
    outline: 0; }
  .bb-input-datepicker-ui .custom-day:hover {
    color: #000000;
    background-color: #d9ebf7; }
  .bb-input-datepicker-ui .custom-day.is-faded {
    color: #fff;
    background-color: #4da1d9;
    border-radius: 0; }
  .bb-input-datepicker-ui .custom-day.is-faded.is-hovered {
    color: #fff;
    background-color: #00558d;
    border-radius: 50%; }
    .bb-input-datepicker-ui .custom-day.is-faded.is-hovered::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      width: 1.25rem;
      height: 2.5rem;
      background-color: #4da1d9;
      content: ""; }
  .bb-input-datepicker-ui .custom-day.to-date::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 1.25rem;
    height: 2.5rem;
    background-color: #00558d;
    content: ""; }
  .bb-input-datepicker-ui .custom-day.from-date::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 1.25rem;
    height: 2.5rem;
    background-color: #00558d;
    content: ""; }
  .bb-input-datepicker-ui .custom-day.from-date.is-faded {
    border-radius: 50%; }
    .bb-input-datepicker-ui .custom-day.from-date.is-faded::after {
      background-color: #4da1d9; }
  .bb-input-datepicker-ui .custom-day.from-date.is-selected::after {
    display: none; }
  .bb-input-datepicker-ui .custom-day.from-date.is-selected.is-faded::after {
    display: block; }
  .bb-input-datepicker-ui .custom-day.from-date.is-selected.is-hovered:hover::after, .bb-input-datepicker-ui .custom-day.from-date.is-selected.is-hovered:hover::before {
    display: none;
    background-color: transparent; }
  .bb-input-datepicker-ui .custom-day.from-date, .bb-input-datepicker-ui .custom-day.to-date {
    color: #fff;
    background-color: #00558d; }
    .bb-input-datepicker-ui .custom-day.from-date:hover, .bb-input-datepicker-ui .custom-day.to-date:hover {
      background-color: #00558d; }
  .bb-input-datepicker-ui .custom-day.is-selected:not(.to-date), .bb-input-datepicker-ui .custom-day.is-range-selected {
    color: #fff;
    background-color: #0079c9; }
  .bb-input-datepicker-ui .custom-day.is-range-selected {
    background-color: #00558d;
    border-radius: 0; }
    .bb-input-datepicker-ui .custom-day.is-range-selected.to-date {
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%; }
  .bb-input-datepicker-ui .custom-day.from-date.is-faded.is-selected.is-hovered:after, .bb-input-datepicker-ui .custom-day.from-date.is-faded.is-selected.is-hovered:before {
    background-color: #fff; }

.bb-input-datepicker__wrapper {
  position: relative; }

.bb-input-datepicker__calendar-opener-button.btn-link:not(:disabled):not(.disabled):hover {
  background: #fff;
  border-color: #c5c5c5; }

.bb-input-datepicker__input.ng-touched.ng-invalid + ngb-datepicker + .input-group-append .bb-input-datepicker__calendar-opener-button, .bb-input-datepicker__input.ng-touched.ng-invalid + .input-group-append .bb-input-datepicker__calendar-opener-button {
  border-color: #d32f2f; }

.bb-input-datepicker__input.ng-invalid.ng-touched:not(:disabled):not(.disabled):focus {
  border-right: none; }

.bb-input-inline-edit-ui .bb-input-validation-message {
  margin-top: 0; }

.bb-input-inline-edit-ui .form-control, .bb-input-inline-edit-ui .bb-country-selector.ng-select.ng-select-multiple .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .bb-input-inline-edit-ui .ng-select-container {
  margin-bottom: 0.5rem; }

.bb-input-radio-group__list {
  display: flex;
  flex-direction: column; }

.bb-input-radio-group__list--horizontal {
  flex-direction: row; }
  .bb-input-radio-group__list--horizontal .bb-input-radio-group__radio {
    margin-right: 2rem; }
    .bb-input-radio-group__list--horizontal .bb-input-radio-group__radio:last-child {
      margin-right: 0;
      margin-bottom: 1rem; }

.bb-input-radio-group__label {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem; }

.bb-input-radio-group__radio {
  position: relative;
  display: inline;
  padding: 0 0 0 calc(1.5rem + 0.5rem);
  white-space: normal;
  text-align: left;
  cursor: pointer; }
  .bb-input-radio-group__radio:not(:last-child) {
    margin-bottom: 1rem; }
  .bb-input-radio-group__radio:last-child {
    margin-bottom: 0; }
  .bb-input-radio-group__radio::after, .bb-input-radio-group__radio::before {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    content: ""; }
  .bb-input-radio-group__radio::after {
    top: 50%;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%); }
  .bb-input-radio-group__radio::before {
    top: 50%;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    transform: translateY(-50%); }
  .bb-input-radio-group__radio.selected:not(:disabled):not(.disabled)::after {
    color: #1476cc;
    background-color: #1476cc; }
  .bb-input-radio-group__radio.selected:not(:disabled):not(.disabled)::before {
    border-color: #1476cc; }
  .bb-input-radio-group__radio.disabled {
    opacity: 1; }
    .bb-input-radio-group__radio.disabled::before {
      border-color: #e9eaeb;
      cursor: not-allowed; }
  .bb-input-radio-group__radio.active:not(:disabled):not(.disabled), .bb-input-radio-group__radio:active:not(:disabled):not(.disabled), .bb-input-radio-group__radio.focus:not(:disabled):not(.disabled) {
    box-shadow: none; }
  .bb-input-radio-group__radio.selected.disabled::after {
    background-color: #e9eaeb; }
  .bb-input-radio-group__radio.focus::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 121, 201, 0.25); }

.bb-input-radio-group__input {
  position: absolute;
  left: 0;
  opacity: 0; }

.bb-input-radio-group__radio-label {
  font-weight: 400; }

.bb-input-validation-message {
  display: block;
  margin-top: 0.5rem;
  color: #d32f2f;
  font-size: 0.75rem; }

.ng-invalid.ng-touched > .input-group > input:not(:focus),
.ng-invalid.ng-touched > input:not(:focus),
.ng-invalid.ng-touched .bb-dropdown-multi-select-ui,
.ng-invalid.ng-touched > select:not(:focus) {
  /* stylelint-disable-next-line */ }

.bb-search-box-visible.bb-search-box-search input {
  padding-left: 0.25rem;
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem; }

.bb-search-box-visible.bb-search-box-clear input {
  padding-right: 0.25rem; }

.bb-search-box-visible input {
  order: 1; }
  .bb-search-box-visible input[type="search"]::-ms-clear, .bb-search-box-visible input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }
  .bb-search-box-visible input[type="search"]::-webkit-search-decoration, .bb-search-box-visible input[type="search"]::-webkit-search-cancel-button, .bb-search-box-visible input[type="search"]::-webkit-search-results-button, .bb-search-box-visible input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }
  .bb-search-box-visible input:focus {
    box-shadow: 0 0 0 3px #dceaf7; }

.bb-search-box-visible .input-group-prepend {
  order: 0; }

.bb-search-box-visible .input-group-append {
  order: 2; }

.bb-search-box-visible .input-group-prepend button,
.bb-search-box-visible .input-group-append button {
  color: #737373; }
  .bb-search-box-visible .input-group-prepend button bb-icon-ui,
  .bb-search-box-visible .input-group-append button bb-icon-ui {
    vertical-align: bottom; }
  .bb-search-box-visible .input-group-prepend button:focus,
  .bb-search-box-visible .input-group-append button:focus {
    box-shadow: 0 0 0 3px #dceaf7; }

.bb-search-box-visible:not(.bb-search-box--has-clear) .bb-search-box__input {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem; }

.bb-search-box-visible:not(.bb-search-box--has-search) .bb-search-box__input {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem; }

.bb-search-box--has-search .bb-search-box__input {
  padding-left: 0.25rem; }

.bb-search-box--has-search .bb-search-box__search-button button {
  border-top-left-radius: 20rem;
  border-bottom-left-radius: 20rem;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bb-search-box--has-search .bb-search-box__search-button button.btn-link:not(:disabled):not(.disabled):hover {
    color: #333333;
    background: #fff; }
  .bb-search-box--has-search .bb-search-box__search-button button.btn-link:not(:disabled):not(.disabled):focus {
    color: #333333;
    background: #fff; }
  .bb-search-box--has-search .bb-search-box__search-button button.btn-sm bb-icon-ui[name="search"], .bb-search-box--has-search .bb-search-box__search-button .btn-group-sm > button.btn bb-icon-ui[name="search"] {
    margin-top: -2px; }

.bb-search-box--has-search.rounded .bb-search-box__search-button button {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

.bb-search-box--has-clear .bb-search-box__input {
  padding-right: 0.25rem; }

.bb-search-box--has-clear .bb-search-box__clear-button button {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bb-search-box--has-clear .bb-search-box__clear-button button.btn-link:not(:disabled):not(.disabled):hover {
    color: #333333;
    background: #fff; }
  .bb-search-box--has-clear .bb-search-box__clear-button button.btn-link:not(:disabled):not(.disabled):focus {
    color: #333333;
    background: #fff; }

.bb-search-box--has-clear.rounded .bb-search-box__clear-button button {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.bb-search-box__search-button {
  margin-bottom: 0; }

.bb-search-box:not(.bb-search-box--has-clear) .bb-search-box__input.open {
  border-right-width: 1px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.bb-search-box-visible:not(.bb-search-box--has-clear) .bb-search-box__input.open {
  border-top-right-radius: 20rem;
  border-bottom-right-radius: 20rem; }

.bb-rich-text-editor__actionbar.ng-invalid.ng-touched:not(.is-focused) .form-control, .bb-rich-text-editor__actionbar.ng-invalid.ng-touched:not(.is-focused) .bb-country-selector.ng-select.ng-select-multiple .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .bb-rich-text-editor__actionbar.ng-invalid.ng-touched:not(.is-focused) .ng-select-container {
  border: 1px solid #d32f2f; }

.bb-rich-text-editor__actionbar.is-focused .form-control, .bb-rich-text-editor__actionbar.is-focused .bb-country-selector.ng-select.ng-select-multiple .ng-select-container, .bb-country-selector.ng-select.ng-select-multiple .bb-rich-text-editor__actionbar.is-focused .ng-select-container {
  border-color: #5b9fdb;
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 201, 0.25); }

.bb-rich-text-editor__char-counter {
  margin-top: 0.5rem;
  color: #737373; }

.bb-rich-text-editor__actionbar {
  height: auto; }

.bb-rich-text-editor__content {
  height: 100px;
  overflow-y: auto;
  outline: 0; }
  .bb-rich-text-editor__content:empty:not(:focus)::before {
    display: block;
    /* For Firefox */
    color: #737373;
    content: attr(placeholder); }

.bb-rich-text-editor__textarea--hidden {
  display: none; }

.bb-rich-text-editor__toolbar-separator {
  display: inline-block;
  width: 1.5rem; }

.bb-checkbox-group {
  padding-left: calc(1.5rem + 0.5rem); }

.bb-switch {
  display: inline-flex;
  align-items: center; }
  .bb-switch .bb-input-checkbox {
    z-index: -1; }

.bb-switch--align-end {
  flex-direction: row-reverse; }
  .bb-switch--align-end .bb-switch__label {
    margin-right: 0;
    margin-left: 0.5rem; }

.bb-switch__element {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  min-width: 2.25rem;
  height: 1.25rem;
  background-color: #dedede;
  border-radius: 10rem;
  cursor: pointer; }
  .bb-switch__element:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 121, 201, 0.25); }

.bb-switch__element--disabled {
  background-color: #dedede;
  cursor: not-allowed; }
  .bb-switch__element--disabled .bb-switch__slider {
    background-color: #e9eaeb; }

.bb-switch__element--checked {
  background-color: #1476cc;
  border-color: #0079c9; }
  .bb-switch__element--checked .bb-switch__slider {
    left: 0.25rem;
    background-color: #fff;
    transform: translate(0.9rem, 0); }

.bb-switch__element--focused {
  box-shadow: 0 0 0 0.2rem rgba(0, 121, 201, 0.25); }

.bb-switch__slider {
  position: absolute;
  top: 0.125rem;
  left: 0.1rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 10rem;
  outline: none;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.bb-switch__label {
  margin-right: 0.5rem;
  margin-bottom: 0;
  font-weight: 400; }

.bb-logo {
  width: 15rem;
  min-width: 2rem;
  height: 1.25rem;
  background-image: url(../assets/images/logo.svg);
  background-size: contain; }
  .bb-logo.bb-logo-responsive {
    width: 100%;
    height: auto;
    padding-top: 8.15451%; }

.bb-logo--emblem {
  width: 100%;
  height: auto;
  padding-top: 69.23077%;
  background-image: url(../assets/images/logo-emblem.svg);
  background-repeat: no-repeat; }

.bb-logo--inverse {
  background-image: url(../assets/images/logo-emblem-inverse.svg); }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 1rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #a2a2a2;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #c5c5c5; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #c5c5c5; }
    .nav-tabs .nav-link.disabled {
      color: #a2a2a2;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #0079c9;
    background-color: transparent;
    border-color: #0079c9; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 1rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgba(0, 121, 201, 0.1); }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs {
  flex-wrap: nowrap;
  align-items: stretch; }
  .nav-tabs .nav-link {
    position: relative;
    height: 100%;
    padding: 0.5rem 1.5rem;
    color: #000000;
    line-height: 1.5rem;
    text-align: center;
    border: 0;
    border-radius: 0 0 0.125rem; }
    .nav-tabs .nav-link:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4px;
      border-radius: 0.125rem;
      content: ""; }
    .nav-tabs .nav-link:focus {
      border-radius: 0.125rem;
      outline: 0;
      box-shadow: 0 0 0 3px rgba(20, 118, 204, 0.2); }
    .nav-tabs .nav-link:hover {
      background-color: #f5f5f5; }
      .nav-tabs .nav-link:hover:after {
        background-color: #c5c5c5; }
  .nav-tabs .nav-link.active {
    font-weight: 600; }
    .nav-tabs .nav-link.active:after {
      background-color: #0079c9; }
    .nav-tabs .nav-link.active:hover {
      background-color: #f5f5f5; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.navbar-brand {
  max-width: 266px;
  margin-left: 1rem; }
  .navbar-brand img {
    max-width: 239.4px; }

.navbar {
  padding: 0;
  background-color: transparent; }
  @media (min-width: 768px) {
    .navbar .navbar-right {
      width: 500px;
      margin-right: 0; } }
  .navbar .nav li.nav-item {
    transform-origin: 100% 0;
    transition: border-color 500ms 0ms cubic-bezier(0, 0, 0.2, 1);
    border-left: 4px solid transparent; }
    .navbar .nav li.nav-item a {
      transform-origin: 100% 0;
      transition: background-color 500ms 0ms cubic-bezier(0, 0, 0.2, 1);
      color: #737373; }
      .navbar .nav li.nav-item a:focus {
        transform-origin: 100% 0;
        transition: background-color 500ms 0ms cubic-bezier(0, 0, 0.2, 1);
        background-color: transparent; }
      .navbar .nav li.nav-item a:hover {
        transform-origin: 100% 0;
        transition: background-color 500ms 0ms cubic-bezier(0, 0, 0.2, 1);
        color: #333333;
        background-color: transparent; }
    .navbar .nav li.nav-item:hover:not(.active) {
      transform-origin: 100% 0;
      transition: border-color 500ms 0ms cubic-bezier(0, 0, 0.2, 1);
      border-color: transparent; }
    .navbar .nav li.nav-item:active:not(.active) {
      transform-origin: 100% 0;
      transition: border-color 500ms 0ms cubic-bezier(0, 0, 0.2, 1);
      background-color: transparent; }
    .navbar .nav li.nav-item.active a {
      color: #1476cc;
      background-color: transparent; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 1rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0 0.25rem;
  margin-left: 0;
  line-height: 1.5rem;
  color: #0079c9;
  background-color: #fff;
  border: 0 solid transparent; }
  .page-link:hover {
    z-index: 2;
    color: #00558d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 121, 201, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #0b4170;
  background-color: #d9ebf7;
  border-color: #d9ebf7; }

.page-item.disabled .page-link {
  color: #dedede;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dedede; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.bb-pagination {
  display: flex;
  justify-content: center;
  font-size: 0.875rem; }

.bb-pagination__ellipsis {
  color: #0079c9; }

.pagination {
  align-items: center; }

.page-item:not(:first-child) {
  margin-left: 0.5rem; }

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0.5rem; }

.page-link {
  box-sizing: content-box;
  min-width: 1rem;
  height: 1.5rem;
  margin-left: 0;
  padding: 0 0.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 0.5rem; }

.page-link .bicon, .page-link .bb-transaction-category,
.page-link .bb-icon,
.page-link .table thead th.sortable .th-content::before,
.table thead th.sortable .page-link .th-content::before,
.page-link .bicon,
.page-link .bb-transaction-category {
  margin: 0;
  line-height: 1.5rem; }

.page-link.disabled:focus, .page-link.disabled.focus {
  box-shadow: none; }

.bb-mega-menu {
  color: #000000;
  background: transparent; }

.bb-mega-menu__items {
  padding-left: 0;
  list-style: none;
  display: flex; }

.bb-mega-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem;
  color: #000000; }

.bb-mega-menu__link, .bb-mega-menu__link:hover, .bb-mega-menu__link:focus,
.bb-mega-menu__submenu-header,
.bb-mega-menu__submenu-header:hover,
.bb-mega-menu__submenu-header:focus,
.bb-mega-menu__submenu-link,
.bb-mega-menu__submenu-link:hover,
.bb-mega-menu__submenu-link:focus {
  text-decoration: none; }

.bb-mega-menu__expand-marker {
  display: none; }

.bb-mega-menu--menubar .bb-mega-menu__items {
  flex-flow: row nowrap;
  margin-bottom: 0; }

.bb-mega-menu--menubar .bb-mega-menu__expand-marker--vertical {
  display: inline-flex;
  padding-left: 0.5rem; }

.bb-mega-menu--menubar .bb-mega-menu__item {
  position: relative; }

.bb-mega-menu--menubar .bb-mega-menu__item--secondary {
  /* Only display the Secondary Menu icon, nothing else */ }
  .bb-mega-menu--menubar .bb-mega-menu__item--secondary .bb-mega-menu__item-description,
  .bb-mega-menu--menubar .bb-mega-menu__item--secondary .bb-mega-menu__expand-marker {
    display: none; }

.bb-mega-menu--menubar .bb-mega-menu__item-icon + .bb-mega-menu__item-description {
  padding-left: 1ch; }

.bb-mega-menu--menubar .bb-mega-menu__link {
  height: 4.5rem;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 4px solid transparent; }
  .bb-mega-menu--menubar .bb-mega-menu__link [data-chrome] {
    color: #000000 !important; }
  .bb-mega-menu--menubar .bb-mega-menu__link [data-chrome]:hover {
    color: #000000 !important;
    background-color: transparent; }
  .bb-mega-menu--menubar .bb-mega-menu__link [data-chrome].bb-mega-menu__link--expanded, .bb-mega-menu--menubar .bb-mega-menu__link [data-chrome]:focus, .bb-mega-menu--menubar .bb-mega-menu__link [data-chrome]:active {
    color: #0079c9 !important;
    background-color: transparent; }
  .bb-mega-menu--menubar .bb-mega-menu__link:hover, .bb-mega-menu--menubar .bb-mega-menu__link:focus {
    color: #000000;
    background-color: transparent;
    border-bottom: 4px solid #c5c5c5; }
  .bb-mega-menu--menubar .bb-mega-menu__link.bb-mega-menu__link--active, .bb-mega-menu--menubar .bb-mega-menu__link.bb-mega-menu__link--expanded {
    border-bottom: 4px solid #0079c9; }

.bb-mega-menu--menubar .bb-mega-menu__submenu {
  z-index: 1060;
  padding: 1.5rem;
  color: #fff;
  background-color: #0079c9;
  border-radius: 1rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1031; }

.bb-mega-menu--menubar .bb-mega-menu__submenu-header,
.bb-mega-menu--menubar .bb-mega-menu__submenu-link {
  display: flex;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  border-radius: 0.5rem; }
  .bb-mega-menu--menubar .bb-mega-menu__submenu-header:hover,
  .bb-mega-menu--menubar .bb-mega-menu__submenu-link:hover {
    text-decoration: none; }
  .bb-mega-menu--menubar .bb-mega-menu__submenu-header:last-child,
  .bb-mega-menu--menubar .bb-mega-menu__submenu-link:last-child {
    margin-bottom: 0; }
  .bb-mega-menu--menubar .bb-mega-menu__submenu-header [data-chrome],
  .bb-mega-menu--menubar .bb-mega-menu__submenu-link [data-chrome] {
    color: #fff !important; }
  .bb-mega-menu--menubar .bb-mega-menu__submenu-header:hover, .bb-mega-menu--menubar .bb-mega-menu__submenu-header:focus,
  .bb-mega-menu--menubar .bb-mega-menu__submenu-link:hover,
  .bb-mega-menu--menubar .bb-mega-menu__submenu-link:focus {
    color: #fff;
    background-color: #00558d; }
  .bb-mega-menu--menubar .bb-mega-menu__submenu-header:active,
  .bb-mega-menu--menubar .bb-mega-menu__submenu-link:active {
    color: #fff;
    background-color: #00436f; }

.bb-mega-menu--menubar .bb-mega-menu__submenu-header {
  display: none; }

.bb-mega-menu--menubar .bb-mega-menu__column {
  width: 18.2rem; }

.bb-mega-menu__dropdown {
  z-index: 1060;
  padding: 1.5rem;
  color: #fff;
  background-color: #0079c9;
  border-radius: 1rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }

.bb-mega-menu__submenu--collapsed {
  display: none; }

.bb-mega-menu--overflow-menu {
  width: 18.2rem;
  /*
  .page-flex-layout {
    .bb-mega-menu {
      position: fixed;
      min-width: $mega-menu-submenu-column-width;
    }
    .bb-mega-menu--sidebar-visible {
      display: block;
    }
    .bb-mega-menu--sidebar-hidden {
      display: none;
    }
	}
	*/
  z-index: 1060;
  padding: 1.5rem;
  color: #fff;
  background-color: #0079c9;
  border-radius: 1rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }
  .bb-mega-menu--overflow-menu .bb-mega-menu__item--secondary .bb-mega-menu__item-icon {
    display: none; }
  .bb-mega-menu--overflow-menu .bb-mega-menu__item-description {
    display: block;
    width: 100%; }
  .bb-mega-menu--overflow-menu .bb-mega-menu__link {
    justify-content: space-between;
    padding: 1rem 1.5rem; }
  .bb-mega-menu--overflow-menu .bb-mega-menu__item-icon {
    padding-right: 1ch; }
  .bb-mega-menu--overflow-menu .bb-mega-menu__items {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    margin: 0;
    padding-bottom: 0.25rem; }
  .bb-mega-menu--overflow-menu .bb-mega-menu__expand-marker--horizontal {
    display: inline-flex; }
  .bb-mega-menu--overflow-menu .bb-mega-menu__link,
  .bb-mega-menu--overflow-menu .bb-mega-menu__submenu-link {
    display: flex;
    padding: 1.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    border-radius: 0.5rem; }
    .bb-mega-menu--overflow-menu .bb-mega-menu__link:hover,
    .bb-mega-menu--overflow-menu .bb-mega-menu__submenu-link:hover {
      text-decoration: none; }
    .bb-mega-menu--overflow-menu .bb-mega-menu__link:last-child,
    .bb-mega-menu--overflow-menu .bb-mega-menu__submenu-link:last-child {
      margin-bottom: 0; }
    .bb-mega-menu--overflow-menu .bb-mega-menu__link [data-chrome],
    .bb-mega-menu--overflow-menu .bb-mega-menu__submenu-link [data-chrome] {
      color: #fff !important; }
    .bb-mega-menu--overflow-menu .bb-mega-menu__link:hover, .bb-mega-menu--overflow-menu .bb-mega-menu__link:focus,
    .bb-mega-menu--overflow-menu .bb-mega-menu__submenu-link:hover,
    .bb-mega-menu--overflow-menu .bb-mega-menu__submenu-link:focus {
      color: #fff;
      background-color: #00558d; }
    .bb-mega-menu--overflow-menu .bb-mega-menu__link:active,
    .bb-mega-menu--overflow-menu .bb-mega-menu__submenu-link:active {
      color: #fff;
      background-color: #00436f; }

.bb-mega-menu__submenu-link {
  display: flex;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  justify-content: space-between;
  min-width: 10em;
  padding: 1rem 1.5rem; }
  .bb-mega-menu__submenu-link:hover {
    text-decoration: none; }
  .bb-mega-menu__submenu-link:last-child {
    margin-bottom: 0; }

.bb-mega-menu__submenu-item-icon {
  margin-right: 0.5rem;
  vertical-align: top; }

.bb-mega-menu__submenu-item-label {
  display: flex;
  flex-direction: column;
  width: 100%; }

.bb-mega-menu__submenu-title,
.bb-mega-menu__submenu-description {
  overflow-wrap: anywhere; }

.bb-mega-menu__submenu-description {
  font-size: 0.875rem;
  line-height: 1.5;
  word-wrap: break-word; }

.bb-mega-menu__submenu-items {
  display: flex; }

.bb-mega-menu__submenu-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  line-height: 1.5;
  cursor: pointer; }
  .bb-mega-menu__submenu-header .bb-mega-menu__submenu--close {
    margin-right: 0.5rem; }

.bb-mega-menu--overflow-menu .bb-mega-menu__column--children {
  display: flex;
  justify-content: left;
  padding: 0.5rem; }

.bb-mega-menu--overflow-menu .bb-mega-menu__submenu-items {
  flex-direction: column;
  padding: 0; }

.bb-mega-menu--overflow-menu .bb-mega-menu__expand-marker--vertical {
  display: none; }

.bb-mega-menu--overflow-menu.bb-mega-menu,
.bb-mega-menu--overflow-menu .bb-mega-menu {
  overflow-y: auto; }

.bb-mega-menu--overflow-menu .bb-mega-menu__items {
  position: relative;
  transition: 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: left; }

.bb-mega-menu--overflow-menu.bb-mega-menu--submenu-hidden .bb-mega-menu__items,
.bb-mega-menu--overflow-menu .bb-mega-menu--submenu-hidden .bb-mega-menu__items {
  left: 0; }

.bb-mega-menu--overflow-menu.bb-mega-menu--submenu-visible .bb-mega-menu__items,
.bb-mega-menu--overflow-menu .bb-mega-menu--submenu-visible .bb-mega-menu__items {
  left: -100%; }

.bb-mega-menu--overflow-menu .bb-mega-menu__submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%; }

@media (min-width: 768px) {
  .bb-mega-menu--default-breakpoints .bb-mega-menu__items {
    flex-flow: row nowrap;
    margin-bottom: 0; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__expand-marker--vertical {
    display: inline-flex;
    padding-left: 0.5rem; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__item {
    position: relative; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__item--secondary {
    /* Only display the Secondary Menu icon, nothing else */ }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__item--secondary .bb-mega-menu__item-description,
    .bb-mega-menu--default-breakpoints .bb-mega-menu__item--secondary .bb-mega-menu__expand-marker {
      display: none; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__item-icon + .bb-mega-menu__item-description {
    padding-left: 1ch; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__link {
    height: 4.5rem;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 4px solid transparent; }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__link [data-chrome] {
      color: #000000 !important; }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__link [data-chrome]:hover {
      color: #000000 !important;
      background-color: transparent; }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__link [data-chrome].bb-mega-menu__link--expanded, .bb-mega-menu--default-breakpoints .bb-mega-menu__link [data-chrome]:focus, .bb-mega-menu--default-breakpoints .bb-mega-menu__link [data-chrome]:active {
      color: #0079c9 !important;
      background-color: transparent; }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__link:hover, .bb-mega-menu--default-breakpoints .bb-mega-menu__link:focus {
      color: #000000;
      background-color: transparent;
      border-bottom: 4px solid #c5c5c5; }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__link.bb-mega-menu__link--active, .bb-mega-menu--default-breakpoints .bb-mega-menu__link.bb-mega-menu__link--expanded {
      border-bottom: 4px solid #0079c9; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu {
    z-index: 1060;
    padding: 1.5rem;
    color: #fff;
    background-color: #0079c9;
    border-radius: 1rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1031; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-header,
  .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-link {
    display: flex;
    padding: 1.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    border-radius: 0.5rem; }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-header:hover,
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-link:hover {
      text-decoration: none; }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-header:last-child,
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-link:last-child {
      margin-bottom: 0; }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-header [data-chrome],
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-link [data-chrome] {
      color: #fff !important; }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-header:hover, .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-header:focus,
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-link:hover,
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-link:focus {
      color: #fff;
      background-color: #00558d; }
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-header:active,
    .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-link:active {
      color: #fff;
      background-color: #00436f; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-header {
    display: none; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__column {
    width: 18.2rem; } }

@media (max-width: 767.98px) {
  .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown {
    width: 18.2rem;
    /*
  .page-flex-layout {
    .bb-mega-menu {
      position: fixed;
      min-width: $mega-menu-submenu-column-width;
    }
    .bb-mega-menu--sidebar-visible {
      display: block;
    }
    .bb-mega-menu--sidebar-hidden {
      display: none;
    }
	}
	*/
    z-index: 1060;
    padding: 1.5rem;
    color: #fff;
    background-color: #0079c9;
    border-radius: 1rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__item--secondary .bb-mega-menu__item-icon {
      display: none; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__item-description {
      display: block;
      width: 100%; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__link {
      justify-content: space-between;
      padding: 1rem 1.5rem; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__item-icon {
      padding-right: 1ch; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__items {
      display: flex;
      flex-flow: column nowrap;
      height: 100%;
      margin: 0;
      padding-bottom: 0.25rem; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__expand-marker--horizontal {
      display: inline-flex; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__link,
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__submenu-link {
      display: flex;
      padding: 1.5rem 1rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #fff;
      font-weight: 600;
      border-radius: 0.5rem; }
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__link:hover,
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__submenu-link:hover {
        text-decoration: none; }
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__link:last-child,
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__submenu-link:last-child {
        margin-bottom: 0; }
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__link [data-chrome],
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__submenu-link [data-chrome] {
        color: #fff !important; }
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__link:hover, .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__link:focus,
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__submenu-link:hover,
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__submenu-link:focus {
        color: #fff;
        background-color: #00558d; }
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__link:active,
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__submenu-link:active {
        color: #fff;
        background-color: #00436f; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown.bb-mega-menu,
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu {
      overflow-y: auto; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__items {
      position: relative;
      transition: 0.2s cubic-bezier(0.42, 0, 0.58, 1);
      transition-property: left; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown.bb-mega-menu--submenu-hidden .bb-mega-menu__items,
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu--submenu-hidden .bb-mega-menu__items {
      left: 0; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown.bb-mega-menu--submenu-visible .bb-mega-menu__items,
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu--submenu-visible .bb-mega-menu__items {
      left: -100%; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu__submenu {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%; }
    .bb-topbar__navigation-area .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1031; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown.bb-mega-menu--submenu-visible .bb-mega-menu__items,
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-dropdown .bb-mega-menu--submenu-visible .bb-mega-menu__items {
      left: -100%; } }

@media (max-width: 767.98px) {
  .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1031;
    width: 18.2rem;
    height: 100vh;
    margin-top: 4.5rem;
    background-color: #fff;
    transform: translateX(-100%);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(0);
    /*
  .page-flex-layout {
    .bb-mega-menu {
      position: fixed;
      min-width: $mega-menu-submenu-column-width;
    }
    .bb-mega-menu--sidebar-visible {
      display: block;
    }
    .bb-mega-menu--sidebar-hidden {
      display: none;
    }
	}
	*/ }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar.bb-mega-menu,
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu {
      overflow-y: auto; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__items {
      position: relative;
      transition: 0.2s cubic-bezier(0.42, 0, 0.58, 1);
      transition-property: left; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar.bb-mega-menu--submenu-hidden .bb-mega-menu__items,
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu--submenu-hidden .bb-mega-menu__items {
      left: 0; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar.bb-mega-menu--submenu-visible .bb-mega-menu__items,
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu--submenu-visible .bb-mega-menu__items {
      left: -100%; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__submenu {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__item--secondary .bb-mega-menu__item-icon {
      display: none; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__item-description {
      display: block;
      width: 100%; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__link {
      justify-content: space-between;
      padding: 1rem 1.5rem; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__item-icon {
      padding-right: 1ch; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__items {
      display: flex;
      flex-flow: column nowrap;
      height: 100%;
      margin: 0;
      padding-bottom: 0.25rem; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__expand-marker--horizontal {
      display: inline-flex; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__submenu {
      height: 100%;
      color: #fff;
      background-color: #0079c9; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__submenu-header,
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__submenu-link {
      color: #fff; }
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__submenu-header:hover, .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__submenu-header:focus,
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__submenu-link:hover,
      .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__submenu-link:focus {
        color: #fff;
        background-color: #00558d; }
    .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__link:hover, .bb-mega-menu--default-breakpoints.bb-mega-menu--mobile-sidebar .bb-mega-menu__link:focus {
      color: #0079c9; } }

@media (max-width: 767.98px) {
  .bb-mega-menu--default-breakpoints .bb-mega-menu__column--children {
    display: flex;
    justify-content: left;
    padding: 0.5rem; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu-items {
    flex-direction: column;
    padding: 0; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__expand-marker--vertical {
    display: none; }
  .bb-mega-menu--default-breakpoints.bb-mega-menu,
  .bb-mega-menu--default-breakpoints .bb-mega-menu {
    overflow-y: auto; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__items {
    position: relative;
    transition: 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition-property: left; }
  .bb-mega-menu--default-breakpoints.bb-mega-menu--submenu-hidden .bb-mega-menu__items,
  .bb-mega-menu--default-breakpoints .bb-mega-menu--submenu-hidden .bb-mega-menu__items {
    left: 0; }
  .bb-mega-menu--default-breakpoints.bb-mega-menu--submenu-visible .bb-mega-menu__items,
  .bb-mega-menu--default-breakpoints .bb-mega-menu--submenu-visible .bb-mega-menu__items {
    left: -100%; }
  .bb-mega-menu--default-breakpoints .bb-mega-menu__submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%; } }

@media (max-width: 767.98px) {
  .bb-page-layout--horizontal-nav.bb-page-layout--nav-collapsed .bb-mega-menu--default-breakpoints {
    display: none; }
  .bb-page-layout--horizontal-nav.bb-page-layout--nav-expanded .bb-mega-menu--default-breakpoints {
    display: block; } }

.bb-navigation {
  width: 15rem;
  padding-left: 0;
  list-style: none; }

.bb-navigation__header {
  padding: 0.5rem 1rem;
  color: inherit;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase; }
  .bb-navigation__item + .bb-navigation__header {
    margin-top: 1rem; }

.bb-navigation__separator {
  height: 0;
  margin: 1rem 0.5rem;
  background-color: #dedede; }

.bb-navigation-item {
  display: flex;
  align-items: center; }

.bb-navigation-item__link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #000000;
  line-height: 1.25rem;
  background-color: transparent;
  border-radius: 0.5rem; }
  .bb-navigation-item__link:hover {
    color: #000000;
    text-decoration: none;
    background-color: #e9eaeb; }

.bb-navigation__item:not(:last-of-type) {
  margin-bottom: 0.25rem; }

.bb-navigation-item__icon {
  width: 1.5rem;
  margin-right: 0.5rem;
  color: #333333; }

.bb-navigation-item__title {
  word-break: break-all;
  word-break: break-word; }

.bb-navigation-item__badge {
  margin-left: 0.5rem; }

.bb-navigation-item--active .bb-navigation-item__link {
  color: #0079c9;
  background-color: #d9ebf7; }

.bb-navigation-item--active .bb-navigation-item__icon {
  color: #0079c9; }

.bb-stepper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1rem; }

.bb-stepper__separator {
  flex-grow: 1;
  max-width: 100%;
  height: 1px;
  margin: 0.5rem;
  padding: 0;
  background-color: #dedede; }

.bb-step {
  display: flex;
  align-items: center; }

.bb-step--active .bb-step__icon {
  color: #fff;
  background-color: #0079c9; }

.bb-step--active .bb-step__label {
  color: #000000;
  font-weight: 600; }

.bb-step__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #000000;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #dedede;
  border-radius: 50%; }

.bb-step__label {
  margin-left: 0.5rem;
  color: #737373;
  font-weight: 400;
  font-size: 0.875rem; }
  @media (max-width: 575.98px) {
    .bb-step__label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: absolute;
      top: -100%;
      left: 0;
      display: none; } }

.bb-tab--inverse .nav-tabs .nav-link {
  color: #fff; }
  .bb-tab--inverse .nav-tabs .nav-link:focus {
    box-shadow: 0 0 0 3px #c5c5c5; }
  .bb-tab--inverse .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: transparent; }
    .bb-tab--inverse .nav-tabs .nav-link:hover:after {
      background-color: #c5c5c5; }

.bb-tab--inverse .nav-tabs .nav-link.active {
  color: #fff; }
  .bb-tab--inverse .nav-tabs .nav-link.active:after {
    background-color: #fff; }
  .bb-tab--inverse .nav-tabs .nav-link.active:hover {
    background-color: transparent; }

.bb-block--no-margin {
  margin-bottom: 0; }

.bb-block--xs {
  margin-bottom: 0.25rem; }

.bb-block--sm {
  margin-bottom: 0.5rem; }

.bb-block--md {
  margin-bottom: 1rem; }

.bb-block--lg {
  margin-bottom: 1.5rem; }

.bb-block--xl {
  margin-bottom: 2rem; }

.bb-block--fill {
  width: 100%; }

.bb-block--full-width {
  width: 100%; }

.bb-button-bar {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 576px) {
    .bb-button-bar {
      flex-direction: row-reverse; } }

@media (max-width: 575.98px) {
  .bb-button-bar__button {
    width: 100%;
    margin-bottom: 1rem; }
    .bb-button-bar__button .btn {
      width: 100%; }
    .bb-button-bar__button.btn-sm, .btn-group-sm > .bb-button-bar__button.btn {
      margin-bottom: 1rem; }
    .bb-button-bar__button:last-child {
      margin-bottom: 0; } }

@media (min-width: 576px) {
  .bb-button-bar__button {
    margin-right: 0.5rem; }
    .bb-button-bar__button.btn-sm, .btn-group-sm > .bb-button-bar__button.btn {
      margin-right: 0.5rem; }
    .bb-button-bar__button:first-child {
      margin-right: 0; } }

@media (min-width: 576px) {
  .bb-button-bar__button--across {
    margin-right: auto; } }

@media (min-width: 576px) {
  .bb-button-bar--reverse {
    flex-direction: row; }
    .bb-button-bar--reverse .bb-button-bar__button:first-child {
      margin-right: 0.5rem; }
      .bb-button-bar--reverse .bb-button-bar__button:first-child.btn-sm, .bb-button-bar--reverse .btn-group-sm > .bb-button-bar__button.btn:first-child {
        margin-right: 0.5rem; }
    .bb-button-bar--reverse .bb-button-bar__button:last-child {
      margin-right: 0; } }

.bb-button-bar--reverse .bb-button-bar__button--across {
  margin-left: auto; }

.bb-button-bar--center {
  justify-content: center; }

.bb-button-bar--spacing-xs {
  margin-top: 0.25rem; }

.bb-button-bar--spacing-sm {
  margin-top: 0.5rem; }

.bb-button-bar--spacing-md {
  margin-top: 1rem; }

.bb-button-bar--spacing-lg {
  margin-top: 1.5rem; }

.bb-button-bar--spacing-xl {
  margin-top: 2rem; }

.bb-inline-stack {
  display: inline-flex;
  align-items: center; }

.bb-inline-stack__item:not(:last-child) {
  margin-right: 0.25rem; }

.bb-inline-stack--density-xs .bb-inline-stack__item:not(:last-child) {
  margin-right: 0.25rem; }

.bb-inline-stack__item--spacing-xs {
  margin-right: 0.25rem; }

.bb-inline-stack--density-sm .bb-inline-stack__item:not(:last-child) {
  margin-right: 0.5rem; }

.bb-inline-stack__item--spacing-sm {
  margin-right: 0.5rem; }

.bb-inline-stack--density-md .bb-inline-stack__item:not(:last-child) {
  margin-right: 1rem; }

.bb-inline-stack__item--spacing-md {
  margin-right: 1rem; }

.bb-inline-stack--density-lg .bb-inline-stack__item:not(:last-child) {
  margin-right: 1.5rem; }

.bb-inline-stack__item--spacing-lg {
  margin-right: 1.5rem; }

.bb-inline-stack--density-xl .bb-inline-stack__item:not(:last-child) {
  margin-right: 2rem; }

.bb-inline-stack__item--spacing-xl {
  margin-right: 2rem; }

.bb-inline-stack--density-none .bb-inline-stack__item {
  margin-right: 0; }

.bb-inline-stack__item--spacing-none {
  margin-right: 0; }

.bb-page-layout {
  min-height: 100vh;
  background-color: #f5f6f7; }
  .bb-page-layout .bb-sidebar {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

.bb-page-layout__container {
  width: 100%; }

.bb-page-layout__main {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 100vh; }

.bb-page-layout__content {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  min-width: 0; }

.bb-page-layout__topbar {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 4.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  background-color: #fff; }
  .bb-page-layout__topbar .bb-page-layout__skip-to-content {
    height: 100%; }

.bb-page-layout__content-anchor {
  position: absolute;
  left: -1000em; }

.bb-page-layout__skip-to-content:focus {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem; }

.bb-page-layout__skip-to-content:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); }

.bb-page-layout__nav-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.5; }

.bb-page-layout--sticky-sidebar .bb-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  overflow-y: auto; }

.bb-page-layout--sticky-topbar {
  padding-top: 4.5rem; }
  .bb-page-layout--sticky-topbar .bb-page-layout__topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1020; }

.container {
  display: block;
  padding: 0 2rem; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 1.5rem; } }
  @media (max-width: 767.98px) {
    .container {
      padding: 0; } }

.container-fluid {
  display: block;
  padding: 0 2rem; }
  @media (max-width: 767.98px) {
    .container-fluid {
      padding: 0 0.5rem; } }

.container--fixed-width {
  max-width: 840px; }

.container--fixed-width-small {
  max-width: 600px; }

.container--drag-up {
  margin-top: calc(1.5rem - 14rem); }
  @media (max-width: 767.98px) {
    .container--drag-up {
      padding: 0; } }

.bb-page-layout--horizontal-nav .bb-page-layout__topbar {
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); }

.bb-page-layout--horizontal-nav.bb-page-layout--nav-expanded .bb-page-layout__nav-backdrop {
  z-index: 1040;
  display: block; }
  @media (min-width: 768px) {
    .bb-page-layout--horizontal-nav.bb-page-layout--nav-expanded .bb-page-layout__nav-backdrop {
      display: none; } }

.bb-page-layout--horizontal-nav.bb-page-layout--nav-expanded .bb-page-layout__topbar {
  z-index: 1050; }

.bb-page-layout--horizontal-nav .bb-page-layout__main {
  flex-direction: column; }

@media (min-width: 768px) {
  .bb-page-layout--horizontal-nav .bb-page-layout__toggler {
    display: none; } }

.bb-page-layout--vertical-nav.bb-page-layout--sticky-topbar {
  padding-top: 7.5rem; }
  @media (max-width: 991.98px) {
    .bb-page-layout--vertical-nav.bb-page-layout--sticky-topbar {
      padding-top: 6.5rem; } }
  @media (max-width: 767.98px) {
    .bb-page-layout--vertical-nav.bb-page-layout--sticky-topbar {
      padding-top: 5rem; } }

@media (max-width: 991.98px) {
  .bb-page-layout--vertical-nav .bb-sidebar {
    position: fixed;
    top: 0;
    height: 100vh; } }

@media (min-width: 992px) {
  .bb-page-layout--vertical-nav.bb-page-layout--sticky-sidebar .bb-sidebar {
    top: 7.5rem; } }
  @media (min-width: 992px) and (max-width: 991.98px) {
    .bb-page-layout--vertical-nav.bb-page-layout--sticky-sidebar .bb-sidebar {
      top: 0; } }

@media (min-width: 992px) {
  .bb-page-layout--vertical-nav.bb-page-layout--sticky-sidebar.bb-page-layout--nav-expanded .bb-page-layout__main {
    padding-left: 15rem; }
  .bb-page-layout--vertical-nav.bb-page-layout--sticky-sidebar.bb-page-layout--nav-collapsed .bb-page-layout__main {
    padding-left: 3.5rem; } }

.bb-page-layout--vertical-nav .bb-page-layout__topbar {
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100vw;
  height: 7.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f5f6f7; }
  @media (max-width: 991.98px) {
    .bb-page-layout--vertical-nav .bb-page-layout__topbar {
      height: 6.5rem;
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media (max-width: 767.98px) {
    .bb-page-layout--vertical-nav .bb-page-layout__topbar {
      height: 5rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; } }

.bb-page-layout--vertical-nav .bb-sidebar__sidebar-toggler {
  height: 7.5rem; }
  @media (max-width: 991.98px) {
    .bb-page-layout--vertical-nav .bb-sidebar__sidebar-toggler {
      height: 6.5rem; } }
  @media (max-width: 767.98px) {
    .bb-page-layout--vertical-nav .bb-sidebar__sidebar-toggler {
      height: 5rem; } }

.bb-sidebar {
  color: #a2a2a2;
  font-size: 0.875rem;
  background-color: #f5f6f7;
  transform: translateX(0);
  transition: transform 200ms 0ms cubic-bezier(0, 0, 0.2, 1); }

.bb-sidebar__sidebar-toggler {
  height: 4.5rem;
  padding: 1rem 1rem;
  line-height: 0.5;
  background: transparent;
  border: none; }
  .bb-sidebar__sidebar-toggler .bb-icon:before, .bb-sidebar__sidebar-toggler .bicon:before, .bb-sidebar__sidebar-toggler .bb-transaction-category:before {
    content: "arrow_back"; }
  @media (min-width: 992px) {
    .bb-sidebar__sidebar-toggler {
      display: none; } }

@media (min-width: 768px) {
  .bb-sidebar__sidebar-toggler--horizontal-nav {
    display: none; } }

@media (min-width: 1200px) {
  .bb-sidebar--collapsed .bb-navigation {
    width: 3.5rem; }
  .bb-sidebar--collapsed .bb-navigation__header {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); }
  .bb-sidebar--collapsed .bb-navigation__separator {
    height: 1px; }
  .bb-sidebar--collapsed .bb-navigation-item {
    position: relative; }
  .bb-sidebar--collapsed .bb-navigation-item__icon {
    margin-right: unset; }
  .bb-sidebar--collapsed .bb-navigation__header-title,
  .bb-sidebar--collapsed .bb-navigation-item__title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); }
  .bb-sidebar--collapsed .bb-navigation-item__badge {
    position: absolute;
    transform: translate(55%, -40%); } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bb-sidebar--collapsed .bb-navigation {
    width: 3.5rem; }
  .bb-sidebar--collapsed .bb-navigation__header {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); }
  .bb-sidebar--collapsed .bb-navigation__separator {
    height: 1px; }
  .bb-sidebar--collapsed .bb-navigation-item {
    position: relative; }
  .bb-sidebar--collapsed .bb-navigation-item__icon {
    margin-right: unset; }
  .bb-sidebar--collapsed .bb-navigation__header-title,
  .bb-sidebar--collapsed .bb-navigation-item__title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%); }
  .bb-sidebar--collapsed .bb-navigation-item__badge {
    position: absolute;
    transform: translate(55%, -40%); } }

@media (max-width: 991.98px) {
  .bb-sidebar {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .bb-sidebar--collapsed {
    box-shadow: none;
    transform: translateX(-100%); }
  .bb-sidebar--expanded {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(0); } }

.bb-sidebar--horizontal-nav {
  width: unset;
  max-width: unset;
  padding-left: 0; }

.bb-stack {
  display: flex;
  align-items: center;
  width: 100%; }

.bb-stack--center {
  justify-content: center; }

.bb-stack--wrap {
  flex-wrap: wrap; }

.bb-stack--align-top {
  align-items: flex-start; }

.bb-stack--align-bottom {
  align-items: flex-end; }

.bb-stack__item {
  margin-right: 1rem;
  margin-left: 0; }
  .bb-stack__item:last-child {
    margin-right: 0; }

.bb-stack--density-none .bb-stack__item {
  margin-right: 0; }

.bb-stack.row > .bb-stack__item,
.bb-stack.form-row > .bb-stack__item {
  margin-right: 0; }

.bb-stack__item--fill {
  flex-basis: 1%;
  flex-grow: 1; }

.bb-stack__item--align-top {
  align-self: flex-start; }

.bb-stack__item--align-bottom {
  align-self: flex-end; }

.bb-stack__item--push-right {
  margin-left: auto; }

.bb-stack__item--push-left {
  margin-right: auto; }

.bb-stack__item--spacing-none {
  margin-right: 0; }

.bb-stack__break {
  height: 0; }

.bb-stack--density-xs .bb-stack__item:not(:last-child) {
  margin-right: 0.25rem; }

.bb-stack__item--spacing-xs {
  margin-right: 0.25rem; }

.bb-stack__break--spacing-xs {
  height: 0.25rem; }

.bb-stack--density-sm .bb-stack__item:not(:last-child) {
  margin-right: 0.5rem; }

.bb-stack__item--spacing-sm {
  margin-right: 0.5rem; }

.bb-stack__break--spacing-sm {
  height: 0.5rem; }

.bb-stack--density-md .bb-stack__item:not(:last-child) {
  margin-right: 1rem; }

.bb-stack__item--spacing-md {
  margin-right: 1rem; }

.bb-stack__break--spacing-md {
  height: 1rem; }

.bb-stack--density-lg .bb-stack__item:not(:last-child) {
  margin-right: 1.5rem; }

.bb-stack__item--spacing-lg {
  margin-right: 1.5rem; }

.bb-stack__break--spacing-lg {
  height: 1.5rem; }

.bb-stack--density-xl .bb-stack__item:not(:last-child) {
  margin-right: 2rem; }

.bb-stack__item--spacing-xl {
  margin-right: 2rem; }

.bb-stack__break--spacing-xl {
  height: 2rem; }

@media (max-width: 575.98px) {
  .bb-stack__break--xs {
    flex-basis: 100%; } }

.bb-stack__break--up {
  flex-basis: 100%; }

@media (max-width: 575.98px) {
  .bb-stack__break--down {
    flex-basis: 100%; } }

@media (max-width: 575.98px) {
  .bb-stack__item--fill-xs {
    flex-grow: 1; } }

.bb-stack__item--fill--up {
  flex-grow: 1; }

@media (max-width: 575.98px) {
  .bb-stack__item--fill--down {
    flex-grow: 1; } }

@media (max-width: 575.98px) {
  .bb-stack__item--push-right-xs {
    margin-left: auto; } }

.bb-stack__item--push-right-xs-up {
  margin-left: auto; }

@media (max-width: 575.98px) {
  .bb-stack__item--push-right-xs-down {
    margin-left: auto; } }

@media (max-width: 575.98px) {
  .bb-stack__item--push-left-xs {
    margin-right: auto; } }

.bb-stack__item--push-left-xs-up {
  margin-right: auto; }

@media (max-width: 575.98px) {
  .bb-stack__item--push-left-xs-down {
    margin-right: auto; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .bb-stack__break--sm {
    flex-basis: 100%; } }

@media (min-width: 576px) {
  .bb-stack__break--sm-up {
    flex-basis: 100%; } }

@media (max-width: 767.98px) {
  .bb-stack__break--sm-down {
    flex-basis: 100%; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .bb-stack__item--fill-sm {
    flex-grow: 1; } }

@media (min-width: 576px) {
  .bb-stack__item--fill--sm-up {
    flex-grow: 1; } }

@media (max-width: 767.98px) {
  .bb-stack__item--fill--sm-down {
    flex-grow: 1; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .bb-stack__item--push-right-sm {
    margin-left: auto; } }

@media (min-width: 576px) {
  .bb-stack__item--push-right-sm-up {
    margin-left: auto; } }

@media (max-width: 767.98px) {
  .bb-stack__item--push-right-sm-down {
    margin-left: auto; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .bb-stack__item--push-left-sm {
    margin-right: auto; } }

@media (min-width: 576px) {
  .bb-stack__item--push-left-sm-up {
    margin-right: auto; } }

@media (max-width: 767.98px) {
  .bb-stack__item--push-left-sm-down {
    margin-right: auto; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .bb-stack__break--md {
    flex-basis: 100%; } }

@media (min-width: 768px) {
  .bb-stack__break--md-up {
    flex-basis: 100%; } }

@media (max-width: 991.98px) {
  .bb-stack__break--md-down {
    flex-basis: 100%; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .bb-stack__item--fill-md {
    flex-grow: 1; } }

@media (min-width: 768px) {
  .bb-stack__item--fill--md-up {
    flex-grow: 1; } }

@media (max-width: 991.98px) {
  .bb-stack__item--fill--md-down {
    flex-grow: 1; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .bb-stack__item--push-right-md {
    margin-left: auto; } }

@media (min-width: 768px) {
  .bb-stack__item--push-right-md-up {
    margin-left: auto; } }

@media (max-width: 991.98px) {
  .bb-stack__item--push-right-md-down {
    margin-left: auto; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .bb-stack__item--push-left-md {
    margin-right: auto; } }

@media (min-width: 768px) {
  .bb-stack__item--push-left-md-up {
    margin-right: auto; } }

@media (max-width: 991.98px) {
  .bb-stack__item--push-left-md-down {
    margin-right: auto; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bb-stack__break--lg {
    flex-basis: 100%; } }

@media (min-width: 992px) {
  .bb-stack__break--lg-up {
    flex-basis: 100%; } }

@media (max-width: 1199.98px) {
  .bb-stack__break--lg-down {
    flex-basis: 100%; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bb-stack__item--fill-lg {
    flex-grow: 1; } }

@media (min-width: 992px) {
  .bb-stack__item--fill--lg-up {
    flex-grow: 1; } }

@media (max-width: 1199.98px) {
  .bb-stack__item--fill--lg-down {
    flex-grow: 1; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bb-stack__item--push-right-lg {
    margin-left: auto; } }

@media (min-width: 992px) {
  .bb-stack__item--push-right-lg-up {
    margin-left: auto; } }

@media (max-width: 1199.98px) {
  .bb-stack__item--push-right-lg-down {
    margin-left: auto; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bb-stack__item--push-left-lg {
    margin-right: auto; } }

@media (min-width: 992px) {
  .bb-stack__item--push-left-lg-up {
    margin-right: auto; } }

@media (max-width: 1199.98px) {
  .bb-stack__item--push-left-lg-down {
    margin-right: auto; } }

@media (min-width: 1200px) {
  .bb-stack__break--xl {
    flex-basis: 100%; } }

@media (min-width: 1200px) {
  .bb-stack__break--xl-up {
    flex-basis: 100%; } }

.bb-stack__break--xl-down {
  flex-basis: 100%; }

@media (min-width: 1200px) {
  .bb-stack__item--fill-xl {
    flex-grow: 1; } }

@media (min-width: 1200px) {
  .bb-stack__item--fill--xl-up {
    flex-grow: 1; } }

.bb-stack__item--fill--xl-down {
  flex-grow: 1; }

@media (min-width: 1200px) {
  .bb-stack__item--push-right-xl {
    margin-left: auto; } }

@media (min-width: 1200px) {
  .bb-stack__item--push-right-xl-up {
    margin-left: auto; } }

.bb-stack__item--push-right-xl-down {
  margin-left: auto; }

@media (min-width: 1200px) {
  .bb-stack__item--push-left-xl {
    margin-right: auto; } }

@media (min-width: 1200px) {
  .bb-stack__item--push-left-xl-up {
    margin-right: auto; } }

.bb-stack__item--push-left-xl-down {
  margin-right: auto; }

.bb-state-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 0; }

/* Use this modification as a child of flex column direction container (IE11 only) */
.bb-state-container--min-height {
  justify-content: center;
  min-height: 30rem; }
  @media (max-width: 991.98px) {
    .bb-state-container--min-height {
      min-height: auto; } }

.bb-state-container__footer {
  margin-top: 1.5rem; }

.bb-tabs-container__tabs, .nav-tabs {
  margin-bottom: 2rem; }

.bb-toolbar {
  display: flex;
  align-items: center;
  padding: 1rem; }

.bb-toolbar__section {
  display: flex;
  flex-grow: 1;
  align-items: center; }

.bb-toolbar__section--align-end {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .bb-toolbar__section--align-end .bb-toolbar__item {
    margin-right: 0;
    margin-left: 1rem; }
    .bb-toolbar__section--align-end .bb-toolbar__item:first-child {
      margin-left: 0; }

.bb-toolbar__item {
  margin-right: 1rem; }
  .bb-toolbar__item:last-child {
    margin-right: 0; }

.bb-topbar {
  position: relative;
  display: flex;
  height: 4.5rem; }

.bb-topbar__nav-expand-marker {
  padding: 1rem 1rem;
  line-height: 0.5;
  background: transparent;
  border: none; }
  .bb-topbar__nav-expand-marker .bb-icon, .bb-topbar__nav-expand-marker .table thead th.sortable .th-content::before, .table thead th.sortable .bb-topbar__nav-expand-marker .th-content::before, .bb-topbar__nav-expand-marker .bicon, .bb-topbar__nav-expand-marker .bb-transaction-category {
    line-height: 0.7; }
    .bb-topbar__nav-expand-marker .bb-icon:before, .bb-topbar__nav-expand-marker .bicon:before, .bb-topbar__nav-expand-marker .bb-transaction-category:before {
      content: "menu"; }

@media (min-width: 768px) {
  .bb-topbar__nav-expand-marker--horizontal-nav {
    display: none; } }

.bb-topbar__branding-area {
  display: flex;
  align-items: center; }
  .bb-topbar__branding-area img {
    display: block;
    height: 1.5rem; }

.bb-topbar__content-area {
  display: flex;
  align-items: center;
  margin-left: auto; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bb-topbar__navigation-area {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 0; }
    .bb-topbar__navigation-area + .bb-topbar__content-area {
      flex-basis: auto;
      flex-grow: 1;
      flex-shrink: 0; }
  .bb-topbar__content-area {
    display: block; } }

.bb-vertical-tabs-container {
  display: flex;
  align-items: flex-start;
  width: 100%; }

.bb-vertical-tabs-container__sidebar {
  width: 25%; }

.bb-vertical-tabs-container__main {
  width: 75%;
  padding-top: 2rem;
  padding-left: 2rem;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.bb-vertical-tabs-container__button {
  padding: 2rem; }

.bb-hero {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2; }

.bb-heading-1 {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.2; }

.bb-heading-2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2; }

.bb-heading-3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2; }

.bb-highlight {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5; }

.bb-subtitle {
  font-size: 0.875rem;
  line-height: 1.5; }

.bb-subheader {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase; }

.bb-subheader--lowercase {
  text-transform: lowercase; }

.bb-subheader--regular {
  font-weight: 400;
  text-transform: inherit;
  text-transform: unset; }

.bb-text-default {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5; }

.bb-table-text-default {
  font-size: 0.875rem;
  line-height: 1.5; }

.bb-table-header {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: uppercase; }

.bb-table-subtitle {
  font-size: 0.875rem;
  line-height: 1.5; }

.bb-text-align-left {
  text-align: left; }

.bb-text-align-right {
  text-align: right; }

.bb-text-align-center {
  text-align: center; }

.bb-text-nowrap {
  white-space: nowrap; }

@media (max-width: 575.98px) {
  .bb-text-align-left- {
    text-align: left; } }

.bb-text-align-left--up {
  text-align: left; }

@media (max-width: 575.98px) {
  .bb-text-align-left--down {
    text-align: left; } }

@media (max-width: 575.98px) {
  .bb-text-align-right- {
    text-align: right; } }

.bb-text-align-right--up {
  text-align: right; }

@media (max-width: 575.98px) {
  .bb-text-align-right--down {
    text-align: right; } }

@media (max-width: 575.98px) {
  .bb-text-align-center- {
    text-align: center; } }

.bb-text-align-center--up {
  text-align: center; }

@media (max-width: 575.98px) {
  .bb-text-align-center--down {
    text-align: center; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .bb-text-align-left--sm {
    text-align: left; } }

@media (min-width: 576px) {
  .bb-text-align-left--sm-up {
    text-align: left; } }

@media (max-width: 767.98px) {
  .bb-text-align-left--sm-down {
    text-align: left; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .bb-text-align-right--sm {
    text-align: right; } }

@media (min-width: 576px) {
  .bb-text-align-right--sm-up {
    text-align: right; } }

@media (max-width: 767.98px) {
  .bb-text-align-right--sm-down {
    text-align: right; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .bb-text-align-center--sm {
    text-align: center; } }

@media (min-width: 576px) {
  .bb-text-align-center--sm-up {
    text-align: center; } }

@media (max-width: 767.98px) {
  .bb-text-align-center--sm-down {
    text-align: center; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .bb-text-align-left--md {
    text-align: left; } }

@media (min-width: 768px) {
  .bb-text-align-left--md-up {
    text-align: left; } }

@media (max-width: 991.98px) {
  .bb-text-align-left--md-down {
    text-align: left; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .bb-text-align-right--md {
    text-align: right; } }

@media (min-width: 768px) {
  .bb-text-align-right--md-up {
    text-align: right; } }

@media (max-width: 991.98px) {
  .bb-text-align-right--md-down {
    text-align: right; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .bb-text-align-center--md {
    text-align: center; } }

@media (min-width: 768px) {
  .bb-text-align-center--md-up {
    text-align: center; } }

@media (max-width: 991.98px) {
  .bb-text-align-center--md-down {
    text-align: center; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bb-text-align-left--lg {
    text-align: left; } }

@media (min-width: 992px) {
  .bb-text-align-left--lg-up {
    text-align: left; } }

@media (max-width: 1199.98px) {
  .bb-text-align-left--lg-down {
    text-align: left; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bb-text-align-right--lg {
    text-align: right; } }

@media (min-width: 992px) {
  .bb-text-align-right--lg-up {
    text-align: right; } }

@media (max-width: 1199.98px) {
  .bb-text-align-right--lg-down {
    text-align: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bb-text-align-center--lg {
    text-align: center; } }

@media (min-width: 992px) {
  .bb-text-align-center--lg-up {
    text-align: center; } }

@media (max-width: 1199.98px) {
  .bb-text-align-center--lg-down {
    text-align: center; } }

@media (min-width: 1200px) {
  .bb-text-align-left--xl {
    text-align: left; } }

@media (min-width: 1200px) {
  .bb-text-align-left--xl-up {
    text-align: left; } }

.bb-text-align-left--xl-down {
  text-align: left; }

@media (min-width: 1200px) {
  .bb-text-align-right--xl {
    text-align: right; } }

@media (min-width: 1200px) {
  .bb-text-align-right--xl-up {
    text-align: right; } }

.bb-text-align-right--xl-down {
  text-align: right; }

@media (min-width: 1200px) {
  .bb-text-align-center--xl {
    text-align: center; } }

@media (min-width: 1200px) {
  .bb-text-align-center--xl-up {
    text-align: center; } }

.bb-text-align-center--xl-down {
  text-align: center; }

.bb-text-bold {
  font-weight: 600; }

.bb-text-semi-bold {
  font-weight: 600; }

.bb-text-support {
  color: #737373; }

.bb-text-disabled {
  color: #a2a2a2; }

.bb-text-danger {
  color: #d32f2f; }

.bb-text-highlighted {
  background-color: #fef6e0;
  outline: #fef6e0 solid 0.25rem; }

.card-account-balance {
  flex: 3; }

.bicon-category-mortgage.icon-circle-sm, .bicon-category-mortgage.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-mortgage.icon-circle-md, .bicon-category-mortgage.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-mortgage.icon-circle-lg, .bicon-category-mortgage.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-mortgage.icon-circle-xl, .bicon-category-mortgage.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-mortgage.icon-circle-xxl, .bicon-category-mortgage.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-rent.icon-circle-sm, .bicon-category-rent.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-rent.icon-circle-md, .bicon-category-rent.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-rent.icon-circle-lg, .bicon-category-rent.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-rent.icon-circle-xl, .bicon-category-rent.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-rent.icon-circle-xxl, .bicon-category-rent.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-beauty.icon-circle-sm, .bicon-category-beauty.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-beauty.icon-circle-md, .bicon-category-beauty.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-beauty.icon-circle-lg, .bicon-category-beauty.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-beauty.icon-circle-xl, .bicon-category-beauty.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-beauty.icon-circle-xxl, .bicon-category-beauty.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-health-fitness.icon-circle-sm, .bicon-category-health-fitness.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-health-fitness.icon-circle-md, .bicon-category-health-fitness.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-health-fitness.icon-circle-lg, .bicon-category-health-fitness.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-health-fitness.icon-circle-xl, .bicon-category-health-fitness.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-health-fitness.icon-circle-xxl, .bicon-category-health-fitness.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-alcohol-bars.icon-circle-sm, .bicon-category-alcohol-bars.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-alcohol-bars.icon-circle-md, .bicon-category-alcohol-bars.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-alcohol-bars.icon-circle-lg, .bicon-category-alcohol-bars.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-alcohol-bars.icon-circle-xl, .bicon-category-alcohol-bars.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-alcohol-bars.icon-circle-xxl, .bicon-category-alcohol-bars.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-fast-food.icon-circle-sm, .bicon-category-fast-food.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-fast-food.icon-circle-md, .bicon-category-fast-food.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-fast-food.icon-circle-lg, .bicon-category-fast-food.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-fast-food.icon-circle-xl, .bicon-category-fast-food.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-fast-food.icon-circle-xxl, .bicon-category-fast-food.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-groceries.icon-circle-sm, .bicon-category-groceries.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-groceries.icon-circle-md, .bicon-category-groceries.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-groceries.icon-circle-lg, .bicon-category-groceries.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-groceries.icon-circle-xl, .bicon-category-groceries.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-groceries.icon-circle-xxl, .bicon-category-groceries.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-restaurants.icon-circle-sm, .bicon-category-restaurants.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-restaurants.icon-circle-md, .bicon-category-restaurants.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-restaurants.icon-circle-lg, .bicon-category-restaurants.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-restaurants.icon-circle-xl, .bicon-category-restaurants.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-restaurants.icon-circle-xxl, .bicon-category-restaurants.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-car.icon-circle-sm, .bicon-category-car.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-car.icon-circle-md, .bicon-category-car.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-car.icon-circle-lg, .bicon-category-car.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-car.icon-circle-xl, .bicon-category-car.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-car.icon-circle-xxl, .bicon-category-car.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-public-transport.icon-circle-sm, .bicon-category-public-transport.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-public-transport.icon-circle-md, .bicon-category-public-transport.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-public-transport.icon-circle-lg, .bicon-category-public-transport.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-public-transport.icon-circle-xl, .bicon-category-public-transport.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-public-transport.icon-circle-xxl, .bicon-category-public-transport.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-clothing.icon-circle-sm, .bicon-category-clothing.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-clothing.icon-circle-md, .bicon-category-clothing.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-clothing.icon-circle-lg, .bicon-category-clothing.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-clothing.icon-circle-xl, .bicon-category-clothing.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-clothing.icon-circle-xxl, .bicon-category-clothing.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-electronics.icon-circle-sm, .bicon-category-electronics.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-electronics.icon-circle-md, .bicon-category-electronics.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-electronics.icon-circle-lg, .bicon-category-electronics.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-electronics.icon-circle-xl, .bicon-category-electronics.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-electronics.icon-circle-xxl, .bicon-category-electronics.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-internet.icon-circle-sm, .bicon-category-internet.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-internet.icon-circle-md, .bicon-category-internet.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-internet.icon-circle-lg, .bicon-category-internet.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-internet.icon-circle-xl, .bicon-category-internet.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-internet.icon-circle-xxl, .bicon-category-internet.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-mobile-phone.icon-circle-sm, .bicon-category-mobile-phone.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-mobile-phone.icon-circle-md, .bicon-category-mobile-phone.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-mobile-phone.icon-circle-lg, .bicon-category-mobile-phone.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-mobile-phone.icon-circle-xl, .bicon-category-mobile-phone.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-mobile-phone.icon-circle-xxl, .bicon-category-mobile-phone.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-utilities.icon-circle-sm, .bicon-category-utilities.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-utilities.icon-circle-md, .bicon-category-utilities.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-utilities.icon-circle-lg, .bicon-category-utilities.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-utilities.icon-circle-xl, .bicon-category-utilities.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-utilities.icon-circle-xxl, .bicon-category-utilities.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-bonus.icon-circle-sm, .bicon-category-bonus.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-bonus.icon-circle-md, .bicon-category-bonus.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-bonus.icon-circle-lg, .bicon-category-bonus.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-bonus.icon-circle-xl, .bicon-category-bonus.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-bonus.icon-circle-xxl, .bicon-category-bonus.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-salary-wages.icon-circle-sm, .bicon-category-salary-wages.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-salary-wages.icon-circle-md, .bicon-category-salary-wages.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-salary-wages.icon-circle-lg, .bicon-category-salary-wages.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-salary-wages.icon-circle-xl, .bicon-category-salary-wages.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-salary-wages.icon-circle-xxl, .bicon-category-salary-wages.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-interest-income.icon-circle-sm, .bicon-category-interest-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-interest-income.icon-circle-md, .bicon-category-interest-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-interest-income.icon-circle-lg, .bicon-category-interest-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-interest-income.icon-circle-xl, .bicon-category-interest-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-interest-income.icon-circle-xxl, .bicon-category-interest-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-rental-income.icon-circle-sm, .bicon-category-rental-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-rental-income.icon-circle-md, .bicon-category-rental-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-rental-income.icon-circle-lg, .bicon-category-rental-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-rental-income.icon-circle-xl, .bicon-category-rental-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-rental-income.icon-circle-xxl, .bicon-category-rental-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-pending.icon-circle-sm, .bicon-category-pending.icon-circle {
  background-color: #a2a2a2 !important; }

.bicon-category-pending.icon-circle-md, .bicon-category-pending.icon-circle {
  background-color: #a2a2a2 !important; }

.bicon-category-pending.icon-circle-lg, .bicon-category-pending.icon-circle {
  background-color: #a2a2a2 !important; }

.bicon-category-pending.icon-circle-xl, .bicon-category-pending.icon-circle {
  background-color: #a2a2a2 !important; }

.bicon-category-pending.icon-circle-xxl, .bicon-category-pending.icon-circle {
  background-color: #a2a2a2 !important; }

.bicon-category-income.icon-circle-sm, .bicon-category-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-income.icon-circle-md, .bicon-category-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-income.icon-circle-lg, .bicon-category-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-income.icon-circle-xl, .bicon-category-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-income.icon-circle-xxl, .bicon-category-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-home.icon-circle-sm, .bicon-category-home.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-home.icon-circle-md, .bicon-category-home.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-home.icon-circle-lg, .bicon-category-home.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-home.icon-circle-xl, .bicon-category-home.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-home.icon-circle-xxl, .bicon-category-home.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-transfers.icon-circle-sm, .bicon-category-transfers.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-transfers.icon-circle-md, .bicon-category-transfers.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-transfers.icon-circle-lg, .bicon-category-transfers.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-transfers.icon-circle-xl, .bicon-category-transfers.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-transfers.icon-circle-xxl, .bicon-category-transfers.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-shopping.icon-circle-sm, .bicon-category-shopping.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-shopping.icon-circle-md, .bicon-category-shopping.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-shopping.icon-circle-lg, .bicon-category-shopping.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-shopping.icon-circle-xl, .bicon-category-shopping.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-shopping.icon-circle-xxl, .bicon-category-shopping.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-uncategorised.icon-circle-sm, .bicon-category-uncategorised.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-uncategorised.icon-circle-md, .bicon-category-uncategorised.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-uncategorised.icon-circle-lg, .bicon-category-uncategorised.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-uncategorised.icon-circle-xl, .bicon-category-uncategorised.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-uncategorised.icon-circle-xxl, .bicon-category-uncategorised.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-transportation.icon-circle-sm, .bicon-category-transportation.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-transportation.icon-circle-md, .bicon-category-transportation.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-transportation.icon-circle-lg, .bicon-category-transportation.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-transportation.icon-circle-xl, .bicon-category-transportation.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-transportation.icon-circle-xxl, .bicon-category-transportation.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-bills-utilities.icon-circle-sm, .bicon-category-bills-utilities.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-bills-utilities.icon-circle-md, .bicon-category-bills-utilities.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-bills-utilities.icon-circle-lg, .bicon-category-bills-utilities.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-bills-utilities.icon-circle-xl, .bicon-category-bills-utilities.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-bills-utilities.icon-circle-xxl, .bicon-category-bills-utilities.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-hobbies-entertainment.icon-circle-sm, .bicon-category-hobbies-entertainment.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-hobbies-entertainment.icon-circle-md, .bicon-category-hobbies-entertainment.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-hobbies-entertainment.icon-circle-lg, .bicon-category-hobbies-entertainment.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-hobbies-entertainment.icon-circle-xl, .bicon-category-hobbies-entertainment.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-hobbies-entertainment.icon-circle-xxl, .bicon-category-hobbies-entertainment.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-health-beauty.icon-circle-sm, .bicon-category-health-beauty.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-health-beauty.icon-circle-md, .bicon-category-health-beauty.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-health-beauty.icon-circle-lg, .bicon-category-health-beauty.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-health-beauty.icon-circle-xl, .bicon-category-health-beauty.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-health-beauty.icon-circle-xxl, .bicon-category-health-beauty.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-food-drinks.icon-circle-sm, .bicon-category-food-drinks.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-food-drinks.icon-circle-md, .bicon-category-food-drinks.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-food-drinks.icon-circle-lg, .bicon-category-food-drinks.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-food-drinks.icon-circle-xl, .bicon-category-food-drinks.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-food-drinks.icon-circle-xxl, .bicon-category-food-drinks.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-other-income.icon-circle-sm, .bicon-category-other-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-other-income.icon-circle-md, .bicon-category-other-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-other-income.icon-circle-lg, .bicon-category-other-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-other-income.icon-circle-xl, .bicon-category-other-income.icon-circle {
  background-color: #181e41 !important; }

.bicon-category-other-income.icon-circle-xxl, .bicon-category-other-income.icon-circle {
  background-color: #181e41 !important; }

.btn-dropdown-toggle:hover, .btn-dropdown-toggle:focus {
  background-color: #f2f2f2;
  color: #000000;
  text-decoration: none; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.full-width-typeahead .dropdown-menu {
  width: 100%; }

.pre-scrollable-typeahead .dropdown-menu {
  max-height: 340px;
  overflow-y: scroll; }

.btn-group-vertical > div.bb-dropdown-btn-group-wrapper {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > div.bb-dropdown-btn-group-wrapper .btn,
  .btn-group-vertical > div.bb-dropdown-btn-group-wrapper .btn-group > div.bb-dropdown-btn-group-wrapper {
    width: 100%; }
  .btn-group-vertical > div.bb-dropdown-btn-group-wrapper > .btn + .btn,
  .btn-group-vertical > div.bb-dropdown-btn-group-wrapper > .btn + .btn-group > div.bb-dropdown-btn-group-wrapper,
  .btn-group-vertical > div.bb-dropdown-btn-group-wrapper > .btn-group > div.bb-dropdown-btn-group-wrapper + .btn,
  .btn-group-vertical > div.bb-dropdown-btn-group-wrapper > .btn-group > div.bb-dropdown-btn-group-wrapper + .btn-group > div.bb-dropdown-btn-group-wrapper {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > div.bb-dropdown-btn-group-wrapper > div.bb-dropdown-btn-group-wrapper > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > div.bb-dropdown-btn-group-wrapper > .btn-group:not(:last-child) > div.bb-dropdown-btn-group-wrapper > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > div.bb-dropdown-btn-group-wrapper > .btn:not(:first-child),
  .btn-group-vertical > div.bb-dropdown-btn-group-wrapper > .btn-group:not(:first-child) > div.bb-dropdown-btn-group-wrapper > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > div.bb-dropdown-btn-group-wrapper > .btn,
.btn-group-toggle > div.bb-dropdown-btn-group-wrapper > .btn-group > div.bb-dropdown-btn-group-wrapper > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > div.bb-dropdown-btn-group-wrapper > .btn input[type="radio"],
  .btn-group-toggle > div.bb-dropdown-btn-group-wrapper > .btn input[type="checkbox"],
  .btn-group-toggle > div.bb-dropdown-btn-group-wrapper > .btn-group > div.bb-dropdown-btn-group-wrapper > .btn input[type="radio"],
  .btn-group-toggle > div.bb-dropdown-btn-group-wrapper > .btn-group > div.bb-dropdown-btn-group-wrapper > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.bb-dropdown-single-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor: pointer; }
  .bb-dropdown-single-select::-ms-expand {
    display: none; }
  .bb-dropdown-single-select:disabled {
    border: unset;
    box-shadow: none;
    cursor: not-allowed; }

.bb-dropdown-single-select-icon {
  display: flex;
  align-items: center;
  float: right;
  height: calc(1.5em + 1rem);
  margin-top: calc(-1 * calc(1.5em + 1rem));
  margin-right: 0.5rem;
  pointer-events: none; }

.bg-gray-light-300 {
  background-color: #f5f5f5; }

.bg-gray-lighter {
  background-color: #f2f2f2; }

.bb-table--flush th:first-child,
.bb-table--flush td:first-child {
  padding-left: 1.5rem; }

.bb-table--flush th:last-child,
.bb-table--flush td:last-child {
  padding-right: 1.5rem; }

bb-table-checkbox .bb-input-checkbox-label .bb-input-checkbox + .bb-input-checkbox-content::before, bb-table-checkbox .bb-input-checkbox-label .bb-input-checkbox + .bb-input-checkbox-content::after,
bb-table-header-checkbox .bb-input-checkbox-label .bb-input-checkbox + .bb-input-checkbox-content::before,
bb-table-header-checkbox .bb-input-checkbox-label .bb-input-checkbox + .bb-input-checkbox-content::after {
  top: calc(50% - 1rem); }

.bb-table--compact {
  font-size: 14px; }

/* Generates class for different row background states in a table like
 *`.table-row-primary`, `.table-row-danger` etc */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d9ebf7; }

.table-hover .table-primary:hover {
  background-color: #c4e0f3; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #c4e0f3; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dcdde3; }

.table-hover .table-secondary:hover {
  background-color: #cecfd8; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cecfd8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #e0ece0; }

.table-hover .table-success:hover {
  background-color: #d0e2d0; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e2d0; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #dceaf7; }

.table-hover .table-info:hover {
  background-color: #c7def2; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c7def2; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fef6e0; }

.table-hover .table-warning:hover {
  background-color: #fdefc7; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fdefc7; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8e0e0; }

.table-hover .table-danger:hover {
  background-color: #f3cbcb; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f3cbcb; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f5f5f5; }

.table-hover .table-light:hover {
  background-color: #e8e8e8; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #e8e8e8; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #111112; }

.table-hover .table-dark:hover {
  background-color: #050505; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #050505; }

.bb-session-timeout-modal {
  z-index: 1051; }

.bb-accessgroup-header {
  padding: 1.5rem; }

.bb-accessgroup-header__item {
  border-bottom: 1px solid #c5c5c5; }

.bb-privilege-indicator-list-item {
  padding-right: 0;
  padding-left: 0; }

.bb-select-items {
  display: flex;
  flex-direction: column;
  max-height: 70vh;
  overflow: auto; }

.bb-select-items__search-box {
  max-width: 50%; }

.bb-select-items__sticky-header-top {
  padding: 0.5rem 0;
  background: #fff; }

.bb-select-items__state {
  flex-direction: column;
  justify-content: center;
  height: 60vh; }

.bb-business-function-privilege-name-item {
  padding-right: 0;
  padding-left: 0; }

.bb-user-permission-item {
  padding-top: 0.5rem; }

.bb-user-permission-item__business-function-privileges-name {
  display: flex; }

.bb-user-permission-item__function-item__label {
  padding-right: 0;
  padding-left: 1rem; }

.bb-product-summary-line-chart__tooltip {
  padding: 0.25rem;
  font-size: 0.75rem; }

.batch-manager--table {
  margin-bottom: 1rem; }

.batch-manager__table--header {
  vertical-align: middle; }

.batch-manager__table--status {
  text-align: left; }

.batch-manager__table--name {
  font-weight: 600; }

.batch-manager__table--file {
  color: #737373; }

.batch-manager__table--transactions {
  text-align: right; }

.batch-manager__table--account {
  color: #737373; }

.batch-manager__table--amount {
  font-weight: 600;
  text-align: right; }

.batch-manager__table--date {
  text-align: right; }

.batch-manager__table--tools {
  text-align: right; }

.batch-manager__button--reject {
  margin: 0 0.5rem; }

.batch-manager__table--tools-small {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.batch-manager__table-tools-button {
  width: 50%;
  padding-right: 0.5rem; }

.batch-manager__table-tools-button + .batch-manager__table-tools-button {
  padding-right: 0;
  padding-left: 0.5rem; }

.batch-upload__container {
  margin: 2rem 0; }

.batch-upload__title {
  margin-bottom: 2rem; }

.batch-upload__type-item-label {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  cursor: pointer; }

.account-statements-filter__form-container {
  margin-top: 2rem;
  background-color: #f5f5f5;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5; }

.bb-consent-list__item {
  padding-right: 1rem;
  padding-left: 1rem; }

.bb-consent-item__date-header {
  font-weight: 600; }

.bb-payment-request {
  display: block; }

.bb-payment-request__amount {
  font-size: 3rem;
  box-shadow: none; }

.bb-payment-request-product-selector__no-account {
  margin-top: 0.5rem;
  color: #d32f2f; }

.bb-payment-request-product-selector__placeholder--sizer-xl {
  padding: 2rem; }

.bb-payment-request-product-selector__placeholder--sizer-lg {
  padding: 1.5rem; }

.bb-payment-request-product-selector__item-group--rounded {
  border-radius: 1rem; }

.product-item-group .bb-payment-request-product-selector__item-button {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  text-align: left; }

.device-information__data {
  display: flex;
  flex-direction: column;
  padding-left: 1rem; }

.device-information__data-name {
  font-weight: 600; }

.device-information__data-type {
  color: #737373; }

.device-information__text--disabled {
  color: #737373; }

.device-information__list-menu {
  display: flex;
  align-items: center; }

.device-information__badge {
  margin-right: 0.5rem; }

.device-information__form-device {
  margin-bottom: 0.25rem; }

.device-information__form-device-type {
  font-weight: 600; }

.device-information__form-registered {
  color: #737373; }

.device-information__form-registered-date {
  font-weight: 600; }

.device-information__modal-lower-divider {
  margin-bottom: 0; }

.device-information__list-group-detail {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-right: 0.5rem; }

.bb-business-function__name {
  width: 25%;
  padding-left: 1rem; }

.bb-business-function__indicator {
  width: 75%; }

.bb-function-group-list-button-group {
  padding: 0 2rem; }

.bb-function-group-list-new-button {
  padding: 2rem 2rem 1rem; }

.bb-accounts-overview-header {
  margin-bottom: 2rem; }
  @media (max-width: 575.98px) {
    .bb-accounts-overview-header {
      margin: 0 -0.5rem 2rem; } }
  @media screen and (max-width: 575.98px) and (-ms-high-contrast: active), (max-width: 575.98px) and (-ms-high-contrast: none) {
    .bb-accounts-overview-header {
      margin: 0 -0.5rem 2rem; } }
  @media (max-width: 575.98px) {
      @supports (-ms-ime-align: auto) {
        .bb-accounts-overview-header {
          margin: 0 -0.5rem 2rem; } } }

.bb-accounts-overview-header__title {
  width: 100%;
  margin-bottom: 1rem; }

.bb-accounts-overview-header__actions-wrapper {
  justify-content: space-between; }
  @media (max-width: 767.98px) {
    .bb-accounts-overview-header__actions-wrapper {
      flex-wrap: wrap; } }

@media (max-width: 767.98px) {
  .bb-accounts-overview-header__search {
    display: initial;
    margin-right: 0;
    margin-bottom: 0.5rem; } }

.bb-accounts-overview-header__toggle {
  justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .bb-accounts-overview-header__toggle {
      justify-content: space-between; } }

.bb-accounts-overview-grid {
  width: auto;
  margin: 0 -1.5rem; }
  @media (min-width: 576px) {
    .bb-accounts-overview-grid {
      margin: 0 -1rem; } }

.bb-accounts-overview-grid__card, .bb-account-favorites__card {
  flex: 0 0 100%;
  min-width: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
  padding: 0 1rem;
  cursor: pointer; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .bb-accounts-overview-grid__card, .bb-account-favorites__card {
      flex-basis: 50%; } }
  @supports (-ms-ime-align: auto) {
    .bb-accounts-overview-grid__card, .bb-account-favorites__card {
      flex-basis: 50%; } }
  @media (min-width: 768px) {
    .bb-accounts-overview-grid__card, .bb-account-favorites__card {
      flex: 0 0 50%;
      min-width: 50%; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .bb-accounts-overview-grid__card, .bb-account-favorites__card {
      flex-basis: 33.33333%; } }
  @media (min-width: 768px) {
      @supports (-ms-ime-align: auto) {
        .bb-accounts-overview-grid__card, .bb-account-favorites__card {
          flex-basis: 33.33333%; } } }
  @media (min-width: 1200px) {
    .bb-accounts-overview-grid__card, .bb-account-favorites__card {
      flex: 0 0 33.33333%;
      min-width: 33.33333%; } }
  @media screen and (min-width: 1200px) and (-ms-high-contrast: active), (min-width: 1200px) and (-ms-high-contrast: none) {
    .bb-accounts-overview-grid__card, .bb-account-favorites__card {
      flex-basis: 25%; } }
  @media (min-width: 1200px) {
      @supports (-ms-ime-align: auto) {
        .bb-accounts-overview-grid__card, .bb-account-favorites__card {
          flex-basis: 25%; } } }
  @media (min-width: 1680px) {
    .bb-accounts-overview-grid__card, .bb-account-favorites__card {
      flex: 0 0 25%;
      min-width: 25%; } }
  @media screen and (min-width: 1680px) and (-ms-high-contrast: active), (min-width: 1680px) and (-ms-high-contrast: none) {
    .bb-accounts-overview-grid__card, .bb-account-favorites__card {
      flex-basis: 20%; } }
  @media (min-width: 1680px) {
      @supports (-ms-ime-align: auto) {
        .bb-accounts-overview-grid__card, .bb-account-favorites__card {
          flex-basis: 20%; } } }

.bb-accounts-overview-table thead {
  border-bottom: 0; }

@media (max-width: 767.98px) {
  .bb-accounts-overview-table__header-row {
    display: none; } }

.bb-accounts-overview-table__header-content {
  font-weight: 600;
  font-size: 0.875rem; }

@media (max-width: 767.98px) {
  .bb-accounts-overview-table__table-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 1rem; } }

@media (max-width: 1439px) {
  .bb-accounts-overview-table__cell--xxl {
    display: none; } }

.bb-accounts-overview-table__payments-button {
  margin-right: 1rem; }

.bb-accounts-overview-table__favorite_cell {
  width: 2rem; }

.bb-accounts-overview-list {
  font-size: 0.875rem; }

.bb-accounts-overview-list__item:not(:last-of-type) {
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.bb-accounts-overview-list__item-info {
  justify-content: space-between; }

.bb-accounts-overview-list__item-name {
  font-weight: 600; }

.bb-accounts-overview-list__item-number {
  color: #737373; }

.bb-accounts-overview-list__item-booked-balance {
  font-weight: 600;
  text-align: right; }

.bb-accounts-overview-list__favorite-icon {
  margin-right: 1rem; }

.bb-account-favorites {
  margin-top: 1.5rem; }

.bb-account-favorites__title {
  color: #fff; }

.bb-accounts-favorite__card-list {
  overflow: auto; }

.bb-account-favorites__card {
  margin-bottom: 1rem; }
  .bb-account-favorites__card:first-child {
    padding-left: 0; }
  .bb-account-favorites__card:last-child {
    padding-right: 0; }

.bb-account-details-header__print-icon {
  flex-shrink: 0; }

.account-details__balance {
  padding-top: 1rem;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }

.account-details__balance--empty {
  display: flex;
  flex-direction: column;
  margin: 2rem; }

.bb-balance-history-header__datepicker {
  max-width: 16rem; }

.bb-balance-history-header__custom-period {
  max-width: 16rem;
  margin-top: 0.5rem; }

.bb-balance-history-table__date-cell {
  width: 33.33333%; }
  @media (min-width: 992px) {
    .bb-balance-history-table__date-cell {
      width: 50%; } }
  @media (min-width: 1200px) {
    .bb-balance-history-table__date-cell {
      width: 60%; } }

.bb-balance-history-table__value-cell {
  width: 33.33333%; }
  @media (min-width: 992px) {
    .bb-balance-history-table__value-cell {
      width: 25%; } }
  @media (min-width: 1200px) {
    .bb-balance-history-table__value-cell {
      width: 20%; } }

.bb-account-balance-history__line-chart {
  height: 220px; }

/**
  Override ngx-charts styles
*/
.bb-account-balance-history__line-chart .ngx-charts .gridline-path.gridline-path-vertical {
  stroke-width: 0; }

.bb-account-balance-history__line-chart .ngx-charts .gridline-path.gridline-path-horizontal {
  stroke: #f2f2f2; }

.bb-account-balance-history__line-chart .ngx-charts .line-series .line {
  stroke-width: 2px; }

.bb-account-balance-history__line-chart .ngx-charts .refline-path {
  stroke: #a2a2a2;
  stroke-dasharray: none; }

.bb-account-balance-history__line-chart .x.axis .tick {
  font-weight: 600;
  fill: #737373; }

.bb-account-balance-history__line-chart .ngx-charts .line-chart:hover .line-highlight {
  display: block; }

.bb-product-summary-balance {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.bb-product-summary-balance__tooltip {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.bb-product-summary-balance__title {
  display: flex;
  margin-right: 0.25rem;
  font-weight: normal; }

.bb-product-summary-balance__amount {
  font-weight: 700;
  font-size: 1.25rem; }

.bb-product-kind {
  margin-top: 1.5rem;
  padding: 2rem; }
  @media (max-width: 767.98px) {
    .bb-product-kind {
      padding: 1rem; } }

.bb-product-kind__item-group {
  margin-top: 2rem; }
  @media (max-width: 767.98px) {
    .bb-product-kind__item-group {
      margin-top: 1rem; } }

.bb-product-kind__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 700; }

.bb-product-kind__title {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 1.5rem; }
  @media (max-width: 767.98px) {
    .bb-product-kind__title {
      font-size: 1.25rem; } }

.bb-product-kind__title-icon {
  margin-right: 1rem;
  color: #0079c9; }

.bb-product-kind__balance {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.bb-product-kind__balance-icon {
  color: #737373; }

.bb-product-kind__balance-block {
  margin-right: 1rem;
  margin-bottom: 0;
  font-size: 1.25rem; }
  @media (max-width: 767.98px) {
    .bb-product-kind__balance-block {
      margin-right: 0.25rem;
      font-size: 1rem; } }

.bb-product-kind__balance-title {
  color: #737373;
  font-weight: 400;
  font-size: 0.875rem; }
  @media (max-width: 767.98px) {
    .bb-product-kind__balance-title {
      position: absolute;
      width: 1px;
      height: 1px;
      overflow: hidden;
      white-space: nowrap;
      clip: rect(0 0 0 0);
      clip-path: inset(50%); } }

.bb-product-kind__item {
  width: 100%;
  padding: 0;
  text-align: inherit;
  background-color: #fff;
  border: none;
  border-radius: 0.25rem; }

.bb-product-kind__item:not(:last-of-type) {
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 575.98px) {
    .bb-product-kind__item:not(:last-of-type) {
      margin-bottom: 1rem;
      padding-bottom: 1rem; } }

.bb-select-context {
  display: flex;
  flex-direction: row; }

.bb-select-context__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: 70vh; }

.bb-select-context__header {
  padding-bottom: 1rem; }

.bb-select-context__subheader {
  margin: 0.5rem 0;
  color: #a2a2a2;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase; }

.bb-select-context__items-loaded-label {
  color: #a2a2a2;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center; }

.bb-select-context__current-context {
  border: none; }

.bb-select-context__search {
  display: block;
  margin-bottom: 1rem; }

.bb-select-context__item.first {
  border-top: 0; }

.bb-select-context__item.last {
  border-bottom: 0; }

.bb-select-context__back {
  margin-top: 1rem; }

.service-agreement-item {
  display: flex;
  align-items: center; }

.bb-select-context__state {
  justify-content: center;
  height: 100vh; }

.service-agreement-item__details {
  margin-left: 1rem; }

.service-agreement-item__title {
  font-weight: bold; }

.service-agreement-item__desc {
  color: #a2a2a2; }

.user-context-dropdown,
.user-context-dropdown__selector {
  background: transparent; }
  @media (min-width: 992px) {
    .user-context-dropdown,
    .user-context-dropdown__selector {
      min-width: 17.5rem;
      height: 5rem; } }
  @media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
    .user-context-dropdown,
    .user-context-dropdown__selector {
      min-width: auto; } }
  @media (max-width: 991.98px) {
    .user-context-dropdown,
    .user-context-dropdown__selector {
      width: 2.5rem; } }

.user-context-dropdown__selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  border-radius: 1rem; }
  .user-context-dropdown__selector:hover, .user-context-dropdown__selector:hover:focus, .user-context-dropdown__selectorhover.focus, .user-context-dropdown__selector:active {
    background: #e9eaeb; }
  .user-context-dropdown__selector:active::after {
    background: transparent; }
  @media (max-width: 991.98px) {
    .user-context-dropdown__selector {
      padding: 0; } }

.user-context-menu-info {
  display: flex;
  align-items: center; }

.user-context-menu-info__name {
  font-weight: 600; }

.user-context-menu-info__context {
  color: #a2a2a2;
  font-size: 0.875rem; }

.user-context-menu-info__description {
  max-width: 9rem;
  margin-left: 1rem;
  text-align: initial; }
  @media (max-width: 991.98px) {
    .user-context-menu-info__description {
      display: none; } }

.user-context-dropdown__toggle {
  display: flex;
  padding: 1rem; }
  @media (max-width: 991.98px) {
    .user-context-dropdown__toggle {
      display: none; } }

.user-context__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }

.dropdown.show .user-context-dropdown__toggle {
  transform: rotate3d(1, 0, 0, 180deg); }

.bb-consent-request {
  display: block; }

.bb-consent-request__information-label {
  font-weight: 700; }

.bb-consent-request__account-information {
  color: #333333; }

.bb-consent-request-product-selector__placeholder--spacer-xl {
  padding: 2rem; }

.bb-consent-request-product-selector__placeholder--spacer-lg {
  padding: 1.5rem; }

.bb-consent-request-product-selector__item-group--rounded {
  border-radius: 1rem; }

.product-item-group .bb-consent-request-product-selector__item-button {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  text-align: left; }

@media (min-width: 768px) {
  .contact-search-container {
    width: 20rem; } }

.bb-my-requests {
  margin-bottom: 1rem; }

.bb-my-requests__container {
  padding: 1.5rem;
  background-color: #fff; }

.budget-card-wrapper {
  min-width: 274px;
  max-width: 274px; }
  .budget-card-wrapper .budget-card-container {
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }
  .budget-card-wrapper .budget-card-title {
    font-weight: 600; }
  .budget-card-wrapper .budget-card-category-icon {
    color: #737373;
    background: inherit; }
  .budget-card-wrapper .budget-amount {
    color: #111112; }
  .budget-card-wrapper .progress-indicator-donut-overlay {
    width: 90%;
    height: 90%; }
  .budget-card-wrapper .label-amount-left {
    font-size: 1.25rem;
    font-weight: 400; }
  .budget-card-wrapper .budget-amount-label {
    font-weight: 600; }
  .budget-card-wrapper .budget-card-options-btn,
  .budget-card-wrapper .amount-regular-color .amount {
    color: inherit; }
  .budget-card-wrapper .budget-card-options-btn {
    position: absolute;
    top: 0;
    right: 0; }

.bb-transaction-category {
  /* stylelint-disable-next-line */
  line-height: inherit; }
  .bb-transaction-category-list-item {
    line-height: 60px;
    vertical-align: top; }
  .bb-transaction-category-list-item-name {
    line-height: 60px; }
  .bb-transaction-category-parent-label {
    background-color: #fff; }
  .bb-transaction-category-name {
    line-height: 2.25; }
  .bb-transaction-category-icon {
    width: 1.4rem;
    text-align: center;
    background-color: inherit; }
  @media (min-width: 576px) {
    .bb-transaction-category-list-limited {
      max-height: 335px;
      overflow-y: scroll; } }
  .bb-transaction-category-large {
    font-size: 1.4rem;
    line-height: 2.25; }
  .bb-transaction-category-bg-mortgage {
    background-color: #181e41; }
  .bb-transaction-category-label-mortgage {
    color: #181e41; }
  .bb-transaction-category-mortgage {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-mortgage:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-rent {
    background-color: #181e41; }
  .bb-transaction-category-label-rent {
    color: #181e41; }
  .bb-transaction-category-rent {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-rent:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-beauty {
    background-color: #181e41; }
  .bb-transaction-category-label-beauty {
    color: #181e41; }
  .bb-transaction-category-beauty {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-beauty:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-health-fitness {
    background-color: #181e41; }
  .bb-transaction-category-label-health-fitness {
    color: #181e41; }
  .bb-transaction-category-health-fitness {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-health-fitness:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-alcohol-bars {
    background-color: #181e41; }
  .bb-transaction-category-label-alcohol-bars {
    color: #181e41; }
  .bb-transaction-category-alcohol-bars {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-alcohol-bars:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-fast-food {
    background-color: #181e41; }
  .bb-transaction-category-label-fast-food {
    color: #181e41; }
  .bb-transaction-category-fast-food {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-fast-food:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-groceries {
    background-color: #181e41; }
  .bb-transaction-category-label-groceries {
    color: #181e41; }
  .bb-transaction-category-groceries {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-groceries:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-restaurants {
    background-color: #181e41; }
  .bb-transaction-category-label-restaurants {
    color: #181e41; }
  .bb-transaction-category-restaurants {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-restaurants:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-car {
    background-color: #181e41; }
  .bb-transaction-category-label-car {
    color: #181e41; }
  .bb-transaction-category-car {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-car:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-public-transport {
    background-color: #181e41; }
  .bb-transaction-category-label-public-transport {
    color: #181e41; }
  .bb-transaction-category-public-transport {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-public-transport:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-clothing {
    background-color: #181e41; }
  .bb-transaction-category-label-clothing {
    color: #181e41; }
  .bb-transaction-category-clothing {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-clothing:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-electronics {
    background-color: #181e41; }
  .bb-transaction-category-label-electronics {
    color: #181e41; }
  .bb-transaction-category-electronics {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-electronics:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-internet {
    background-color: #181e41; }
  .bb-transaction-category-label-internet {
    color: #181e41; }
  .bb-transaction-category-internet {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-internet:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-mobile-phone {
    background-color: #181e41; }
  .bb-transaction-category-label-mobile-phone {
    color: #181e41; }
  .bb-transaction-category-mobile-phone {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-mobile-phone:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-utilities {
    background-color: #181e41; }
  .bb-transaction-category-label-utilities {
    color: #181e41; }
  .bb-transaction-category-utilities {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-utilities:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-bonus {
    background-color: #181e41; }
  .bb-transaction-category-label-bonus {
    color: #181e41; }
  .bb-transaction-category-bonus {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-bonus:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-salary-wages {
    background-color: #181e41; }
  .bb-transaction-category-label-salary-wages {
    color: #181e41; }
  .bb-transaction-category-salary-wages {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-salary-wages:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-interest-income {
    background-color: #181e41; }
  .bb-transaction-category-label-interest-income {
    color: #181e41; }
  .bb-transaction-category-interest-income {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-interest-income:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-rental-income {
    background-color: #181e41; }
  .bb-transaction-category-label-rental-income {
    color: #181e41; }
  .bb-transaction-category-rental-income {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-rental-income:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-pending {
    background-color: #a2a2a2; }
  .bb-transaction-category-label-pending {
    color: #a2a2a2; }
  .bb-transaction-category-pending {
    width: 3rem;
    height: 3rem;
    color: #a2a2a2;
    line-height: 3rem;
    text-align: center;
    background-color: #a2a2a2;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-pending:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-income {
    background-color: #181e41; }
  .bb-transaction-category-label-income {
    color: #181e41; }
  .bb-transaction-category-income {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-income:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-home {
    background-color: #181e41; }
  .bb-transaction-category-label-home {
    color: #181e41; }
  .bb-transaction-category-home {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-home:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-transfers {
    background-color: #181e41; }
  .bb-transaction-category-label-transfers {
    color: #181e41; }
  .bb-transaction-category-transfers {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-transfers:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-shopping {
    background-color: #181e41; }
  .bb-transaction-category-label-shopping {
    color: #181e41; }
  .bb-transaction-category-shopping {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-shopping:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-uncategorised {
    background-color: #181e41; }
  .bb-transaction-category-label-uncategorised {
    color: #181e41; }
  .bb-transaction-category-uncategorised {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-uncategorised:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-transportation {
    background-color: #181e41; }
  .bb-transaction-category-label-transportation {
    color: #181e41; }
  .bb-transaction-category-transportation {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-transportation:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-bills-utilities {
    background-color: #181e41; }
  .bb-transaction-category-label-bills-utilities {
    color: #181e41; }
  .bb-transaction-category-bills-utilities {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-bills-utilities:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-hobbies-entertainment {
    background-color: #181e41; }
  .bb-transaction-category-label-hobbies-entertainment {
    color: #181e41; }
  .bb-transaction-category-hobbies-entertainment {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-hobbies-entertainment:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-health-beauty {
    background-color: #181e41; }
  .bb-transaction-category-label-health-beauty {
    color: #181e41; }
  .bb-transaction-category-health-beauty {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-health-beauty:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-food-drinks {
    background-color: #181e41; }
  .bb-transaction-category-label-food-drinks {
    color: #181e41; }
  .bb-transaction-category-food-drinks {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-food-drinks:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-other-income {
    background-color: #181e41; }
  .bb-transaction-category-label-other-income {
    color: #181e41; }
  .bb-transaction-category-other-income {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem;
    /* stylelint-disable-next-line */ }
    .bb-transaction-category-other-income:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-suppliers {
    background-color: #00a1e0; }
  .bb-transaction-category-label-suppliers {
    color: #00a1e0; }
  .bb-transaction-category-suppliers {
    width: 3rem;
    height: 3rem;
    color: #00a1e0;
    line-height: 3rem;
    text-align: center;
    background-color: #00a1e0;
    border-radius: 0.5rem; }
    .bb-transaction-category-suppliers:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-salaries {
    background-color: #4da1d9; }
  .bb-transaction-category-label-salaries {
    color: #4da1d9; }
  .bb-transaction-category-salaries {
    width: 3rem;
    height: 3rem;
    color: #4da1d9;
    line-height: 3rem;
    text-align: center;
    background-color: #4da1d9;
    border-radius: 0.5rem; }
    .bb-transaction-category-salaries:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-office-rent {
    background-color: #205823; }
  .bb-transaction-category-label-office-rent {
    color: #205823; }
  .bb-transaction-category-office-rent {
    width: 3rem;
    height: 3rem;
    color: #205823;
    line-height: 3rem;
    text-align: center;
    background-color: #205823;
    border-radius: 0.5rem; }
    .bb-transaction-category-office-rent:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-loan-repayment {
    background-color: #0079c9; }
  .bb-transaction-category-label-loan-repayment {
    color: #0079c9; }
  .bb-transaction-category-loan-repayment {
    width: 3rem;
    height: 3rem;
    color: #0079c9;
    line-height: 3rem;
    text-align: center;
    background-color: #0079c9;
    border-radius: 0.5rem; }
    .bb-transaction-category-loan-repayment:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-miscellaneous {
    background-color: #2e7d32; }
  .bb-transaction-category-label-miscellaneous {
    color: #2e7d32; }
  .bb-transaction-category-miscellaneous {
    width: 3rem;
    height: 3rem;
    color: #2e7d32;
    line-height: 3rem;
    text-align: center;
    background-color: #2e7d32;
    border-radius: 0.5rem; }
    .bb-transaction-category-miscellaneous:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-intercompany-receivable {
    background-color: #f2780c; }
  .bb-transaction-category-label-intercompany-receivable {
    color: #f2780c; }
  .bb-transaction-category-intercompany-receivable {
    width: 3rem;
    height: 3rem;
    color: #f2780c;
    line-height: 3rem;
    text-align: center;
    background-color: #f2780c;
    border-radius: 0.5rem; }
    .bb-transaction-category-intercompany-receivable:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-term-deposit {
    background-color: #0079c9; }
  .bb-transaction-category-label-term-deposit {
    color: #0079c9; }
  .bb-transaction-category-term-deposit {
    width: 3rem;
    height: 3rem;
    color: #0079c9;
    line-height: 3rem;
    text-align: center;
    background-color: #0079c9;
    border-radius: 0.5rem; }
    .bb-transaction-category-term-deposit:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-direct-debit-collections {
    background-color: #c22327; }
  .bb-transaction-category-label-direct-debit-collections {
    color: #c22327; }
  .bb-transaction-category-direct-debit-collections {
    width: 3rem;
    height: 3rem;
    color: #c22327;
    line-height: 3rem;
    text-align: center;
    background-color: #c22327;
    border-radius: 0.5rem; }
    .bb-transaction-category-direct-debit-collections:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-intracompany-receivable {
    background-color: #49074e; }
  .bb-transaction-category-label-intracompany-receivable {
    color: #49074e; }
  .bb-transaction-category-intracompany-receivable {
    width: 3rem;
    height: 3rem;
    color: #49074e;
    line-height: 3rem;
    text-align: center;
    background-color: #49074e;
    border-radius: 0.5rem; }
    .bb-transaction-category-intracompany-receivable:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }
  .bb-transaction-category-bg-interest-received {
    background-color: #181e41; }
  .bb-transaction-category-label-interest-received {
    color: #181e41; }
  .bb-transaction-category-interest-received {
    width: 3rem;
    height: 3rem;
    color: #181e41;
    line-height: 3rem;
    text-align: center;
    background-color: #181e41;
    border-radius: 0.5rem; }
    .bb-transaction-category-interest-received:not(.chart-donut-slice-icon):not(.budget-card-category-icon) {
      color: #fff; }

.iam-login-card {
  width: 100%;
  padding: 2rem; }
  @media (max-width: 575.98px) {
    .iam-login-card.bb-card {
      height: 100vh;
      border-radius: 0; }
      .iam-login-card.bb-card .bb-card__body {
        display: flex;
        align-items: center;
        justify-content: center; } }
  @media (min-width: 576px) {
    .iam-login-card.bb-card {
      width: 600px; } }

.bb-page-background {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: url(../assets/images/login-background.jpg);
  background-size: cover; }

.bb-cash-flow-table-list-item__content-wrapper {
  width: 100%; }

.bb-cash-flow-table__date-header {
  min-width: 120px; }

.bb-cash-flow-table__ccy-header {
  width: 80px; }

.bb-cash-flow-search-params-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .bb-cash-flow-search-params-container {
      flex-direction: row;
      margin-bottom: 1rem; } }
  @media (min-width: 1200px) {
    .bb-cash-flow-search-params-container {
      margin-bottom: 1.5rem; } }

.bb-cash-flow-search-params-container__search {
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .bb-cash-flow-search-params-container__search {
      max-width: 280px;
      margin-bottom: 0; } }

.bb-cash-flow-search-params-container__filter {
  margin-bottom: 1.5rem; }
  @media (min-width: 576px) {
    .bb-cash-flow-search-params-container__filter {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .bb-cash-flow-search-params-container__filter {
      margin-bottom: 1rem; } }
  @media (min-width: 1200px) {
    .bb-cash-flow-search-params-container__filter {
      margin-bottom: 0; } }

.bb-cash-flow-search-params-container__filter-and-time-container {
  margin-bottom: 1.5rem; }
  @media (min-width: 576px) {
    .bb-cash-flow-search-params-container__filter-and-time-container {
      display: flex; } }
  @media (min-width: 992px) {
    .bb-cash-flow-search-params-container__filter-and-time-container {
      flex-direction: column;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .bb-cash-flow-search-params-container__filter-and-time-container {
      flex-direction: row-reverse; } }

.bb-cash-flow-search-params-container__time-of-last-update {
  justify-content: flex-end;
  margin-right: 1.5rem;
  font-size: 0.875rem; }
  @media (min-width: 576px) {
    .bb-cash-flow-search-params-container__time-of-last-update {
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .bb-cash-flow-search-params-container__time-of-last-update {
      margin-right: 0.5rem; } }

.bb-cash-flow-item {
  font-size: 0.875rem; }

.bb-cash-flow-item__category-wrapper {
  max-width: 59px; }

.bb-cash-flow-item__category-wrapper--desktop {
  max-width: 100px; }

.bb-cash-flow-table__invoice-header {
  min-width: 150px; }

.bb-cash-flow-forecast__data-wrapper {
  min-height: 465px; }

.bb-cash-flow-forecast__chart .gridline-path {
  stroke: #e9eaeb; }

.bb-cash-flow-forecast__chart-row {
  height: 432px; }

.bb-cash-flow-forecast__table-column {
  min-width: 84px; }

.bb-cash-flow-forecast-chart-tooltip-window .tooltip-inner {
  min-width: 200px;
  max-width: 400px;
  padding: 0.5rem;
  font-size: 0.75rem;
  text-align: left;
  border-radius: 0.25rem; }

.bb-cash-flow-forecast-chart-tooltip-body__title {
  color: #fff;
  font-size: 0.75rem; }

.bb-cash-flow-forecast-chart-tooltip-area {
  fill: transparent; }
  .bb-cash-flow-forecast-chart-tooltip-area:hover {
    fill: rgba(245, 245, 245, 0.6); }
  .bb-cash-flow-forecast-chart-tooltip-area:focus {
    outline: none; }
    .bb-cash-flow-forecast-chart-tooltip-area:focus rect {
      stroke: #00558d;
      stroke-width: 2px; }

.bb-cash-flow-forecast-chart-tooltip-area--current {
  fill: rgba(217, 235, 247, 0.6); }
  .bb-cash-flow-forecast-chart-tooltip-area--current:hover {
    fill: rgba(245, 245, 245, 0.6); }

.cash-flow-manage-forecast-settings-select-accounting-platform-modal .modal-content {
  overflow: auto; }

.cash-flow-manage-forecast-settings-select-accounting-platform-list-wrapper {
  margin-bottom: 1.5rem; }
  @media (max-width: 991.98px) {
    .cash-flow-manage-forecast-settings-select-accounting-platform-list-wrapper {
      margin-bottom: 0; } }

.cash-flow-manage-forecast-settings-select-accounting-info {
  padding-left: 2rem;
  font-size: 0.875rem;
  border-left: 1px solid #dedede; }
  @media (max-width: 991.98px) {
    .cash-flow-manage-forecast-settings-select-accounting-info {
      padding-left: 1rem;
      border-left: none; } }

.cash-flow-manage-forecast-settings-select-accounting-info-support-item {
  text-align: center; }
  @media (max-width: 991.98px) {
    .cash-flow-manage-forecast-settings-select-accounting-info-support-item {
      display: flex;
      align-items: center;
      text-align: left; }
      .cash-flow-manage-forecast-settings-select-accounting-info-support-item .cash-flow-manage-forecast-settings-select-accounting-info-support-item__text {
        margin-left: 1rem; } }

.cash-flow-manage-forecast-settings-select-accounting-platform-footer__policy-text {
  font-size: 0.875rem; }
  @media (max-width: 991.98px) {
    .cash-flow-manage-forecast-settings-select-accounting-platform-footer__policy-text {
      margin-bottom: 1rem; } }

@media (max-width: 767.98px) {
  .cash-flow-manage-forecast-settings-select-accounting-platform-footer__buttons {
    flex-wrap: wrap-reverse; }
    .cash-flow-manage-forecast-settings-select-accounting-platform-footer__buttons button {
      width: 100%;
      margin: 1rem 0 0 0; } }

.cash-flow-manage-forecast-settings-select-accounting-platform-item__logo {
  width: 4rem;
  height: 4rem;
  border-radius: 50%; }
  @media (max-width: 767.98px) {
    .cash-flow-manage-forecast-settings-select-accounting-platform-item__logo {
      width: 3rem;
      height: 3rem; } }

.cash-flow-manage-forecast-settings-select-accounting-platform-list {
  padding-right: 2rem; }
  @media (max-width: 991.98px) {
    .cash-flow-manage-forecast-settings-select-accounting-platform-list {
      margin-bottom: 1.5rem;
      padding-right: 1rem; } }
  .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__list {
    max-height: calc(100vh - 286px);
    overflow: auto; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__list {
        max-height: calc(100vh - 487px); } }
    @media (max-width: 767.98px) {
      .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__list {
        max-height: none; } }
  .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__radio {
    margin: 0;
    padding: 1rem 0 1rem 4.5rem;
    border-bottom: 1px solid #dedede;
    border-radius: 0; }
    .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__radio.selected {
      background-color: #d9ebf7; }
    .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__radio:last-child {
      border-bottom: none; }
    .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__radio::before {
      left: 1.5rem; }
    .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__radio::after {
      left: 1.75rem; }
    @media (max-width: 767.98px) {
      .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__radio {
        padding-left: 3.5rem; }
        .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__radio::before {
          left: 1rem; }
        .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__radio::after {
          left: 1.25rem; } }
  .cash-flow-manage-forecast-settings-select-accounting-platform-list .bb-input-radio-group__label {
    display: none; }

.cash-flow-manage-forecast-settings-select-accounting-platform-list_error .bb-input-radio-group__list {
  max-height: calc(100vh - 358px); }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .cash-flow-manage-forecast-settings-select-accounting-platform-list_error .bb-input-radio-group__list {
      max-height: calc(100vh - 559px); } }

.bb-a2a-connect-steps__header {
  display: inline-block;
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1rem; }

.bb-a2a-connect-step__subheader {
  color: #0079c9; }

.bb-a2a-connect-account__input-text {
  color: #737373; }

.bb-saving-goals__form {
  padding: 0 2rem; }
  @media (min-width: 576px) {
    .bb-saving-goals__form {
      max-width: 27.5rem;
      margin: 0 auto 2rem; } }

.bb-saving-goals__steps {
  max-width: 75%;
  margin: 1rem auto; }
  @media (min-width: 576px) {
    .bb-saving-goals__steps {
      max-width: 40%;
      margin: 2rem auto; } }

.bb-saving-goals__invalid-text {
  font-size: 0.75rem; }

.bb-saving-goals__hint-text {
  color: #737373; }

.bb-saving-goals__success-icon {
  width: 36%;
  margin-top: -18%;
  margin-bottom: 1.5rem;
  background: #2e7d32;
  border-radius: 50%; }

.bb-turnovers-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 2rem; }

.bb-turnovers-vertical-chart {
  max-height: 18rem;
  margin-bottom: 2rem; }

@media (min-width: 576px) {
  .bb-messages-conversations-list__container {
    padding: 2rem; } }

.bb-message-attachment__loader .bb-state-container {
  padding: 0; }

.bb-message-attachment__content--disabled {
  opacity: 0.5; }

.bb-notifications-badge-widget__dropdown-button {
  position: relative; }

.bb-notifications-badge-widget__dropdown-button-counter {
  position: absolute;
  top: 0;
  left: 52%; }

.bb-notifications-badge-widget__dropdown-menu {
  width: 23.5rem; }

.bb-notifications-badge-widget__load-new-button {
  padding: 1rem 1.5rem 1rem 1rem;
  font-size: 0.875rem;
  border-radius: 0; }

.bb-notifications-badge-widget__back-button {
  margin-bottom: 1rem;
  padding-right: 0;
  padding-left: 0; }

.bb-notifications-badge-widget__list {
  min-height: 13rem;
  max-height: calc(60vh - 6.25rem);
  overflow-y: auto; }

.bb-notifications-badge-list-item--unread .bb-notifications-badge-list-item__header {
  position: relative;
  padding-right: 1.5rem; }
  .bb-notifications-badge-list-item--unread .bb-notifications-badge-list-item__header::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    background: #0079c9;
    border-radius: 50%;
    content: ""; }

.bb-notifications-badge-list-item--unread .bb-notifications-badge-list-item__title,
.bb-notifications-badge-list-item--unread .bb-notifications-badge-list-item__content {
  font-weight: 700; }

.bb-notifications-badge-list-item__title {
  width: 100%;
  min-width: 0;
  font-weight: normal; }

.bb-notifications-badge-list-item__body {
  width: 100%;
  min-width: 0; }

.bb-consent-details-header {
  padding: 1.5rem; }

@media (max-width: 1199.98px) {
  .bb-consent-details-header__status-wrapper {
    display: none; } }

@media (min-width: 992px) {
  .bb-consent-details-header__status-wrapper {
    display: flex; } }

.bb-consent-details-header__status {
  margin-right: 1rem; }

@media (min-width: 992px) {
  .bb-consent-details-tpp {
    padding: 1.5rem; } }

.bb-consent-details-tpp__info-label {
  display: block;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #c5c5c5; }
  @media (min-width: 992px) {
    .bb-consent-details-tpp__info-label {
      display: none; } }

.bb-consent-details-accounts-item {
  border-radius: 1rem; }

.bb-consent-details-permissions__details {
  color: #333333; }

.bb-consent-details__lg {
  display: flex;
  border-top: 1px solid #c5c5c5; }
  @media (max-width: 991.98px) {
    .bb-consent-details__lg {
      display: none; } }

.bb-consent-details__lg-wrapper {
  width: 100%;
  padding: 1.5rem;
  border-left: 1px solid #c5c5c5; }

.bb-consent-details__sm {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-top: 1px solid #c5c5c5; }
  @media (min-width: 992px) {
    .bb-consent-details__sm {
      display: none; } }

.bb-consent-details__sm-collapsible {
  display: flex;
  justify-content: space-between; }

@media (min-width: 992px) {
  .bb-consent-details__button {
    display: none; } }

.bb-approval-log-list-table {
  padding: 0 1.5rem; }

.bb-approval-log-list-footer {
  margin: 0 auto;
  text-align: center; }

.bb-attachment-ui {
  display: block;
  width: 250px; }

.bb-payment-card-self-service__inactive-container {
  display: inline-block; }
  @media (max-width: 767.98px) {
    .bb-payment-card-self-service__inactive-container {
      width: 100%; } }

@media (max-width: 767.98px) {
  .bb-payment-card-self-service-row {
    display: block; } }

@media (max-width: 767.98px) {
  .bb-payment-card-self-service-row__description {
    margin-right: 0;
    margin-bottom: 1rem; } }

@media (max-width: 767.98px) {
  .bb-payment-card-self-service-row__button {
    width: 100%; } }

.bb-places-list {
  height: 36rem;
  padding-top: 1rem;
  overflow-y: auto;
  border-top: 1px solid #dedede; }

.bb-places-list--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0; }

.bb-place-info__subtitle,
.bb-place-details,
.bb-place-timetable,
.bb-place-services {
  padding-left: 2rem; }

.bb-service-agreement-close {
  background-color: #11152e; }

.bb-service-agreement-close__item {
  padding: 1rem;
  color: #fff; }

.bb-create-travel-notice__cards-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 1rem;
  font-size: 0.875rem; }

@media (max-width: 575.98px) {
  .bb-create-travel-notice__cards-count--xs-top {
    order: -1;
    padding-right: 0; } }

.bb-create-travel-notice__disclaimer {
  color: #737373;
  font-size: 0.875rem; }

.bb-travel-notice-list__label {
  font-size: 0.875rem; }

.bb-travel-notice-empty-state__message {
  color: #737373;
  font-size: 0.875rem; }

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .bb-create-travel-notice-card-group {
    min-width: 45rem; } }

@media (min-width: 992px) {
  @supports (-ms-ime-align: auto) {
    .bb-create-travel-notice-card-group {
      min-width: 45rem; } } }

.bb-create-travel-notice-card-group__payment-card {
  padding-left: 0.5rem; }

.bb-fx-rates-changed-modal > .modal-dialog {
  padding: 0.5rem; }
  .bb-fx-rates-changed-modal > .modal-dialog .bg-new-rates {
    background-color: #fcd36c; }
  .bb-fx-rates-changed-modal > .modal-dialog .bb-fx-rates-changed-arrow {
    transform: rotate(90deg); }

.bb-currency-pair .currency-input__decimal .decimal__input {
  text-align: end; }

@media (max-width: 575.98px) {
  .bb-currency-pair .currency-input {
    flex-wrap: wrap; } }

.bb-currency-pair__action-column {
  display: flex;
  flex: 0 0 auto;
  align-self: flex-end;
  justify-content: center;
  width: 5.5rem;
  max-width: 100%; }
  @media (max-width: 991.98px) {
    .bb-currency-pair__action-column {
      width: 3rem; } }

.bb-currency-pair__order-label {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  color: #737373;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5; }
  @media (min-width: 576px) {
    .bb-currency-pair__order-label:first-child {
      text-align: right; } }
  @media (max-width: 991.98px) {
    .bb-currency-pair__order-label {
      padding: 0 0.5rem; } }
  @media (max-width: 575.98px) {
    .bb-currency-pair__order-label {
      padding: 0 1rem; }
      .bb-currency-pair__order-label:last-child {
        text-align: right; } }

.bb-currency-pair__switcher {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.bb-currency-pair__switcher--reverse {
  flex-direction: row-reverse; }

.bb-currency-pair__switcher--reverse .bb-currency-pair__order-label:last-child {
  text-align: right; }
  @media (max-width: 575.98px) {
    .bb-currency-pair__switcher--reverse .bb-currency-pair__order-label:last-child {
      text-align: left; } }

.bb-currency-pair__switcher--reverse .bb-currency-pair__order-label:first-child {
  text-align: left; }
  @media (max-width: 575.98px) {
    .bb-currency-pair__switcher--reverse .bb-currency-pair__order-label:first-child {
      text-align: right; } }

.bb-currency-pair__currency-exchange-info {
  margin-top: 0.75rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  background-color: #d9ebf7;
  border-radius: 1rem; }
  @media (max-width: 991.98px) {
    .bb-currency-pair__currency-exchange-info {
      padding: 1rem 1rem 1.5rem 1rem; } }
  @media (max-width: 575.98px) {
    .bb-currency-pair__currency-exchange-info {
      padding: 1rem 1rem 1rem 1rem; } }

.bb-currency-pair__currency {
  margin: 0;
  color: #000000;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1.2; }

.bb-currency-pair__currency-arrow {
  display: flex;
  align-items: center;
  height: 2.55rem; }

.bb-currency-pair__price {
  color: #737373;
  font-size: 0.875rem;
  line-height: 1.5; }

.bb-currency-pair__result-price {
  margin-top: 0.75rem;
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5; }

.bb-fx-rates-pair-detail-container {
  min-height: 500px; }

.bb-fx-rates-pair-detail-wrapper {
  max-width: 840px;
  margin: 0 auto; }

.bb-fx-rates-spot-order-modal > .modal-dialog {
  max-width: 900px;
  padding: 0.5rem; }

@media (max-width: 991.98px) {
  .bb-fx-rates-spot-order-modal > .modal-dialog {
    max-width: 600px;
    padding: 0.5rem; } }

.fx-rates-account-selector--invalid .ng-select-container {
  border: 1px solid #d32f2f; }

.bb-fx-rates-trade-order-modal__load-button .bb-load-button {
  width: 100%; }

.bb-fx-rates-search {
  max-width: 300px; }
  @media (max-width: 767.98px) {
    .bb-fx-rates-search {
      max-width: 100%; } }

.bb-fx-rate__label {
  color: #a2a2a2;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5; }

.bb-fx-rate__value {
  margin: 0;
  color: #a2a2a2;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5; }

.bb-fx-rate--active .bb-fx-rate__label {
  color: #737373; }

.bb-fx-rate--active .bb-fx-rate__value {
  color: #000000; }

.bb-fx-rates-buying-arrow {
  transform: rotate(180deg); }

@media (max-width: 575.98px) {
  .bb-fx-rates-buying-arrow-sm {
    transform: rotate(270deg); }
  .bb-fx-rates-selling-arrow-sm {
    transform: rotate(90deg); } }

.bb-fx-rates-pair-info {
  width: 20rem;
  box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.12); }

.bb-fx-rates-table {
  table-layout: fixed; }

.bb-fx-rates-table-wrapper {
  min-width: 12rem; }

.bb-fx-rates-table-container {
  min-height: 20rem; }

.bb-fx-rates-table__header-action {
  width: 4rem; }

.bb-candle-chart {
  width: 100%;
  min-width: 15rem;
  height: 12.25rem;
  padding: 1rem 1rem 0.5rem;
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede; }

.bb-candle-chart--md {
  height: 10.5rem;
  padding: 0.75rem 1rem; }
  .bb-candle-chart--md .bb-candle-chart__content {
    height: 3.125rem; }
    .bb-candle-chart--md .bb-candle-chart__content:before, .bb-candle-chart--md .bb-candle-chart__content:after {
      height: 1.6875rem; }

.bb-candle-chart--side-borders {
  border-right: 2px solid #dedede;
  border-left: 2px solid #dedede;
  border-radius: 0.5rem; }

.bb-candle-chart__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.25rem; }

.bb-candle-chart__label {
  min-width: 0;
  color: #737373;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.125; }

.bb-candle-chart__label--left {
  padding-right: 0.25rem; }

.bb-candle-chart__label--right {
  text-align: right; }

.bb-candle-chart__content {
  position: relative;
  height: 5.75rem; }
  .bb-candle-chart__content:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.8125rem;
    border-left: 1px solid #dedede;
    content: ""; }
  .bb-candle-chart__content:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 2.8125rem;
    border-right: 1px solid #dedede;
    content: ""; }

.bb-candle-chart__line {
  position: absolute;
  top: calc(50% - (0.25rem / 2));
  right: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #dedede; }

.bb-candle-chart__line--blue {
  background-color: #1476cc; }

.bb-candle-chart__line--red {
  background-color: #d32f2f; }

.bb-candle-chart__line--green {
  background-color: #2e7d32; }

.bb-candle-chart__bottom-caption {
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 0.25rem; }

.bb-candle-chart__caption {
  display: flex;
  flex-direction: column;
  color: #737373;
  transition: opacity 0.2s; }

.bb-candle-chart__caption--red {
  color: #d32f2f; }

.bb-candle-chart__caption--green {
  color: #2e7d32; }

.bb-candle-chart__caption--right {
  text-align: right; }

.bb-candle-chart__caption--fade {
  opacity: 0.3; }

.bb-candle-chart__caption-value {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2; }

.bb-candle-chart__caption-type {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.125rem; }

.bb-candle-chart__current-price {
  position: absolute;
  bottom: 0.25rem;
  width: 0.25rem;
  height: 0.5rem;
  background: #1476cc; }

.bb-candle-chart__current-price-value {
  position: absolute;
  bottom: 0.625rem;
  left: 0;
  color: #0079c9;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem; }

.bb-candle-chart__current-price-value--right {
  right: 0;
  left: auto; }

.bb-candle-chart__point {
  position: absolute;
  bottom: 0;
  width: 0.25rem;
  height: 0.25rem;
  background-color: transparent; }

.bb-candle-chart__point--left {
  left: 0; }

.bb-candle-chart__point--right {
  right: 0; }

.bb-candle-chart__point--highlight {
  bottom: -2px;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #fff; }

.bb-candle-chart__point--blue {
  background-color: #1476cc; }

.bb-candle-chart__point--red {
  background-color: #d32f2f; }

.bb-candle-chart__point--green {
  background-color: #2e7d32; }

.bb-candle-chart__switcher {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem; }

.bb-candle-chart__switcher-btn-text {
  width: 2.6875rem; }

.bb-approval-log-details {
  padding: 1.5rem; }

.bb-approval-log-details__back-button {
  padding-right: 0;
  padding-left: 0; }

.bb-approval-log-details-header {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedede; }

.bb-approval-log-details-header__subtitle {
  color: #000000; }

.bb-approval-log-details-header__username {
  color: #000000;
  font-weight: 700; }

.bb-approval-log-details-approvers {
  padding: 1rem 0;
  border-bottom: 1px solid #dedede; }

.bb-approval-log-details-approvers__label {
  color: #737373; }

.bb-approval-log-details-assign-permissions-item {
  border-bottom: 1px solid #dedede; }

.bb-approval-log-details-assign-permissions-item__heading {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dedede; }

.bb-approval-log-details-assign-permissions-item__heading-label-removed {
  text-decoration: line-through; }

.bb-approval-log-details-assign-permissions-item__label {
  color: #737373; }

.bb-approval-log-details-assign-permissions-item__value-removed {
  color: #a2a2a2;
  text-decoration: line-through; }

.bb-approval-log-details-assign-permission-item__collapsible-header {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dedede; }

.bb-approval-log-details-assign-permission-item__collapsible-header__toggle {
  color: #737373; }

.bb-permissions-changelog-data-group-wrapper {
  padding-left: 2rem; }

.bb-permissions-changelog-data-group {
  padding-left: 1.5rem; }

.bb-permissions-changelog-data-group__label {
  padding: 0 0.25rem; }

.bb-permissions-changelog-data-group__label--added {
  background-color: #fef6e0; }

.bb-permissions-changelog-data-group__label--removed {
  color: #a2a2a2;
  text-decoration: line-through; }

.bb-permissions-changelog-data-group__label--unchanged {
  margin-left: 1.5rem; }

.bb-data-groups-changelog-item {
  border-bottom: 1px solid #dedede; }

.bb-data-groups-changelog-item__heading {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dedede; }

.bb-data-groups-changelog-data-group-label {
  margin: 0.25rem 0;
  padding: 0 0.25rem; }

.bb-data-groups-changelog-data-group-label--modified {
  margin-left: 0.25rem;
  background-color: #fef6e0; }

.bb-data-groups-changelog-account-label {
  color: #111112; }

.bb-data-groups-changelog-alias-label {
  font-size: 0.75rem;
  line-height: 1.5; }

.bb-data-groups-changelog-account-label--removed {
  text-decoration: line-through; }

.bb-data-groups-changelog-account-label--added {
  background-color: #fef6e0; }

.bb-data-groups-changelog-item__collapsible-header {
  padding: 0.5rem 0;
  border-bottom: 1px solid #c5c5c5; }

.bb-data-groups-changelog-item__collapsible-header__toggle {
  color: #737373; }

.bb-data-groups-changelog-item__collapsible-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c5c5c5; }

.bb-approval-log-details-unlock-user-changelog {
  border-bottom: 1px solid #dedede; }

.bb-approval-log-details-unlock-user-changelog__heading {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dedede; }

.bb-approval-log-details-unlock-user-changelog__user-status {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12); }

.bb-approval-log-details-unlock-user-changelog__user-status--locked {
  background-color: #fef6e0; }

.bb-approval-log-details-unlock-user-changelog__user-status--active {
  background-color: #d9ebf7; }

.bb-function-group-changelog-changed {
  background-color: #fef6e0; }

.bb-approval-log-details-business-function-policies-changelog {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dedede; }

.bb-approval-log-details-business-function-policies-changelog__heading {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dedede; }

.bb-approval-log-details-business-function-policies-changelog__heading--sibling {
  padding-top: 2.5rem;
  border-top: 1px solid #dedede; }

.bb-approval-log-details-business-function-policies-details {
  max-width: 42rem; }

.bb-approval-log-details-business-function-policies-details__header {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5; }

.bb-approval-log-details-business-function-policies-details-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #dedede; }

.bb-upcoming-payments-list__group-date {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #737373;
  text-transform: uppercase; }

.bb-upcoming-payments-list__recurrent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.25rem;
  color: #737373; }

.bb-upcoming-payments-list__recurrent-label {
  display: block;
  margin-left: 0.5rem; }

.bb-upcoming-payments-details__modal-header-button-close {
  position: absolute;
  right: 2rem;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0.7; }

.bb-upcoming-payments-details-header__wrapper {
  width: 100%;
  text-align: center; }

.bb-upcoming-payments-details-header__icon-wrapper {
  display: inline-block;
  padding: 1rem 1rem 0.5rem 1rem;
  color: #fff;
  background-color: #00436f;
  border-radius: 1rem; }

.bb-sweep-details-item__content {
  color: #333333; }

.bb-new-sweep-btn__text {
  display: none; }
  @media (min-width: 576px) {
    .bb-new-sweep-btn__text {
      display: inline; } }

.bb-time-interval-selector {
  width: 100%; }

.sweep-list-item__sub-text {
  color: #737373; }

.sweep-account-selector--invalid .ng-select-container {
  border: 1px solid #d32f2f; }

@media (max-width: 991.98px) {
  .bb-transaction-list-controls__search-box {
    margin-bottom: 1rem; } }

.bb-transaction-list-header-amount {
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .bb-transaction-list-header-amount {
      flex-direction: row;
      margin-left: auto; } }

.bb-transaction-item-description__title {
  font-weight: 700; }

.bb-transaction-list-header-amount__value {
  font-weight: 700;
  font-size: 1.125rem; }

.bb-transaction-list-header-amount__value--credit {
  color: #2e7d32; }

.bb-transaction-item-description__subtitle {
  color: #737373;
  font-size: 0.875rem; }

.bb-transaction-item-category {
  display: none; }
  @media (min-width: 576px) {
    .bb-transaction-item-category {
      display: inline-block; } }

.bb-transaction-list-item-detail-header {
  display: flex; }

.bb-transaction-list-item-detail-header__category-detail {
  display: none; }
  @media (min-width: 576px) {
    .bb-transaction-list-item-detail-header__category-detail {
      display: inline-block; } }

.bb-transactions-list-pending-header__tooltip {
  margin-left: 0.5rem;
  vertical-align: middle; }

.bb-transactions-list-filter {
  background-color: #f5f5f5;
  border-top: solid #dedede 1px;
  border-bottom: solid #dedede 1px; }

.bb-transactions-list-filter__field {
  width: 100%; }

.bb-transaction-header {
  cursor: pointer; }

.bb-check-img-container {
  position: relative;
  box-sizing: content-box;
  width: 15.75rem;
  height: 6.00075rem;
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 0.5rem; }
  .bb-check-img-container:hover .bb-check-img-container-state__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.5rem; }

.bb-check-img-container__img {
  width: 100%;
  height: 100%; }

.bb-check-img-container-state {
  position: relative; }

.bb-check-img-container-state__container {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  min-width: 15.75rem;
  height: 100%;
  min-height: 6.00075rem;
  color: #fff; }

.bb-transcations-geolocation-map {
  width: 100%;
  height: 11.875rem;
  background: #d8d8d8;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem; }

.bb-transactions-geolocation__address {
  font-size: 0.875rem; }

.bb-transactions-info td {
  vertical-align: baseline; }

.bb-transactions-info__header {
  font-size: 0.875rem; }

.bb-transactions-info__amount--credit {
  color: #2e7d32; }

.bb-transactions-table__filter {
  background-color: #f5f5f5;
  border-top: solid #dedede 1px;
  border-bottom: solid #dedede 1px; }

.bb-transaction-detail-header__icon {
  display: none; }
  @media (min-width: 576px) {
    .bb-transaction-detail-header__icon {
      display: inline-block; } }

@media (max-width: 767.98px) {
  .bb-transactions-table-controls__filter-search-box {
    margin-bottom: 1rem; } }

.bb-scrollable-category-list {
  height: 15rem;
  padding-left: 0.25rem;
  overflow-y: auto; }

.bb-budget-card-chart {
  position: relative; }

.bb-manage-approval-policies-table-row {
  min-height: 4.5rem; }

.bb-business-functions-card {
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #f5f5f5;
  border-radius: 1rem; }

.bb-business-functions-card__title {
  margin-bottom: 0;
  padding-right: 1rem;
  color: #000000;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5; }

.bb-business-functions-card__list {
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-right: 1rem; }

.bb-business-function-card__list--scrollable {
  max-height: 8rem;
  overflow: auto; }

@media (max-width: 991.98px) {
  .bb-income-spending-analysis-periods {
    justify-content: center; } }

.bb-product-summary-details {
  margin-bottom: 2rem; }

@media (max-width: 767.98px) {
  .bb-product-summary-details {
    margin-bottom: 1.5rem; } }

.bb-payord-debit-manage-list .bb-payord-debit-manage-list__td {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.bb-payord-debit-manage-list .bb-payord-debit-manage-list__item {
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.bb-payord-debit-manage-list__header {
  padding-right: 0;
  padding-left: 0; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #0079c9 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005a96 !important; }

.bg-secondary {
  background-color: #181e41 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0a0d1c !important; }

.bg-success {
  background-color: #2e7d32 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #205823 !important; }

.bg-info {
  background-color: #1476cc !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0f5b9e !important; }

.bg-warning {
  background-color: #fbc02d !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f0ad05 !important; }

.bg-danger {
  background-color: #d32f2f !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ab2424 !important; }

.bg-light {
  background-color: #e9eaeb !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ced1d3 !important; }

.bg-dark {
  background-color: #333333 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important; }

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

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #c5c5c5 !important; }

.border-top {
  border-top: 1px solid #c5c5c5 !important; }

.border-right {
  border-right: 1px solid #c5c5c5 !important; }

.border-bottom {
  border-bottom: 1px solid #c5c5c5 !important; }

.border-left {
  border-left: 1px solid #c5c5c5 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0079c9 !important; }

.border-secondary {
  border-color: #181e41 !important; }

.border-success {
  border-color: #2e7d32 !important; }

.border-info {
  border-color: #1476cc !important; }

.border-warning {
  border-color: #fbc02d !important; }

.border-danger {
  border-color: #d32f2f !important; }

.border-light {
  border-color: #e9eaeb !important; }

.border-dark {
  border-color: #333333 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.5rem !important; }

.rounded {
  border-radius: 1rem !important; }

.rounded-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important; }

.rounded-right {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important; }

.rounded-left {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important; }

.rounded-lg {
  border-radius: 50% !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.12) !important; }

.shadow {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1) !important; }

.shadow-lg {
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate, .user-context-menu-info__name, .user-context-menu-info__context {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #0079c9 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #004b7d !important; }

.text-secondary {
  color: #181e41 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #030409 !important; }

.text-success {
  color: #2e7d32 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19451c !important; }

.text-info {
  color: #1476cc !important; }

a.text-info:hover, a.text-info:focus {
  color: #0d4e86 !important; }

.text-warning {
  color: #fbc02d !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d79b04 !important; }

.text-danger {
  color: #d32f2f !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #962020 !important; }

.text-light {
  color: #e9eaeb !important; }

a.text-light:hover, a.text-light:focus {
  color: #c1c4c7 !important; }

.text-dark {
  color: #333333 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important; }

.text-body {
  color: #000000 !important; }

.text-muted {
  color: #737373 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.h-100vh {
  height: 100vh; }

.w-100vw {
  width: 100vw; }

/* stylelint-disable declaration-no-important*/
.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 2rem !important; }

.pt-5,
.py-5 {
  padding-top: 2rem !important; }

.pr-5,
.px-5 {
  padding-right: 2rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 2rem !important; }

.pl-5,
.px-5 {
  padding-left: 2rem !important; }

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 2rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important; } }

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 2rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important; } }

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 2rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important; } }

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 2rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important; } }

/* stylelint-enable declaration-no-important*/
/**
 * @description
 * Class for positioning element in the center (horizontally and vertically)
 * of container which is positioned relatively
 *
 */
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.flex-basis {
  -webkit-flex-basis: 100%;
  /* Safari 6.1+ */
  flex-basis: 100%; }

.highlight {
  font-weight: 600; }

.break-word {
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.rb-sidebar a:hover {
  text-decoration: none; }

.text-small {
  font-size: 0.875rem; }

.text-large {
  font-size: 1.25rem; }

.text-primary {
  color: #0079c9 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #004b7d !important; }

.text-secondary {
  color: #181e41 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #030409 !important; }

.text-success {
  color: #2e7d32 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19451c !important; }

.text-info {
  color: #1476cc !important; }

a.text-info:hover, a.text-info:focus {
  color: #0d4e86 !important; }

.text-warning {
  color: #fbc02d !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d79b04 !important; }

.text-danger {
  color: #d32f2f !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #962020 !important; }

.text-light {
  color: #e9eaeb !important; }

a.text-light:hover, a.text-light:focus {
  color: #c1c4c7 !important; }

.text-dark {
  color: #333333 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important; }

.bg-primary {
  background-color: #0079c9 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005a96 !important; }

.bg-primary {
  /* stylelint-disable-next-line declaration-no-important */
  color: #fff !important; }

.bg-secondary {
  background-color: #181e41 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0a0d1c !important; }

.bg-secondary {
  /* stylelint-disable-next-line declaration-no-important */
  color: #fff !important; }

.bg-success {
  background-color: #2e7d32 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #205823 !important; }

.bg-success {
  /* stylelint-disable-next-line declaration-no-important */
  color: #fff !important; }

.bg-info {
  background-color: #1476cc !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0f5b9e !important; }

.bg-info {
  /* stylelint-disable-next-line declaration-no-important */
  color: #fff !important; }

.bg-warning {
  background-color: #fbc02d !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f0ad05 !important; }

.bg-warning {
  /* stylelint-disable-next-line declaration-no-important */
  color: #111112 !important; }

.bg-danger {
  background-color: #d32f2f !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ab2424 !important; }

.bg-danger {
  /* stylelint-disable-next-line declaration-no-important */
  color: #fff !important; }

.bg-light {
  background-color: #e9eaeb !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ced1d3 !important; }

.bg-light {
  /* stylelint-disable-next-line declaration-no-important */
  color: #111112 !important; }

.bg-dark {
  background-color: #333333 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important; }

.bg-dark {
  /* stylelint-disable-next-line declaration-no-important */
  color: #fff !important; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none; }
