/************************** Colors ****************************/

/* Background colors*/
.bg--white {
  background-color: #ffffff;
}

.bg--grey {
  background-color: #eff1f2;
}

.bg--red {
  background-color: #fb1621 !important;
}

.bg--whiteSmoke {
  background-color: #eff0f2 !important;
}

.bg--purple {
  background-color: #800080 !important;
}

.bg--darkGrey {
  background-color: rgba(92, 110, 122, 0.07) !important;
}

.bg--lightGrey {
  background-color: rgba(92, 110, 122, 0.05);
}

.bg--dimGrey {
  background-color: rgba(92, 111, 123, 0.01) !important;
}

.bg--arcticGrey {
  background-color: rgba(92, 110, 122, 0.45) !important;
}

.bg--gradientGrey {
  background-image: linear-gradient(
    to bottom,
    rgba(92, 110, 122, 0.15) 0%,
    rgba(92, 110, 122, 0) 100%
  );
}

/* Font colors */
.white,
.white a {
  color: #ffffff;
}

.black,
.black a {
  color: #000000;
}

.red--primary,
.red--primary a {
  color: #fc1921;
}

.red--50,
.red--50 a {
  color: #ffebea;
}

.red--100,
.red--100 a {
  color: #dd1f13;
}

.red--200,
.red--200 a {
  color: #b61208;
}

.grey--primary,
.grey--primary a {
  color: #5c6f7a;
}

.grey--50,
.grey--50 a {
  color: #f7f8f9;
}

.grey--100,
.grey--100 a {
  color: #e2e4e7;
}

.grey--200,
.grey--200 a {
  color: #acafb8;
}

.grey--300,
.grey--300 a {
  color: #6f757f;
}

.grey--400,
.grey--400 a {
  color: #36373b;
}

.grey--500,
.grey--500 a {
  color: #202227;
}

.black--primary {
  color: #161613;
}

.purple--primary {
  color: #800080;
}

.green_icon.faqs .ui-icon {
  background-image: url(/themes/custom/seq/assets/images/icon_next--green.png) !important;
}

.blue_icon.faqs .ui-icon {
  background-image: url(/themes/custom/seq/assets/images/icon_next--blue.png) !important;
}

/** Brand specific colors & styles **/

/* Reagila */
.bg--reagila {
  background-color: #8eb74f !important;
}

.text--reagila_primary {
  color: #00737b !important;
}

.text--reagila_sedondary {
  color: #8eb74f !important;
}

/* Ryaltris */
.bg--ryaltris {
  background-color: #924e75 !important;
}

.bg--ryaltris__secondary {
  background-color: #54bdda !important;
}

.text--ryaltris_primary {
  color: #924e75 !important;
}

.text--ryaltris_secondary {
  color: #54bdda !important;
}

/* Acarizax */
.bg--acarizax__gradient {
  background: linear-gradient(to right, #e0640c 60%, #a6c46e 100%) !important;
}

.bg--acarizax__primary {
  background: #f6d0b5 !important;
}

.bg--acarizax__secondary {
  background: #d1debd !important;
}

.text--acarizax,
.text--acarizax a {
  color: #e0640c !important;
}

.sticky-toolbar--container.text--acarizax a {
  border-top: 1px solid #e0640c !important;
}

.text--grazax,
.text--grazax a {
  color: #466666 !important;
}

.sticky-toolbar--container.text--grazax a {
  border-top: 1px solid #466666 !important;
}

/* Q-vax
.bg--q-vax {
  background: #5ec7d1 !important;
}*/
