.header-main {
  display: flex;
  justify-content: space-between;
  gap: 42px;
  padding: 0px 35px 0px 15px;
  border-bottom: 0px solid #e2e8f0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  z-index: 99;
  align-items: center;
}

.menu-icon {
  display: none;
}

.menu-icon img {
  width: 22px;
}
.header-wrapper {
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper .search-btn {
  position: relative;
}
.header-wrapper .search-btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  cursor: pointer;
}
.search-btn input::placeholder {
  font-size: 14px;
  color: #64748b;
  font-weight: 400;
}
.search-btn input {
  font-family: "Inter", sans-serif;
  border: 1px solid #e2e8f0;
  padding: 10px 20px 10px 48px;
  border-radius: 4px;
  width: 655px;
}
.header-wrapper {
  padding-right: 16px;
}
.header-logo {
  width: 124px;
  margin-left: 1px;
}
.header-right {
  display: flex;
  gap: 20px;
}
.notification-main {
  position: relative;
  padding: 5px;
  cursor: pointer;
}

.notification-main span {
  position: absolute;
  background-color: #ffbc0f;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 5px;
  right: 5px;
}
.css-b62m3t-container:focus-visible {
  outline: none;
}
.dropdown-main .css-13cymwt-control:hover {
  border-color: #e2e8f0;
}
.dropdown-main .css-13cymwt-control {
  border-color: #e2e8f0;
  cursor: pointer !important;
}
.dropdown-main .css-t3ipsp-control:hover {
  border-color: #e2e8f0;
}
.dropdown-main .css-1dimb5e-singleValue {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}
.dropdown-main .css-t3ipsp-control {
  box-shadow: none !important;
  border-color: #e2e8f0 !important;
  cursor: pointer !important;
}
.dropdown-main .css-1u9des2-indicatorSeparator {
  width: 0;
}
.dropdown-main .css-tj5bde-Svg {
  fill: #94a3b8 !important;
  width: 27px;
}
.dropdown-main .css-1fdsijx-ValueContainer {
  padding: 0 14px !important;
}
.dropdown-main select {
  border-color: #e2e8f0;
  font-size: 14px;
  color: #64748b;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(226, 232, 240);
  border-radius: 4px;
  padding: 10px 32px 10px 12px;
  appearance: none;
}
.dropdown-main select:focus{
  outline: none;
}
.dropdown-main {
  position: relative;
}
.dropdown-main svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  fill: #e2e8f0;
}
button.metrics-search-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 75px;
  border: 0;
  padding: 5px 0px 6px 0px;
}