/**
 * Site colors for ATOP Carriers.
 */

:root {
  --atop-carriers-error: #e2401c;
}

body.atp-site-drd {
  --atop-carriers-selectize-hover: #709900;
  --atop-carriers-selectize-highlight: #739900;
  --atop-carriers-selected-border: #6dab3c;
  --atop-carriers-selected-outline: rgba(109, 171, 60, 0.8);
  --atop-carriers-selected-glow: rgba(109, 171, 60, 0.2);
  --atop-carriers-option-checked-color: inherit;
}

body.atp-site-wowtea {
  --atop-carriers-selectize-hover: #d63b74;
  --atop-carriers-selectize-highlight: #6dab3c;
  --atop-carriers-selected-border: #6dab3c;
  --atop-carriers-selected-outline: rgba(109, 171, 60, 0.8);
  --atop-carriers-selected-glow: rgba(109, 171, 60, 0.2);
  --atop-carriers-option-checked-color: #d60057;
}

body.atp-site-onyco {
  --atop-carriers-selectize-hover: #3eb7e0;
  --atop-carriers-selectize-highlight: #0a84ff;
  --atop-carriers-selected-border: #0a84ff;
  --atop-carriers-selected-outline: rgba(10, 132, 255, 0.8);
  --atop-carriers-selected-glow: rgba(10, 132, 255, 0.2);
  --atop-carriers-option-checked-color: inherit;
}
