@charset "UTF-8";

/* src/styles.scss */
/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .m-auto {
    margin: auto;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[150px\] {
    margin-top: 150px;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-\[0\.07rem\] {
    padding-top: 0.07rem;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .break-all {
    word-break: break-all;
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 40rem) {
    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
  @media (min-width: 40rem) {
    .sm\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  min-height: 100vh;
  font-family: sans-serif;
  background-color: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  white-space: pre-wrap;
}
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/* src/app/shared/custom-styles/_index.scss */
:root {
  --font-heading: "CIB Sans", sans-serif;
  --font-open-sans-normal: "Open Sans", sans-serif;
  --font-open-sans-bold: "Open Sans Bold", sans-serif;
  --shadow-0: 0px 1px 0px 0px #2c2a2900;
  --shadow-1: 0px 1px 4px 0px #2c2a2929, 0px 1px 2px 0px #2c2a2914;
  --shadow-2: 0px 3px 6px 0px #2c2a2929, 0px 1px 4px 0px #2c2a2914;
  --shadow-3: 0px 5px 8px 0px #2c2a2929, 0px 1px 6px 0px #2c2a2914;
  --shadow-4: 0px 8px 12px 0px #2c2a2929, 0px 1px 8px 0px #2c2a2914;
  --shadow-5: 0px 12px 16px 0px #2c2a2929, 0px 1px 10px 0px #2c2a2914;
  --shadow-6: 0px 16px 20px 0px #2c2a2929, 0px 1px 12px 0px #2c2a2914;
  --color-black-primary: #2c2a29;
  --color-white-primary: #ffffff;
  --color-text-0: var(--color-black-primary);
  --color-text-1: var(--color-white-primary);
  --color-neutro-gray-50: #f9f9fa;
  --color-neutro-gray-100: #f2f2f4;
  --color-neutro-gray-200: #d9dadd;
  --color-neutro-gray-300: #b3b5b8;
  --color-neutro-gray-400: #97999b;
  --color-neutro-gray-500: #7d7f82;
  --color-neutro-gray-600: #727476;
  --color-neutro-gray-700: #595a5c;
  --color-neutro-gray-800: #454648;
  --color-neutro-gray-900: #353537;
  --color-macondo-yellow-100: #fef4bb;
  --color-macondo-yellow-200: #fde773;
  --color-macondo-yellow-500: #fdda24;
  --color-andino-green-100: #b0ecda;
  --color-andino-green-200: #66dbb8;
  --color-andino-green-500: #00c389;
  --color-orquidea-violet-100: #ddcff0;
  --color-orquidea-violet-200: #c5ade5;
  --color-orquidea-violet-500: #9063cd;
  --color-alba-orange-100: #ffd7c4;
  --color-alba-orange-200: #ffb28d;
  --color-alba-orange-500: #ff7f41;
  --color-flamenco-pink-100: #fce8f0;
  --color-flamenco-pink-200: #f9d3e1;
  --color-flamenco-pink-500: #f5b6cd;
  --color-caribe-blue-100: #cceff8;
  --color-caribe-blue-200: #9be0f1;
  --color-caribe-blue-500: #59cbe8;
  --color-error-red-500: #e20201;
  --color-success-green-500: #038144;
  --color-status-success: var(--color-andino-green-500);
  --color-status-wrong: var(--color-error-red-500);
  --color-status-warning: var(--color-macondo-yellow-500);
  --color-status-info: var(--color-caribe-blue-500);
  --color-status-generic: #f4f4f4;
  --color-cta-primary: var(--color-macondo-yellow-500);
  --color-border-primary-0: var(--color-black-primary);
  --color-border-secondary-0: var(--color-neutro-gray-200);
  --color-border-primary-1: var(--color-white-primary);
  --viewport-large-phone: 575px;
  --viewport-tablet: 768px;
  --viewport-small-desktop: 992px;
  --viewport-desktop: 1200px;
  --viewport-large-desktop: 1400px;
  --none: transparent;
  --focus: #3455db;
  --primary: #fdda24;
  --primary-hover: #fee66c;
  --primary-active: #e6c621;
  --primary-disabled: #d9dadd;
  --secondary: #2c2a29;
  --secondary-hover: #d9dadd;
  --secondary-active: #b3b5b8;
  --secondary-disabled: #97999b;
  --secondary-inverse: #fff;
  --secondary-inverse-hover: #454648;
  --secondary-inverse-active: #595a5c;
  --secondary-inverse-disabled: #97999b;
  --tertiary: #fff;
  --tertiary-hover: #d9dadd;
  --tertiary-active: #b3b5b8;
  --tertiary-disabled: #fff;
  --ghost-hover: #d9dadd;
  --ghost-active: #b3b5b8;
  --background: #2c2a29;
  --background-hover: #454648;
  --background-active: #7d7f82;
  --background-disabled: #595a5c;
}
@font-face {
  font-family: "CIBFontSans";
  src: url("./media/CIBFontSans-Book.otf");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "CIBFontSans";
  src: url("./media/CIBFontSans-BookItalic.otf");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "CIBFontSans";
  src: url("./media/CIBFontSans-Light.otf");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "CIBFontSans";
  src: url("./media/CIBFontSans-LightItalic.otf");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "CIBFontSans";
  src: url("./media/CIBFontSans-Italic.otf");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "CIBFontSans";
  src: url("./media/CIBFontSans-Regular.otf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "CIBFontSans";
  src: url("./media/CIBFontSans-Thin.otf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "CIBFontSans";
  src: url("./media/CIBFontSans-ThinItalic.otf");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "CIBFontSans";
  src: url("./media/CIBFontSans-Bold.otf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "CIBFontSans";
  src: url("./media/CIBFontSans-BoldItalic.otf");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "icomoon";
  src: url("./media/icomoon.eot?7omndl");
  src:
    url("./media/icomoon.eot?7omndl#iefix") format("embedded-opentype"),
    url("./media/icomoon.ttf?7omndl") format("truetype"),
    url("./media/icomoon.woff?7omndl") format("woff"),
    url("./media/icomoon.svg?7omndl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon", sans-serif !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-money-edit:before {
  content: "\eabb";
}
.icon-error-small:before {
  content: "\eabc";
}
.icon-document-filled:before {
  content: "\eabd";
}
.icon-circle-check-filled:before {
  content: "\eabe";
}
.icon-settings-filled:before {
  content: "\eabf";
}
.icon-square-filled:before {
  content: "\eac0";
}
.icon-money-filled:before {
  content: "\eac1";
}
.icon-home-filled:before {
  content: "\eac2";
}
.icon-flywheel:before {
  content: "\eac3";
}
.icon-tire:before {
  content: "\eac4";
}
.icon-mileage:before {
  content: "\eac5";
}
.icon-bus-card:before {
  content: "\eac6";
}
.icon-bus-pinbus:before {
  content: "\eac7";
}
.icon-car-hatchback:before {
  content: "\ea36";
}
.icon-car-sedan:before {
  content: "\ea38";
}
.icon-car-coupe:before {
  content: "\ea3a";
}
.icon-car-pickup:before {
  content: "\ea44";
}
.icon-car-mini-truck:before {
  content: "\ea46";
}
.icon-car-suv:before {
  content: "\ea48";
}
.icon-car-minivan:before {
  content: "\ea4a";
}
.icon-bike-vintage:before {
  content: "\ea4c";
}
.icon-bike-road:before {
  content: "\ea4e";
}
.icon-bike-folding:before {
  content: "\ea50";
}
.icon-bike-dual:before {
  content: "\ea52";
}
.icon-bike-kids:before {
  content: "\ea54";
}
.icon-bike-mountain:before {
  content: "\ea56";
}
.icon-motorcycle-sport:before {
  content: "\ea58";
}
.icon-motorcycle-scooter:before {
  content: "\ea5a";
}
.icon-motorcycle-classic:before {
  content: "\ea5c";
}
.icon-dislike-fill:before {
  content: "\ea5e";
}
.icon-dislike:before {
  content: "\ea60";
}
.icon-muverang:before {
  content: "\ea62";
}
.icon-whatsapp:before {
  content: "\ea64";
}
.icon-international-payment:before {
  content: "\ea65";
}
.icon-money-minus:before {
  content: "\ea74";
}
.icon-send-money-from-2:before {
  content: "\ea85";
}
.icon-send-money-to-2:before {
  content: "\eaa5";
}
.icon-user-check-money:before {
  content: "\eaa6";
}
.icon-manilla:before {
  content: "\eaa7";
}
.icon-mobile-sticker:before {
  content: "\eaa8";
}
.icon-stone:before {
  content: "\eaa9";
}
.icon-taxi:before {
  content: "\eaaa";
}
.icon-car-keys:before {
  content: "\eaab";
}
.icon-pulsera:before {
  content: "\eaac";
}
.icon-pulsera-slash:before {
  content: "\eaad";
}
.icon-link:before {
  content: "\eaae";
}
.icon-flashlight:before {
  content: "\eaaf";
}
.icon-ice-cream:before {
  content: "\eab0";
}
.icon-document-pdf:before {
  content: "\eab1";
}
.icon-document-excel-xls:before {
  content: "\eab2";
}
.icon-calendar-historical:before {
  content: "\eab3";
}
.icon-shield-car-soat:before {
  content: "\eab4";
}
.icon-shield-money:before {
  content: "\eab5";
}
.icon-phone-card-slash:before {
  content: "\eab6";
}
.icon-phone-card:before {
  content: "\eab7";
}
.icon-industry-money:before {
  content: "\eab8";
}
.icon-industry:before {
  content: "\eab9";
}
.icon-store-error:before {
  content: "\eaba";
}
.icon-wheelchair:before {
  content: "\e9d9";
}
.icon-universal-acces:before {
  content: "\ea87";
}
.icon-elderly:before {
  content: "\ea86";
}
.icon-shine:before {
  content: "\ea0a";
}
.icon-information:before {
  content: "\e9a3";
}
.icon-information-fill:before {
  content: "\ea2a";
}
.icon-alert:before {
  content: "\e909";
}
.icon-alarm:before {
  content: "\e908";
}
.icon-assistence:before {
  content: "\e922";
}
.icon-megaphone:before {
  content: "\ea29";
}
.icon-notification:before {
  content: "\e9c8";
}
.icon-angle-down:before {
  content: "\e91d";
}
.icon-angle-up:before {
  content: "\e920";
}
.icon-angle-left:before {
  content: "\e91e";
}
.icon-angle-right:before {
  content: "\e91f";
}
.icon-chart-bar:before {
  content: "\e947";
}
.icon-gem:before {
  content: "\ea1d";
}
.icon-equipment:before {
  content: "\eaa3";
}
.icon-coins-growth:before {
  content: "\e982";
}
.icon-cash-contribution:before {
  content: "\e943";
}
.icon-arrow-up:before {
  content: "\e91c";
}
.icon-arrow-down:before {
  content: "\e915";
}
.icon-arrow-left:before {
  content: "\e916";
}
.icon-arrow-right:before {
  content: "\e91b";
}
.icon-arrow-diagonal:before {
  content: "\e914";
}
.icon-angle-up-small:before {
  content: "\ea8b";
}
.icon-angle-down-small:before {
  content: "\ea88";
}
.icon-angle-left-small:before {
  content: "\ea89";
}
.icon-angle-right-small:before {
  content: "\ea8a";
}
.icon-long-arrow-up:before {
  content: "\e91a";
}
.icon-long-arrow-down:before {
  content: "\e917";
}
.icon-long-arrow-left:before {
  content: "\e918";
}
.icon-long-arrow-right:before {
  content: "\e919";
}
.icon-angle-double-up:before {
  content: "\e913";
}
.icon-angle-double-down:before {
  content: "\e910";
}
.icon-angle-double-left:before {
  content: "\e911";
}
.icon-angle-double-right:before {
  content: "\e912";
}
.icon-reply:before {
  content: "\ea49";
}
.icon-redirect:before {
  content: "\ea47";
}
.icon-reply-all:before {
  content: "\ea71";
}
.icon-exchange-vertical:before {
  content: "\eac8";
}
.icon-exchange:before {
  content: "\e971";
}
.icon-futbol:before {
  content: "\ea98";
}
.icon-user-form:before {
  content: "\ea43";
}
.icon-mobile-check:before {
  content: "\ea99";
}
.icon-layers:before {
  content: "\ea94";
}
.icon-tablet:before {
  content: "\ea95";
}
.icon-copy:before {
  content: "\e9be";
}
.icon-font:before {
  content: "\ea92";
}
.icon-toggle:before {
  content: "\ea93";
}
.icon-plus:before {
  content: "\e9d6";
}
.icon-medal-2:before {
  content: "\ea91";
}
.icon-face-mask:before {
  content: "\ea8f";
}
.icon-menu-dots-v-2:before {
  content: "\ea90";
}
.icon-sufi:before {
  content: "\ea79";
}
.icon-boxes-pile:before {
  content: "\ea8d";
}
.icon-puzzle-piece:before {
  content: "\ea8c";
}
.icon-project-diagram:before {
  content: "\ea8e";
}
.icon-mail-lock:before {
  content: "\ea7a";
}
.icon-id-key:before {
  content: "\ea7b";
}
.icon-id-lock:before {
  content: "\ea7c";
}
.icon-laptop-chat:before {
  content: "\ea7d";
}
.icon-mobile-chat:before {
  content: "\ea7e";
}
.icon-invoice-add:before {
  content: "\ea7f";
}
.icon-invoice-edit:before {
  content: "\ea80";
}
.icon-invoice-search:before {
  content: "\ea81";
}
.icon-password-safe:before {
  content: "\ea82";
}
.icon-chat-lock:before {
  content: "\ea83";
}
.icon-bank-add:before {
  content: "\ea84";
}
.icon-face-cat:before {
  content: "\ea75";
}
.icon-face-dog:before {
  content: "\ea77";
}
.icon-bezier:before {
  content: "\ea76";
}
.icon-currency-euro:before {
  content: "\ea72";
}
.icon-currency-peso:before {
  content: "\ea73";
}
.icon-send-message:before {
  content: "\ea6f";
}
.icon-paper-plane:before {
  content: "\ea70";
}
.icon-asterisk:before {
  content: "\2022";
}
.icon-dot:before {
  content: "\ea9d";
}
.icon-shield:before {
  content: "\e9f1";
}
.icon-shield-user:before {
  content: "\ea6e";
}
.icon-hand-holding-box:before {
  content: "\ea6c";
}
.icon-game-controller:before {
  content: "\ea6b";
}
.icon-map:before {
  content: "\ea69";
}
.icon-code:before {
  content: "\ea68";
}
.icon-balance:before {
  content: "\ea67";
}
.icon-marketplace:before {
  content: "\ea3d";
}
.icon-plug:before {
  content: "\ea41";
}
.icon-project:before {
  content: "\ea45";
}
.icon-token:before {
  content: "\ea4b";
}
.icon-walking:before {
  content: "\ea21";
}
.icon-user-direct:before {
  content: "\ea4d";
}
.icon-user-check-2:before {
  content: "\ea4f";
}
.icon-user-check:before {
  content: "\ea51";
}
.icon-user-error:before {
  content: "\ea53";
}
.icon-user-plus:before {
  content: "\e900";
}
.icon-users-check:before {
  content: "\ea55";
}
.icon-ico-constructor:before {
  content: "\eaa2";
}
.icon-hiking:before {
  content: "\ea66";
}
.icon-users:before {
  content: "\e9cf";
}
.icon-constructor-team:before {
  content: "\eaa1";
}
.icon-hand-holding-coin:before {
  content: "\ea57";
}
.icon-gas-pump:before {
  content: "\ea59";
}
.icon-bank:before {
  content: "\ea5b";
}
.icon-paperclip:before {
  content: "\ea5d";
}
.icon-affinity:before {
  content: "\ea5f";
}
.icon-store-ok:before {
  content: "\eaa0";
}
.icon-store-add:before {
  content: "\ea61";
}
.icon-store:before {
  content: "\ea07";
}
.icon-store-pending:before {
  content: "\ea3f";
}
.icon-square-plus:before {
  content: "\ea63";
}
.icon-square:before {
  content: "\ea03";
}
.icon-wallet-coin:before {
  content: "\e9ce";
}
.icon-microphone:before {
  content: "\ea31";
}
.icon-hand-investment:before {
  content: "\e95e";
}
.icon-burger:before {
  content: "\e98d";
}
.icon-hand-handshake:before {
  content: "\ea9c";
}
.icon-coin:before {
  content: "\e955";
}
.icon-settings-2:before {
  content: "\ea2d";
}
.icon-baby-bottle:before {
  content: "\ea2b";
}
.icon-apple:before {
  content: "\ea9e";
}
.icon-frontify:before {
  content: "\ea97";
}
.icon-line-whatsapp:before {
  content: "\ea2f";
}
.icon-line-facebook:before {
  content: "\ea33";
}
.icon-line-instagram:before {
  content: "\ea35";
}
.icon-figma:before {
  content: "\ea78";
}
.icon-line-linkedin:before {
  content: "\ea37";
}
.icon-line-youtube:before {
  content: "\ea3b";
}
.icon-line-twitter:before {
  content: "\ea39";
}
.icon-safe-box:before {
  content: "\ea9a";
}
.icon-turn:before {
  content: "\ea9b";
}
.icon-cube-3d:before {
  content: "\e901";
}
.icon-hand-holding-card:before {
  content: "\e902";
}
.icon-key:before {
  content: "\e903";
}
.icon-money-plus:before {
  content: "\e904";
}
.icon-shopping-cart-plus:before {
  content: "\e905";
}
.icon-file-add:before {
  content: "\e906";
}
.icon-address-book:before {
  content: "\e907";
}
.icon-align-left:before {
  content: "\e90a";
}
.icon-align-center:before {
  content: "\e90b";
}
.icon-align-right:before {
  content: "\e90c";
}
.icon-align-justify:before {
  content: "\e90d";
}
.icon-circle-money:before {
  content: "\e90e";
}
.icon-chart-analytics:before {
  content: "\e90f";
}
.icon-plant:before {
  content: "\ea2e";
}
.icon-headset:before {
  content: "\e921";
}
.icon-tabot:before {
  content: "\ea6a";
}
.icon-atm:before {
  content: "\e923";
}
.icon-briefcase-bank:before {
  content: "\e924";
}
.icon-barcode-scan:before {
  content: "\e925";
}
.icon-barcode:before {
  content: "\e926";
}
.icon-basket:before {
  content: "\e927";
}
.icon-check-box:before {
  content: "\e928";
}
.icon-money:before {
  content: "\e92a";
}
.icon-birthday-cake:before {
  content: "\e92b";
}
.icon-lock-error:before {
  content: "\e92c";
}
.icon-book-2:before {
  content: "\e92d";
}
.icon-bookmark:before {
  content: "\e92e";
}
.icon-building:before {
  content: "\e92f";
}
.icon-calculator:before {
  content: "\e931";
}
.icon-calendar-check:before {
  content: "\e932";
}
.icon-calendar-day:before {
  content: "\e933";
}
.icon-calendar-exclamation:before {
  content: "\e934";
}
.icon-calendar-minus:before {
  content: "\e935";
}
.icon-calendar-plus:before {
  content: "\e936";
}
.icon-calendar-star:before {
  content: "\e937";
}
.icon-calendar-times:before {
  content: "\e938";
}
.icon-calendar:before {
  content: "\e939";
}
.icon-calendar-edit:before {
  content: "\e93a";
}
.icon-calendar-month:before {
  content: "\e9bf";
}
.icon-call-help:before {
  content: "\e93b";
}
.icon-camera:before {
  content: "\e93c";
}
.icon-sack-cash:before {
  content: "\e93d";
}
.icon-car-id:before {
  content: "\e93e";
}
.icon-card:before {
  content: "\e940";
}
.icon-cards:before {
  content: "\e941";
}
.icon-carousel:before {
  content: "\e942";
}
.icon-hand-holding-cash:before {
  content: "\e944";
}
.icon-money-2:before {
  content: "\e945";
}
.icon-channels:before {
  content: "\e946";
}
.icon-chart-bar-separate:before {
  content: "\e9d1";
}
.icon-chart-pie-2:before {
  content: "\e948";
}
.icon-comments-dots:before {
  content: "\e949";
}
.icon-comment-dots:before {
  content: "\e94a";
}
.icon-comment:before {
  content: "\e94b";
}
.icon-checks:before {
  content: "\e94c";
}
.icon-child:before {
  content: "\e94d";
}
.icon-popcorn:before {
  content: "\e94e";
}
.icon-lock-dynamic-key:before {
  content: "\e94f";
}
.icon-cloud-download:before {
  content: "\e950";
}
.icon-cloud-upload:before {
  content: "\e951";
}
.icon-cloud:before {
  content: "\e952";
}
.icon-cloud-sun:before {
  content: "\e953";
}
.icon-coffee:before {
  content: "\e954";
}
.icon-comment-line:before {
  content: "\e956";
}
.icon-construction:before {
  content: "\e958";
}
.icon-contact-center:before {
  content: "\e959";
}
.icon-mobile-wave:before {
  content: "\e9bc";
}
.icon-mobile:before {
  content: "\e9fe";
}
.icon-card-contactless:before {
  content: "\e95a";
}
.icon-calendar-stopwatch:before {
  content: "\e95b";
}
.icon-money-exchange:before {
  content: "\e95c";
}
.icon-document-coin:before {
  content: "\e95d";
}
.icon-desktop:before {
  content: "\e95f";
}
.icon-laptop:before {
  content: "\e9aa";
}
.icon-directions:before {
  content: "\e960";
}
.icon-file-check:before {
  content: "\e961";
}
.icon-hand-holding-document:before {
  content: "\e962";
}
.icon-document-search:before {
  content: "\e963";
}
.icon-document:before {
  content: "\e964";
}
.icon-documents:before {
  content: "\e965";
}
.icon-door:before {
  content: "\e966";
}
.icon-document-download:before {
  content: "\e967";
}
.icon-file-download:before {
  content: "\e968";
}
.icon-download:before {
  content: "\e969";
}
.icon-e-card:before {
  content: "\e96a";
}
.icon-e-prepago:before {
  content: "\e96b";
}
.icon-document-edit:before {
  content: "\e96c";
}
.icon-edit:before {
  content: "\e96d";
}
.icon-pencil-edit:before {
  content: "\e9bd";
}
.icon-book:before {
  content: "\e96e";
}
.icon-trash:before {
  content: "\e96f";
}
.icon-error:before {
  content: "\e970";
}
.icon-expand:before {
  content: "\e972";
}
.icon-external-link:before {
  content: "\e973";
}
.icon-fire-extinguisher:before {
  content: "\e974";
}
.icon-face-angry:before {
  content: "\e975";
}
.icon-face-grin-wink-1:before {
  content: "\e976";
}
.icon-face-grin-wink-2:before {
  content: "\e977";
}
.icon-face-laugh:before {
  content: "\e978";
}
.icon-face-laughbeam:before {
  content: "\e979";
}
.icon-face-meh:before {
  content: "\e97a";
}
.icon-face-sad:before {
  content: "\e97b";
}
.icon-face-smile:before {
  content: "\e97c";
}
.icon-id-face:before {
  content: "\e97e";
}
.icon-file-money:before {
  content: "\e97f";
}
.icon-filter:before {
  content: "\e980";
}
.icon-slider:before {
  content: "\e981";
}
.icon-slider-2:before {
  content: "\e957";
}
.icon-coins:before {
  content: "\e983";
}
.icon-file-search:before {
  content: "\e984";
}
.icon-id-fingerprint:before {
  content: "\e985";
}
.icon-face-id:before {
  content: "\ea34";
}
.icon-fire-slash:before {
  content: "\e986";
}
.icon-flag:before {
  content: "\e987";
}
.icon-flypass:before {
  content: "\e98b";
}
.icon-folder:before {
  content: "\e98c";
}
.icon-gift:before {
  content: "\e98e";
}
.icon-shopping-cart:before {
  content: "\e990";
}
.icon-hand-tap:before {
  content: "\e991";
}
.icon-hand-four:before {
  content: "\e992";
}
.icon-hand-one:before {
  content: "\e993";
}
.icon-hand-three:before {
  content: "\e994";
}
.icon-hand-paper:before {
  content: "\e995";
}
.icon-hand-two:before {
  content: "\e996";
}
.icon-hand-five:before {
  content: "\e997";
}
.icon-hand-holding-coin-2:before {
  content: "\e99b";
}
.icon-like:before {
  content: "\e9ac";
}
.icon-like-fill:before {
  content: "\ea2c";
}
.icon-hand-thumbs-down:before {
  content: "\ea11";
}
.icon-ihand-thumbs-up-up:before {
  content: "\ea12";
}
.icon-briefcase-medical:before {
  content: "\e998";
}
.icon-circle-question:before {
  content: "\e99a";
}
.icon-home:before {
  content: "\e99c";
}
.icon-house:before {
  content: "\e99d";
}
.icon-card-number:before {
  content: "\e99e";
}
.icon-card-id:before {
  content: "\e99f";
}
.icon-lightbulb:before {
  content: "\e9a0";
}
.icon-image:before {
  content: "\e9a1";
}
.icon-inbox:before {
  content: "\e9a2";
}
.icon-withdraw-cash:before {
  content: "\ea24";
}
.icon-insert-coin:before {
  content: "\e9a4";
}
.icon-umbrella:before {
  content: "\e9a6";
}
.icon-globe:before {
  content: "\e9a7";
}
.icon-investment:before {
  content: "\e9a8";
}
.icon-globe-2:before {
  content: "\e9a9";
}
.icon-gavel:before {
  content: "\e9ab";
}
.icon-users-2:before {
  content: "\e9ad";
}
.icon-twitter:before {
  content: "\ea17";
}
.icon-facebook:before {
  content: "\e97d";
}
.icon-instagram:before {
  content: "\e9a5";
}
.icon-linkedin:before {
  content: "\e9ae";
}
.icon-youtube:before {
  content: "\ea26";
}
.icon-heart-fill:before {
  content: "\ea96";
}
.icon-heart:before {
  content: "\e999";
}
.icon-star-fill:before {
  content: "\ea9f";
}
.icon-star:before {
  content: "\e9da";
}
.icon-menu-dots-h:before {
  content: "\e9ef";
}
.icon-menu-dots-v:before {
  content: "\e9f0";
}
.icon-list:before {
  content: "\e9af";
}
.icon-menu-bar:before {
  content: "\e9b9";
}
.icon-map-marker:before {
  content: "\e9b0";
}
.icon-map-marker-plus:before {
  content: "\eaa4";
}
.icon-lock-open:before {
  content: "\e9b1";
}
.icon-location:before {
  content: "\e98f";
}
.icon-lock:before {
  content: "\e9b2";
}
.icon-sign-in:before {
  content: "\e9b3";
}
.icon-briefcase:before {
  content: "\e9b4";
}
.icon-mail-open:before {
  content: "\e9b5";
}
.icon-mail:before {
  content: "\e9b6";
}
.icon-medal:before {
  content: "\e9b7";
}
.icon-hospital:before {
  content: "\e9b8";
}
.icon-restroom:before {
  content: "\e9bb";
}
.icon-movie:before {
  content: "\e9c1";
}
.icon-museum:before {
  content: "\e9c2";
}
.icon-newslatter:before {
  content: "\e9c3";
}
.icon-card-slash:before {
  content: "\e9c4";
}
.icon-user-slash:before {
  content: "\e9c5";
}
.icon-no-smoking:before {
  content: "\e9c6";
}
.icon-view:before {
  content: "\ea1f";
}
.icon-view-slash:before {
  content: "\e9c7";
}
.icon-building-2:before {
  content: "\e9c9";
}
.icon-box:before {
  content: "\e9cb";
}
.icon-password-input:before {
  content: "\e9cc";
}
.icon-password:before {
  content: "\e9cd";
}
.icon-pet:before {
  content: "\e9d2";
}
.icon-phone-contact:before {
  content: "\e9d3";
}
.icon-phone-money:before {
  content: "\e9d4";
}
.icon-circle-play:before {
  content: "\e9d5";
}
.icon-pocket:before {
  content: "\e9d7";
}
.icon-percentage:before {
  content: "\e9d0";
}
.icon-minus:before {
  content: "\e9ba";
}
.icon-check:before {
  content: "\e9ca";
}
.icon-podcast:before {
  content: "\e9d8";
}
.icon-printer:before {
  content: "\e9db";
}
.icon-product-number:before {
  content: "\e9dc";
}
.icon-puntos-colombia:before {
  content: "\e9dd";
}
.icon-qr-plus:before {
  content: "\e9de";
}
.icon-qr-heart:before {
  content: "\e9df";
}
.icon-qr-scan:before {
  content: "\e9e0";
}
.icon-qr-send:before {
  content: "\e9e1";
}
.icon-sign-out:before {
  content: "\e9e2";
}
.icon-invoice:before {
  content: "\e9e3";
}
.icon-refresh:before {
  content: "\e9e4";
}
.icon-circle-error:before {
  content: "\e9e5";
}
.icon-card-removing:before {
  content: "\e9e6";
}
.icon-restaurant:before {
  content: "\e9e7";
}
.icon-route-right:before {
  content: "\e9e8";
}
.icon-money-3:before {
  content: "\e9e9";
}
.icon-save:before {
  content: "\e9ea";
}
.icon-saving:before {
  content: "\e9eb";
}
.icon-file-coin:before {
  content: "\e9f2";
}
.icon-send-money-from:before {
  content: "\e9f3";
}
.icon-send-money-to:before {
  content: "\e9f4";
}
.icon-send-money:before {
  content: "\e9f5";
}
.icon-paper-plane-money:before {
  content: "\e9f6";
}
.icon-settings:before {
  content: "\e9f7";
}
.icon-share-external-link:before {
  content: "\e9f8";
}
.icon-share:before {
  content: "\e9f9";
}
.icon-car-ship:before {
  content: "\e9fa";
}
.icon-shopping:before {
  content: "\e9fb";
}
.icon-shower:before {
  content: "\e9fc";
}
.icon-smart-watch:before {
  content: "\e9fd";
}
.icon-sort-amount-up:before {
  content: "\e9ff";
}
.icon-sound-off:before {
  content: "\ea00";
}
.icon-sound-on:before {
  content: "\ea01";
}
.icon-spinner:before {
  content: "\ea02";
}
.icon-stethoscope:before {
  content: "\ea04";
}
.icon-chart-line:before {
  content: "\ea05";
}
.icon-chart-pie:before {
  content: "\ea06";
}
.icon-car-subway:before {
  content: "\ea08";
}
.icon-circle-check:before {
  content: "\ea09";
}
.icon-swimming-pool:before {
  content: "\ea0b";
}
.icon-tag-price:before {
  content: "\ea0c";
}
.icon-tag-sale:before {
  content: "\ea0d";
}
.icon-target:before {
  content: "\ea0e";
}
.icon-files-money:before {
  content: "\ea0f";
}
.icon-temperature:before {
  content: "\ea10";
}
.icon-thumbtack:before {
  content: "\ea13";
}
.icon-calendar-clock:before {
  content: "\ea14";
}
.icon-trophy:before {
  content: "\ea15";
}
.icon-file-number:before {
  content: "\ea16";
}
.icon-umbrella-beach:before {
  content: "\ea18";
}
.icon-money-slash:before {
  content: "\ea19";
}
.icon-briefcase-error:before {
  content: "\ea1a";
}
.icon-upload:before {
  content: "\ea1b";
}
.icon-user:before {
  content: "\ea1c";
}
.icon-briefcase-3:before {
  content: "\ea1e";
}
.icon-cocktail:before {
  content: "\ea20";
}
.icon-wallet:before {
  content: "\ea22";
}
.icon-chart-bar-window:before {
  content: "\ea23";
}
.icon-wrench:before {
  content: "\ea25";
}
.icon-search-less:before {
  content: "\ea27";
}
.icon-search:before {
  content: "\e9ee";
}
.icon-search-chart:before {
  content: "\e9ec";
}
.icon-search-money:before {
  content: "\e9ed";
}
.icon-search-plus:before {
  content: "\ea28";
}
.icon-redo-money:before {
  content: "\ea30";
}
.icon-forbidden:before {
  content: "\ea32";
}
.icon-menu-dots-double-v:before {
  content: "\ea3c";
}
.icon-circle-pause:before {
  content: "\ea3e";
}
.icon-circle-minus:before {
  content: "\ea40";
}
.icon-circle-plus:before {
  content: "\ea42";
}
.icon-flight-late:before {
  content: "\e989";
}
.icon-flight-cancelled:before {
  content: "\e988";
}
.icon-flight:before {
  content: "\e98a";
}
.icon-scooter:before {
  content: "\ea6d";
}
.icon-car:before {
  content: "\e93f";
}
.icon-car-bus:before {
  content: "\e930";
}
.icon-bike:before {
  content: "\e929";
}
.icon-motorcycle:before {
  content: "\e9c0";
}
.scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.scroll::-webkit-scrollbar:vertical {
  width: 6px;
}
.scroll::-webkit-scrollbar-button:increment,
.scroll::-webkit-scrollbar-button {
  display: none;
}
.scroll::-webkit-scrollbar:horizontal {
  height: 10px;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #adb5bd;
  border-radius: 20px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #6c757d;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.scroll::-webkit-scrollbar-track {
  background-color: #e9ecef;
  border-radius: 10px;
}
.m-0 {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
  background-color: white !important;
}
* {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 .title {
  font-family: "CIBFontSans";
}
.p-inputtext,
.p-inputnumber {
  width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.p-floatlabel:has(input) label,
.p-floatlabel label {
  color: #2c2a29 !important;
}
.p-floatlabel-on:has(input:focus) label,
.p-floatlabel-on:has(input.p-filled) label,
.p-floatlabel-on:has(input:-webkit-autofill) label,
.p-floatlabel-on:has(textarea:focus) label,
.p-floatlabel-on:has(textarea.p-filled) label,
.p-floatlabel-on:has(.p-inputwrapper-focus) label,
.p-floatlabel-on:has(.p-inputwrapper-filled) label,
.p-floatlabel-on:has(input.p-filled) label {
  top: 0 !important;
  color: #495057 !important;
  font-size: 0.8em !important;
}
.p-floatlabel label {
  color: #2c2a29 !important;
}
button.p-button {
  border: none;
  width: 100%;
  border-radius: 100px;
}
button.p-button span {
  font-family: "CIBFontSans", sans-serif;
  font-weight: bold;
  color: #2c2a29;
}
button.p-button:not(:disabled):hover {
  border: none;
}
button.p-button:disabled {
  background-color: var(--primary-disabled);
}
.btn-primary button {
  background-color: #fdda24;
}
.btn-primary button:not(:disabled):hover {
  background-color: var(--primary-hover);
}
.btn-tertiary button {
  background-color: #ffffff;
  background-color: var(--none);
}
.btn-border button {
  background-color: var(--none);
  border: 1px solid #2c2a29;
}
.btn-border button:not(:disabled):hover {
  border: 1px solid #2c2a29;
  background-color: var(--none);
}
.btn-border button:disabled {
  background-color: #fff;
  opacity: 0.5 !important;
  cursor: not-allowed;
}
small.p-error span,
.p-error {
  color: #e20201 !important;
  font-weight: bold;
}
:root {
  --p-card-color: $color-grey-950 !important;
}
div.p-checkbox {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
div.p-checkbox-box {
  background: var(--color-white-primary);
  border: 1px solid var(--color-black-primary);
  border-radius: 3px;
  height: 1rem;
  width: 1rem;
  transition: all 0.2s ease-in;
}
div.p-checkbox-checked div.p-checkbox-box,
div.p-checkbox-checked:not(.p-disabled):has(.p-checkbox-input:hover) div.p-checkbox-box {
  background: var(--color-macondo-yellow-500);
  border-color: var(--color-macondo-yellow-500);
  transition: all 0.2s ease-in;
}
div.p-checkbox-checked div.p-checkbox-box svg path,
div.p-checkbox-checked:not(.p-disabled):has(.p-checkbox-input:hover) div.p-checkbox-box svg path {
  color: var(--color-black-primary);
}
.p-disabled,
.p-component:disabled {
  opacity: 1 !important;
}
.p-select.ng-invalid.ng-dirty {
  --p-select-invalid-border-color: $danger-color;
}
.p-inputtext:disabled,
.p-select.p-disabled {
  background-color: var(--color-neutro-gray-100) !important;
}
.p-autocomplete-list {
  padding: 0 !important;
}
.p-autocomplete-list li {
  border-radius: 0;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
