/* ========== Color =========== */
/* ========== Background Colors =========== */
/* ========== Grid =========== */
/* ========== Text =========== */
/* ========== Inputs =========== */
/* ========== Selection Controls =========== */
/* ========== Lists =========== */
/* ========== Elevation =========== */
/* ========== Layout Peaks  =========== */
/* ========== Typography Font Sizes =========== */
/* ========== Typography Line Heights =========== */
/* ========== Typography Letter Spacings =========== */
/*
 * Please keep any changes here in sync with:
 * ./index.js : NavigationIconStyleWorkaround
 */
.navigation-icon path.navigation-icon__component,
.navigation-icon polygon.navigation-icon__component {
  fill: #FFFFFF !important;
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px); }

.navigation-icon polygon.navigation-icon__component__check {
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px); }

.navigation-icon__circle {
  fill: #39364F; }


/*# sourceMappingURL=vendors.css.map*/