.search .search__input input {
  width: 100%;
  height: 2rem;
  padding: 0.2rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 0 0.5rem 0 rgba(0, 0, 0, 0.01),
    0.25rem 0.5rem 1rem 0 rgba(0, 48, 111, 0.08);
  font-size: 1rem;
  color: #062d40;
  font-family: Roboto Mono, monospace;
  background-color: #fff;
}
.search .ant-input-wrapper input {
  width: 100%;
  height: 2rem;
  padding: 0.2rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02), 0 0 0.5rem 0 rgba(0, 0, 0, 0.01),
    0.25rem 0.5rem 1rem 0 rgba(0, 48, 111, 0.08);
  font-size: 1rem;
  color: #062d40;
  font-family: Roboto Mono, monospace;
  background-color: #fff;
}
.search .ant-input-search-button {
  height: 2rem !important;
  min-width: 3.5rem;
  /* line-height: 2.5rem;
	 */
  background-color: #062d40;
  z-index: 1;
  border-radius: 0 0.5rem 0.5rem 0;
}
.search .ant-btn-primary {
  color: #fff;
  background: #062d40;
  border-color: #062d40;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
}
.search .ant-btn-primary:hover {
  background: #062d40;
  border-color: #062d40;
}
.search .ant-btn-primary::after {
  background: #062d40;
  border-color: #062d40;
}
.search .anticon-search {
  font-size: 20px;
  font-weight: 900;
}
.right-side-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right-side-menu li {
  padding: 10px;
  list-style: none;
}
.right-side-menu .right-side-icons {
  font-size: 20px;
  font-weight: bolder;
  color: #062d40;
}
.right-side-menu .excel {
  color: #1d6f42 !important;
}
.right-side-menu .deliver {
  color: #b83d0f !important;
}
.right-side-menu .pdf {
  color: #f40f02 !important;
}
.right-side-menu .update-status {
  color: #fbbc05 !important;
}
.right-side-menu .filter-data {
  color: #0018f9 !important;
}
