.search_body {
  .w-input {
    width: 200px;
    .w-input {
      width: auto;
    }
  }
  .w-input-number {
    width: 200px;
  }
}

.w-pagination {
  justify-content: end;
}
.w-title__content {
  &::before {
    border-radius: 4px;
  }
}

.w-popper {
  transform: translateY(30px);
}
.w-dropdown {
  position: relative;
  .w-dropdown-menu-item {
    text-align: left;
  }
}
