/* Use black as the primary Dayforce import action. */
#importDayforce.import-button {
  border-color: #171717 !important;
  background: #171717 !important;
  color: #ffffff !important;
}

#importDayforce.import-button:hover,
#importDayforce.import-button:focus-visible {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #ffffff !important;
}

@media (max-width: 1100px) {
  /* Shoe Search keeps the Famous-style search-field appearance in the drawer,
     but the whole field is now a launcher for the full Shoe Search dialog. */
  .compact-header-shoe-icon,
  .compact-header-shoe-search {
    display: none !important;
  }

  .compact-nav-shoe-search {
    margin: 0 14px;
    padding: 16px 0 18px;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .compact-nav-shoe-search:focus-visible {
    outline: 2px solid #171717;
    outline-offset: -2px;
  }

  .compact-nav-shoe-search-label {
    display: block;
    margin: 0 0 7px 2px;
    color: #5f5f5f;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .compact-nav-shoe-search-box {
    width: 100%;
    min-height: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    align-items: stretch;
    border: 2px solid #7d8386;
    background: #fff;
    pointer-events: none;
  }

  .compact-nav-shoe-search:hover .compact-nav-shoe-search-box,
  .compact-nav-shoe-search:focus-visible .compact-nav-shoe-search-box {
    border-color: #171717;
  }

  .compact-nav-shoe-search-placeholder {
    min-width: 0;
    height: 46px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #707070;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .compact-nav-shoe-search-trigger {
    width: 50px;
    min-width: 50px;
    height: 46px;
    display: grid;
    place-items: center;
    background: #fff;
    color: #171717;
  }

  .compact-nav-shoe-search svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: #171717;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .compact-nav-item[data-target-id="importDayforce"] {
    background: #171717 !important;
    color: #fff !important;
  }

  .compact-nav-item[data-target-id="importDayforce"]:hover,
  .compact-nav-item[data-target-id="importDayforce"]:focus-visible {
    background: #000000 !important;
  }

  .compact-nav-item[data-target-id="importDayforce"] svg {
    stroke: #fff !important;
    fill: none !important;
  }

  .compact-nav-item[data-target-id="importDayforce"] .compact-nav-item-dot {
    background: #fff !important;
  }

  .compact-nav-item[data-target-id="importDayforce"] .compact-nav-item-chevron {
    border-right-color: #fff !important;
    border-bottom-color: #fff !important;
  }
}

@media (max-width: 580px) {
  .compact-nav-shoe-search {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .compact-nav-shoe-search-box {
    min-height: 48px;
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .compact-nav-shoe-search-placeholder,
  .compact-nav-shoe-search-trigger {
    height: 44px;
  }

  .compact-nav-shoe-search-trigger {
    width: 48px;
    min-width: 48px;
  }
}
