
.color-highlight {
  color: #430099 !important;
}

.bg-highlight {
  background-color: #430099 !important;
  color: #FFF !important;
}

.border-highlight {
  border-color: #430099 !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #917DB9, #430099) !important;
  color: #FFF;
}

.color-highlight-light {
  color: #917DB9 !important;
}

.bg-highlight-light {
  background-color: #917DB9 !important;
  color: #FFF !important;
}

.bg-fade-highlight-dark {
  background-color: rgba(74, 137, 220, 0.7) !important;
  color: #FFF !important;
}

.bg-fade-highlight-light {
  background-color: rgba(93, 156, 236, 0.3) !important;
  color: #FFF !important;
}

.color-highlight-dark {
  color: #430099 !important;
}

.color-icon-highlight {
  stroke: #430099 !important;
  fill: rgba(93, 156, 236, 0.3) !important;
}
@charset "UTF-8";
/*Configura el color predefinido de la empresa*/
.bg-highlight-dark {
  background-color: #430099 !important;
  color: #FFF !important;
}

.border-highlight-light {
  border-color: #917DB9 !important;
}

.border-highlight-dark {
  border-color: #430099 !important;
}

.focus-highlight:focus {
  border-color: #430099 !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #917DB9, #430099);
}

[data-feather-color=highlight-dark] {
  stroke: #917DB9;
}

[data-feather-color=highlight-light] {
  stroke: #430099;
}

[data-feather-bg=highlight-fade-dark] {
  fill: rgba(74, 137, 220, 0.7);
}

[data-feather-bg=highlight-fade-light] {
  fill: rgba(93, 156, 236, 0.3);
}

.color-amarillo-light {
    color: #A0D468 !important;
}

.bg-amarillo-light {
    background-color: #A0D468 !important;
    color: #FFF !important;
}


/*Configura el color de los botones*/
.bg-fade-amarillo-dark {
    background-color: rgba(255, 195, 0, 0.7) !important;
    color: #FFF !important;
}

.bg-fade-amarillo-light {
    background-color: rgba(255, 195, 0, 0.3) !important;
    color: #FFF !important;
}

.color-amarillo-dark {
    color: #7382E6 !important;
}

.color-icon-amarillo {
    stroke: #7382E6 !important;
    fill: rgba(255, 195, 0, 0.3) !important;
}

.bg-amarillo-dark {
    background-color: #7382E6 !important;
    color: #FFF !important;
}

.border-amarillo-light {
    border-color: #A0D468 !important;
}

.border-amarillo-dark {
    border-color: #7382E6 !important;
}

.focus-amarillo:focus {
    border-color: #7382E6 !important;
}

.gradient-amarillo {
    background-image: linear-gradient(to bottom, #A0D468, #7382E6);
}

[data-feather-color=amarillo-dark] {
    stroke: #A0D468;
}

[data-feather-color=amarillo-light] {
    stroke: #7382E6;
}

[data-feather-bg=amarillo-fade-dark] {
    fill: rgba(255, 195, 0, 0.7);
}

[data-feather-bg=amarillo-fade-light] {
    fill: rgba(255, 195, 0, 0.3);
}