*, *::before, *::after {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 500;
}

html,
body,
button,
input,
select,
textarea,
table,
th,
td {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #383838;
}

body,
input,
select,
textarea,
table,
td,
label,
p,
span,
small {
  color: #383838;
  font-weight: 500 !important;
}

h1,
h2,
h3,
strong,
b,
th,
.brand,
.primary,
.secondary,
nav button,
nav a,
.code,
.badge,
.status {
  font-weight: 600 !important;
}

aside,
aside *,
.primary,
.primary * {
  color: #ffffff;
}

.stats i {
  font-size: 10px !important;
  font-weight: 600 !important;
}

.actions button {
  width: auto !important;
  min-width: 31px;
  padding: 0 7px;
}

.part-note {
  margin-top: 5px;
  color: #383838 !important;
  font-weight: 500 !important;
  white-space: normal;
}

.search {
  min-height: 60px;
  height: 60px;
  padding: 0 14px 0 18px;
  gap: 12px;
  border: 1px solid #cbd8e7;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(35, 65, 100, 0.04);
}

.search:focus-within {
  border-color: #2670e8;
  box-shadow: 0 0 0 3px rgba(38, 112, 232, 0.12);
}

.search-icon {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 2px solid #52677f;
  border-radius: 50%;
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  right: -5px;
  bottom: -2px;
  border-radius: 2px;
  background: #52677f;
  transform: rotate(45deg);
  transform-origin: left center;
}

.search input[type="search"] {
  min-width: 0;
  height: 100%;
  padding: 0 4px;
  border: 0;
  box-shadow: none;
  background: transparent;
  color: #383838;
  font-size: 14px;
  font-weight: 500 !important;
  appearance: none;
}

.search input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.search input::placeholder {
  color: #7a8491;
  opacity: 1;
}

#clearSearch {
  display: none;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: #eef3f8;
  color: #526276;
  font-size: 12px;
  font-weight: 600 !important;
}

#clearSearch.visible {
  display: block;
}

#clearSearch:hover {
  background: #e1e9f2;
}

.search #resultCount {
  flex: 0 0 auto;
  white-space: nowrap;
  color: #526276;
  font-weight: 600 !important;
}

@media (max-width: 560px) {
  .search {
    height: 54px;
    min-height: 54px;
    padding: 0 12px 0 15px;
  }

  .search input[type="search"] {
    font-size: 13px;
  }
}
